diff --git a/cluster/env.yml b/cluster/env.yml new file mode 100644 index 0000000000000000000000000000000000000000..1fa5862e0c8e5f8781b46a9688be9ff04f3d40be --- /dev/null +++ b/cluster/env.yml @@ -0,0 +1,14 @@ +name: vllm +channels: + - defaults +dependencies: + - python=3.9 + - conda-forge::transformers + - conda-forge::tokenizers + - cuda-toolkit + - pytorch + - torchaudio + - torchvision + - pytorch-cuda=12.1 + - conda-forge::typing_extensions +prefix: /home/hd/hd_hd/hd_vm255/.conda/envs/vllm diff --git a/cluster/setup_vllm.sh b/cluster/setup_vllm.sh new file mode 100644 index 0000000000000000000000000000000000000000..543b0005f1a35aa5999303c8eade3801c25b9be4 --- /dev/null +++ b/cluster/setup_vllm.sh @@ -0,0 +1,18 @@ +# Load cluster modules to enable conda +source ./setup.sh + +export ENV_NAME=vllm + +# Activate vllm environment +conda activate $ENV_NAME + +# Overwrite environment variables +# Enable backup for local pypi packages +export PYTHONPATH=~/.local/lib/python3.9/site-packages/:$PYTHONPATH + +# Prioritize conda environment packages +export PYTHONPATH=~/.conda/envs/$ENV_NAME/lib/python3.9/site-packages/:$PYTHONPATH + +# Make conda environment libraries visible +export LD_LIBRARY_PATH=~/conda/envs/$ENV_NAME/lib/:$LD_LIBRARY_PATH + diff --git a/elise/elise/__pycache__/__init__.cpython-39.pyc b/elise/elise/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e82e69e3d8e8400ec6c3b4f35cfc8f4ad2337ba4 Binary files /dev/null and b/elise/elise/__pycache__/__init__.cpython-39.pyc differ diff --git a/elise/elise/__pycache__/benchmark.cpython-39.pyc b/elise/elise/__pycache__/benchmark.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..500b628aa8fda11aeb4d9c89b63982f7baa371f9 Binary files /dev/null and b/elise/elise/__pycache__/benchmark.cpython-39.pyc differ diff --git a/elise/elise/__pycache__/prompts.cpython-39.pyc b/elise/elise/__pycache__/prompts.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9127c4ca60aa4976381abb87f5685dd48c1eb30 Binary files /dev/null and b/elise/elise/__pycache__/prompts.cpython-39.pyc differ diff --git a/elise/llama2-13.benchmark.results.json b/elise/llama2-13.benchmark.results.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/elise/llama2-13b.benchmark.results.json b/elise/llama2-13b.benchmark.results.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/elise/poetry b/elise/poetry new file mode 100644 index 0000000000000000000000000000000000000000..7acbd238a1c52b062d52dfb36181af9e6e148cf4 --- /dev/null +++ b/elise/poetry @@ -0,0 +1,277 @@ +2024-01-23T17:21:42,989 Using pip 23.2.1 from /opt/bwhpc/common/jupyter/tensorflow/2023-10-10/lib/python3.9/site-packages/pip (python 3.9) +2024-01-23T17:21:42,992 Defaulting to user installation because normal site-packages is not writeable +2024-01-23T17:21:43,634 Created temporary directory: /scratch/slurm_tmpdir/job_23075234/pip-build-tracker-8pif7v9x +2024-01-23T17:21:43,634 Initialized build tracking at /scratch/slurm_tmpdir/job_23075234/pip-build-tracker-8pif7v9x +2024-01-23T17:21:43,634 Created build tracker: /scratch/slurm_tmpdir/job_23075234/pip-build-tracker-8pif7v9x +2024-01-23T17:21:43,634 Entered build tracker: /scratch/slurm_tmpdir/job_23075234/pip-build-tracker-8pif7v9x +2024-01-23T17:21:43,635 Created temporary directory: /scratch/slurm_tmpdir/job_23075234/pip-install-pat3phuz +2024-01-23T17:21:43,635 ERROR: You must give at least one requirement to install (see "pip help install") +2024-01-23T17:21:43,635 Exception information: +2024-01-23T17:21:43,635 Traceback (most recent call last): +2024-01-23T17:21:43,635 File "/opt/bwhpc/common/jupyter/tensorflow/2023-10-10/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper +2024-01-23T17:21:43,635 status = run_func(*args) +2024-01-23T17:21:43,635 File "/opt/bwhpc/common/jupyter/tensorflow/2023-10-10/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper +2024-01-23T17:21:43,635 return func(self, options, args) +2024-01-23T17:21:43,635 File "/opt/bwhpc/common/jupyter/tensorflow/2023-10-10/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 342, in run +2024-01-23T17:21:43,635 reqs = self.get_requirements(args, options, finder, session) +2024-01-23T17:21:43,635 File "/opt/bwhpc/common/jupyter/tensorflow/2023-10-10/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 464, in get_requirements +2024-01-23T17:21:43,635 raise CommandError( +2024-01-23T17:21:43,635 pip._internal.exceptions.CommandError: You must give at least one requirement to install (see "pip help install") +2024-01-23T17:21:43,750 1 location(s) to search for versions of pip: +2024-01-23T17:21:43,750 * https://pypi.org/simple/pip/ +2024-01-23T17:21:43,751 Fetching project page and analyzing links: https://pypi.org/simple/pip/ +2024-01-23T17:21:43,751 Getting page https://pypi.org/simple/pip/ +2024-01-23T17:21:43,751 Found index url https://pypi.org/simple/ +2024-01-23T17:21:43,957 Fetched page https://pypi.org/simple/pip/ as application/vnd.pypi.simple.v1+json +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.2 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.2.1 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.3 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.3.1 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz (from https://pypi.org/simple/pip/), version: 0.4 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz (from https://pypi.org/simple/pip/), version: 0.5 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.5.1 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz (from https://pypi.org/simple/pip/), version: 0.6 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.1 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.2 +2024-01-23T17:21:43,967 Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.6.3 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz (from https://pypi.org/simple/pip/), version: 0.7 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.7.2 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz (from https://pypi.org/simple/pip/), version: 0.8 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.2 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz (from https://pypi.org/simple/pip/), version: 0.8.3 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz (from https://pypi.org/simple/pip/), version: 1.0 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.0.2 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.2 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.2.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.3 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.3.1 +2024-01-23T17:21:43,968 Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.4 +2024-01-23T17:21:43,969 Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.4.1 +2024-01-23T17:21:43,969 Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5 +2024-01-23T17:21:43,974 Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.1 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.1 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.2 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.2 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.3 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.3 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.4 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.4 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.5 +2024-01-23T17:21:43,975 Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.5 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 1.5.6 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz (from https://pypi.org/simple/pip/), version: 1.5.6 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.0 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.1 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.1 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.2 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.2 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.3 +2024-01-23T17:21:43,976 Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.3 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.4 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.4 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.5 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.5 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.6 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.6 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.7 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.7 +2024-01-23T17:21:43,977 Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.0.8 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz (from https://pypi.org/simple/pip/), version: 6.0.8 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.0 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.0 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 6.1.1 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 6.1.1 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.0 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.0 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.1 +2024-01-23T17:21:43,978 Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.1 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.2 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.2 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.0.3 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 7.0.3 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.0 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.0 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.1 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.1 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 7.1.2 +2024-01-23T17:21:43,979 Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 7.1.2 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.0 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.0 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.1 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.1 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.2 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.2 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.0.3 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz (from https://pypi.org/simple/pip/), version: 8.0.3 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.0 +2024-01-23T17:21:43,980 Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.0 +2024-01-23T17:21:43,981 Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.1 +2024-01-23T17:21:43,981 Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.1 +2024-01-23T17:21:43,981 Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/), version: 8.1.2 +2024-01-23T17:21:43,981 Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz (from https://pypi.org/simple/pip/), version: 8.1.2 +2024-01-23T17:21:43,981 Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0 +2024-01-23T17:21:43,982 Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0 +2024-01-23T17:21:43,982 Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1 +2024-01-23T17:21:43,982 Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1 +2024-01-23T17:21:43,982 Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2 +2024-01-23T17:21:43,983 Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2 +2024-01-23T17:21:43,983 Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3 +2024-01-23T17:21:43,983 Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3 +2024-01-23T17:21:43,983 Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1 +2024-01-23T17:21:43,984 Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1 +2024-01-23T17:21:43,984 Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2 +2024-01-23T17:21:43,984 Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2 +2024-01-23T17:21:43,984 Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0 +2024-01-23T17:21:43,985 Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0 +2024-01-23T17:21:43,985 Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1 +2024-01-23T17:21:43,985 Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1 +2024-01-23T17:21:43,985 Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0 +2024-01-23T17:21:43,986 Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0 +2024-01-23T17:21:43,986 Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1 +2024-01-23T17:21:43,986 Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1 +2024-01-23T17:21:43,987 Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0 +2024-01-23T17:21:43,987 Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0 +2024-01-23T17:21:43,987 Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1 +2024-01-23T17:21:43,987 Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1 +2024-01-23T17:21:43,988 Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2 +2024-01-23T17:21:43,988 Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2 +2024-01-23T17:21:43,988 Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3 +2024-01-23T17:21:43,989 Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3 +2024-01-23T17:21:43,989 Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1 +2024-01-23T17:21:43,989 Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1 +2024-01-23T17:21:43,989 Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1 +2024-01-23T17:21:43,990 Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1 +2024-01-23T17:21:43,990 Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2 +2024-01-23T17:21:43,990 Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2 +2024-01-23T17:21:43,991 Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1 +2024-01-23T17:21:43,991 Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1 +2024-01-23T17:21:43,991 Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2 +2024-01-23T17:21:43,992 Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2 +2024-01-23T17:21:43,992 Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3 +2024-01-23T17:21:43,992 Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3 +2024-01-23T17:21:43,993 Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3 +2024-01-23T17:21:43,993 Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3 +2024-01-23T17:21:43,993 Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1 +2024-01-23T17:21:43,994 Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1 +2024-01-23T17:21:43,994 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*) +2024-01-23T17:21:43,994 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*) +2024-01-23T17:21:43,994 Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1 +2024-01-23T17:21:43,994 Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1 +2024-01-23T17:21:43,995 Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2 +2024-01-23T17:21:43,995 Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2 +2024-01-23T17:21:43,995 Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1 +2024-01-23T17:21:43,996 Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1 +2024-01-23T17:21:43,996 Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1 +2024-01-23T17:21:43,996 Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1 +2024-01-23T17:21:43,997 Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1 +2024-01-23T17:21:43,997 Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1 +2024-01-23T17:21:43,997 Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1 +2024-01-23T17:21:43,997 Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1 +2024-01-23T17:21:43,998 Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2 +2024-01-23T17:21:43,998 Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2 +2024-01-23T17:21:43,998 Found link https://files.pythonhosted.org/packages/bd/b1/56a834acdbe23b486dea16aaf4c27ed28eb292695b90d01dff96c96597de/pip-20.2.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1 +2024-01-23T17:21:43,999 Found link https://files.pythonhosted.org/packages/68/1a/8cfcf3a8cba0dd0f125927c986b1502f2eed284c63fdfd6797ea74300ae4/pip-20.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1 +2024-01-23T17:21:43,999 Found link https://files.pythonhosted.org/packages/5a/4a/39400ff9b36e719bdf8f31c99fe1fa7842a42fa77432e584f707a5080063/pip-20.2.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2 +2024-01-23T17:21:43,999 Found link https://files.pythonhosted.org/packages/73/8e/7774190ac616c69194688ffce7c1b2a097749792fea42e390e7ddfdef8bc/pip-20.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2 +2024-01-23T17:21:44,000 Found link https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3 +2024-01-23T17:21:44,000 Found link https://files.pythonhosted.org/packages/59/64/4718738ffbc22d98b5223dbd6c5bb87c476d83a4c71719402935170064c7/pip-20.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3 +2024-01-23T17:21:44,000 Found link https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4 +2024-01-23T17:21:44,000 Found link https://files.pythonhosted.org/packages/0b/f5/be8e741434a4bf4ce5dbc235aa28ed0666178ea8986ddc10d035023744e6/pip-20.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4 +2024-01-23T17:21:44,001 Found link https://files.pythonhosted.org/packages/fb/46/26d13ba147ba430f9cda0d0cf599a041d142a5c8b1a90ff845ebce7fba0f/pip-20.3b1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1 +2024-01-23T17:21:44,001 Found link https://files.pythonhosted.org/packages/7f/61/2da3c027ad7bd4bc87a3ee7e7160c93e7500dac3536e02ff93008e9b3460/pip-20.3b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1 +2024-01-23T17:21:44,001 Found link https://files.pythonhosted.org/packages/55/73/bce122d1ed0217b3c1a3439ab16dfa94bbeabd0d31755fcf907493abf39b/pip-20.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3 +2024-01-23T17:21:44,002 Found link https://files.pythonhosted.org/packages/03/41/6da553f689d530bc2c337d2c496a40dc9c0fdc6481e5df1f3ee3b8574479/pip-20.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3 +2024-01-23T17:21:44,002 Found link https://files.pythonhosted.org/packages/ab/11/2dc62c5263d9eb322f2f028f7b56cd9d096bb8988fcf82d65fa2e4057afe/pip-20.3.1-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1 +2024-01-23T17:21:44,002 Found link https://files.pythonhosted.org/packages/cb/5f/ae1eb8bda1cde4952bd12e468ab8a254c345a0189402bf1421457577f4f3/pip-20.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1 +2024-01-23T17:21:44,002 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*) +2024-01-23T17:21:44,002 Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/51/63/86e147c44335b03055e58a27c791d94fff4baaf08d67852f925ab9b90240/pip-20.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*) +2024-01-23T17:21:44,003 Found link https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3 +2024-01-23T17:21:44,003 Found link https://files.pythonhosted.org/packages/ca/1e/d91d7aae44d00cd5001957a1473e4e4b7d1d0f072d1af7c34b5899c9ccdf/pip-20.3.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3 +2024-01-23T17:21:44,003 Found link https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/53/7f/55721ad0501a9076dbc354cc8c63ffc2d6f1ef360f49ad0fbcce19d68538/pip-20.3.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/b7/2d/ad02de84a4c9fd3b1958dc9fb72764de1aa2605a9d7e943837be6ad82337/pip-21.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1 +2024-01-23T17:21:44,004 Found link https://files.pythonhosted.org/packages/ac/cf/0cc542fc93de2f3b9b53cb979c7d1118cffb93204afb46299a9f858e113f/pip-21.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/de/62/77b8b1a9f9c710988e5a58c22a7cd025b63b204df57a6ea939d6d39da421/pip-21.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08/pip-21.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/94/b0/e10bdc8809c81796c80aa3644a8e3dc16594fb1bd68f5996929f26cad980/pip-21.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.1 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/cd/82/04e9aaf603fdbaecb4323b9e723f13c92c245f6ab2902195c53987848c78/pip-21.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/b1/44/6e26d5296b83c6aac166e48470d57a00d3ed1f642e89adc4a4e412a01643/pip-21.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.2 +2024-01-23T17:21:44,005 Found link https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3 +2024-01-23T17:21:44,006 Found link https://files.pythonhosted.org/packages/4d/0c/3b63fe024414a8a48661cf04f0993d4b2b8ef92daed45636474c018cd5b7/pip-21.1.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.1.3 +2024-01-23T17:21:44,006 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/03/0f/b125bfdd145c1d018d75ce87603e7e9ff2416e742c71b5ac7deba13ca699/pip-21.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6) +2024-01-23T17:21:44,006 Skipping link: yanked for reason: See https://github.com/pypa/pip/issues/8711: https://files.pythonhosted.org/packages/9f/74/0e4d75529e8bf6e594d532a28308a5e369c3f7105e1fec2ff0bf86d478b0/pip-21.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6) +2024-01-23T17:21:44,006 Found link https://files.pythonhosted.org/packages/7c/02/9ab8b431aca1b46fcc1ac830a5870a28a12ba1abfa681904b1d2da876a86/pip-21.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1 +2024-01-23T17:21:44,006 Found link https://files.pythonhosted.org/packages/f7/ce/e359cf283c0c0f2e0af7df8f16c8d79047aa1887a00a5b39b27d8afc49e2/pip-21.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.1 +2024-01-23T17:21:44,006 Found link https://files.pythonhosted.org/packages/8a/d7/f505e91e2cdea53cfcf51f4ac478a8cd64fb0bc1042629cedde20d9a6a9b/pip-21.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2 +2024-01-23T17:21:44,006 Found link https://files.pythonhosted.org/packages/83/37/3f344e392de7792748ee32e05d7dd6f867eb2166c21c8711280fb30e2128/pip-21.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.2 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/e1/63/7c0e553ae0513ebf1858f08030158ff5998324013e0ba4c2e1c00b85df79/pip-21.2.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.3 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0/pip-21.2.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.2.4 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/90/a9/1ea3a69a51dcc679724e3512fc2aa1668999eed59976f749134eb02229c8/pip-21.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3 +2024-01-23T17:21:44,007 Found link https://files.pythonhosted.org/packages/00/5f/d6959d6f25f202e3e68e3a53b815af42d770c829c19382d0acbf2c3e2112/pip-21.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/da/f6/c83229dcc3635cdeb51874184241a9508ada15d8baa337a41093fab58011/pip-21.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.3.1 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/9f/8b/a094f5da22d7abf5098205367b3296dd15b914f4232af5ca39ba6214d08c/pip-22.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/4a/ca/e72b3b399d7a8cb34311aa8f52924108591c013b09f0268820afb4cd96fb/pip-22.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/89/a1/2f4e58eda11e591fbfa518233378835679fc5ab766b690b3df85215014d5/pip-22.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1 +2024-01-23T17:21:44,008 Found link https://files.pythonhosted.org/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.1 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/83/b5/df8640236faa5a3cb80bfafd68e9fb4b22578208b8398c032ccff803f9e0/pip-22.0.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/d9/c1/146b24a7648fdf3f8b4dc6521ab0b26ac151ef903bac0b63a4e1450cb4d1/pip-22.0.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.2 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/6a/df/a6ef77a6574781a668791419ffe366c8acd1c3cf4709d210cb53cd5ce1c2/pip-22.0.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.3 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/4d/16/0a14ca596f30316efd412a60bdfac02a7259bf8673d4d917dc60b9a21812/pip-22.0.4-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4 +2024-01-23T17:21:44,009 Found link https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.0.4 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/79/3a/d341ae105c8b49eac912bee40739d496ae80f9441efa7df6c68f4997bbc8/pip-22.1b1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/a7/c0/794f22836ef3202a7ad61f0872278ee7ac62e8c7617e4c9a08f01b5e82da/pip-22.1b1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1b1 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/f3/77/23152f90de45957b59591c34dcb39b78194eb67d088d4f8799e9aa9726c4/pip-22.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/99/bb/696e256f4f445809f25efd4e4ce42ff99664dc089cafa1e097d5fec7fc33/pip-22.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/9b/e6/aa8149e048eda381f2a433599be9b1f5e5e3a189636cd6cf9614aa2ff5be/pip-22.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1 +2024-01-23T17:21:44,010 Found link https://files.pythonhosted.org/packages/3e/0a/6125e67aa4d3245faeed476e4e26f190b5209f84f01efd733ac6372eb247/pip-22.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.1 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/96/2f/caec18213f6a67852f6997fb0673ae08d2e93d1b81573edb93ba4ef06970/pip-22.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/4b/b6/0fa7aa968a9fa4ef63a51b3ff0644e59f49dcd7235b3fd6cceb23f202e08/pip-22.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.1.2 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/9b/9e/9e0610f25e65e2cdf90b1ee9c47ca710865401904038558ac0129ea23cbc/pip-22.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/cd/b6/cf07132d631444dd7ce0ed199f2327eb34e2418f1675145e5b10e1ee65cd/pip-22.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/84/25/5734a44897751d8bac6822efb819acda2d969bcc1b915bbd7d48102952cb/pip-22.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1 +2024-01-23T17:21:44,011 Found link https://files.pythonhosted.org/packages/46/28/addd7e66bb3af799d35a5dcbb79407b591a7ed674f4efd2bd8f930c40821/pip-22.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.1 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.2.2 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/47/ef/8b5470b5b94b36231ed9c0bde90caa71c0d4322d4a15f009b2b7f4287fe0/pip-22.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/f8/08/7f92782ff571c7c7cb6c5eeb8ebbb1f68cb02bdb24e55c5de4dd9ce98bc3/pip-22.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1 +2024-01-23T17:21:44,012 Found link https://files.pythonhosted.org/packages/a3/50/c4d2727b99052780aad92c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 22.3.1 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/ab/43/508c403c38eeaa5fc86516eb13bb470ce77601b6d2bbcdb16e26328d0a15/pip-23.0-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/b5/16/5e24bf63cff51dcc169f43bd43b86b005c49941e09cc3482a5b370db239e/pip-23.0.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/6b/8b/0b16094553ecc680e43ded8f920c3873b01b1da79a54274c98f08cb29fca/pip-23.0.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.0.1 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/ae/db/a8821cdac455a1740580c92de3ed7b7f257cfdbad8b1ba8864e6abe58a08/pip-23.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1 +2024-01-23T17:21:44,013 Found link https://files.pythonhosted.org/packages/da/bf/1bdbe62f5fbde085351693e3a8e387a59f8220932b911b1719fe65efa2d7/pip-23.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/f8/f8/17bd3f7c13515523d811ce4104410c16c03e3c6830f9276612e2f4b28382/pip-23.1.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/43/7d/1f52f99a7f2eae870483b2c2a3064511487de87911bce146df8a154fbe81/pip-23.1.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.1 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/fa/ee/74ff76da0ab649eec7581233daeb43d8aa35383d8f75317b2ab3b80c922f/pip-23.1.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.1.2 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/02/65/f15431ddee78562355ccb39097bf9160a1689f2db40dc418754be98806a1/pip-23.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2 +2024-01-23T17:21:44,014 Found link https://files.pythonhosted.org/packages/3d/ab/21fa8d1ecf5648559f056fda732b0f9fca0585eb2688252e67f70e74deaf/pip-23.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/ba/19/e63fb4e0d20e48bd2167bb7e857abc0e21679e24805ba921a224df8977c0/pip-23.2.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.2.1 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/e0/63/b428aaca15fcd98c39b07ca7149e24bc14205ad0f1c80ba2b01835aedde1/pip-23.3-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/0d/f6/07ef4561bb911285c229fa46ed3df1877bd6c5325c4c67d516560d59a6e6/pip-23.3.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1 +2024-01-23T17:21:44,015 Found link https://files.pythonhosted.org/packages/1f/7f/4da15e07ccd11c84c1ccc8f6e24288d5e76c99441bf80e315b33542db951/pip-23.3.1.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.1 +2024-01-23T17:21:44,016 Found link https://files.pythonhosted.org/packages/15/aa/3f4c7bcee2057a76562a5b33ecbd199be08cdb4443a02e26bd2c3cf6fc39/pip-23.3.2-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2 +2024-01-23T17:21:44,016 Found link https://files.pythonhosted.org/packages/b7/06/6b1ad0ae8f97d7a0d6f6ad640db10780578999e647a9593512ceb6f06469/pip-23.3.2.tar.gz (from https://pypi.org/simple/pip/) (requires-python:>=3.7), version: 23.3.2 +2024-01-23T17:21:44,016 Skipping link: not a file: https://pypi.org/simple/pip/ +2024-01-23T17:21:44,018 Given no hashes to check 227 links for project 'pip': discarding no candidates +2024-01-23T17:21:44,028 Remote version of pip: 23.3.2 +2024-01-23T17:21:44,028 Local version of pip: 23.2.1 +2024-01-23T17:21:44,036 Was pip installed by pip? True +2024-01-23T17:21:44,036 WARNING: [present-rich] UpgradePrompt(old='23.2.1', new='23.3.2') +2024-01-23T17:21:44,038 Removed build tracker: '/scratch/slurm_tmpdir/job_23075234/pip-build-tracker-8pif7v9x' diff --git a/elise/pyproject.toml b/elise/pyproject.toml index d702cc1f05c38736aa074190bb1873a4b9fd4f6f..deb5e7f286ca65063a7e492c095ad9df9a33866d 100644 --- a/elise/pyproject.toml +++ b/elise/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" benchmark = "elise.benchmark:main" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" torch = "^2.1.2" vllm = {git = "https://github.com/vllm-project/vllm.git", rev = "main"} outlines = "^0.0.24" diff --git a/notebooks/dialogue_generation/annotations/output_annotated_4.csv b/notebooks/dialogue_generation/annotations/output_annotated_4.csv new file mode 100644 index 0000000000000000000000000000000000000000..d5ddaf4d4fa67a4aabe27730af93181c5c2c1973 --- /dev/null +++ b/notebooks/dialogue_generation/annotations/output_annotated_4.csv @@ -0,0 +1,551 @@ +Dialogue ID,Original Dialogue,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Generated Dialogue Annotations,Original Dialogue Annotations +PMUL4398.json,USER: i need a place to dine in the center thats expensive SYSTEM: I have several options for you; do you prefer African/, Asian/, or British food? USER: Any sort of food would be fine/, as long as it is a bit expensive. Could I get the phone number for your recommendation? SYSTEM: There is an Afrian place named Bedouin in the centre. How does that sound? USER: Sounds good/, could I get that phone number? Also/, could you recommend me an expensive hotel? SYSTEM: Bedouin's phone is 01223367660. As far as hotels go/, I recommend the University Arms Hotel in the center of town. USER: Yes. Can you book it for me? SYSTEM: Sure/, when would you like that reservation? USER: i want to book it for 2 people and 2 nights starting from saturday. SYSTEM: Your booking was successful. Your reference number is FRGZWQL2 . May I help you further? USER: That is all I need to know. Thanks/, good bye. SYSTEM: Thank you so much for Cambridge TownInfo centre. Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel and restaurant?"/, "User: My budget for the hotel is around $200 per night/, and I'm looking for a restaurant with a price range of $50 to $100 per person."/, "System: Great/, I have some options for you. For hotels/, we have the University Arms Hotel/, which is a 4-star hotel located in the city centre/, and it's within your budget. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you also recommend a restaurant nearby?'/, 'System: Sure! Based on your preferences/, I recommend the Bedouin Restaurant/, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes/, and their prices range from $50 to $100 per person. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you also tell me about the availability and the booking process?'/, 'System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night/, and you can book a room by providing your credit card information. As for the Bedouin Restaurant/, they have availability for tonight and tomorrow night as well/, and you can book a table by providing your name and contact information.'/, "User: Great/, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost?"/, 'System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400/, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details:'/, 'User: That sounds great/, thank you for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel and restaurant? User: My budget for the hotel is around $200 per night/, and I'm looking for a restaurant with a price range of $50 to $100 per person. System: Great/, I have some options for you. For hotels/, we have the University Arms Hotel/, which is a 4-star hotel located in the city centre/, and it's within your budget. Would you like me to book a room for you? User: Yes/, that sounds great. Can you also recommend a restaurant nearby? System: Sure! Based on your preferences/, I recommend the Bedouin Restaurant/, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes/, and their prices range from $50 to $100 per person. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you also tell me about the availability and the booking process? System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night/, and you can book a room by providing your credit card information. As for the Bedouin Restaurant/, they have availability for tonight and tomorrow night as well/, and you can book a table by providing your name and contact information. User: Great/, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost? System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400/, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details: User: That sounds great/, thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'tonight and tomorrow night'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '2 nights'/, 'hotel-name': 'University Arms Hotel'}}/, {'Actions': ['find_restaurant']/, 'Preferences': {}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'tonight and tomorrow night'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '2 nights'/, 'hotel-name': 'University Arms Hotel'}}/, {'Actions': ['find_restaurant']/, 'Preferences': {}}]} +SNG1013.json,USER: Guten Tag/, I am staying overnight in Cambridge and need a place to sleep. I need free parking and internet. SYSTEM: I have 4 different options for you. I have two cheaper guesthouses and two expensive hotels. Do you have a preference? USER: No/, but I'd really like to be on the south end of the city. Do any of those fit the bill? SYSTEM: Sure. Does price matter? We can narrow it down and find exactly what you need. USER: No I don't care about the price. Which one do you recommend? SYSTEM: I would recommend aylesbray lodge guest house. Would you like me to book that for you? USER: Yes/, book it for 4 people and 4 nights starting from tuesday. SYSTEM: The booking was unsuccessful. would you like another day or a shorter stay? USER: How about for 3 nights? SYSTEM: Booked! Reference number is: 84ESP6F5 USER: Great. I am all set then. Have a nice day. Bye. SYSTEM: Have a nice stay. Bye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of London. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel?"/, 'User: My budget is around £150 per night.'/, 'System: Great/, that helps me narrow down the options. Do you have any specific requirements for the hotel/, such as a certain number of stars or amenities like a gym or spa?'/, 'User: I would like a 4-star hotel with a gym and spa.'/, 'System: Perfect. Based on your preferences/, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London/, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it?'/, 'User: Yes/, that sounds great. Can you also recommend a restaurant nearby?'/, 'System: Certainly! There are many great restaurants in the area. Based on your preferences/, I suggest trying the "The Dining Room at the Goring Hotel". It is a 2-Michelin-starred restaurant located just a few minutes\' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes/, including vegetarian and gluten-free options. Would you like to make a reservation?'/, 'User: Yes/, please. Can you book a table for four people on Tuesday at 7 pm?'/, 'System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in London!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of London. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel? User: My budget is around £150 per night. System: Great/, that helps me narrow down the options. Do you have any specific requirements for the hotel/, such as a certain number of stars or amenities like a gym or spa? User: I would like a 4-star hotel with a gym and spa. System: Perfect. Based on your preferences/, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London/, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it? User: Yes/, that sounds great. Can you also recommend a restaurant nearby? System: Certainly! There are many great restaurants in the area. Based on your preferences/, I suggest trying the "The Dining Room at the Goring Hotel". It is a 2-Michelin-starred restaurant located just a few minutes' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes/, including vegetarian and gluten-free options. Would you like to make a reservation? User: Yes/, please. Can you book a table for four people on Tuesday at 7 pm? System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in London!,{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} +PMUL0121.json,USER: Hi there! Can you give me some info on Cityroomz? SYSTEM: Cityroomz is located at Sleeperz Hotel/, Station Road in the Centre area. It is a moderatley priced hotel with a 0 star rating. Would you like to book a room? USER: Yes please. I need it for 7 people for 3 nights starting on tuesday. SYSTEM: How many days would you like to book it for? USER: I would like to book it for 3 nights beginning on Tuesday. SYSTEM: Ok/, Your rooms have been booked. Your reference number is CYJDAR7R . Is there anything else I can help you with today? USER: Yeah/, I need a restaurant in the west and with expensive pricing. SYSTEM: There are 9 expensive restaurants in the west area. Do you prefer a certain type of food? USER: No/, I don't have a preference/, but I need the phone number and postcode. SYSTEM: I recommend Graffiti/, the number is 01223277977 and the postcode is cb30lx. Would you like me to book a table for you? USER: No/, right now/, I just need the infor. Thanks! SYSTEM: Can I help you with anything else today? USER: That is all. thanks SYSTEM: Thank you for using our system., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options?"/, "System: Sure! Based on your preferences/, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so/, I'll need some more information from you. Can you please provide me with the following details:"/, "User: Great! I'd like to book a hotel in the downtown area/, and my budget is around $200 per night. I'll be booking for two people."/, 'System: Thanks for providing that information! Based on your preferences/, I suggest the following hotels with city views:'/, 'User: Yes/, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm?'/, "System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation."/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What specific services would you like to request? User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options? System: Sure! Based on your preferences/, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so/, I'll need some more information from you. Can you please provide me with the following details: User: Great! I'd like to book a hotel in the downtown area/, and my budget is around $200 per night. I'll be booking for two people. System: Thanks for providing that information! Based on your preferences/, I suggest the following hotels with city views: User: Yes/, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm? System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation. User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye!,{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['find_restaurant']/, 'Preferences': {}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL3484.json,USER: I am looking for a hotel named alyesbray lodge guest house. SYSTEM: i have their info/, what would you like to know? USER: I would like to book a reservation for it. Can you help me with that? SYSTEM: I sure can. First/, I will need to know when you want your stay to begin and how many days you'll be staying. Also/, how many people will be staying? USER: We will be arriving on Sunday and will stay for 5 nights. SYSTEM: Can you tell me how many guests will be staying in the room? USER: There will be 8 guests. SYSTEM: Booking was successful. Your reference number is 4UFN3SWC . Will that be all for today? USER: that is it thank you. SYSTEM: You have a nice day then! USER: Can you actually look up a restaurant for me as well? SYSTEM: sure thing what's the area and or name? USER: It's a place called Don Pasquale Pizzeria. SYSTEM: A very nice place in the centre. Need a reservation? USER: Yes/, I do. I'll need it booked for the same day/, same people/, and we'd like to eat at 19:00. SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : GVM0PAM2 . USER: Great. One more thing. Can you book a taxi between the two places? I'd like to arrive at the restaurant in time for my reservation. SYSTEM: Contact number 07404031593. You are in a Red Skoda. USER: Thank you so much that was all I needed. SYSTEM: Alright/, hope you enjoy the rest of your day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me?"/, "System: Of course! I'd be happy to assist you. Before we proceed/, may I have your name and contact information/, please?"/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John. Based on your request/, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct?"/, "User: Yes/, that's right."/, 'System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences?'/, "User: I don't have any specific preferences/, but I would like to be picked up at Aylesbray Lodge Guest House."/, 'System: Okay/, I have that information. And what is your preferred method of payment?'/, "User: I'd like to pay by credit card."/, "System: Great/, we accept all major credit cards. Now/, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00/, is that correct?"/, "User: Yes/, that's right."/, "System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment/, please."/, 'System: John/, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House/, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John. Have a great day!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me? System: Of course! I'd be happy to assist you. Before we proceed/, may I have your name and contact information/, please? User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John. Based on your request/, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct? User: Yes/, that's right. System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences? User: I don't have any specific preferences/, but I would like to be picked up at Aylesbray Lodge Guest House. System: Okay/, I have that information. And what is your preferred method of payment? User: I'd like to pay by credit card. System: Great/, we accept all major credit cards. Now/, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00/, is that correct? User: Yes/, that's right. System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment/, please. System: John/, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House/, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John. Have a great day!,{"Services Involved": ["taxi"/, "hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'}}]} +SNG0389.json,USER: i need a train on tuesday out of kings lynn SYSTEM: What time of day would you like to leave? USER: I want to leave on Tuesday. SYSTEM: Do you have a time you'd like to leave? USER: I'd like to leave after 9:30. SYSTEM: Is that 9:30 AM or PM? USER: Looking for a train Tuesday leaving kings lynn after 9:30 to go to cambridge. SYSTEM: I'm sorry/, I'm not seeing any trains for that time. Would you like to try another time or a different route? USER: No/, I'd like a train leaving after 09:30 departing from Kings Lynn and going to Cambridge. Please take another look? SYSTEM: There are no trains running at this time. Can I narrow your search in any way? USER: Wow...no/, I really needed that time. I guess not. Thanks anyway. SYSTEM: I do have a train living at 10:11 of that would work for you. USER: Yes/, that works. Please book for two people. Thanks for checking again. SYSTEM: It's my pleasure. You're booked with reference HXG3N56O . The total fee is 19.6 GBP payable at the station. May I help with anything else? USER: Perfect. Thank you for your help. Have a great day. Bye. SYSTEM: Thank you for using our service/, goodbye. USER: Have a nice day. SYSTEM: Booking was successful/, the total fee is 19.6 GBP payable at the station . Reference number is : HXG3N56O ., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [09:30/, 9:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["09:30"/, "9:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people you would like to book for?"/, "User: Sure! I'd like to depart on Tuesday/, and I need to book two tickets."/, 'System: Great! For your departure date of Tuesday/, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM?'/, "User: I'd prefer the morning train/, please."/, 'System: Excellent! For the 9:30 AM train/, we have tickets available in coach class. Would you like to purchase those tickets?'/, 'User: Yes/, that sounds good. How much will it cost?'/, 'System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead with the booking. Can you please provide me with the ticket details?"/, 'System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station/, and arrives at platform 2 at Cambridge station. Additionally/, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays.'/, 'User: Thank you for your help! I appreciate it.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people you would like to book for? User: Sure! I'd like to depart on Tuesday/, and I need to book two tickets. System: Great! For your departure date of Tuesday/, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM? User: I'd prefer the morning train/, please. System: Excellent! For the 9:30 AM train/, we have tickets available in coach class. Would you like to purchase those tickets? User: Yes/, that sounds good. How much will it cost? System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking? User: Yes/, I'll go ahead with the booking. Can you please provide me with the ticket details? System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station/, and arrives at platform 2 at Cambridge station. Additionally/, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays. User: Thank you for your help! I appreciate it. System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['taxi'/, 'hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]},{'Services Involved': ['taxi'/, 'hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]} +SNG01520.json,USER: I am looking for a restaurant. I would like something cheap that has Chinese food. SYSTEM: I've heard good things about the lucky star. Need a reservation? USER: Yes/, could you make a reservation for 1 at 20:00 on Saturday? SYSTEM: Your booking was successful. The table will be reserved for 15 minutes. Reference number is : FDLFKTZM . USER: Thank you so much for your help! SYSTEM: You're welcome. Thank you! Have a good day now! USER: Thanks/, you too. Goodbye. SYSTEM: Thank you for using Cambridge TownInfo centre. Good-bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your location?"/, "User: Sure! I'm in the city center."/, 'System: Great! Based on your location/, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Here are the top three recommendations that match your preferences:'/, 'User: Yes/, please book a table at The Lucky Star for 20:00 on Saturday.'/, 'System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking?'/, "User: No/, that's fine. Thank you for your help!"/, "System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye!"],User: Hi/, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your location? User: Sure! I'm in the city center. System: Great! Based on your location/, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you? User: Yes/, please! System: Here are the top three recommendations that match your preferences: User: Yes/, please book a table at The Lucky Star for 20:00 on Saturday. System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking? User: No/, that's fine. Thank you for your help! System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'/, 'train-destination': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'/, 'train-destination': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL3951.json,USER: Please find me a train from cambridge to stansted airport SYSTEM: Sure/, I can do that but first I need a little more information. What day would you like to travel as well as departure and arrival times? USER: Saturday leaving Cambridge anytime after 20:00 please SYSTEM: TR3128 will leave at 20:40 and arrive by 21:08. Do you need more information or would you like to book tickets? USER: Can you book me 6 tickets please? SYSTEM: You're all set. Total for tickets is 48.48 GBP payable at the station. Reference number is JD6SA21J . USER: I am also looking for The Riverside Brasserie. SYSTEM: riverside brasserie is a modern european restaurant in the centre. Its address is Doubletree by Hilton Cambridge Granta Place Mill Lane and postcode is cb21rt. Want to book it? USER: Yes/, I would like to book it and get a reference number. SYSTEM: Unfortunately/, I cannot book it at this time. USER: Can you try for Saturday at 13:00? SYSTEM: How many people will be dining? USER: 6 people will be dining SYSTEM: Your booking was successful. Your reference number is 3VX3AOKS . USER: Thanks for everything you have been great! SYSTEM: Thank you is there anything else today? USER: No that is all I needed. Thank you ever so kindly. SYSTEM: Wonderful. I'm glad I could help. Have a great day. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train and restaurant booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00/, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00."/, "System: Great! For your train booking/, I'll need to know your preferred departure time from Cambridge and your destination/, as well as the number of people traveling."/, "User: Okay/, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling."/, "System: Perfect. For your restaurant booking/, I'll need to know your preferred restaurant name/, area/, and food type."/, "User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge/, with modern European food."/, 'System: Great choice! For your train booking/, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking?'/, "User: Yes/, that sounds good. And for the restaurant booking/, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie."/, 'System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment?'/, "User: Yes/, I'll proceed with the payment. How do I do that?"/, 'System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details.'/, "User: Okay/, I'll do that now. Thank you for your help!"/, "System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye!"],User: Hi/, I'm looking for a train and restaurant booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00/, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00. System: Great! For your train booking/, I'll need to know your preferred departure time from Cambridge and your destination/, as well as the number of people traveling. User: Okay/, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling. System: Perfect. For your restaurant booking/, I'll need to know your preferred restaurant name/, area/, and food type. User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge/, with modern European food. System: Great choice! For your train booking/, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking? User: Yes/, that sounds good. And for the restaurant booking/, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie. System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment? User: Yes/, I'll proceed with the payment. How do I do that? System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details. User: Okay/, I'll do that now. Thank you for your help! System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}]} +PMUL0843.json,USER: I'm looking for an expensive restaurant in the centre if you could help me. SYSTEM: I sure can. There are lots of choices. Are you looking for a particular type of food? USER: No/, not really. I think I'd like to try something different. Could you suggest something? SYSTEM: There is a Korean restaurant called Little Seoul located at 108 Regent Street City Centre. Would you like their phone number? USER: Yes/, I would like both the phone number and the postcode please. SYSTEM: The phone number for little seoul is 01223308681/, postcode cb21dp. Can I help you with anything else today? USER: Can I also have the address please? SYSTEM: The address for Little Seoul is 108 Regent Street/, City Centre. Is there anything else I can help you with? USER: I also want to see the travel times for a train going from Kings Lynn from Cambridge on Saturday. It should leave after 09:15. SYSTEM: Is there a time you would like to arrive by? USER: I got that backwards. Need a train leaving Kings Lynn after 9:15 and arriving in Cambridge sometime on Saturday. SYSTEM: TR2514 leaves at 10:11 and arrives at 10:58. Will this one work for you? USER: Sure. Could you tell me the exact travel time? SYSTEM: Sure. The travel time for TR2514 is 47 minutes. Anything else I can help you with today? USER: that is it for today. good day thank you SYSTEM: Have a wonderful day yourself. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a train and restaurant service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday."/, 'System: Great! For the restaurant/, would you prefer a specific price range or area in Cambridge?'/, "User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge."/, 'System: Understood. For the train/, would you like to depart from Kings Lynn at a specific time or on a specific day?'/, "User: I'd like to depart from Kings Lynn at 09:15 on Saturday."/, 'System: Alright. Based on your preferences/, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train/, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options?'/, 'User: Yes/, that sounds great. Can you provide more information about the train and restaurant?'/, 'System: Certainly! For the train/, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant/, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only?'/, "User: I'd like to book a table at Little Seoul and take the train."/, "System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train/, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye!"],User: Hi/, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday. System: Great! For the restaurant/, would you prefer a specific price range or area in Cambridge? User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge. System: Understood. For the train/, would you like to depart from Kings Lynn at a specific time or on a specific day? User: I'd like to depart from Kings Lynn at 09:15 on Saturday. System: Alright. Based on your preferences/, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train/, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options? User: Yes/, that sounds great. Can you provide more information about the train and restaurant? System: Certainly! For the train/, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant/, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only? User: I'd like to book a table at Little Seoul and take the train. System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train/, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL2979.json,USER: I'm looking for a places to go and see during my upcoming trip to Cambridge. SYSTEM: What area of town would you like? USER: I would like to go to the south area please. SYSTEM: On the south side/, your options are the cinema/, entertainment venues/, museums/, nightclubs/, parks/, and a theatre. USER: That's a lot of choices/, how about nightclubs? Can you get me a couple of phone numbers for good ones? I'm hoping to catch DJ Squalour from Ibiza! SYSTEM: The only nightclub in the south is called the place on 22 sidney street. Phone number is 01223324600. Can I help you with anything else? USER: Yes/, I would like an expensive hotel with free parking. SYSTEM: I have places that fit that description all over town/, except in the north. If area is no concern/, I recommend the Gonville in the center of town. USER: Is it four star? SYSTEM: No/, it only 3 stars. The Huntington Marriott is 4 stars though. It is also expensive and has free parking and internet. USER: Okay well now I need to get a taxi to leave the hotel by 17:45 to the attraction. I will need a contact number and car type. SYSTEM: Booking completed! Booked car type : red lexus Contact number : 07421633218 USER: I want to confirm that the booked red Lexus is a taxi/, as I previously requested? SYSTEM: Yes/, it is! Anything else needed? USER: No that is it. Thank you! SYSTEM: you are welcome. enjoy your stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, attraction/, hotel]/, Details: [{Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [the place/, places]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["the place"/, "places"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a taxi to take me to The Place tonight. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up/, and where would you like to be dropped off?"/, "User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45/, and I'd like to be dropped off at The Place."/, 'System: Great! Based on your preferences/, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have?'/, 'User: No/, that sounds perfect. Thank you!'/, "System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions/, please don't hesitate to ask. Have a great evening!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a taxi to take me to The Place tonight. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up/, and where would you like to be dropped off? User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45/, and I'd like to be dropped off at The Place. System: Great! Based on your preferences/, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have? User: No/, that sounds perfect. Thank you! System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions/, please don't hesitate to ask. Have a great evening! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'}}]} +MUL1681.json,USER: Hi/, I'd like to book a train to stansted airport from cambridge. Can you help? SYSTEM: Absolutely. Where will you departing from? USER: From Cambridge/, which is why I asked the Cambridge TownInfo centre. SYSTEM: What day would you like to leave? USER: On Saturday. Is there a train that will arrive by 15:15? SYSTEM: There is! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds. Can I book that for you? USER: No need to book it. Thanks. But can you help me find a cheap restaurant in the south? SYSTEM: Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food. Do either of those sound good? USER: The Lucky Star sounds good. That's all I need. SYSTEM: Would you like to book a table? USER: Can you also tell me the postcode? SYSTEM: Sure. The post code is cb17dy. USER: Thanks for your help. Good bye. SYSTEM: You're welcome. Please let me know if you need anything else., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have?"/, "User: Well/, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria?"/, 'System: Based on my Domain Knowledge/, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you?'/, 'User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport?'/, 'System: Certainly! Based on my Domain Knowledge/, I recommend "The Lucky Star" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for one person at 16:30?'/, 'System: Of course! I have booked a table for you at "The Lucky Star" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have? User: Well/, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria? System: Based on my Domain Knowledge/, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you? User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport? System: Certainly! Based on my Domain Knowledge/, I recommend "The Lucky Star" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you? User: Yes/, please! Can you book a table for one person at 16:30? System: Of course! I have booked a table for you at "The Lucky Star" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Services Involved': ['taxi'/, 'attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'null'/, 'hotel-pricerange': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'null'/, 'taxi-destination': 'null'/, 'taxi-leaveat': 'null'}}]},{'Services Involved': ['taxi'/, 'attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'null'/, 'hotel-pricerange': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'null'/, 'taxi-destination': 'null'/, 'taxi-leaveat': 'null'}}]} +MUL0928.json,USER: Yeah/, could you recommend a good gastropub? SYSTEM: Backstreet Bistro. It's expensive though. There is a moderately priced one called The Cow Pizza Kitchen and Bar if preferred. USER: I would like to book a table at the Backstreet Bistro for 5 people at 16:00 on Thursday. SYSTEM: No problem. That is booked for you and your reference number is 2VE84YC5 . Is there anything else I can book for you? USER: Yes/, any suggestions of museums found in the east area of town? SYSTEM: Yes/, Gallery at Twelve a High Street is excellent/, and has free admission. Would you like more information? USER: Can I please have the phone number and address for that place? SYSTEM: Certainly! The address for gallery at twelve a high street is fulbourn and the phone number is 01223295264. Can I help you with anything else? USER: Great that's all the information I needed today/, thank you! SYSTEM: You are very welcome. Have a nice day. Good bye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi/, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me more about the menu?'/, 'System: Certainly! The Backstreet Bistro is known for its seasonal menu/, which features dishes made with locally sourced ingredients. Some popular items include their signature burger/, roasted vegetable salad/, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for one person. And do you have any recommendations for attractions in the area?'/, "System: Sure! If you're interested in museums/, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary?"/, 'User: That sounds great/, thank you! Can you tell me more about the East Gallery?'/, 'System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions/, from paintings and sculptures to installations and photography. Admission is free/, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary?'/, 'User: Yes/, please add the visit to the itinerary. Thank you so much for your help!'/, "System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you again!"/, 'System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day!'],User: Hi/, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me more about the menu? System: Certainly! The Backstreet Bistro is known for its seasonal menu/, which features dishes made with locally sourced ingredients. Some popular items include their signature burger/, roasted vegetable salad/, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you? User: Yes/, please book a table for one person. And do you have any recommendations for attractions in the area? System: Sure! If you're interested in museums/, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary? User: That sounds great/, thank you! Can you tell me more about the East Gallery? System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions/, from paintings and sculptures to installations and photography. Admission is free/, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary? User: Yes/, please add the visit to the itinerary. Thank you so much for your help! System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with? User: No/, that's all for now. Thank you again! System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day!,{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}]} +WOZ20645.json,USER: I want to find an expensive restaurant and serves european food. Can i also have the address/, phone number and its area. ? SYSTEM: Eraina is a European restaurant in the centre area. Their address is St. Michael's Church Trinity Street City Centre and phone number 01223 355166. USER: thank you goodbye SYSTEM: Thank you and good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a European restaurant in the expensive price range. Can you help me find one?"/, 'System: Of course! To help you find the perfect restaurant/, may I know your location?'/, "User: Sure/, I'm in downtown."/, 'System: Great! Based on your location and preferences/, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Here are the top recommendations:'/, 'User: Yes/, please make a reservation at La Belle Epoque.'/, 'System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening!"],User: Hi/, I'm looking for a European restaurant in the expensive price range. Can you help me find one? System: Of course! To help you find the perfect restaurant/, may I know your location? User: Sure/, I'm in downtown. System: Great! Based on your location and preferences/, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you? User: Yes/, please! System: Here are the top recommendations: User: Yes/, please make a reservation at La Belle Epoque. System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG02152.json,USER: I need a 19:15 taxi to take me to Avalon. SYSTEM: I can definitely help! Where are you departing from? USER: I will be departing from Primavera. SYSTEM: You car has been booked. It is a black volvo. Can I assist you any further? USER: Can i get the contact number please SYSTEM: Yes/, your contact number is 07698022958. Can I assist you any further? USER: No/, that will be all. Good bye. SYSTEM: You're very welcome! Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! What's your destination and when do you need the taxi?"/, "User: I'm going to Avalon/, and I need it to leave at 19:15."/, 'System: Great! Based on your preferences/, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15?'/, 'User: Yes/, please.'/, "System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you?"/, "User: Yes/, that's perfect. Can you please book the taxi for me?"/, "System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details."/, 'User: Great/, thank you so much!'/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! What's your destination and when do you need the taxi? User: I'm going to Avalon/, and I need it to leave at 19:15. System: Great! Based on your preferences/, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15? User: Yes/, please. System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you? User: Yes/, that's perfect. Can you please book the taxi for me? System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details. User: Great/, thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'}}]} +PMUL2460.json,USER: Where's a good place to eat crossover food in Cambridge? SYSTEM: There are no crossover locations in Cambridge. USER: How about British restaurants in the Centre instead? SYSTEM: I have 7 in the centre that serve british food. I have 4 in the moderate price range and 3 in the expensive. Did you have a preference? USER: I would prefer the british food. SYSTEM: I have cotto that serves moderate priced food. Would you like to book a table? USER: Yes please make a booking for 8 people at 12:30 on friday. SYSTEM: I have made your booking here is the information:Booking was successful. The table will be reserved for 15 minutes. Reference number is : VVSOH0TQ . USER: What's a good college to visit near the restaurant? SYSTEM: There are 13 colleges in the centre. Is there a particular one you are interested in? USER: Any college will be fine what do you recommend? I need the phone number for whichever you pick. SYSTEM: christi's college is in that area and has free entrance. There phone number is 01223334900. Is there anything else I can assist you with? USER: That is all I needed. SYSTEM: Thank you for choosing us and enjoy your stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example/, what type of food are you in the mood for/, and what is your budget?"/, "User: Well/, I'm not too picky about food/, but I would like something with a British menu. As for budget/, I'm open to moderate prices. Oh/, and I'd like to book a table for 8 people at 12:30 PM on Friday."/, 'System: Great! Based on your preferences/, I would recommend the restaurant "Cotto" for you. They have a British menu and are within your budget. Would you like me to book a table for you?'/, 'User: Yes/, please! And can you also suggest an attraction in the centre of the city?'/, 'System: Sure thing! Based on your interest in colleges/, I would recommend the attraction "X College". It\'s located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you?'/, 'User: That sounds great/, thank you! Can you book a visit for me at 12:30 PM on Friday as well?'/, "System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday/, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye!"],User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example/, what type of food are you in the mood for/, and what is your budget? User: Well/, I'm not too picky about food/, but I would like something with a British menu. As for budget/, I'm open to moderate prices. Oh/, and I'd like to book a table for 8 people at 12:30 PM on Friday. System: Great! Based on your preferences/, I would recommend the restaurant "Cotto" for you. They have a British menu and are within your budget. Would you like me to book a table for you? User: Yes/, please! And can you also suggest an attraction in the centre of the city? System: Sure thing! Based on your interest in colleges/, I would recommend the attraction "X College". It's located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you? User: That sounds great/, thank you! Can you book a visit for me at 12:30 PM on Friday as well? System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday/, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with. User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye!,{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-leaveat': 'null'/, 'taxi-departure': 'null'}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-leaveat': 'null'/, 'taxi-departure': 'null'}}]} +MUL0358.json,USER: I want a restaurant in the north of Cambridge that is within a moderate price range. SYSTEM: There are two restaurants fitting your description/, one is Chinese cuisine and one is Indian cuisine. Do you have a preference? USER: Please book a table for 4 at the Chinese place at 12:30 on Sunday and give me the reference number. SYSTEM: Okay you're all set for Sunday at 12:30. Your reference number is F5BTP63A . Can I help you find anything else? USER: I am also looking for a train that goes to broxbourne on monday. SYSTEM: There are 19 trains to broxbourne on Monday leaving every hour starting at 05:01. Is there a specific time you'd like? USER: I would like to arrive in broxbourne by 13:00. SYSTEM: The one arriving closest to 13:00 is TR5971 leaving cambridge at 11:01 and arrives by 12:01 in broxbourne. Would you like to book a ticket? USER: Can I just get the price on one of them? SYSTEM: All tickets from cambridge to broxbourne on that day cost 17.90 pounds each. USER: Please book one. SYSTEM: How many tickets do I need to reserve for your train? USER: Just one/, thank you! Please provide me with a reference number. SYSTEM: Booking was successful/, the total fee is 17.89 GBP payable at the station. Reference number is : T1FGQFDJ . Can I help with anything else today? USER: No/, thank you. That will be all for today. Thanks. SYSTEM: Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation?"/, "User: Yes/, I'd like to go on Sunday."/, 'System: Great! And how many people will be joining you for lunch?'/, 'User: It will be just me and one other person.'/, 'System: Perfect. Based on your preferences/, I have found a few restaurants that might interest you. One of them is the Golden Wok/, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details?'/, 'User: Sure/, my phone number is [insert phone number].'/, 'System: Great/, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or make any changes.'/, 'User: Thank you so much! Is there anything else I can do to help?'/, "System: No/, that's all for now. Enjoy your meal!"/, 'System: Goodbye!'],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation? User: Yes/, I'd like to go on Sunday. System: Great! And how many people will be joining you for lunch? User: It will be just me and one other person. System: Perfect. Based on your preferences/, I have found a few restaurants that might interest you. One of them is the Golden Wok/, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday? System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details? User: Sure/, my phone number is [insert phone number]. System: Great/, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or make any changes. User: Thank you so much! Is there anything else I can do to help? System: No/, that's all for now. Enjoy your meal! System: Goodbye!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +PMUL4450.json,USER: Find me a train that leaves on Sunday after 14:00 please SYSTEM: Certainly. Where are you headed? USER: I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00 SYSTEM: TR5234 will leave at 14:16/, would that work for you? USER: Yes. Give me the ref number please. SYSTEM: In order to get a ref number I must complete a booking first. How many tickets would you like me to book for you? USER: I would like one train ticket please. SYSTEM: Your reservation for 1 ticket on the TR5234 train was successful. Your Reference number is : PGQKG62W . Is there anything else I can do for you? USER: Yes I am looking for a moderate priced place to eat in the east. Phone #/, postcode and food type please SYSTEM: You have three options for moderately priced restaurants. Do you prefer indian or italian food? USER: I would prefer Italian but Indian would be good as well. I will need the phone number and postcode of the restaurant. Thanks! SYSTEM: The place is called The Curry Prince and the phone number is: 01223566388 and the post code is: cb58jj. USER: Thanks for helping me with this. I appreciate it! Goodbye! SYSTEM: My pleasure. Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [italian/, indian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["italian"/, "indian"]}}]},["User: Hi/, I'm looking for a train and restaurant service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from Norwich to Cambridge on Sunday/, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge."/, 'System: Great! For the train ticket/, would you prefer to book a specific train or let us find the best option for you? And for the restaurant/, would you like to see options within a specific price range or with a particular type of cuisine?'/, "User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday/, and I'm open to different price ranges for the restaurant."/, 'System: Great! For the train ticket/, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant/, we have several options in the east area of Cambridge within your preferred price range. Here are a few options:'/, 'User: Can you show me the options for the restaurant?'/, 'System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine:'/, "User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation?"/, "System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day!"],User: Hi/, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Norwich to Cambridge on Sunday/, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge. System: Great! For the train ticket/, would you prefer to book a specific train or let us find the best option for you? And for the restaurant/, would you like to see options within a specific price range or with a particular type of cuisine? User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday/, and I'm open to different price ranges for the restaurant. System: Great! For the train ticket/, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant/, we have several options in the east area of Cambridge within your preferred price range. Here are a few options: User: Can you show me the options for the restaurant? System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine: User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation? System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with. User: No/, that's all. Thank you for your help! System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-food': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-food': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL1251.json,USER: I need to book a train to norwich that arrives by 16:15. SYSTEM: What day would you like to leave? USER: I want to leave on Wednesday from Cambridge. SYSTEM: The TR1144 leaves Cambridge for Norwich on Wednesday at 05:36. Would that be good for you? USER: What is the price and travel time? SYSTEM: The price is 17.60 pounds. USER: And what is the travel time? SYSTEM: It is 79 minutes. USER: Thanks! Can you also tell me if there are any multiple sports attractions in the center of town? SYSTEM: there are not. i do have one in the east part of town. would you like the information for that venue? USER: Thats ok. I really want something in the centre. How about any suggestions on a good college to visit? SYSTEM: Christ's college is in the centre of town. Is there anything you need? USER: Could you please get me the phone number? SYSTEM: sure it's 01223334900 USER: Thank you. That is all that I need. SYSTEM: Thank you/, have a good day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college/, multiple sports]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"/, "multiple sports"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that?"/, 'System: Absolutely! For the train service/, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket?'/, "User: I'd like a one-way ticket for one passenger in standard class."/, 'System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday/, I have the following options available:'/, "User: I'd prefer the Great Northern trains with a change in London King's Cross."/, "System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross/, I have the following available seats:"/, "User: Yes/, I'd like to book one standard class seat."/, 'System: Great! Your booking details are as follows:'/, 'User: No/, that looks perfect. Thank you!'/, "System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross."/, "User: Yes/, please! I'm looking for a college with multiple sports facilities. Can you help me find one?"/, 'System: Absolutely! Based on your preferences/, I have found the following attraction that matches your criteria:'/, 'User: Yes/, that sounds great! Can you book a visit for me?'/, 'System: Of course! For a visit to Christ College/, Cambridge on Wednesday/, I have the following available slots:'/, "User: I'd prefer the 11:00 slot."/, 'System: Excellent choice! Your visit to Christ College/, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors/, so I recommend checking their website before your visit.'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye!"],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that? System: Absolutely! For the train service/, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket? User: I'd like a one-way ticket for one passenger in standard class. System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday/, I have the following options available: User: I'd prefer the Great Northern trains with a change in London King's Cross. System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross/, I have the following available seats: User: Yes/, I'd like to book one standard class seat. System: Great! Your booking details are as follows: User: No/, that looks perfect. Thank you! System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross. User: Yes/, please! I'm looking for a college with multiple sports facilities. Can you help me find one? System: Absolutely! Based on your preferences/, I have found the following attraction that matches your criteria: User: Yes/, that sounds great! Can you book a visit for me? System: Of course! For a visit to Christ College/, Cambridge on Wednesday/, I have the following available slots: User: I'd prefer the 11:00 slot. System: Excellent choice! Your visit to Christ College/, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors/, so I recommend checking their website before your visit. User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]} +PMUL1842.json,USER: I need a place to stay that has free wifi. SYSTEM: I have 32 places that offer wifi/, do you have a price range preference? USER: could you provide details for something in the cheap price range? SYSTEM: There are 33 cheap hotels with wifi in Cambridge. Do you have a particular area you are interested in? USER: No/, I have no preference. Just pick one. That will be fine. SYSTEM: I recommend alexander bed and breakfast on 56 saint barnabas road would that due? USER: Perfect. I'll need a room for myself/, for five nights on tuesday. SYSTEM: Perfect/, you are all set for Alexander Bed and Breakfast on Tuesday/, your reference number is 22DG5770 . Is there anything I can help with today? USER: Nope/, that's it. Thanks! SYSTEM: I hope you not going to sit in your room by yourself for 5 days/, are you sure that you dont want to know about a restaurant or attraction? USER: Actaully i will be on business so not out much but I do need a train/, to cambridge leaving after 21:15 SYSTEM: Ok great. What day will you be traveling? USER: Yes/, I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne. SYSTEM: I have the TR9688/, which leaves at 12:32. Would you like to book this train? USER: I need a train after 21:15. SYSTEM: There are 3 trains leaving an hour apart starting at 21:32. The travel time is 60 minutes and costs 17.90 pounds. Would you like me to book one? USER: No thank you. I just need the train ID and arrival time for one of them. SYSTEM: The TR3112 arrives at 22:32. USER: Great/, thanks for that information on the train. Can you book for a train leaving after 21:15? SYSTEM: How many tickets do you need? USER: I need tickets for one person. SYSTEM: Your total is 17.89 GBP. You can pay that at the station. Your reference number is RAIYCNJU . USER: that is all i needed for today. thanks alot SYSTEM: thank you for using this service good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday/, and also find a hotel in the area."/, 'System: Great! For the train ticket/, would you prefer a specific departure time or let me find the best option for you?'/, "User: Let you find the best option/, please. And for the hotel/, I'd like a cheap option with internet access and a Tuesday check-in."/, "System: Sure thing! Based on your preferences/, I've found a few options for you. For the train ticket/, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking?"/, 'User: Yes/, that sounds great. And for the hotel?'/, "System: I've found a few options that match your preferences. Here are the details for each:"/, "User: I'll go with Hotel 1/, please."/, "System: Great! I've booked you for one night at Alexander Bed and Breakfast/, from Tuesday to Wednesday/, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows:"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday/, and also find a hotel in the area. System: Great! For the train ticket/, would you prefer a specific departure time or let me find the best option for you? User: Let you find the best option/, please. And for the hotel/, I'd like a cheap option with internet access and a Tuesday check-in. System: Sure thing! Based on your preferences/, I've found a few options for you. For the train ticket/, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking? User: Yes/, that sounds great. And for the hotel? System: I've found a few options that match your preferences. Here are the details for each: User: I'll go with Hotel 1/, please. System: Great! I've booked you for one night at Alexander Bed and Breakfast/, from Tuesday to Wednesday/, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows: User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +PMUL4896.json,USER: Hi/, I'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions. SYSTEM: There are many to see! Are you going to be traveling within a certain area of town? USER: Actually/, yes. We are traveling into the northern part of town. SYSTEM: If you're heading north/, I recommend taking a ride on the Riverboat Georgina. USER: That sounds nice but I would like to see about a guesthouse with free wifi. SYSTEM: There at 10 guest houses in the north offering free wifi. Are you looking for a particular price range? USER: No/, I don't really care about price. Just something in the north that includes wifi. SYSTEM: Acorn Guest house is located in the north /, has free wifi and is moderately priced. USER: Groovy!! Let get a booking for 2 people and 2 nights starting sunday. SYSTEM: Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road. Is there anything else I can do for you? USER: Yes/, I am looking to visit the cherry hinton hall and grounds. Can I please have more information on that? SYSTEM: Sure/, that's a great entertainment venue in the East. Their phone number is 01223446104. Is there anything else you need to know? USER: No/, taht will be all. Thanks/, goodbye. SYSTEM: Thank you for using our service!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, hotel]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me?"/, "System: Of course! I'd be happy to assist you. To provide the best recommendations/, may I know your preferences for the hotel? For example/, do you have a preferred type of hotel/, such as a guesthouse? And would you like to book the hotel for a specific day/, like Sunday?"/, 'User: Yes/, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access.'/, 'System: Great! Based on your preferences/, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House/, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me at the Acorn Guest House.'/, 'System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night/, and it includes breakfast. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, 'System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall/, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction?'/, 'User: Yes/, please do!'/, "System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall.'],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me? System: Of course! I'd be happy to assist you. To provide the best recommendations/, may I know your preferences for the hotel? For example/, do you have a preferred type of hotel/, such as a guesthouse? And would you like to book the hotel for a specific day/, like Sunday? User: Yes/, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access. System: Great! Based on your preferences/, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House/, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me at the Acorn Guest House. System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night/, and it includes breakfast. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall/, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction? User: Yes/, please do! System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you! Goodbye. System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall.,{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'yes'/, 'hotel-pricerange': 'null'/, 'hotel-area': 'north'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1 night'/, 'hotel-name': 'Acorn Guest House'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'yes'/, 'hotel-pricerange': 'null'/, 'hotel-area': 'north'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1 night'/, 'hotel-name': 'Acorn Guest House'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +MUL2431.json,USER: Can you help me book a table at a chinese restaurant that's in the centre of town? SYSTEM: Great choice! I have 10 Chinese restaurants. What is your price range and we can narrow them down. USER: I need some cheap Chop Suey/, please. SYSTEM: How does the Charlie Chan sound? It is a cheap Chinese restaurant in the centre. USER: That sounds like they'll have some awesome Chop Suey. Please book me a table for 2 on Tuesday at 12:45. SYSTEM: I am sorry but charlie chan is booked for that time. Do you want to pick an earlier or later time/, or a different day? USER: Can we try the same day for 11:45 please? And can I have the reference number as well/, thanks. SYSTEM: Great News! I was able to reserve your table for 2 at the 11:45 time. They will hold the table for 15 minutes. Reference number is : GFIL3UG5 . USER: Thank you. I am also looking for places to go in the same area as the restaurant. SYSTEM: There are dozens of attractions in the centre. What type of activities are you interested in? Museums? Architecture? Boat Rides? Something else? USER: I am looking for some type of entertainment in the same area as the restaurant/, please. SYSTEM: There are all kinds of entertainment choices. Did you have something in mind? USER: No/, just an entertainment attraction in the same area as the restaurant. Can you make a suggestion? SYSTEM: What about a museum? The cambridge contemporary art is a nice one. USER: That sounds nice can I get their phone number/, entrance fee/, and address please? SYSTEM: The phone number is 01223324222/, the address is 6 Trinity Street/, and it is free admittance. USER: Thank you so much for your help. SYSTEM: Will that be everything for you today then? USER: That will be all. Thank you for your help! SYSTEM: Glad to be of assistance/, have a great day! USER: Thanks/, take care buddy! SYSTEM: Thank you goodbye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [entertainment/, museum]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["entertainment"/, "museum"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one?"/, "System: Of course! Based on your preferences/, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge/, and they have a lunch special on Tuesdays. Would you like me to book a table for you?"/, 'User: Yes/, that sounds great. Can you book a table for two people at 12:45 on Tuesday?'/, "System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant?"/, "User: No/, that's all I need. Thank you!"/, "System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one? System: Of course! Based on your preferences/, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge/, and they have a lunch special on Tuesdays. Would you like me to book a table for you? User: Yes/, that sounds great. Can you book a table for two people at 12:45 on Tuesday? System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant? User: No/, that's all I need. Thank you! System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]},{'Services Involved': ['attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]} +SNG1375.json,USER: I am looking for a train to Ely. SYSTEM: What day are you looking to travel? USER: I need to leave a little after 8:00 on Sunday/, and I'm leaving from Cambridge. SYSTEM: The closest train I have is the TR3177 that leaves at 09:50. There's nothing earlier on that day. USER: That will have to work. What is the arrival time? SYSTEM: The arrival time is 10:07. USER: Perfect! That's all I needed to know. Thanks. Have a great day. SYSTEM: Have a wonderful day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [08:00/, 8:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["08:00"/, "8:00"]}}]},["User: Hi/, I'm looking for train tickets from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found the following trains that match your criteria:'/, 'User: Yes/, please book Train #1.'/, 'System: Great! I have successfully booked Train #1 for you/, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, 'System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome! Have a great trip to Ely. Goodbye!"],User: Hi/, I'm looking for train tickets from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found the following trains that match your criteria: User: Yes/, please book Train #1. System: Great! I have successfully booked Train #1 for you/, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome! Have a great trip to Ely. Goodbye!,{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +PMUL1031.json,USER: I need to take a train from bishops stortford to Cambridge. Ill need to leave after 9:00 SYSTEM: There are 56 trains traveling from Bishops Stortford to Cambridge after 9:00 between Friday and Wednesday. What day to you want to travel? USER: I want to leave on Sunday. SYSTEM: How about TR4803 that leaves at 09:29? USER: That will work can you book that for me please? SYSTEM: Of course. How many tickets do you need? USER: Actually/, I don't need a booking. I just need to know when it arrives/, thanks. SYSTEM: It arrives at 10:07. USER: Thank you. I am also looking for a park to go to. SYSTEM: I have 5 to choose from. Is there a certain area you were wanting the park to be in? USER: no specific area. just recommend one. SYSTEM: Milton Country Park is a great place to visit! It's in the North and free to enter. USER: Great! Please/, give me the address of the park. SYSTEM: milton country park/, milton. USER: Thank you so much for your time. Have a nice day! SYSTEM: You too/, enjoy your stay!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service would you like to request?'/, "User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday."/, "System: Great! For the train service/, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer?"/, "User: I'd like to leave at 9:00 AM."/, 'System: Excellent! For the attraction service/, would you like to find a park or any other type of attraction in Cambridge?'/, 'User: A park would be great/, thank you.'/, 'System: Absolutely! For the park/, I have a few options. Would you prefer a large park with plenty of green space/, or a smaller park with more structured activities?'/, 'User: A smaller park with more structured activities sounds good.'/, 'System: Great choice! I have found a lovely park with a playground/, a miniature train/, and a pond. Would you like to visit this park?'/, 'User: That sounds perfect! Can you provide me with the details?'/, 'System: Certainly! The park is called "The Meadows" and is located near the river Cam. The playground has a variety of equipment for children of all ages/, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map?'/, 'User: Yes/, please!'/, 'System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows/, and please let me know if you need any further assistance!'/, 'User: Thank you so much!'/, "System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye!"],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday. System: Great! For the train service/, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer? User: I'd like to leave at 9:00 AM. System: Excellent! For the attraction service/, would you like to find a park or any other type of attraction in Cambridge? User: A park would be great/, thank you. System: Absolutely! For the park/, I have a few options. Would you prefer a large park with plenty of green space/, or a smaller park with more structured activities? User: A smaller park with more structured activities sounds good. System: Great choice! I have found a lovely park with a playground/, a miniature train/, and a pond. Would you like to visit this park? User: That sounds perfect! Can you provide me with the details? System: Certainly! The park is called "The Meadows" and is located near the river Cam. The playground has a variety of equipment for children of all ages/, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map? User: Yes/, please! System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows/, and please let me know if you need any further assistance! User: Thank you so much! System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": "null"}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'}}]} +WOZ20027.json,USER: I am looking for a restaurant that is in the expensive price range and in the south part of town. SYSTEM: There are results matching your query. Would you like Mexican/, Italian/, Chinese/, or Indian? USER: Let's go with Italian food. SYSTEM: Frankie and Bennys is an expensive Italian eatery in the south part of town. Would you like any additional information about this restaurant? USER: address and phone number SYSTEM: The address is Cambridge Leisure Park Clifton Way Cherry Hinton. The phone number is 01223 412430. USER: Thank you/, goodbye. SYSTEM: You're welcome/, goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to explore?"/, 'User: The south/, please.'/, 'System: Great! Based on your preferences/, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top 3 Italian restaurants in the south of the city/, based on your preferences:'/, 'User: Yes/, please provide the addresses and contact information for Bella Vita and La Bella Italia.'/, 'System: Certainly! Here is the information you requested:'/, "User: Thank you so much! I'll definitely check out both of those restaurants."/, "System: You're welcome! Enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to explore? User: The south/, please. System: Great! Based on your preferences/, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top 3 Italian restaurants in the south of the city/, based on your preferences: User: Yes/, please provide the addresses and contact information for Bella Vita and La Bella Italia. System: Certainly! Here is the information you requested: User: Thank you so much! I'll definitely check out both of those restaurants. System: You're welcome! Enjoy your dining experience! Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'}}]} +PMUL4827.json,USER: Can you help me find an expensive Chinese food restaurant? SYSTEM: What area would you like? There are nine results. USER: I'm interested in restaurants located in the East. SYSTEM: Okay/, Yu Garden matches your specifications. Would you like me to book a reservation? USER: Yeah/, could you book it for 8 people on Monday? I think 16:15 is when we want to be seated. SYSTEM: The booking went through/, your table is reserved for 15 minutes starting at 16:15. Reference number is BT75STQI . USER: Thanks! I'm also looking for a hotel near that restaurant. SYSTEM: I would recommend the Express by Holiday Inn Cambridge/, should I book it for you? USER: If that has free wifi that'll work. SYSTEM: Yes/, there is internet there. Would you like a booking then? USER: Could you tell me the price/, address and phone number? SYSTEM: They are expensive and can be reached at 01223866800. The address is 15-17 norman way/, coldhams business park. Anything else? USER: No/, that's all for me today! Thank you! Bye! SYSTEM: I hope you have a wonderful stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in Cambridge. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'd like a hotel in the east of Cambridge/, with internet access and a good rating."/, "System: Great! Based on your preferences/, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city/, has excellent internet access/, and has a rating of 4 out of 5 stars. Would you like to book a room?"/, 'User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby?'/, "System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes/, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15?"/, 'User: Yes/, that sounds great. Can you please book the table for me?'/, "System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in Cambridge. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'd like a hotel in the east of Cambridge/, with internet access and a good rating. System: Great! Based on your preferences/, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city/, has excellent internet access/, and has a rating of 4 out of 5 stars. Would you like to book a room? User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby? System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes/, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15? User: Yes/, that sounds great. Can you please book the table for me? System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye!,{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]} +PMUL3086.json,USER: I am planning a vacation and really could use some help finding a good place to stay in town. I've never been to Cambridge before. SYSTEM: which side of town do you prefer and what is the price range? USER: It doesn't matter. What do you recommend? SYSTEM: alexander bed and breakfast is a guest house in the centre area. Would you like to book a room? USER: Oh/, ok. I really don't want to stay at a guesthouse though. Can you recommend a hotel instead? SYSTEM: The Huntingdon Marriott hotel is a very nice place. USER: Sounds good. Can you get me a room for 2 for 5 nights starting Sunday? SYSTEM: Booking was successful. Reference number is : 36N9VCAD . Is there anything else I can help with? USER: What is the train schedule from birmingham new street like? I need to arrive at 13:45. SYSTEM: Where would you like the train to arrive/, and what time will you be leaving? USER: I need the travel day to be Sunday. I'll be going to Cambridge and arrive by 13:45. I'll be leaving from Birmingham New street. SYSTEM: Train TR7468 will arrive at 13:23. Will this work for you? USER: What is the travel time on that train? SYSTEM: It is 163 minutes on that train. USER: Excellent. Thanks for all the help! SYSTEM: You are quite welcome/, thank you for using our services. Have we met all of your needs today? USER: Yes/, thanks very much! Have a great day! SYSTEM: ok thanks and have a great day USER: You too! Thanks so much for all the help. Please end the convo and read the directions next time. thanks SYSTEM: Keep the snarky comments to yourself., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train options/, may I know your preferences for the train departure time and the number of passengers traveling with you?"/, "User: Well/, I'd like to depart at 13:45 if possible/, and there will be two of us traveling."/, 'System: Great! Based on your preferences/, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night?'/, 'System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option/, with availability for Sunday night. Would you like to book this hotel?'/, 'User: Yes/, that sounds great. Can you please book both the train and the hotel for us?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday/, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows:'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train options/, may I know your preferences for the train departure time and the number of passengers traveling with you? User: Well/, I'd like to depart at 13:45 if possible/, and there will be two of us traveling. System: Great! Based on your preferences/, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night? System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option/, with availability for Sunday night. Would you like to book this hotel? User: Yes/, that sounds great. Can you please book both the train and the hotel for us? System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday/, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows: User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]} +SNG0598.json,USER: I'm looking to go to dinner tonight and am in the mood for some good Bistro in the centre of town/, can you find me some options? SYSTEM: I'm sorry. There is no matching restaurant. Would you like to try a different food type or area? USER: Hmm... let me think. Let's try maybe something italian instead. SYSTEM: There are nine Italian restaurants in the centre of town! Are you looking for an Italian restaurant in any particular price range? USER: Which of those nine has the best ratings? Can I please have the address and postcode. SYSTEM: I recommend Caffe Uno - it's very nice. They're at 32 Bridge Street City Centre/, cb21uj. Can I help with anything else? USER: No/, that's all. Thanks. SYSTEM: Thank you! Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [italian/, bistro]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["italian"/, "bistro"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre location/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended:'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre location/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended: User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]} +SNG01162.json,USER: I am looking for a particular restaurant. Its name is called travellers rest SYSTEM: It is an expensive British restaurant on the west side of town. Would you like the address? USER: Yes/, and can you book a table for 1 at 14:15 on Monday/, please. SYSTEM: Ok. You're all set for Monday at 14:15. Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one?"/, 'System: Of course! To help you find the perfect restaurant/, may I know your preferences? For example/, do you have any specific cuisine in mind or a maximum budget for the booking?'/, "User: Well/, I'd like to find a restaurant with a cozy atmosphere and good service. Oh/, and I'd prefer a restaurant that serves British cuisine/, if possible. As for the budget/, let's say around £50 per person."/, "System: Great! Based on your preferences/, I've found a few restaurants that might interest you. One of them is Travellers Rest/, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you?"/, 'User: That sounds perfect! Can you tell me a bit more about Travellers Rest?'/, "System: Certainly! Travellers Rest is a historic pub located in the heart of the city/, offering a variety of traditional British dishes such as fish and chips/, shepherd's pie/, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking?"/, 'User: Yes/, please go ahead and book a table for one person at 14:15 on Monday.'/, "System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one? System: Of course! To help you find the perfect restaurant/, may I know your preferences? For example/, do you have any specific cuisine in mind or a maximum budget for the booking? User: Well/, I'd like to find a restaurant with a cozy atmosphere and good service. Oh/, and I'd prefer a restaurant that serves British cuisine/, if possible. As for the budget/, let's say around £50 per person. System: Great! Based on your preferences/, I've found a few restaurants that might interest you. One of them is Travellers Rest/, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about Travellers Rest? System: Certainly! Travellers Rest is a historic pub located in the heart of the city/, offering a variety of traditional British dishes such as fish and chips/, shepherd's pie/, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking? User: Yes/, please go ahead and book a table for one person at 14:15 on Monday. System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]} +PMUL1146.json,USER: I'm wanting a train that leaves on Friday and goes to Cambridge. SYSTEM: Sure thing. What's your departure site and around what time would you like to leave? USER: I want to leave after 16:45/, depart from Birmingham New Street. SYSTEM: The first train will leave at 17:40 and arrive at 20:23. Does that sound good? USER: This time works fine for me. SYSTEM: You train has been booked/, and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive. USER: thanks/, i'm also looking for some museums. SYSTEM: We have lots of wonderful museums. Is there a particular area of the town you would like to find one in? USER: Yes/, do you have any in the centre? SYSTEM: There's 11 museums in the centre is there a type of museum you'd like to visit? USER: Anyone of those would work. Could you recommend something for me? I'll need the phone number/, and address as well. SYSTEM: The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street. USER: What area is it in? SYSTEM: It is in the centre., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people are traveling?"/, "User: Sure! I'd like to leave on Friday at 16:45/, and there will be one person traveling."/, 'System: Great! Based on your preferences/, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting?'/, 'System: Certainly! Based on your interests/, I suggest visiting the Broughton House Gallery/, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you?'/, 'User: That sounds great/, thank you! Can you also tell me about any other attractions in the area?'/, "System: Sure! In addition to the Broughton House Gallery/, Cambridge is also home to several other museums and historical landmarks/, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well?"/, "User: Yes/, please do! I'm interested in learning more about them."/, "System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world/, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them?"/, "User: That's all great information/, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me?"/, 'System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people are traveling? User: Sure! I'd like to leave on Friday at 16:45/, and there will be one person traveling. System: Great! Based on your preferences/, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking? User: Yes/, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting? System: Certainly! Based on your interests/, I suggest visiting the Broughton House Gallery/, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you? User: That sounds great/, thank you! Can you also tell me about any other attractions in the area? System: Sure! In addition to the Broughton House Gallery/, Cambridge is also home to several other museums and historical landmarks/, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well? User: Yes/, please do! I'm interested in learning more about them. System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world/, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them? User: That's all great information/, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me? System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]} +SSNG0018.json,USER: Heya/, can you find me an expensive restaurant with north african food? SYSTEM: I actually cannot find any expensive restaurants with north african food. There is however an expensive restaurant with african food. Would that be okay? USER: Are there any expensive restaurants with gastropub food? SYSTEM: Yes/, I have 3. Two are located in the centre and one is located in the east. Do you have a preference? USER: Yes/, the one in the east please. SYSTEM: One in the East is called Royal Standard. Can I book a table for you? USER: Yes/, please book it for 2 people at 13:45 on monday. SYSTEM: I'm sorry that isn't available. Can I try a different restaurant for you? USER: No thank you that will be all. SYSTEM: Is there anything else I can assist you with? USER: That was all thank you. SYSTEM: Thank you. Good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [african/, gastropub]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["african"/, "gastropub"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a restaurant in the east of the city that serves African and gastropub food/, and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, how many people are you looking to book for/, and what is your preferred booking time?"/, "User: Oh/, I see. Well/, I'm looking to book for two people/, and I'd prefer to book on Monday at 13:45."/, 'System: Great/, I have found a few restaurants that match your preferences. Would you like me to provide you with some options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Based on your preferences/, I have found three restaurants that might interest you. The first is "The African Gastropub" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is "The Gastropub Kitchen" which is also located in the east and serves a variety of gastropub dishes. The third is "The East African Bistro" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options?'/, 'User: The African Gastropub sounds great/, can you tell me more about it?'/, 'System: Certainly! "The African Gastropub" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature "Jollof Rice" and "Beef Suya". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45?'/, 'User: Yes/, that sounds perfect! Can you please go ahead and book the table for me?'/, 'System: Of course! I have booked a table for two people at "The African Gastropub" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at "The African Gastropub"! Goodbye!'],User: Hi/, I'm looking for a restaurant in the east of the city that serves African and gastropub food/, and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, how many people are you looking to book for/, and what is your preferred booking time? User: Oh/, I see. Well/, I'm looking to book for two people/, and I'd prefer to book on Monday at 13:45. System: Great/, I have found a few restaurants that match your preferences. Would you like me to provide you with some options? User: Yes/, please! System: Sure thing! Based on your preferences/, I have found three restaurants that might interest you. The first is "The African Gastropub" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is "The Gastropub Kitchen" which is also located in the east and serves a variety of gastropub dishes. The third is "The East African Bistro" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options? User: The African Gastropub sounds great/, can you tell me more about it? System: Certainly! "The African Gastropub" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature "Jollof Rice" and "Beef Suya". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45? User: Yes/, that sounds perfect! Can you please go ahead and book the table for me? System: Of course! I have booked a table for two people at "The African Gastropub" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at "The African Gastropub"! Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +MUL2293.json,USER: I'm planning a trip to Cambridge and I was told the A and B Guest House was a great place to stay. Can you give me information about it? SYSTEM: Absolutely! This is a moderately priced guest house with four stars. There is wifi included. It is located on the east. What else can I help with? USER: Do you have free parking? I refuse to pay for parking in a hotel that I am staying at. Wouldn't you agree? SYSTEM: Yes/, I would as a matter of fact. And yes the offer free parking. USER: Okay/, sounds good. Also I need to get a train from Liverpool street to Cambridge. SYSTEM: What day would you like to make this trip? Do you have any other specifications? USER: Oh wait/, you know what? I forgot to ask about star ratings. What's the star rating on the A and B Guest House/, please? SYSTEM: It has four stars. Would you still like information on the train? USER: The train should leave after 12:45 and should leave on friday. for 2 people please book. SYSTEM: TR5015 leaves london liverpool street at 13:39 and arrives at cambridge by 15:07. Would this work for you? USER: Does that train leave on Friday? SYSTEM: Yes/, that train leaves on Friday. USER: I need two tickets. SYSTEM: Okay/, two tickets are booked/, for a total price of 33.2 GBP/, and your reference number is MY04HJ0A/, do you need anything else today? USER: No thanks/, that is everything. SYSTEM: Thanks for using our system!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45/, and also find a hotel in the area."/, 'System: Great! For the train ticket/, would you prefer a specific departure time or destination? And how many people would you like to book for?'/, "User: I'd like to depart at 12:45 from London Liverpool Street/, and I need to book two tickets."/, 'System: Got it! For the hotel/, do you have any specific preferences such as hotel name or parking availability?'/, 'User: Yes/, I\'d like to find a hotel with the name "a and b guest house" and preferably with parking available.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For the train ticket/, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel/, I have found the "a and b guest house" with parking available. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please proceed with the booking?'/, 'System: Great! For the train ticket/, the total cost is £25. And for the hotel/, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, 'System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email/, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Enjoy your trip!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45/, and also find a hotel in the area. System: Great! For the train ticket/, would you prefer a specific departure time or destination? And how many people would you like to book for? User: I'd like to depart at 12:45 from London Liverpool Street/, and I need to book two tickets. System: Got it! For the hotel/, do you have any specific preferences such as hotel name or parking availability? User: Yes/, I'd like to find a hotel with the name "a and b guest house" and preferably with parking available. System: Great! Based on your preferences/, I have found a few options for you. For the train ticket/, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel/, I have found the "a and b guest house" with parking available. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please proceed with the booking? System: Great! For the train ticket/, the total cost is £25. And for the hotel/, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email/, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge! User: Thank you! Goodbye. System: Goodbye! Enjoy your trip!,{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]} +PMUL1586.json,USER: I need a train to go from Cambridge to Norwich. SYSTEM: What day of the week are you looking to travel? USER: I am traveling on Sunday SYSTEM: What time would you like to leave or arrive by? USER: I would like to arrive by 13:45. SYSTEM: I have the TR7438 that will arrive at 12:55. Would you like a booking made today? USER: I would like to book that train for 4 people please. SYSTEM: 7G6OJ8G2 is your confirmation code. May I help you further? USER: yeah/, I'm also looking for a place to stay. I don't like hotels/, so a guesthouse would be better. Moderate in price. SYSTEM: There are several moderate priced guesthouses do you have a preferred area that you want to stay in? USER: Yes/, the hotel should be in the east and doesn't need to have free parking. SYSTEM: a and b guest house is a guesthouse in the east and it is moderate. Shall I book it ? USER: can I have the star rating and idf they have wi fi ? SYSTEM: The star rating is 4 and they do have free wifi. USER: OK/, that's all I need for now. Thanks. SYSTEM: Great. I hope you have an excellent day. USER: Thanks you too Goodbye SYSTEM: Great! Have a good day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich?"/, "User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like me to proceed with booking a train ticket?'/, 'User: Yes/, please go ahead.'/, 'System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip to Norwich. Goodbye!"],User: Hi/, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich? User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM. System: Great! Based on your preferences/, I have found a few options for you. Would you like me to proceed with booking a train ticket? User: Yes/, please go ahead. System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip to Norwich. Goodbye!,{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-parking': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-parking': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}]} +SNG0039.json,USER: Good day. Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45? SYSTEM: Sure I can do that! Where is the departure site? USER: I need it to pick me up from gourmet burger kitchen. SYSTEM: The car coming is a White Tesla with contact number is: 07441094025 USER: Thank you so much. SYSTEM: Is there anything else I can help you with today? USER: Nope/, that will do it/, thanks! SYSTEM: You're welcome. Have a great trip!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen?"/, "User: Oh/, I'd like to leave at 08:45/, if possible."/, 'System: Great! And do you have any specific preferences for your taxi/, such as a particular type of vehicle or extra features like a child seat or entertainment system?'/, 'User: No/, nothing too specific. Just a standard taxi with a reliable driver would be perfect.'/, 'System: Absolutely! Based on your preferences/, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X/, and the journey should take around Y minutes. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds great. Please go ahead and book the taxi for me.'/, "System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen/, and your destination is Corpus Christi. Your driver's name is [Driver Name]/, and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your ride!"/, 'User: Goodbye!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen? User: Oh/, I'd like to leave at 08:45/, if possible. System: Great! And do you have any specific preferences for your taxi/, such as a particular type of vehicle or extra features like a child seat or entertainment system? User: No/, nothing too specific. Just a standard taxi with a reliable driver would be perfect. System: Absolutely! Based on your preferences/, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X/, and the journey should take around Y minutes. Would you like to proceed with the booking? User: Yes/, that sounds great. Please go ahead and book the taxi for me. System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen/, and your destination is Corpus Christi. Your driver's name is [Driver Name]/, and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your ride! User: Goodbye!,{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-parking': 'null'/, 'hotel-name': 'null'}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-parking': 'null'/, 'hotel-name': 'null'}}]} +SSNG0142.json,USER: I am looking for a restaurant. SYSTEM: Is there a price range or type of food that you would prefer? USER: Not sure of that/, I am looking for a restaurant named "ask." SYSTEM: That is an Italian restaurant located in the centre of town. It is at 12 Bridge Street. Can I call and reserve a table for you? USER: I would like to book a table for 5 people on Sunday at 14:15 SYSTEM: I am afraid that booking was unsuccessful. Would you like to try another restaurant? USER: Yes/, a different restaurant in the same area and with the same price range. SYSTEM: Yes there are 15 restaurants that are a similar price range. Did you still want Italian? USER: Type of food doesn't matter. Which is the best one? I'll book that. SYSTEM: Your reservation is at the Dojo Noodle Bar at Millers Yard. The reference number is W87AKIBY and the table will be held for 15 minutes. Is that all? USER: That is all. Thank you! SYSTEM: Thank you for calling. Enjoy your dining experience., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [ask.\/, dontcare/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["ask.\""/, "dontcare"/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your preferred day and time for booking/, and how many people you'll be dining with?"/, "User: Sure! I'd like to book a restaurant for Sunday at 14:15/, and I'll be dining with 5 people."/, 'System: Great! Based on your preferences/, I have a few restaurant recommendations for you. For a nice atmosphere and good food/, you might enjoy "Restaurant X" or "Restaurant Y". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants?'/, 'User: That sounds great! Can you book a table for 5 people at "Restaurant X" for Sunday at 14:15?'/, 'System: Absolutely! I\'ve just confirmed a table for you at "Restaurant X" for Sunday at 14:15. Please note that the restaurant has a dress code/, so it\'s best to dress smartly. Also/, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking?'/, "User: That sounds good/, thank you! But I don't have a specific dress code in mind/, can we just go with smart casual?"/, "System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking?"/, "User: No/, that's all good. Thank you for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Enjoy your dining experience at "Restaurant X" on Sunday at 14:15. Have a great day!'],User: Hi/, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your preferred day and time for booking/, and how many people you'll be dining with? User: Sure! I'd like to book a restaurant for Sunday at 14:15/, and I'll be dining with 5 people. System: Great! Based on your preferences/, I have a few restaurant recommendations for you. For a nice atmosphere and good food/, you might enjoy "Restaurant X" or "Restaurant Y". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants? User: That sounds great! Can you book a table for 5 people at "Restaurant X" for Sunday at 14:15? System: Absolutely! I've just confirmed a table for you at "Restaurant X" for Sunday at 14:15. Please note that the restaurant has a dress code/, so it's best to dress smartly. Also/, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking? User: That sounds good/, thank you! But I don't have a specific dress code in mind/, can we just go with smart casual? System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking? User: No/, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at "Restaurant X" on Sunday at 14:15. Have a great day!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-leaveat': 'null'/, 'taxi-departure': 'null'}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-leaveat': 'null'/, 'taxi-departure': 'null'}}]} +SNG01795.json,USER: I'm looking for a train please. SYSTEM: Where are you leaving from and where would you like to go? USER: I plan to leave from stevenage to go to Cambridge. SYSTEM: Okay. There are 70 trains that go from stevenage to cambridge. Would you like to narrow it down by day or time? USER: I want to leave on Sunday and arrive by 12:15. SYSTEM: trainID departure destination day leaveAt arriveBy price duration book (optional) TR1542 stevenage cambridge sunday 05:54 06:43 10.24 pounds 49 minutes TR5870 stevenage cambridge sunday 07:54 08:43 10.24 pounds 49 minutes TR7802 stevenage cambridge sunday 09:54 10:43 10.24 pounds 49 minutes TR8225 stevenage cambridge sunday 11:54 12:43 10.24 pounds 49 minutes are the opitions USER: Thank you/, I will check them out and get back to you. SYSTEM: You are welcome. Call back anytime you are ready to book. USER: That information is very overwhelming. Can you please pick the best option that meets my criteria and book for 6 people. SYSTEM: I would like to book the TR7802 stevenage cambridge sunday 09:54 10:43/, please. USER: I think you're confused. I need the info/, you're the help desk. SYSTEM: I apologize for the mistake. I have booked six tickets for you and your party on the TR7802 train departing from Stevenage at 09:54 and arriving at Cambridge at 10:43. USER: That's more like it. And/, what's the reference number? SYSTEM: Your reference number is DDBA2U1R . The total fee is 61.44 GBP payable at the station. May I help with something else? USER: That was all. Thank you SYSTEM: Thanks for using our services., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [10:43/, 12:15]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["10:43"/, "12:15"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to do?"/, "User: I'd like to book a train ticket for Sunday/, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with six available seats. The fare for this train is £25. Would you like to book this train?'/, 'User: Yes/, that sounds great. Can you please provide more details about the train/, such as the train number and the platform number at Stevenage?'/, 'System: Certainly! The train number is TS123/, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed. How do I pay for the ticket?"/, 'System: We accept all major credit and debit cards. Would you like to enter your payment details now?'/, 'User: Sure. My card is a Visa.'/, "System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station."/, 'User: Thank you so much! Is there a way to get to the station from my hotel?'/, 'System: Yes/, there are several options for getting to the station from your hotel. You can take a taxi/, which should take around 10 minutes and cost approximately £15. Alternatively/, you can take the bus/, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options?'/, "User: No/, I think I'll just take a taxi. Can you provide the taxi company's contact information?"/, "System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions."/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to do? User: I'd like to book a train ticket for Sunday/, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with six available seats. The fare for this train is £25. Would you like to book this train? User: Yes/, that sounds great. Can you please provide more details about the train/, such as the train number and the platform number at Stevenage? System: Certainly! The train number is TS123/, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking? User: Yes/, I'd like to proceed. How do I pay for the ticket? System: We accept all major credit and debit cards. Would you like to enter your payment details now? User: Sure. My card is a Visa. System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station. User: Thank you so much! Is there a way to get to the station from my hotel? System: Yes/, there are several options for getting to the station from your hotel. You can take a taxi/, which should take around 10 minutes and cost approximately £15. Alternatively/, you can take the bus/, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options? User: No/, I think I'll just take a taxi. Can you provide the taxi company's contact information? System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye!,{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]} +PMUL4433.json,USER: I need to get a train going to Stevenage. SYSTEM: I will need some more information. The train is departing from cambridge correct? What day would you like to leave? USER: Yes/, departing from Cambridge. We'll be leaving on Tuesday/, hopefully after 15:15. SYSTEM: How about TR5343? It leaves at 15:21. Your next choice is TR9883 which leaves at 17:21. USER: What is the price for TR5343? SYSTEM: It is 12.80 pounds. USER: I would like information on pools in the north. SYSTEM: jesus green outdoor pool and kings hedges learner pool are in that area. Could I get you info on one of those? USER: How about Jesus Green Outdoor pool. Could I have their address and phone number. SYSTEM: Sure/, the phone number for jesus green outdoor pool is 01223302579. The address is listed as between victoria road and the river. USER: thanks! that's all i need now SYSTEM: Is there any other info or booking I can do? USER: No/, not at this time. Thank you. SYSTEM: Okay glad I could help., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service would you like to request?'/, "User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15."/, 'System: Great! To help me assist you better/, may I know your preferred class of travel and any special requirements?'/, "User: I'd like an economy ticket/, and I don't have any special requirements."/, "System: Alright! Based on the details you've provided/, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday/, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you?"/, 'User: Yes/, please go ahead and book the ticket.'/, 'System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal?'/, "User: I'd like to pay by credit card."/, 'System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed.'/, 'User: Thank you! Is there any attraction near Stevenage that you can recommend?'/, "System: Certainly! Based on your preferences/, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage/, and it's open on Tuesdays. Would you like me to provide you with the address and directions?"/, 'User: That sounds great/, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool?'/, 'System: Absolutely! The address is Jesus Green Outdoor Pool/, Queensway/, Stevenage SG1 1BS. To get there/, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information?'/, 'User: No/, I think I can manage from here. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye!"],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15. System: Great! To help me assist you better/, may I know your preferred class of travel and any special requirements? User: I'd like an economy ticket/, and I don't have any special requirements. System: Alright! Based on the details you've provided/, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday/, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you? User: Yes/, please go ahead and book the ticket. System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal? User: I'd like to pay by credit card. System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed. User: Thank you! Is there any attraction near Stevenage that you can recommend? System: Certainly! Based on your preferences/, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage/, and it's open on Tuesdays. Would you like me to provide you with the address and directions? User: That sounds great/, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool? System: Absolutely! The address is Jesus Green Outdoor Pool/, Queensway/, Stevenage SG1 1BS. To get there/, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information? User: No/, I think I can manage from here. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-bookpeople': 'null'/, 'train-leaveat': 'null'}}]},{'Services Involved': ['train']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-bookpeople': 'null'/, 'train-leaveat': 'null'}}]} +SNG1116.json,USER: I am getting ready to go off to college. I thought while I was in town maybe I could visit one. SYSTEM: Great idea! There are 18 entries found! What area of town would you like to visit? USER: I think I'd like to visit the centre. SYSTEM: There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in. USER: Great! Can I have the address/, please? SYSTEM: Sure/, it's located at Regent Street. USER: Great/, thank you very much. That's all I need. SYSTEM: You're welcome. Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for information on attractions in the centre of Downing College. Can you help me?"/, "System: Of course! I'd be happy to assist you. To provide the most accurate information/, may I know what type of attraction you're interested in? For example/, are you looking for a museum/, a park/, or a historical landmark?"/, "User: Actually/, I'm looking for a college attraction. Do you have any recommendations?"/, "System: Great! Based on your preference for a college attraction in the centre of Downing College/, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you?"/, 'User: That sounds perfect! Can you tell me more about the chapel and the tours?'/, "System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture/, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes/, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm/, and there is no need to book in advance. Would you like to schedule a tour for a specific time?"/, "User: Yes/, I'd like to schedule a tour for 2 pm today."/, "System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel/, and don't hesitate to reach out if you need anything else. Goodbye!"],User: Hi/, I'm looking for information on attractions in the centre of Downing College. Can you help me? System: Of course! I'd be happy to assist you. To provide the most accurate information/, may I know what type of attraction you're interested in? For example/, are you looking for a museum/, a park/, or a historical landmark? User: Actually/, I'm looking for a college attraction. Do you have any recommendations? System: Great! Based on your preference for a college attraction in the centre of Downing College/, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you? User: That sounds perfect! Can you tell me more about the chapel and the tours? System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture/, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes/, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm/, and there is no need to book in advance. Would you like to schedule a tour for a specific time? User: Yes/, I'd like to schedule a tour for 2 pm today. System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel/, and don't hesitate to reach out if you need anything else. Goodbye!,{"Services Involved": ["attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-leaveat': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG1165.json,USER: I am looking for a high priced hotel in the north side of town SYSTEM: I'm sorry/, but there aren't any places that meet those qualifications. Would you like to try a different part of town? USER: How about an expensive hotel in the south side of town? SYSTEM: There is one option/, it is The Lensfield Hotel. Do you want me to reserve any rooms for you? USER: Does it offer free wifi? SYSTEM: Yes the Lensfield Hotel does have free wifi. USER: How about free parking/, does it have that as well? SYSTEM: Yes it also has free parking. Anything else today? USER: book it for 7 people and 3 nights starting from monday. SYSTEM: The booking was successful. Your reference number is 81E1ITXC . Is there anything else I can help with today? USER: No that is all I need. Thank you for your time. SYSTEM: we appreciate you using our services. have a good day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days/, starting on Monday. Can you help me find one?"/, "System: Of course! To help you find the perfect hotel/, may I know your preferences for the hotel's name?"/, 'User: Oh/, I prefer the Lensfield Hotel. Do you have any availability for that hotel?'/, 'System: Great choice! For the Lensfield Hotel/, we have availability on Monday/, starting from $300 per night. Would you like to proceed with booking a room?'/, "User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities?"/, 'System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities/, including a flat-screen TV/, minibar/, and free Wi-Fi. They also have a fitness center/, spa/, and an on-site restaurant serving international cuisine.'/, "User: That sounds great. I'd like to book a room/, please."/, "System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel/, starting from Monday/, for 3 days/, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking?"/, 'User: Yes/, please go ahead and book the room.'/, 'System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay!'/, 'User: Thank you so much! Goodbye.'/, 'System: Goodbye/, and thank you for your business. Have a great day!'],User: Hi/, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days/, starting on Monday. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferences for the hotel's name? User: Oh/, I prefer the Lensfield Hotel. Do you have any availability for that hotel? System: Great choice! For the Lensfield Hotel/, we have availability on Monday/, starting from $300 per night. Would you like to proceed with booking a room? User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities? System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities/, including a flat-screen TV/, minibar/, and free Wi-Fi. They also have a fitness center/, spa/, and an on-site restaurant serving international cuisine. User: That sounds great. I'd like to book a room/, please. System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel/, starting from Monday/, for 3 days/, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking? User: Yes/, please go ahead and book the room. System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay! User: Thank you so much! Goodbye. System: Goodbye/, and thank you for your business. Have a great day!,{"Services Involved": ["hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Services Involved': ['attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]},{'Services Involved': ['attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +PMUL3460.json,USER: Hi/, what can you tell me about the bangkok city restaurant? SYSTEM: Sure! It serves Thai food and is located in the centre. Would you like to book it? USER: Yes for 2 at 19:30 on Sunday please. I need the reference number then too. SYSTEM: I've booked that for you and your reference number is X4W3U0LM . USER: I'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday. SYSTEM: I can certainly help with that. Could you just verify your departure point for me? USER: Yes/, it should depart from Cambridge. SYSTEM: the earliest arrives by 17.58 USER: Ok/, I think that should be fine. Can you make a booking for me? SYSTEM: sorry/, the arrival time is actually 16:58. how many tickets would you like? USER: I need tickets for the same group of people going to the restaurant with me. SYSTEM: I have booked train TR2324. The total fee is 19.6 GBP which is payable at the station. Your reference number is EGIIL92A . USER: Thank you so much. SYSTEM: Is there anything else I can help you with? USER: No that is it. Thank you so much. SYSTEM: Well we are here to help. Enjoy your time here ! USER: Thank you for your assistance. SYSTEM: Thank you for calling. I hope you enjoy your trip. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-arriveby: [17:00/, 17.58/, 17:58/, 16:58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17.58"/, "17:58"/, "16:58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal?"/, "User: Oh/, let's see... I'd say around 500 THB per person/, including drinks."/, 'System: Great/, that helps me narrow down the search. Based on your preferences/, I have found a few restaurants that might interest you. One of them is "Siam@Siam Design Hotel" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu?'/, 'System: Certainly! "Siam@Siam Design Hotel" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup/, pad thai/, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you?'/, 'User: Yes/, please go ahead and book a table for two people at 19:30 on Sunday.'/, 'System: Great! I have successfully booked a table for you at "Siam@Siam Design Hotel" for 19:30 on Sunday. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal? User: Oh/, let's see... I'd say around 500 THB per person/, including drinks. System: Great/, that helps me narrow down the search. Based on your preferences/, I have found a few restaurants that might interest you. One of them is "Siam@Siam Design Hotel" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu? System: Certainly! "Siam@Siam Design Hotel" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup/, pad thai/, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you? User: Yes/, please go ahead and book a table for two people at 19:30 on Sunday. System: Great! I have successfully booked a table for you at "Siam@Siam Design Hotel" for 19:30 on Sunday. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]},{'Services Involved': ['hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]} +PMUL2583.json,USER: I'm looking for a hotel/, can you help? SYSTEM: I can/, we have 9 hotels/, do you have anything else to narrow it down? USER: It should be in the centre and be on the expensive side. SYSTEM: I have 2 available hotels. One is the Gonville Hotel located on Gonville Place. The other is University Arms Hotel on Regent Street. Which one would you like to book? USER: Can you book the one without wifi? SYSTEM: they both have internet/, for what days and how many people should I book? USER: Do either of them offer free wifi? SYSTEM: As previously mentioned/, they both have internet available. I don't have specifications about the internet service however. Would you like to book one of these? USER: Yes/, please book for two nights beginning on Sunday for one person. SYSTEM: Your booking was successful and the reference number is ELYPAXQZ . USER: Thank you. I'm also looking for a museum to go to in the same area. SYSTEM: there are 11 all with free entrance. Would you like me to recommend one? USER: Yes/, please. Can I get the address and phone number for the one you reccommend? SYSTEM: castle galleries is a nice place/, their address is unit su43 grande arcade st andrews st and their postcode is cb23bj/, anything else today? USER: Do you have there phone number? SYSTEM: Their phone is 01223307402. Is there anything else I can help you with today? USER: Yes/, I also need a taxi going between the two places. SYSTEM: What time do you need the taxi/, and which is the destination site? USER: I want to arrive at the Castle Galleries by 11:15. SYSTEM: Your white ford taxi booking was successful. Its contact number is 07580691974. USER: Ok/, thank you for the help. SYSTEM: Was there anything else you needed today?, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, attraction/, hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a taxi to take me to the castle galleries. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time?"/, "User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries."/, 'System: Great! Based on your preferences/, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you also recommend some attractions near the castle galleries?'/, 'System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well?'/, "User: Yes/, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation."/, 'System: Based on your preferences/, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds good. Thank you for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]!"/, 'User: Thank you/, I will. Goodbye!'],User: Hi/, I'm looking for a taxi to take me to the castle galleries. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time? User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries. System: Great! Based on your preferences/, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you also recommend some attractions near the castle galleries? System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well? User: Yes/, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation. System: Based on your preferences/, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking? User: Yes/, that sounds good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]! User: Thank you/, I will. Goodbye!,{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-food': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-food': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +MUL1914.json,USER: I'm looking for a train. SYSTEM: Let's start with where you are departing from and where you are going? USER: Departing from ely to cambridge. SYSTEM: There are quite a few trains from Ely to Cambridge. On what day will you be traveling/, and at what time would you like to depart? USER: It's on Tuesday. I need to arrive by 9:30 and need to book for 7 people. Could I also get the reference number too? SYSTEM: Ok I have booked you on TR6971 leaving Ely at 7:35/, arriving at cambridge by 7:52 for 7 people. Reference number AQRMT6Q9 . Anything else I can help with? USER: One more thing. Can you give me information about an attraction called Ruskin Gallery? SYSTEM: It's a free museum in the city centre/, located at anglia ruskin university/, east road. Anything else I can help with? USER: What is the phone number for there? SYSTEM: Phone # is 01245493131. Anything else I can do for you? USER: That was all I needed today. Thank you. SYSTEM: You're welcome/, have a nice day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [09:30/, 9:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["09:30"/, "9:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for train and attraction services in the UK. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to book a train ticket from Ely to Cambridge/, and also find out about attractions in the area."/, 'System: Great! For your train ticket/, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for?'/, "User: Yes/, that sounds good. I'd like to book for 7 people."/, 'System: Great! For your attraction/, are you interested in the Ruskin Gallery?'/, "User: Yes/, that's the one I'd like to visit."/, 'System: Excellent! For your train ticket/, I can offer you a fare of £25 per person. Would you like to proceed with the booking?'/, 'User: Yes/, please go ahead.'/, 'System: Great! Your train ticket has been booked for 7 people/, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175.'/, 'User: That sounds good. Can you also provide information on the Ruskin Gallery?'/, 'System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge/, known for its impressive collection of art and artifacts. It is open from 10am to 5pm/, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you?'/, "User: That's all the information I need/, thank you."/, "System: You're welcome! Is there anything else I can assist you with today?"/, "User: No/, that's all. Thank you for your help!"/, 'System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye!'],User: Hi/, I'm looking for train and attraction services in the UK. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to book a train ticket from Ely to Cambridge/, and also find out about attractions in the area. System: Great! For your train ticket/, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for? User: Yes/, that sounds good. I'd like to book for 7 people. System: Great! For your attraction/, are you interested in the Ruskin Gallery? User: Yes/, that's the one I'd like to visit. System: Excellent! For your train ticket/, I can offer you a fare of £25 per person. Would you like to proceed with the booking? User: Yes/, please go ahead. System: Great! Your train ticket has been booked for 7 people/, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175. User: That sounds good. Can you also provide information on the Ruskin Gallery? System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge/, known for its impressive collection of art and artifacts. It is open from 10am to 5pm/, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you? User: That's all the information I need/, thank you. System: You're welcome! Is there anything else I can assist you with today? User: No/, that's all. Thank you for your help! System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": "null"}}]},{'Services Involved': ['taxi'/, 'attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-destination': 'null'}}]},{'Services Involved': ['taxi'/, 'attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-destination': 'null'}}]} +PMUL2097.json,USER: Please find me a place to dine that's expensive and in the centre. SYSTEM: Fitzbillies restaurant is expensive in the centre of town. Would you like to try that? USER: I am looking for Thai food. SYSTEM: we have bankok city. it is located in 24 green street centre. can i give you the phone number? USER: Ok great. Can you reserve a table there for Thursday for 5 people at 15:00 please? SYSTEM: it was successful. Reference number is : AKNPF1IH . USER: Thank you for your help. SYSTEM: Your very welcome. Can I help you with anything else today? USER: Yes a hotel please. SYSTEM: Okay. I can help you with that. Can you help me narrow the options down by providing preferences such as area/, price range/, and type? USER: You know what? I don't need a hotel after all. I heard something about an attraction called ballare/, could you give me some information about it? SYSTEM: Ballare is a nightclub located in the centre area. the phone is 01223364222 and the entrance fee is 5 pounds. Can I help you with anything else? USER: That is everything. Thank you so much for your help. SYSTEM: You're welcome! Is there anything else I can help you with today - transportation perhaps/, or other attractions? USER: That is all I need. SYSTEM: Thanks for using the Cambridge booking service and have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a hotel/, attraction/, and restaurant in Bangkok. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to find a hotel in the city center/, an attraction that's fun for families/, and a Thai restaurant for dinner on Thursday."/, 'System: Great! For your hotel search/, would you prefer a specific hotel type or area?'/, "User: I'd like a 5-star hotel in the city center/, please."/, "System: Sure thing! Based on your preferences/, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you?"/, 'User: Yes/, please!'/, 'System: Great! Here are the top 3 options:'/, 'User: The Okura Prestige Bangkok sounds great. Can I book it?'/, "System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services/, such as a room upgrade or airport transfer?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you?"/, "User: Sure/, I'd love to hear some recommendations!"/, 'System: Great! Based on your preferences/, I recommend visiting the Bangkok Art and Culture Centre/, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo/, which has a wide range of animals and a fun petting zoo for kids.'/, 'User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it?'/, 'System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit?'/, 'User: Yes/, please!'/, "System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok!"/, 'User: Thank you/, I will! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel/, attraction/, and restaurant in Bangkok. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a hotel in the city center/, an attraction that's fun for families/, and a Thai restaurant for dinner on Thursday. System: Great! For your hotel search/, would you prefer a specific hotel type or area? User: I'd like a 5-star hotel in the city center/, please. System: Sure thing! Based on your preferences/, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you? User: Yes/, please! System: Great! Here are the top 3 options: User: The Okura Prestige Bangkok sounds great. Can I book it? System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services/, such as a room upgrade or airport transfer? User: No/, that's all for now. Thank you! System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you? User: Sure/, I'd love to hear some recommendations! System: Great! Based on your preferences/, I recommend visiting the Bangkok Art and Culture Centre/, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo/, which has a wide range of animals and a fun petting zoo for kids. User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it? System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit? User: Yes/, please! System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok! User: Thank you/, I will! Goodbye! System: Goodbye!,{"Services Involved": ["hotel"/, "attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-name': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'/, 'train-day': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL0949.json,USER: I'm looking for a particular restaurant called ask. Please give me information on that restaurant. SYSTEM: Ask is an italian place in the centre area/, they are in the cheap price range. Can I help with anything else? USER: Yes/, I'd like to book a table for 1 at 17:15 on Wednesday. Can you do that? SYSTEM: I was able to book that table for you. Your reference number should you need it/, is DFEBH5D1 .Can I help with anything else? USER: No. I think I am all set. Thanks. SYSTEM: You're very welcome/, just let us know if we can help with anything else., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one?"/, 'System: Of course! To help you find a restaurant/, may I know your preferred name of the restaurant?'/, "User: Hmm/, I'm not sure yet. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you?'/, 'User: Yes/, please book the first one on the list.'/, 'System: Great choice! For [restaurant name]/, would you like to book a table for [number of people] on Wednesday at 17:15?'/, "User: Yes/, that's correct."/, "System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one? System: Of course! To help you find a restaurant/, may I know your preferred name of the restaurant? User: Hmm/, I'm not sure yet. Can you suggest some options? System: Certainly! Based on your preferences/, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you? User: Yes/, please book the first one on the list. System: Great choice! For [restaurant name]/, would you like to book a table for [number of people] on Wednesday at 17:15? User: Yes/, that's correct. System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great dining experience! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Services Involved': ['hotel'/, 'attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-name': 'null'}}]},{'Services Involved': ['hotel'/, 'attraction'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL3847.json,USER: What fun places can I visit in the East? SYSTEM: We have five spots which include boating/, museums and entertainment. Any preferences that you have? USER: I don't have a preference. Which place would you recommend? SYSTEM: I'm fond of the Cambridge Museum of Technology. Would you like more information on it? USER: What is the entrance fee? SYSTEM: It is 5 pounds to get in. USER: Great/, thanks! Can you help me find a train going into Cambridge as well? SYSTEM: I certainly can! Where would you be coming from and what day and time? USER: I am leaving birmingham new street and going to cambridge; I need to travel on Friday and arrive by 13:15. SYSTEM: TR0497 arrives by 12:23. Would you like a ticket? USER: Yes please. Book the train for 2 people. Please include the reference number. SYSTEM: Reference number is : PYPBSAXI . Is there anything else? USER: That's everything. Thanks again and have a great day! SYSTEM: Enjoy your trip! Have a great time!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [east]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time/, the number of passengers/, and your preferred train destination?"/, "User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday/, and I have 2 people in my party."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like me to book a train ticket for you?'/, 'User: Yes/, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting?'/, 'System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area/, I suggest visiting the Fitzwilliam Museum/, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you?'/, 'User: That sounds great/, thank you! Can you also tell me about any other attractions in the area?'/, "System: Certainly! In addition to the Fitzwilliam Museum/, you might also enjoy visiting King's College Chapel/, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time/, you could take a punting tour along the River Cam to see the city from a different perspective."/, 'User: That all sounds wonderful. Can you book the train ticket and the attraction for me?'/, 'System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge/, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking.'/, "User: Yes/, I'd like to proceed. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time/, the number of passengers/, and your preferred train destination? User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday/, and I have 2 people in my party. System: Great! Based on your preferences/, I have found a few options for you. Would you like me to book a train ticket for you? User: Yes/, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting? System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area/, I suggest visiting the Fitzwilliam Museum/, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you? User: That sounds great/, thank you! Can you also tell me about any other attractions in the area? System: Certainly! In addition to the Fitzwilliam Museum/, you might also enjoy visiting King's College Chapel/, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time/, you could take a punting tour along the River Cam to see the city from a different perspective. User: That all sounds wonderful. Can you book the train ticket and the attraction for me? System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge/, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking. User: Yes/, I'd like to proceed. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye!,{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": "null"}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]} +PMUL2710.json,USER: Hi/, I am traveling to Cambridge and am super excited to see some local tourist attractions. I am looking for some suggestions on places to go in town. SYSTEM: There are 79 attractions in Cambridge. There are churches/, museums/, swimming pool/, and many more attractions. What are you interested in doing? USER: Perhaps I'd like to see a museum. Are there any in the centre? SYSTEM: There are 11 museums in the centre area. There is a science museum/, an art and antiques museum/, and 9 others. What kind of museum are you interested in? USER: Does not matter can you just recommend one please. SYSTEM: Castle Galleries is a very nice museum in the centre/, and their entrance fee is free! USER: Excellent. Can I please have they're phone number and address please? SYSTEM: They are located at unit su43/, grande arcade/, saint andrews street/, cb23bj. You can reach them at 01223307402. USER: Thank you. I am also needing help booking a guesthouse in the north part of town. Can you assist me with that? SYSTEM: You're in luck. There are 11 guesthouses in the north. What amenities are you looking for? USER: 4 people for 5 nights starting Sunday and I also need the ref # too please SYSTEM: Ok great/, we have you booked in the alpha-milton guest house at 63 milton road. Your Reference number is : KPUSMIB9 . Thank you!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, hotel]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Actions: [find_hotel/, book_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the centre of the city."/, "System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example/, what type of attraction are you interested in?"/, "User: I'm interested in museums. And for the hotel/, I'd like something in the north area of the city/, preferably a guesthouse with at least 4 stars."/, 'System: Great! Based on your preferences/, I have found a few options for you. For attraction/, I recommend the Castle Galleries/, which is a museum located in the centre of the city. As for hotels/, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse/, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse?'/, 'System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre/, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively/, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there?'/, "User: No/, that's all good. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the centre of the city. System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example/, what type of attraction are you interested in? User: I'm interested in museums. And for the hotel/, I'd like something in the north area of the city/, preferably a guesthouse with at least 4 stars. System: Great! Based on your preferences/, I have found a few options for you. For attraction/, I recommend the Castle Galleries/, which is a museum located in the centre of the city. As for hotels/, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse/, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse? System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre/, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively/, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there? User: No/, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city!,{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]},{'Services Involved': ['train'/, 'attraction']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-area': 'null'}}/, {'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +WOZ20385.json,USER: Hey/, I'm up south can you give me a place to eat? SYSTEM: What kind of food would you like? USER: Don't care. SYSTEM: I recommend Chiquito Restaurant Bar USER: Can I have the address and telephone number? SYSTEM: Chiquito Restaurant Bar is located at 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton. The phone number is 01223 400170. USER: THAT WILL BE FINE. SYSTEM: You're welcome/, goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, are there any specific types of Mexican food you're looking for/, or a certain price range you're working with?"/, "User: Well/, I'm not too picky when it comes to Mexican food/, but I would like to find a restaurant that serves authentic dishes. As for the price range/, I'm open to anything around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar/, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito?'/, 'User: Yes/, please! And do you have any information about the menu or the ambiance of the restaurant?'/, 'System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes/, such as enchiladas/, fajitas/, and chiles rellenos. The ambiance is cozy and intimate/, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito?'/, 'User: That sounds great/, thank you! Can you also tell me how to get there from my current location?'/, 'System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions?'/, 'User: No/, I think I can handle it from here. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, are there any specific types of Mexican food you're looking for/, or a certain price range you're working with? User: Well/, I'm not too picky when it comes to Mexican food/, but I would like to find a restaurant that serves authentic dishes. As for the price range/, I'm open to anything around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar/, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito? User: Yes/, please! And do you have any information about the menu or the ambiance of the restaurant? System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes/, such as enchiladas/, fajitas/, and chiles rellenos. The ambiance is cozy and intimate/, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito? User: That sounds great/, thank you! Can you also tell me how to get there from my current location? System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions? User: No/, I think I can handle it from here. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye!,{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Services Involved': ['attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Actions': ['find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]},{'Services Involved': ['attraction'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Actions': ['find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} +PMUL0172.json,USER: I will be staying in Cambridge. I need a hotel with wifi. SYSTEM: What about a and b guest house? It's in the East. USER: I need something in the centre. SYSTEM: There are 7 hotels which area do you prefer? USER: The north part of town SYSTEM: I ran a search in the north/, there's 12 choices. Lets make sure were on the same page/, is this the area that you want? Also hotel or Guesthouse? USER: Sorry/, I've been all over the place. To be clear/, I need a hotel with free wifi and parking that is in the centre. SYSTEM: Shall I choose a hotel for you/, or do you have a preference? 4 hotels have free parking and internet in that area. USER: yes please recommend one. the booking is needed for saturday. 3 nights/, 6 people SYSTEM: May I recommend alexander bed and breakfast. While it is a cheap guesthouse in the centre of town/, it has a 4 star rating and also included internet and parking USER: Ok great. Can you book a room for 6 people and 3 nights starting from Saturday. SYSTEM: Booking was successful. Reference number is : QK6KCZQA USER: Great/, thank you. I'm also in need of an Indian restaurant in the cheap price range. Can you find me one? SYSTEM: We have several. What part of town are you thinking? USER: Any will do/, what ever you recommend. SYSTEM: Royal Spice is located in the north. It's one of my personal favorites. Would you like me to make reservations for you? USER: I certainly want to try it then. Please book for 6 people at 11:30 on Saturday. SYSTEM: You have been booked at the Royal Spice. Your reference number is WSPAI5JJ . Can I be of further assistance today? USER: Thank you . I am all set. SYSTEM: Great! And you're welcome/, have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-area: [north/, centre]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["north"/, "centre"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet/, parking/, and a good location?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know how many people will be staying at the hotel?"/, 'User: It will be just me and my partner.'/, 'System: Great! Based on your preferences/, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast/, which offers internet/, parking/, and a great location. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend a restaurant in the area?'/, 'System: Certainly! After checking your preferences/, I have found Royal Spice/, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great. Please go ahead and book the table for us.'/, 'System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner/, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet/, parking/, and a good location? System: Of course! I'd be happy to assist you. To get started/, may I know how many people will be staying at the hotel? User: It will be just me and my partner. System: Great! Based on your preferences/, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast/, which offers internet/, parking/, and a great location. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend a restaurant in the area? System: Certainly! After checking your preferences/, I have found Royal Spice/, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you? User: Yes/, that sounds great. Please go ahead and book the table for us. System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner/, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!,{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'north'/, 'restaurant-food': 'Indian'/, 'restaurant-name': 'null'}}]},{'Services Involved': ['restaurant']/, 'Details': [{'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'north'/, 'restaurant-food': 'Indian'/, 'restaurant-name': 'null'}}]} +PMUL3867.json,USER: Can you assist me in finding me an Expensive Restaurant in Cambridge where I can dine? The restaurant should be serving British foods. SYSTEM: sure/, i have 6 options for you USER: I'd like it to be in Centre. SYSTEM: I would suggest midsummer house restaurant it has great food. USER: Can you make me a reservation for Saturday please for 3 people? SYSTEM: What time would you like to dine on Saturday? USER: We will be dining at 16:30. Please book a table for 3 on Saturday and provide the reference number. I also need a hotel in the same area. SYSTEM: Alright/, I have your restaurant booking. Your reference number is: DHDB0H4V . What are you looking for in a hotel/, so I can narrow down the choices? USER: Something in the same area as the restaurant. It should also be in that same price range. SYSTEM: I've got two expensive hotels in the area. Both have internet and parking. university arms hotel has 4 stars. Does that meet your needs? USER: Yes/, that should be perfect thank you. SYSTEM: Would you like me to book you a room? If so/, i will need how many people and nights you will be staying and on what day. USER: I would like a room for three people/, just for Saturday night. SYSTEM: The booking was successful I have a reference number and the hotel number for you. USER: Can I have the postcode and hotel type/, please? SYSTEM: it is the type of a hotel. its post code is cb21ad. anything else? USER: I also need a taxi between the hotel and the restaurant. SYSTEM: I will look a taxi up for you. USER: Thank you very much! Can you please make sure that it arrives at the restaurant by the time of my reservation? SYSTEM: A grey toyota will be waiting to pick you up/, if you have any further questions the contact number is 07137847685. USER: Thanks so much! SYSTEM: Can I help you with anything else today? USER: No/, that will be all. Thank you! SYSTEM: Thanks for using our service/, good day! USER: Thanks for all the help. SYSTEM: Anytime/, were here to help. Have a good day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, taxi/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "taxi"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a hotel/, a restaurant/, and a taxi for this Saturday at 16:30. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I have your preferences for the hotel and restaurant?"/, "User: Sure! I'd like a hotel in the centre of the city/, with a price range of expensive/, and a restaurant that serves British food."/, 'System: Great! Based on your preferences/, I have found a few options for you. For the hotel/, I recommend the University Arms Hotel/, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there?'/, 'User: Yes/, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30?'/, 'System: Certainly! Based on your preferences/, I suggest the Midsummer House Restaurant/, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there?'/, 'User: Yes/, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant?'/, 'System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel/, a restaurant/, and a taxi for this Saturday at 16:30. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I have your preferences for the hotel and restaurant? User: Sure! I'd like a hotel in the centre of the city/, with a price range of expensive/, and a restaurant that serves British food. System: Great! Based on your preferences/, I have found a few options for you. For the hotel/, I recommend the University Arms Hotel/, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there? User: Yes/, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30? System: Certainly! Based on your preferences/, I suggest the Midsummer House Restaurant/, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there? User: Yes/, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant? System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!,{"Services Involved": ["hotel"/, "taxi"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-area': 'centre of the city'/, 'hotel-parking': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'Saturday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'University Arms Hotel'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'British'/, 'restaurant-pricerange': 'expensive'/, 'restaurant-area': 'near the hotel'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '1630'/, 'restaurant-name': 'Midsummer House Restaurant'}}]},{'Services Involved': ['hotel'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-area': 'centre of the city'/, 'hotel-parking': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'Saturday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'University Arms Hotel'}}/, {'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'British'/, 'restaurant-pricerange': 'expensive'/, 'restaurant-area': 'near the hotel'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '1630'/, 'restaurant-name': 'Midsummer House Restaurant'}}]} +SNG01373.json,USER: I need a taxi to don pasquale pizzeria. SYSTEM: When would you like to arrive? USER: I would like to arrive at one o'clock p.m. because I am meeting my husband there when he goes on his lunch break. SYSTEM: Ok/, where are you departing from? USER: I will be departing from finches bed and breakfast. SYSTEM: Alright. I have a white honda for you. USER: Great/, thanks. Is there a contact number for the driver by any chance? SYSTEM: That number is 07303450247. USER: Thank you very much. Will they be contacting me? SYSTEM: They will only contact you if they cannot find you. Thank you. USER: Thank you I will be watching the white honda then. SYSTEM: Sounds good. Have a great night!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m/, one o'clock p.m.]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m"/, "one o'clock p.m."]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be $X/, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment?'/, "User: Yes/, I'll proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast.'/, 'User: Great/, I have made the payment. Thank you for your help!'/, "System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be $X/, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment? User: Yes/, I'll proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast. User: Great/, I have made the payment. Thank you for your help! System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Services Involved': ['hotel'/, 'taxi'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]},{'Services Involved': ['hotel'/, 'taxi'/, 'restaurant']/, 'Details': [{'Actions': ['NONE'/, 'find_restaurant'/, 'book_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'}}/, {'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]} +PMUL3555.json,USER: I am planning a trip in Cambridge. SYSTEM: I am glad that you are visiting/, but I cannot help you until you give me something to search for? USER: I'm looking for a train from Cambridge to Leicester on Monday. SYSTEM: We have quite a few trains available that day. Is there any time you would like to depart or arrive by? USER: I need to leave after 21:45 SYSTEM: TR2919 is leaving at 22:21/, would that work? USER: Yes/, could you book me 2 tickets and get me a reference number? SYSTEM: Absolutely. I have booked two tickets for TR2919 at a total fee of 75.59 GBP. Your reference number is 8BG1O6W0 . Is there anything else I can assist you with? USER: Yes/, i also need a hotel with free wi-fi. I do not mind if it is expensive. SYSTEM: how about allenbell? it looks lovely USER: does it have free parking? SYSTEM: allenbell has free parking. Should I book it? USER: Yes/, I need it for Thursday. 2 people 4 nights. SYSTEM: your all set! Reference # is DQ0Z16N7 . Anything else I can help you with today? USER: That is all I need. SYSTEM: Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Actions: [find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and also book a hotel room in Leicester for four nights starting from Thursday."/, 'System: Great! To book your train ticket/, may I have your name and contact information/, please?'/, 'User: Sure/, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com).'/, "System: Thank you/, John. Based on your preferences/, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket?"/, 'User: One-way/, please.'/, "System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly."/, "User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center."/, 'System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly."/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye!"],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and also book a hotel room in Leicester for four nights starting from Thursday. System: Great! To book your train ticket/, may I have your name and contact information/, please? User: Sure/, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com). System: Thank you/, John. Based on your preferences/, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket? User: One-way/, please. System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly. User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center. System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking? User: Yes/, please go ahead. System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly. User: No/, that's all for now. Thank you for your help! System: You're welcome/, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye!,{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-arriveby': 'null'/, 'taxi-departure': 'null'}}]},{'Services Involved': ['taxi']/, 'Details': [{'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null'/, 'taxi-arriveby': 'null'/, 'taxi-departure': 'null'}}]} +SNG01958.json,USER: Hi/, I am trying to find the police station that's closest to my location please. SYSTEM: The nearest police station is in Parkside/, Cambridge/, CB11JG USER: Thanks/, what is their phone number? SYSTEM: Telephone : 01223358966 there you go USER: Thank you/, that is all I need today. SYSTEM: Best of luck with everything and enjoy your day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [police]/, Details: [{Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["police"]/, "Details": [{"Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to list them for you?'/, 'User: Yes/, please.'/, 'System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location:'/, 'User: Can you tell me more about the Manhattan South Precinct?'/, "System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea/, Hudson Yards/, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them?"/, "User: Yes/, I think that's the one I'll choose. Can you give me their phone number again?"/, 'System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am/, 7 days a week. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to list them for you? User: Yes/, please. System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location: User: Can you tell me more about the Manhattan South Precinct? System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea/, Hudson Yards/, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them? User: Yes/, I think that's the one I'll choose. Can you give me their phone number again? System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am/, 7 days a week. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Services Involved": ["police"]/, "Details": [{"Actions": ["find_police"]/, "Preferences": {}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]},{'Services Involved': ['train'/, 'hotel']/, 'Details': [{'Actions': ['NONE'/, 'book_train'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Actions': ['find_hotel'/, 'book_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} diff --git a/notebooks/dialogue_generation/dataframe_with_sa.csv b/notebooks/dialogue_generation/dataframe_with_sa.csv new file mode 100644 index 0000000000000000000000000000000000000000..18936bbd84a2f2b0ca5fe4e0c3618fd209f7ce1e --- /dev/null +++ b/notebooks/dialogue_generation/dataframe_with_sa.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations,Parsed Domain Knowledge,Parsed Annotations,Slot Accuracy +PMUL4398.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4398.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""bedouin""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"", ""System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?"", ""User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme."", 'System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?', 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?', 'User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?', 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.', 'User: Great, thank you for all your help!', ""System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"", 'User: Thank you, goodbye!']","User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye!","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Middle Eastern cuisine preferably with a Bedouin theme'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive', 'hotel-type': 'luxurious', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['bedouin']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2']}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Middle Eastern cuisine preferably with a Bedouin theme'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive', 'hotel-type': 'luxurious', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}",0.2222222222222222 +SNG1013.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1013.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Service Type: restaurant, Actions: [find_restaurant], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""centre"", ""south""], ""hotel-internet"": [""yes""], ""hotel-parking"": [""yes""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""3"", ""4""], ""hotel-name"": [""aylesbray lodge guest house""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a 4-star hotel with parking and Wi-Fi."", ""System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?"", 'User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?', ""System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?', 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you?', 'User: Yes, please go ahead and book a room and a table for me.', ""System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"", ""User: I'll pay with my credit card."", ""System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", ""User: Sure, here's my information."", ""System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-internet"": ""null"", ""hotel-parking"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Aylesbray Lodge Guest House'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['centre', 'south'], 'hotel-internet': ['yes'], 'hotel-parking': ['yes'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['3', '4'], 'hotel-name': ['aylesbray lodge guest house']}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Aylesbray Lodge Guest House'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}",0.14285714285714285 +PMUL0121.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0121.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""cityroomz""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""west""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?"", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', ""User: I'm looking for a 3-star hotel with a good location and reasonable prices."", ""System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"", 'User: Yes, that sounds great. Can you book a room for me on Tuesday?', 'System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.', 'User: There will be 7 of us staying.', 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"", ""System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"", 'User: Yes, please make a reservation for us.', 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz', 'hotel-bookday': 'Tuesday', 'hotel-bookpeople': '7', 'hotel-bookstay': 'insert cost here'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near hotel', 'restaurant-pricerange': 'affordable'}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['cityroomz'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['west'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz', 'hotel-bookday': 'Tuesday', 'hotel-bookpeople': '7', 'hotel-bookstay': 'insert cost here'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near hotel', 'restaurant-pricerange': 'affordable'}}]}",0.5 +PMUL3484.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3484.json, Services Involved: [restaurant, hotel, taxi], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""hotel-bookday"": [""sunday""], ""hotel-bookstay"": [""5""], ""hotel-bookpeople"": [""8""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""don pasquale pizzeria""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""19:00""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""19:00""], ""taxi-departure"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""taxi-destination"": [""don pasquale pizzeria""]}}]}","[""User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"", ""User: Oh, I'm not sure yet. Do you have any recommendations?"", 'System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?', 'User: Sure, that would be great.', 'System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?', 'User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.', ""System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"", 'User: Yes, please do.', 'System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?', 'User: Yes, please do.', ""System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"", 'User: Yes, please do.', 'System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?', 'User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.', ""System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I'm not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House', 'hotel-bookday': 'Sunday', 'hotel-bookstay': '1 night', 'hotel-bookpeople': '1 person'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '1 person', 'restaurant-booktime': '1900'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House', 'taxi-departure': '1900', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'hotel-bookday': ['sunday'], 'hotel-bookstay': ['5'], 'hotel-bookpeople': ['8']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['don pasquale pizzeria'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['19:00']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['19:00'], 'taxi-departure': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'taxi-destination': ['don pasquale pizzeria']}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House', 'hotel-bookday': 'Sunday', 'hotel-bookstay': '1 night', 'hotel-bookpeople': '1 person'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '1 person', 'restaurant-booktime': '1900'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House', 'taxi-departure': '1900', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}",0.45454545454545453 +SNG0389.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0389.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [9:30, 09:30], train-destination: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""tuesday""], ""train-departure"": [""kings lynn""], ""train-leaveat"": [""9:30"", ""09:30""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"", ""User: I'd like to travel on Tuesday."", 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?', ""User: I'd like to depart at 9:30 am."", 'System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?', ""User: I'd prefer the 9:30 am train."", 'System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?', ""User: I'd like to book a Standard Class ticket."", 'System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking."", ""System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you!"", ""System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!""]","User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-departure': '930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-leaveat': 'null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-destination': 'null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-bookpeople': 'Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['tuesday'], 'train-departure': ['kings lynn'], 'train-leaveat': ['9:30', '09:30'], 'train-destination': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-departure': '930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-leaveat': 'null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-destination': 'null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot', 'train-bookpeople': 'Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'}}]}",0.0 +SNG01520.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01520.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [saturday], restaurant-bookpeople: [1], restaurant-booktime: [20:00], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""20:00""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"", ""User: Sure! I'm located in New York City and I'd like to book for 2 people."", 'System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is ""The Lucky Star"" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at ""The Lucky Star"" on Saturday at 8 PM?', 'User: Yes, that sounds perfect! Can you please book the table for me?', 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?', 'User: My name is John Doe and my contact number is 555-555-5555.', 'System: Great, John! I have booked a table for you and your guest at ""The Lucky Star"" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at ""The Lucky Star""! Goodbye!']","User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['20:00'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}",0.0 +PMUL3951.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3951.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-day: [saturday], train-leaveat: [20:00], train-bookpeople: [6]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [riverside brasserie], restaurant-area: [centre], restaurant-food: [modern european], restaurant-bookday: [saturday], restaurant-booktime: [13:00], restaurant-bookpeople: [6]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-day"": [""saturday""], ""train-leaveat"": [""20:00""], ""train-bookpeople"": [""6""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""riverside brasserie""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""modern european""], ""restaurant-bookday"": [""saturday""], ""restaurant-booktime"": [""13:00""], ""restaurant-bookpeople"": [""6""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"", ""System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?"", ""User: Sure! I'm departing from Cambridge and heading to Stansted Airport."", 'System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?', 'User: Yes, please!', 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:', ""User: Yes, I'd like to book the Great Northern train."", ""System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"", ""User: I'll pay by credit card."", 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!""]","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them? User: Yes, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options: User: Yes, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge traindestination Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null', 'train-destination': 'Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null', 'train-day': 'Saturday trainleaveat 2000 trainbookpeople null', 'train-leaveat': '2000 trainbookpeople null', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null restaurantarea null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-area': 'null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-food': 'null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-bookday': 'null restaurantbooktime null restaurantbookpeople null', 'restaurant-booktime': 'null restaurantbookpeople null', 'restaurant-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-day': ['saturday'], 'train-leaveat': ['20:00'], 'train-bookpeople': ['6']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['riverside brasserie'], 'restaurant-area': ['centre'], 'restaurant-food': ['modern european'], 'restaurant-bookday': ['saturday'], 'restaurant-booktime': ['13:00'], 'restaurant-bookpeople': ['6']}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge traindestination Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null', 'train-destination': 'Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null', 'train-day': 'Saturday trainleaveat 2000 trainbookpeople null', 'train-leaveat': '2000 trainbookpeople null', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null restaurantarea null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-area': 'null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-food': 'null restaurantbookday null restaurantbooktime null restaurantbookpeople null', 'restaurant-bookday': 'null restaurantbooktime null restaurantbookpeople null', 'restaurant-booktime': 'null restaurantbookpeople null', 'restaurant-bookpeople': 'null'}}]}",0.0 +PMUL0843.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0843.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [little seoul]}}, {Service Type: train, Actions: [NONE, find_train], Preferences: {train-day: [saturday], train-departure: [kings lynn], train-destination: [cambridge], train-leaveat: [09:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""little seoul""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": [""saturday""], ""train-departure"": [""kings lynn""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""09:15""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?"", ""User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."", 'System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?', 'User: Yes, please! That sounds perfect.', ""System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy."", ""User: Thank you so much! I'll definitely give them a call."", ""System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"", ""User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"", 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?', ""User: That's great, thank you! I'll definitely be taking that train."", ""System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"", 'User: Thank you, you too! Goodbye!']","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit? User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you, you too! Goodbye!","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': '1015 am'}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['little seoul']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': ['saturday'], 'train-departure': ['kings lynn'], 'train-destination': ['cambridge'], 'train-leaveat': ['09:15']}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': '1015 am'}}]}",0.2857142857142857 +PMUL2979.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2979.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-parking: [yes], hotel-pricerange: [expensive]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [south], attraction-type: [nightclub]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-departure: [huntington marriott, huntingdon marriott hotel], taxi-destination: [places, the place], taxi-leaveat: [17:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": [""yes""], ""hotel-pricerange"": [""expensive""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""south""], ""attraction-type"": [""nightclub""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": [""huntington marriott"", ""huntingdon marriott hotel""], ""taxi-destination"": [""places"", ""the place""], ""taxi-leaveat"": [""17:45""]}}]}","[""User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?"", ""User: I'm looking for something around $200 per night."", 'System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Sure thing! Here are the top three hotels that match your criteria:', 'User: Yes, please book the Huntington Marriott Hotel for me.', 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?', 'User: Yes, that would be great.', 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": ""null"", ""hotel-pricerange"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": ""null"", ""taxi-destination"": ""null"", ""taxi-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null hotelpricerange 200 The user mentions that they are looking for a hotel with parking and a budget range of 200', 'hotel-pricerange': '200 The user mentions that they are looking for a hotel with parking and a budget range of 200'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null The user doesnt provide any specific preferences for the attraction', 'attraction-type': 'null The user doesnt provide any specific preferences for the attraction'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null taxidestination null taxileaveat null The user doesnt provide any specific preferences for the taxi', 'taxi-destination': 'null taxileaveat null The user doesnt provide any specific preferences for the taxi', 'taxi-leaveat': 'null The user doesnt provide any specific preferences for the taxi'}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': ['yes'], 'hotel-pricerange': ['expensive']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['south'], 'attraction-type': ['nightclub']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': ['huntington marriott', 'huntingdon marriott hotel'], 'taxi-destination': ['places', 'the place'], 'taxi-leaveat': ['17:45']}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null hotelpricerange 200 The user mentions that they are looking for a hotel with parking and a budget range of 200', 'hotel-pricerange': '200 The user mentions that they are looking for a hotel with parking and a budget range of 200'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null The user doesnt provide any specific preferences for the attraction', 'attraction-type': 'null The user doesnt provide any specific preferences for the attraction'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null taxidestination null taxileaveat null The user doesnt provide any specific preferences for the taxi', 'taxi-destination': 'null taxileaveat null The user doesnt provide any specific preferences for the taxi', 'taxi-leaveat': 'null The user doesnt provide any specific preferences for the taxi'}}]}",0.0 +MUL1681.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1681.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-arriveby: [15:15], train-day: [saturday]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [cheap], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-arriveby"": [""15:15""], ""train-day"": [""saturday""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""cheap""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"", ""User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible."", 'System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket?', 'User: Yes, that sounds perfect. Can I buy the ticket online?', 'System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?', 'User: Please do.', ""System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."", ""User: Okay, I'll provide that information."", ""System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?"", ""User: I'll use my credit card."", 'System: Great! Please enter your credit card details, including the card number, expiration date, and security code.', ""User: Okay, I've entered the information."", 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.', 'User: Great, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes, that sounds perfect. Can I buy the ticket online? System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay, I'll provide that information. System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details, including the card number, expiration date, and security code. User: Okay, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515', 'train-destination': 'Stansted Airport', 'train-arriveby': '1615', 'train-day': 'Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-arriveby': ['15:15'], 'train-day': ['saturday']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['cheap'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515', 'train-destination': 'Stansted Airport', 'train-arriveby': '1615', 'train-day': 'Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}",0.2857142857142857 +MUL0928.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0928.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [16:00], restaurant-name: [backstreet bistro]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east], attraction-type: [museum], attraction-name: [gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""16:00""], ""restaurant-name"": [""backstreet bistro""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""], ""attraction-type"": [""museum""], ""attraction-name"": [""gallery""]}}]}","[""User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?', 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?', 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?', 'User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm?', ""System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"", 'User: That would be great, thank you!', ""System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", ""User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"", 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!']","User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['16:00'], 'restaurant-name': ['backstreet bistro']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east'], 'attraction-type': ['museum'], 'attraction-name': ['gallery']}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0 +WOZ20645.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20645.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-food: [european], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""european""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference?"", ""User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"", 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend ""Bella Vita"" restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information?', 'User: That sounds great, thank you! Can you also tell me about the prices?', 'System: Sure! ""Bella Vita"" restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it\'s worth checking their website or giving them a call to inquire about any current deals.', 'User: Okay, that sounds good. Can you give me the address and contact information?', 'System: Certainly! The address for ""Bella Vita"" restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at ""Bella Vita""! Goodbye!']","User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference? User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at Bella Vita! Goodbye!","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian', 'restaurant-pricerange': 'expensive'}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': ['european'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian', 'restaurant-pricerange': 'expensive'}}]}",0.5 +SNG02152.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG02152.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [avalon], taxi-leaveat: [19:15], taxi-departure: [primavera]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""avalon""], ""taxi-leaveat"": [""19:15""], ""taxi-departure"": [""primavera""]}}]}","[""User: Hi, I'm looking for a taxi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"", ""User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"", 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?', ""User: Actually, I'd prefer to be picked up at 19:15. Is that doable?"", 'System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!""]","User: Hi, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually, I'd prefer to be picked up at 19:15. Is that doable? System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null', 'taxi-leaveat': 'null taxideparture null', 'taxi-departure': '1915'}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['avalon'], 'taxi-leaveat': ['19:15'], 'taxi-departure': ['primavera']}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null', 'taxi-leaveat': 'null taxideparture null', 'taxi-departure': '1915'}}]}",0.0 +PMUL2460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2460.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [crossover, british], restaurant-area: [centre], restaurant-pricerange: [dontcare, moderate], restaurant-bookday: [friday], restaurant-bookpeople: [8], restaurant-booktime: [12:30], restaurant-name: [cotto]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college], attraction-name: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""crossover"", ""british""], ""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""dontcare"", ""moderate""], ""restaurant-bookday"": [""friday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""12:30""], ""restaurant-name"": [""cotto""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""college""], ""attraction-name"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"", ""User: Oh, I'd like to book a table for this Friday at 12:30 pm."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?', 'User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?', 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['crossover', 'british'], 'restaurant-area': ['centre'], 'restaurant-pricerange': ['dontcare', 'moderate'], 'restaurant-bookday': ['friday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['12:30'], 'restaurant-name': ['cotto']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['college'], 'attraction-name': ['dontcare']}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0 +MUL0358.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0358.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [north], restaurant-pricerange: [moderate], restaurant-bookday: [sunday], restaurant-bookpeople: [4], restaurant-booktime: [12:30], restaurant-food: [chinese]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-destination: [broxbourne], train-arriveby: [13:00], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""north""], ""restaurant-pricerange"": [""moderate""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""4""], ""restaurant-booktime"": [""12:30""], ""restaurant-food"": [""chinese""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-destination"": [""broxbourne""], ""train-arriveby"": [""13:00""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?"", ""User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is ""China Garden"" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?', 'User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?', 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!""]","User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['north'], 'restaurant-pricerange': ['moderate'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['4'], 'restaurant-booktime': ['12:30'], 'restaurant-food': ['chinese']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-destination': ['broxbourne'], 'train-arriveby': ['13:00'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}",0.0 +PMUL4450.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4450.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [sunday], train-leaveat: [14:00], train-departure: [norwich], train-destination: [cambridge], train-bookpeople: [1]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [east], restaurant-pricerange: [moderate], restaurant-food: [indian, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""sunday""], ""train-leaveat"": [""14:00""], ""train-departure"": [""norwich""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""east""], ""restaurant-pricerange"": [""moderate""], ""restaurant-food"": [""indian"", ""italian""]}}]}","[""User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"", ""User: Sure. I'd like to travel in first class and there will be two of us."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?', ""User: Yes, I'll go ahead and book it."", 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'null trainleaveat null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-leaveat': 'null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-departure': 'null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-destination': 'null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-bookpeople': 'null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantfood null', 'restaurant-pricerange': 'null restaurantfood null', 'restaurant-food': 'null'}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['sunday'], 'train-leaveat': ['14:00'], 'train-departure': ['norwich'], 'train-destination': ['cambridge'], 'train-bookpeople': ['1']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['east'], 'restaurant-pricerange': ['moderate'], 'restaurant-food': ['indian', 'italian']}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'null trainleaveat null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-leaveat': 'null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-departure': 'null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-destination': 'null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null', 'train-bookpeople': 'null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantfood null', 'restaurant-pricerange': 'null restaurantfood null', 'restaurant-food': 'null'}}]}",0.0 +PMUL1251.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1251.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [16:15], train-destination: [norwich], train-day: [wednesday], train-departure: [cambridge]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [multiple sports, college], attraction-name: [christ college, christ's college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""16:15""], ""train-destination"": [""norwich""], ""train-day"": [""wednesday""], ""train-departure"": [""cambridge""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""multiple sports"", ""college""], ""attraction-name"": [""christ college"", ""christ's college""]}}]}","[""User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?"", 'System: Of course! What specific services would you like to know about or book?', ""User: I'd like to find out about train schedules and attractions in the city centre."", 'System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?', 'User: Yes, please. And can you also tell me the name of the train station in Norwich?', 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.', 'User: Perfect, thank you. And what about attractions in the city centre?', ""System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."", ""User: That sounds great! Can you tell me more about Christ's College?"", ""System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions."", 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?', 'System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?', 'User: Yes, please. And how much does it cost?', 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?', ""User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?"", ""System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street."", 'User: Great, thank you for all the information!', ""System: You're welcome! Enjoy your time in Cambridge and have a great day!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street. User: Great, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null traindestination null trainday null traindeparture null', 'train-destination': 'null trainday null traindeparture null', 'train-day': 'null traindeparture null', 'train-departure': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null', 'attraction-type': 'null attractionname null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['16:15'], 'train-destination': ['norwich'], 'train-day': ['wednesday'], 'train-departure': ['cambridge']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['multiple sports', 'college'], 'attraction-name': ['christ college', ""christ's college""]}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null traindestination null trainday null traindeparture null', 'train-destination': 'null trainday null traindeparture null', 'train-day': 'null traindeparture null', 'train-departure': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null', 'attraction-type': 'null attractionname null', 'attraction-name': 'null'}}]}",0.0 +PMUL1842.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1842.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-pricerange: [cheap], hotel-area: [dontcare], hotel-bookday: [tuesday], hotel-bookpeople: [1], hotel-bookstay: [5], hotel-name: [alexander bed and breakfast]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-leaveat: [21:15], train-day: [tuesday], train-departure: [broxbourne], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-pricerange"": [""cheap""], ""hotel-area"": [""dontcare""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-leaveat"": [""21:15""], ""train-day"": [""tuesday""], ""train-departure"": [""broxbourne""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", ""User: I'm looking for something cheap, around $100 or less per night."", ""System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"", 'User: Yes, please go ahead and book it.', 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?', ""User: I'll pay with my credit card."", ""System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", 'User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].', 'System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap, around $100 or less per night. System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null hotelpricerange null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-pricerange': 'null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-area': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-bookpeople': 'null hotelbookstay null hotelname null', 'hotel-bookstay': 'null hotelname null', 'hotel-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'null trainleaveat null trainday null traindeparture null trainbookpeople null', 'train-leaveat': 'null trainday null traindeparture null trainbookpeople null', 'train-day': 'null traindeparture null trainbookpeople null', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-pricerange': ['cheap'], 'hotel-area': ['dontcare'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['5'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-leaveat': ['21:15'], 'train-day': ['tuesday'], 'train-departure': ['broxbourne'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null hotelpricerange null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-pricerange': 'null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-area': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname null', 'hotel-bookpeople': 'null hotelbookstay null hotelname null', 'hotel-bookstay': 'null hotelname null', 'hotel-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'null trainleaveat null trainday null traindeparture null trainbookpeople null', 'train-leaveat': 'null trainday null traindeparture null trainbookpeople null', 'train-day': 'null traindeparture null trainbookpeople null', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}",0.0 +PMUL4896.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4896.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-name: [cherry hinton hall and grounds]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-type: [guesthouse], hotel-area: [north], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [2], hotel-name: [acorn guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-name"": [""cherry hinton hall and grounds""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""north""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""], ""hotel-name"": [""acorn guest house""]}}]}","[""User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city."", ""System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a guesthouse with internet and would like to stay on Sunday."", 'System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?', 'User: That sounds perfect! Can you also recommend some attractions in the north area?', ""System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"", 'User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?', 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.', 'User: Perfect, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!""]","User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site. User: Perfect, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-name': ['cherry hinton hall and grounds']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-type': ['guesthouse'], 'hotel-area': ['north'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2'], 'hotel-name': ['acorn guest house']}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}",0.0 +MUL2431.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2431.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [tuesday], restaurant-bookpeople: [2], restaurant-booktime: [12:45, 11:45], restaurant-name: [charlie chan]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum, entertainment], attraction-name: [cambridge contemporary art]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""tuesday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""12:45"", ""11:45""], ""restaurant-name"": [""charlie chan""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum"", ""entertainment""], ""attraction-name"": [""cambridge contemporary art""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"", ""User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."", ""System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu?', ""System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"", ""User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."", ""System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"", ""User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'Charlie Chans'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['tuesday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['12:45', '11:45'], 'restaurant-name': ['charlie chan']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum', 'entertainment'], 'attraction-name': ['cambridge contemporary art']}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'Charlie Chans'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.2 +SNG1375.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1375.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [ely], train-day: [sunday], train-departure: [cambridge], train-leaveat: [8:00, 08:00]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""ely""], ""train-day"": [""sunday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""8:00"", ""08:00""]}}]}","[""User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"", ""User: Sure. I'd like to leave on Sunday at 8:00 AM."", 'System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?', 'User: Yes, that sounds perfect. How do I book it?', ""System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details?"", 'User: Sure. My name is John Smith, and my contact number is 555-555-5555.', 'System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome, John. Have a great trip to Ely! Goodbye!""]","User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes, that sounds perfect. How do I book it? System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith, and my contact number is 555-555-5555. System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome, John. Have a great trip to Ely! Goodbye!","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Cambridge to Ely trainday Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-day': 'Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-departure': '800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-leaveat': '900 AM name John Smith contact 5555555555'}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['ely'], 'train-day': ['sunday'], 'train-departure': ['cambridge'], 'train-leaveat': ['8:00', '08:00']}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Cambridge to Ely trainday Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-day': 'Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-departure': '800 AM trainleaveat 900 AM name John Smith contact 5555555555', 'train-leaveat': '900 AM name John Smith contact 5555555555'}}]}",0.0 +PMUL1031.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1031.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [bishops stortford], train-destination: [cambridge], train-leaveat: [9:00, 09:00], train-day: [sunday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [park]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""bishops stortford""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""9:00"", ""09:00""], ""train-day"": [""sunday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""park""]}}]}","[""User: Hi, I'm looking for a train and attraction service. Can you help me?"", 'System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?', ""User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"", 'System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?', ""User: Yes, I'd like to buy tickets. How much do they cost?"", 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?', ""User: Yes, I'll take two tickets."", 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.', 'User: That sounds good. Can you recommend a park or outdoor attraction?', ""System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"", 'User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need?', 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?', ""User: No, that's all I need. Thank you for your help!"", ""System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"", 'User: Thank you! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date? User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null""}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null'}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['bishops stortford'], 'train-destination': ['cambridge'], 'train-leaveat': ['9:00', '09:00'], 'train-day': ['sunday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['park']}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null'}}]}",0.0 +WOZ20027.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20027.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [expensive], restaurant-food: [italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"", ""User: Yes, I'd like to spend around $50 per person."", 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?', ""User: I'd prefer a cozy atmosphere, please."", 'System: Alright! Based on your preferences, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is ""Bella Vita"", which is known for its delicious pasta dishes and intimate setting. The second is ""La Bella Italia"", which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is ""Il Posto Italiano"", which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?', 'User: Yes, please provide me with the addresses and reviews of all three.', ""System: Sure thing! Here's the information you requested:"", 'User: I think I\'ll go with ""La Bella Italia"". Can you give me the address and directions?', 'System: Certainly! Here\'s the address and directions to ""La Bella Italia"":', ""User: No, that's all for now. Thank you for your help!"", 'System: You\'re welcome! Enjoy your meal at ""La Bella Italia""! Goodbye!']","User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere, please. System: Alright! Based on your preferences, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia, which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is Il Posto Italiano, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south of the city', 'restaurant-pricerange': '50 per person', 'restaurant-food': 'Italian'}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['italian']}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south of the city', 'restaurant-pricerange': '50 per person', 'restaurant-food': 'Italian'}}]}",0.3333333333333333 +PMUL4827.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4827.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [8], restaurant-booktime: [16:15], restaurant-name: [yu garden]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [east], hotel-type: [hotel], hotel-internet: [yes], hotel-name: [express by holiday inn cambridge]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""16:15""], ""restaurant-name"": [""yu garden""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""east""], ""hotel-type"": [""hotel""], ""hotel-internet"": [""yes""], ""hotel-name"": [""express by holiday inn cambridge""]}}]}","[""User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in?"", ""User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge."", ""System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"", 'User: Yes, that sounds perfect! Can you please book the table for me?', ""System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."", 'User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.', ""System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge. System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-internet"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['16:15'], 'restaurant-name': ['yu garden']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['east'], 'hotel-type': ['hotel'], 'hotel-internet': ['yes'], 'hotel-name': ['express by holiday inn cambridge']}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}",0.0 +PMUL3086.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3086.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [13:45], train-day: [sunday], train-departure: [birmingham new street], train-destination: [cambridge]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [dontcare], hotel-type: [hotel], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [5], hotel-name: [huntingdon marriott hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""13:45""], ""train-day"": [""sunday""], ""train-departure"": [""birmingham new street""], ""train-destination"": [""cambridge""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""dontcare""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""huntingdon marriott hotel""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"", ""System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?"", ""User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45."", 'System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?', 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?', 'System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?', 'User: Yes, that sounds great. Can you please book the train and hotel for me?', 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination? User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': '0800', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['13:45'], 'train-day': ['sunday'], 'train-departure': ['birmingham new street'], 'train-destination': ['cambridge']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['dontcare'], 'hotel-type': ['hotel'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['5'], 'hotel-name': ['huntingdon marriott hotel']}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': '0800', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}",0.2 +SNG0598.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0598.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [bistro, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""bistro"", ""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?"", ""User: Oh, I'd like to find one in the city centre."", 'System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?', 'User: Yes, please do!', 'System: Sure thing! Here are my top picks:', 'User: Yes, please provide the addresses.', 'System: Absolutely! Here are the addresses and contact information for each restaurant:', ""User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."", ""System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in? User: Oh, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes, please do! System: Sure thing! Here are my top picks: User: Yes, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city centre restaurantfood Italian', 'restaurant-food': 'Italian'}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['bistro', 'italian']}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city centre restaurantfood Italian', 'restaurant-food': 'Italian'}}]}",0.5 +SNG01162.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01162.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [book_restaurant, find_restaurant], Preferences: {restaurant-name: [travellers rest], restaurant-bookday: [monday], restaurant-bookpeople: [1], restaurant-booktime: [14:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""travellers rest""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""14:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?', 'User: Yes, please do!', ""System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them?"", 'User: Yes, please!', 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?', ""User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"", 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?', 'User: Yes, please go ahead.', ""System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: Thank you so much! I'm looking forward to my meal."", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes, please do! System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': 'null', 'restaurant-booktime': '1415'}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['travellers rest'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['14:15']}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': 'null', 'restaurant-booktime': '1415'}}]}",0.25 +PMUL1146.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1146.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [friday], train-destination: [cambridge], train-departure: [birmingham new street], train-leaveat: [16:45], train-bookpeople: [1]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [broughton house gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""friday""], ""train-destination"": [""cambridge""], ""train-departure"": [""birmingham new street""], ""train-leaveat"": [""16:45""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""broughton house gallery""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"", ""User: I'd like to travel on Friday and I need to book one ticket."", 'System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?', ""User: No, I'd prefer to leave at 16:45. Is that possible?"", 'System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?', 'User: Yes, please. And can I book a single ticket?', 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?', ""User: Yes, I'll proceed with the booking."", 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No, I'd prefer to leave at 16:45. Is that possible? System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday', 'train-destination': 'Cambridge', 'train-departure': '1645', 'train-leaveat': 'null', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['friday'], 'train-destination': ['cambridge'], 'train-departure': ['birmingham new street'], 'train-leaveat': ['16:45'], 'train-bookpeople': ['1']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['broughton house gallery']}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday', 'train-destination': 'Cambridge', 'train-departure': '1645', 'train-leaveat': 'null', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}",0.375 +SSNG0018.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0018.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub, african], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [2], restaurant-booktime: [13:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub"", ""african""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""13:45""]}}]}","[""User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"", ""User: My budget is around $50 per person, and I'm looking to book for two people."", 'System: Great! Based on your preferences and budget, I would recommend ""The Gastropub at Eastside"" and ""The Foodie\'s Paradise"". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?', 'User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.', 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?', 'User: Yes, please.', 'System: Certainly! Here is the menu for The Gastropub at Eastside:', 'User: That sounds great, thank you!', ""System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!""]","User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person, and I'm looking to book for two people. System: Great! Based on your preferences and budget, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub', 'african'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['13:45']}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}",0.0 +MUL2293.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2293.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-name: [a and b guest house], hotel-parking: [yes]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [london liverpool street], train-destination: [cambridge], train-day: [friday], train-leaveat: [12:45], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": [""a and b guest house""], ""hotel-parking"": [""yes""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""london liverpool street""], ""train-destination"": [""cambridge""], ""train-day"": [""friday""], ""train-leaveat"": [""12:45""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a train ticket. Can you help me?"", 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?', ""User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge."", 'System: Great! For hotels, we have the ""a and b guest house"" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?', 'User: Yes, please book the ""a and b guest house"" and the train ticket from London Liverpool Street to Cambridge.', 'System: Great! For the hotel, I have booked you at the ""a and b guest house"" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?', ""User: Yes, that's correct. Thank you!"", ""System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge. System: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-parking"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'a and b guest house', 'hotel-parking': 'yes'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'London Liverpool Street', 'train-destination': 'Cambridge', 'train-day': 'insert date', 'train-leaveat': 'insert time', 'train-bookpeople': 'insert name'}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': ['a and b guest house'], 'hotel-parking': ['yes']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['london liverpool street'], 'train-destination': ['cambridge'], 'train-day': ['friday'], 'train-leaveat': ['12:45'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'a and b guest house', 'hotel-parking': 'yes'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'London Liverpool Street', 'train-destination': 'Cambridge', 'train-day': 'insert date', 'train-leaveat': 'insert time', 'train-bookpeople': 'insert name'}}]}",0.5714285714285714 +PMUL1586.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1586.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [norwich], train-day: [sunday], train-arriveby: [13:45], train-bookpeople: [4]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-pricerange: [moderate], hotel-type: [guesthouse], hotel-area: [east], hotel-parking: [dontcare], hotel-name: [a and b guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""norwich""], ""train-day"": [""sunday""], ""train-arriveby"": [""13:45""], ""train-bookpeople"": [""4""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": [""moderate""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""east""], ""hotel-parking"": [""dontcare""], ""hotel-name"": [""a and b guest house""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"", ""User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?', ""User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"", 'System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?', 'User: Yes, that sounds great. Can you please provide me with the booking details?', 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.', 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345', 'train-destination': 'Norwich', 'train-day': 'Sunday', 'train-arriveby': '1545', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate', 'hotel-type': 'A B Guest House', 'hotel-area': 'east area of Norwich', 'hotel-parking': 'free', 'hotel-name': 'A B Guest House'}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['norwich'], 'train-day': ['sunday'], 'train-arriveby': ['13:45'], 'train-bookpeople': ['4']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': ['moderate'], 'hotel-type': ['guesthouse'], 'hotel-area': ['east'], 'hotel-parking': ['dontcare'], 'hotel-name': ['a and b guest house']}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345', 'train-destination': 'Norwich', 'train-day': 'Sunday', 'train-arriveby': '1545', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate', 'hotel-type': 'A B Guest House', 'hotel-area': 'east area of Norwich', 'hotel-parking': 'free', 'hotel-name': 'A B Guest House'}}]}",0.4 +SNG0039.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0039.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [corpus christi], taxi-leaveat: [08:45], taxi-departure: [gourmet burger kitchen]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""corpus christi""], ""taxi-leaveat"": [""08:45""], ""taxi-departure"": [""gourmet burger kitchen""]}}]}","[""User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"", ""User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]."", 'System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?', 'User: Yes, that works for me. Can you also tell me how much the fare will be?', 'System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?', ""User: Yes, I'd like to proceed. Please go ahead and book the taxi for me."", 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!', 'User: Thank you! Goodbye.', 'System: Goodbye! Have a great day!']","User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]. System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null', 'taxi-leaveat': 'null taxideparture null', 'taxi-departure': 'null'}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['corpus christi'], 'taxi-leaveat': ['08:45'], 'taxi-departure': ['gourmet burger kitchen']}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null', 'taxi-leaveat': 'null taxideparture null', 'taxi-departure': 'null'}}]}",0.0 +SSNG0142.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0142.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [dontcare, ask.\, ask], restaurant-bookday: [sunday], restaurant-bookpeople: [5], restaurant-booktime: [14:15], restaurant-area: [centre], restaurant-food: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""dontcare"", ""ask.\"""", ""ask""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""14:15""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", ""User: Um, I don't have a specific restaurant in mind. Can you suggest some options?"", 'System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?', 'User: Yes, please!', 'System: Great! Based on your preferences, I suggest the following restaurants:', 'User: The Centre Bistro sounds great, can you book it for me?', ""System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."", 'User: Sure, my name is John Doe and my phone number is 555-555-5555.', ""System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all. Thank you!"", ""System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes, please! System: Great! Based on your preferences, I suggest the following restaurants: User: The Centre Bistro sounds great, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['dontcare', 'ask.""', 'ask'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['14:15'], 'restaurant-area': ['centre'], 'restaurant-food': ['dontcare']}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}",0.0 +SNG01795.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01795.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [stevenage], train-destination: [cambridge], train-arriveby: [12:15, 10:43], train-day: [sunday], train-bookpeople: [6], train-leaveat: [09:54]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""stevenage""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""12:15"", ""10:43""], ""train-day"": [""sunday""], ""train-bookpeople"": [""6""], ""train-leaveat"": [""09:54""]}}]}","[""User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"", ""User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?"", 'System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?', 'User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?', 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?', ""User: No, that's all for now. I'll just book the train ticket."", 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!']","User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders? User: No, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-bookpeople"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'null not mentioned in the dialogue', 'train-destination': 'Stevenage to Cambridge mentioned in the dialogue', 'train-arriveby': '1215 or 1043 mentioned in the dialogue', 'train-day': 'Sunday mentioned in the dialogue', 'train-bookpeople': 'null not mentioned in the dialogue', 'train-leaveat': 'null not mentioned in the dialogue'}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['stevenage'], 'train-destination': ['cambridge'], 'train-arriveby': ['12:15', '10:43'], 'train-day': ['sunday'], 'train-bookpeople': ['6'], 'train-leaveat': ['09:54']}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'null not mentioned in the dialogue', 'train-destination': 'Stevenage to Cambridge mentioned in the dialogue', 'train-arriveby': '1215 or 1043 mentioned in the dialogue', 'train-day': 'Sunday mentioned in the dialogue', 'train-bookpeople': 'null not mentioned in the dialogue', 'train-leaveat': 'null not mentioned in the dialogue'}}]}",0.0 +PMUL4433.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4433.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [stevenage], train-day: [tuesday], train-departure: [cambridge], train-leaveat: [15:15]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-type: [swimmingpool], attraction-name: [jesus green outdoor pool]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""stevenage""], ""train-day"": [""tuesday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""15:15""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-type"": [""swimmingpool""], ""attraction-name"": [""jesus green outdoor pool""]}}]}","[""User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"", ""User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15."", 'System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?', ""User: Yes, I'd like to purchase a ticket. How much will it cost?"", 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?', ""User: Yes, I'll proceed with the purchase."", 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.', 'User: Thank you for your help!', ""System: You're welcome! Have a great trip to Stevenage. Goodbye!""]","User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-departure': '1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-leaveat': 'Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null No preferences are specified for the attraction service', 'attraction-type': 'null attractionname null No preferences are specified for the attraction service', 'attraction-name': 'null No preferences are specified for the attraction service'}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['stevenage'], 'train-day': ['tuesday'], 'train-departure': ['cambridge'], 'train-leaveat': ['15:15']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-type': ['swimmingpool'], 'attraction-name': ['jesus green outdoor pool']}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-departure': '1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515', 'train-leaveat': 'Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null No preferences are specified for the attraction service', 'attraction-type': 'null attractionname null No preferences are specified for the attraction service', 'attraction-name': 'null No preferences are specified for the attraction service'}}]}",0.0 +SNG1116.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1116.json, Services Involved: [attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [college], attraction-area: [centre], attraction-name: [downing college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""college""], ""attraction-area"": [""centre""], ""attraction-name"": [""downing college""]}}]}","[""User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"", ""System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?"", ""User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"", ""System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"", 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?', ""System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"", ""User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"", ""System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"", ""User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"", 'System: Of course! Here is the information you requested:', 'User: Thank you so much! I appreciate your help. Have a great day!']","User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity? User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null not mentioned in the dialogue', 'attraction-area': 'null not mentioned in the dialogue', 'attraction-name': 'null not mentioned in the dialogue'}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['college'], 'attraction-area': ['centre'], 'attraction-name': ['downing college']}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null not mentioned in the dialogue', 'attraction-area': 'null not mentioned in the dialogue', 'attraction-name': 'null not mentioned in the dialogue'}}]}",0.0 +SNG1165.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1165.json, Services Involved: [hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [north, south], hotel-pricerange: [expensive], hotel-bookday: [monday], hotel-bookpeople: [7], hotel-bookstay: [3], hotel-name: [lensfield hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""north"", ""south""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""monday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""lensfield hotel""]}}]}","[""User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?', 'User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.', 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?', 'System: Certainly! Your booking details are as follows:', ""User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"", ""System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk."", 'User: No, that sounds great. Thank you for your help!', ""System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!""]","User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services? User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk. User: No, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'expensive', 'hotel-bookday': 'Monday', 'hotel-bookpeople': '3', 'hotel-bookstay': '3', 'hotel-name': 'Lensfield Hotel'}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['north', 'south'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['monday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3'], 'hotel-name': ['lensfield hotel']}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'expensive', 'hotel-bookday': 'Monday', 'hotel-bookpeople': '3', 'hotel-bookstay': '3', 'hotel-name': 'Lensfield Hotel'}}]}",0.6666666666666666 +PMUL3460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3460.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [bangkok city], restaurant-area: [centre], restaurant-bookday: [sunday], restaurant-bookpeople: [2], restaurant-booktime: [19:30], restaurant-food: [thai]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-arriveby: [17:00, 17:58, 16:58, 17.58], train-day: [monday], train-destination: [kings lynn], train-departure: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""bangkok city""], ""restaurant-area"": [""centre""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""19:30""], ""restaurant-food"": [""thai""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": [""17:00"", ""17:58"", ""16:58"", ""17.58""], ""train-day"": [""monday""], ""train-destination"": [""kings lynn""], ""train-departure"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"", ""User: Yes, I'd like to book a table for 2 people at 19:30."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the ""Siam Square Thai Restaurant"" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?', 'User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30?', 'System: Certainly! I have successfully booked a table for you at the ""Siam Square Thai Restaurant"" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant', 'restaurant-area': 'heart of Bangkok city centre', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1930', 'restaurant-food': 'authentic Thai cuisine'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['bangkok city'], 'restaurant-area': ['centre'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['19:30'], 'restaurant-food': ['thai']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': ['17:00', '17:58', '16:58', '17.58'], 'train-day': ['monday'], 'train-destination': ['kings lynn'], 'train-departure': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant', 'restaurant-area': 'heart of Bangkok city centre', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1930', 'restaurant-food': 'authentic Thai cuisine'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.18181818181818182 +PMUL2583.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2583.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-type: [hotel], hotel-area: [centre], hotel-pricerange: [expensive], hotel-bookday: [sunday, monday], hotel-bookpeople: [1], hotel-bookstay: [1], hotel-name: [gonville hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [11:15], taxi-destination: [castle galleries]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": [""hotel""], ""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""sunday"", ""monday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""1""], ""hotel-name"": [""gonville hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""11:15""], ""taxi-destination"": [""castle galleries""]}}]}","[""User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", 'User: My budget is around $200 per night.', 'System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?', 'User: A 4-star hotel would be perfect.', 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for Sunday and Monday night.', 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?', ""User: I'll pay by credit card."", ""System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process."", 'User: Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': ['hotel'], 'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['sunday', 'monday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['1'], 'hotel-name': ['gonville hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['11:15'], 'taxi-destination': ['castle galleries']}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}",0.0 +MUL1914.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1914.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [ely], train-destination: [cambridge], train-arriveby: [9:30, 09:30], train-bookpeople: [7], train-day: [tuesday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ruskin gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""ely""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""9:30"", ""09:30""], ""train-bookpeople"": [""7""], ""train-day"": [""tuesday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ruskin gallery""]}}]}","[""User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"", ""User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."", 'System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?', 'User: Yes, please go ahead and book it for me.', 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?', ""User: I'll pay by credit card."", 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!', 'User: Thank you very much! Do you have any information on attractions in Cambridge?', 'System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?', 'User: Yes, please do!', 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?', ""User: No, I think I'll just explore on my own. Thank you for the information!"", ""System: You're welcome! Have a great day in Cambridge!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '930am traindestination Ely trainarriveby 1030am trainbookpeople null trainday Tuesday', 'train-destination': 'Ely trainarriveby 1030am trainbookpeople null trainday Tuesday', 'train-arriveby': '1030am trainbookpeople null trainday Tuesday', 'train-bookpeople': 'null trainday Tuesday', 'train-day': 'Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'The Ruskin Gallery guidedtour null'}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['ely'], 'train-destination': ['cambridge'], 'train-arriveby': ['9:30', '09:30'], 'train-bookpeople': ['7'], 'train-day': ['tuesday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ruskin gallery']}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '930am traindestination Ely trainarriveby 1030am trainbookpeople null trainday Tuesday', 'train-destination': 'Ely trainarriveby 1030am trainbookpeople null trainday Tuesday', 'train-arriveby': '1030am trainbookpeople null trainday Tuesday', 'train-bookpeople': 'null trainday Tuesday', 'train-day': 'Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'The Ruskin Gallery guidedtour null'}}]}",0.16666666666666666 +PMUL2097.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2097.json, Services Involved: [attraction, hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-food: [thai], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [15:00], restaurant-name: [bangkok city, city]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-type: [hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ballare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""thai""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""15:00""], ""restaurant-name"": [""bangkok city"", ""city""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": [""hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ballare""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?"", ""User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person."", 'System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?', 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?', 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?', ""User: No, that's all good. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal? User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null meaning no preference for a specific area was mentioned', 'restaurant-pricerange': 'null meaning no preference for a specific price range was mentioned', 'restaurant-food': 'null meaning no preference for a specific type of food was mentioned', 'restaurant-bookday': 'null meaning no preference for a specific day of the week was mentioned', 'restaurant-bookpeople': 'null meaning no preference for a specific number of people was mentioned', 'restaurant-booktime': 'null meaning no preference for a specific time was mentioned', 'restaurant-name': 'null meaning no preference for a specific restaurant name was mentioned'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null meaning no preference for a specific hotel type was mentioned'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null meaning no preference for a specific attraction name was mentioned'}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['thai'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['15:00'], 'restaurant-name': ['bangkok city', 'city']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': ['hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ballare']}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null meaning no preference for a specific area was mentioned', 'restaurant-pricerange': 'null meaning no preference for a specific price range was mentioned', 'restaurant-food': 'null meaning no preference for a specific type of food was mentioned', 'restaurant-bookday': 'null meaning no preference for a specific day of the week was mentioned', 'restaurant-bookpeople': 'null meaning no preference for a specific number of people was mentioned', 'restaurant-booktime': 'null meaning no preference for a specific time was mentioned', 'restaurant-name': 'null meaning no preference for a specific restaurant name was mentioned'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null meaning no preference for a specific hotel type was mentioned'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null meaning no preference for a specific attraction name was mentioned'}}]}",0.0 +PMUL0949.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0949.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [ask], restaurant-bookday: [wednesday], restaurant-bookpeople: [1], restaurant-booktime: [17:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""ask""], ""restaurant-bookday"": [""wednesday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""17:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", 'User: Um, let me see... how about ""The Italian Place""?', 'System: Great choice! I have found a few options for you. Would you like to book ""The Italian Place"" for Wednesday at 17:15?', 'User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?', 'System: Certainly! ""The Italian Place"" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?', 'User: Yes, that sounds great. How do I confirm the booking?', 'System: Simply reply with ""confirm"" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know.', 'User: Confirm.', 'System: Great! Your booking for ""The Italian Place"" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you!"", 'System: You\'re welcome! Have a great dining experience at ""The Italian Place"" on Wednesday. Goodbye!']","User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null restaurantbookday null restaurantbookpeople null restaurantbooktime null', 'restaurant-bookday': 'null restaurantbookpeople null restaurantbooktime null', 'restaurant-bookpeople': 'null restaurantbooktime null', 'restaurant-booktime': 'null'}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['ask'], 'restaurant-bookday': ['wednesday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['17:15']}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null restaurantbookday null restaurantbookpeople null restaurantbooktime null', 'restaurant-bookday': 'null restaurantbookpeople null restaurantbooktime null', 'restaurant-bookpeople': 'null restaurantbooktime null', 'restaurant-booktime': 'null'}}]}",0.0 +PMUL3847.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3847.json, Services Involved: [train, attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-arriveby: [13:15], train-day: [friday], train-departure: [birmingham new street], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-arriveby"": [""13:15""], ""train-day"": [""friday""], ""train-departure"": [""birmingham new street""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What would you like to know?"", 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?', 'System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?', 'User: Yes, please do.', 'System: Great! Here are your options:', ""User: I'd like to book the 12:45 train with a change in Leicester."", ""System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?"", ""User: No, that's all I need. Thank you."", 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?', ""User: I'll pay with credit card."", ""System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them? User: Yes, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal? User: No, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday', 'train-arriveby': '1315 trainday Friday', 'train-day': 'Friday', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-arriveby': ['13:15'], 'train-day': ['friday'], 'train-departure': ['birmingham new street'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday', 'train-arriveby': '1315 trainday Friday', 'train-day': 'Friday', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}",0.16666666666666666 +PMUL2710.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2710.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [castle galleries]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-area: [north], hotel-type: [guesthouse], hotel-bookday: [sunday], hotel-bookpeople: [4], hotel-bookstay: [5]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""castle galleries""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""north""], ""hotel-type"": [""guesthouse""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""5""]}}]}","[""User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?', ""User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party."", 'System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?', 'User: Yes, please!', 'System: Sure thing! Here are three options that fit your needs:', 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?', 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['castle galleries']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': ['north'], 'hotel-type': ['guesthouse'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['5']}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}",0.0 +WOZ20385.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20385.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [find_restaurant], Preferences: {restaurant-area: [south], restaurant-food: [dontcare], restaurant-name: [chiquito restaurant bar]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-food"": [""dontcare""], ""restaurant-name"": [""chiquito restaurant bar""]}}]}","[""User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?"", ""User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?', 'User: Yes, please! What kind of dishes do they offer?', 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?', 'User: Yes, please book a table for two people. What time is available?', 'System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?', 'User: Yes, that works perfect. Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!""]","User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range? User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes, please book a table for two people. What time is available? System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'Mexican', 'restaurant-name': 'Chiquito Restaurant Bar'}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-food': ['dontcare'], 'restaurant-name': ['chiquito restaurant bar']}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'Mexican', 'restaurant-name': 'Chiquito Restaurant Bar'}}]}",0.3333333333333333 +PMUL0172.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0172.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-area: [centre, north], hotel-parking: [yes], hotel-type: [hotel], hotel-bookday: [saturday], hotel-bookpeople: [6], hotel-bookstay: [3], hotel-name: [alexander bed and breakfast]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [indian], restaurant-pricerange: [cheap], restaurant-area: [dontcare], restaurant-bookday: [saturday], restaurant-bookpeople: [6], restaurant-booktime: [11:30], restaurant-name: [royal spice]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-area"": [""centre"", ""north""], ""hotel-parking"": [""yes""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""6""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""indian""], ""restaurant-pricerange"": [""cheap""], ""restaurant-area"": [""dontcare""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""6""], ""restaurant-booktime"": [""11:30""], ""restaurant-name"": [""royal spice""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?"", 'User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.', 'System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?', 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?', 'System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?', 'User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?', 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area? User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town. System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes', 'hotel-area': 'centre of town', 'hotel-parking': 'yes', 'hotel-type': 'bed and breakfast', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian cuisine', 'restaurant-pricerange': 'affordable', 'restaurant-area': 'centre of town', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1130 AM', 'restaurant-name': 'Royal Spice'}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-area': ['centre', 'north'], 'hotel-parking': ['yes'], 'hotel-type': ['hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['6'], 'hotel-bookstay': ['3'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['indian'], 'restaurant-pricerange': ['cheap'], 'restaurant-area': ['dontcare'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['6'], 'restaurant-booktime': ['11:30'], 'restaurant-name': ['royal spice']}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes', 'hotel-area': 'centre of town', 'hotel-parking': 'yes', 'hotel-type': 'bed and breakfast', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian cuisine', 'restaurant-pricerange': 'affordable', 'restaurant-area': 'centre of town', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1130 AM', 'restaurant-name': 'Royal Spice'}}]}",0.4 +PMUL3867.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3867.json, Services Involved: [hotel, restaurant, taxi], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [british], restaurant-pricerange: [expensive], restaurant-area: [centre], restaurant-name: [midsummer house restaurant], restaurant-bookday: [saturday], restaurant-bookpeople: [3], restaurant-booktime: [16:30]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [centre], hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [16:30], taxi-departure: [university arms hotel], taxi-destination: [midsummer house restaurant]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""british""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""centre""], ""restaurant-name"": [""midsummer house restaurant""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""3""], ""restaurant-booktime"": [""16:30""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""16:30""], ""taxi-departure"": [""university arms hotel""], ""taxi-destination"": [""midsummer house restaurant""]}}]}","[""User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?"", ""User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal."", 'System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?', 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?', ""System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?"", 'User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.', ""System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance."", 'User: Thank you so much! Do you know of any good hotels in the area as well?', 'System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?', 'User: That would be great, thank you!', ""System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."", 'User: That sounds perfect, thank you so much for your help!', ""System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye, Sarah. Have a great day!']","User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to? User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please? User: Sure, my name is Sarah Johnson and my phone number is 07789 456789. System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect, thank you so much for your help! System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you, I will! Goodbye. System: Goodbye, Sarah. Have a great day!","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'open to spending more', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['british'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['centre'], 'restaurant-name': ['midsummer house restaurant'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['3'], 'restaurant-booktime': ['16:30']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['16:30'], 'taxi-departure': ['university arms hotel'], 'taxi-destination': ['midsummer house restaurant']}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'open to spending more', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}",0.07142857142857142 +SNG01373.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01373.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [don pasquale pizzeria], taxi-arriveby: [one o'clock p.m., one o'clock p.m], taxi-departure: [finches bed and breakfast]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""don pasquale pizzeria""], ""taxi-arriveby"": [""one o'clock p.m."", ""one o'clock p.m""], ""taxi-departure"": [""finches bed and breakfast""]}}]}","[""User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"", ""User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m."", ""System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect. How much will the fare be?', 'System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?', ""User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?"", 'System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.', ""User: Great, I've entered my payment information. Is everything confirmed?"", ""System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"", 'User: Thank you so much! Have a great day!', ""System: You're welcome! Goodbye!""]","User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great, I've entered my payment information. Is everything confirmed? System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-arriveby"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria', 'taxi-arriveby': 'one oclock pm', 'taxi-departure': 'one oclock pm from Finches Bed and Breakfast'}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['don pasquale pizzeria'], 'taxi-arriveby': [""one o'clock p.m."", ""one o'clock p.m""], 'taxi-departure': ['finches bed and breakfast']}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria', 'taxi-arriveby': 'one oclock pm', 'taxi-departure': 'one oclock pm from Finches Bed and Breakfast'}}]}",0.3333333333333333 +PMUL3555.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3555.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-departure: [cambridge], train-destination: [leicester], train-leaveat: [21:45], train-bookpeople: [2]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-internet: [yes], hotel-name: [allenbell], hotel-bookday: [thursday], hotel-bookpeople: [2], hotel-bookstay: [4]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-departure"": [""cambridge""], ""train-destination"": [""leicester""], ""train-leaveat"": [""21:45""], ""train-bookpeople"": [""2""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-name"": [""allenbell""], ""hotel-bookday"": [""thursday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""4""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific services are you looking for?"", ""User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday."", 'System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?', ""User: I'd like to book a one-way ticket in economy class."", ""System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"", 'User: Yes, that sounds good.', ""System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?"", ""User: I'd like to book a room at the Allen Bell hotel, if possible."", ""System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect.', ""System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes, that sounds good. System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday', 'train-departure': '2145', 'train-destination': 'Leicester', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'Allen Bell', 'hotel-bookday': 'Thursday', 'hotel-bookpeople': '4', 'hotel-bookstay': '4'}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-departure': ['cambridge'], 'train-destination': ['leicester'], 'train-leaveat': ['21:45'], 'train-bookpeople': ['2']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-name': ['allenbell'], 'hotel-bookday': ['thursday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['4']}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday', 'train-departure': '2145', 'train-destination': 'Leicester', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'Allen Bell', 'hotel-bookday': 'Thursday', 'hotel-bookpeople': '4', 'hotel-bookstay': '4'}}]}",0.4 +SNG01958.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01958.json, Services Involved: [police], Service Details: [{Service Type: police, Actions: [find_police], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","['User: Hi, I need to find a police station near me. Can you help?', ""System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code?"", ""User: Sure, I'm in New York City."", 'System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?', 'User: Yes, that would be helpful.', 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:', 'User: Thank you so much! This is really helpful.', ""System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", 'User: Thank you, you too! Goodbye!', 'System: Goodbye!']","User: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure, I'm in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you, you too! Goodbye! System: Goodbye!","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}", diff --git a/notebooks/dialogue_generation/dataframe_with_sa_3.csv b/notebooks/dialogue_generation/dataframe_with_sa_3.csv new file mode 100644 index 0000000000000000000000000000000000000000..a12291a73cbf816db744e0742e0f484e1d51eb3f --- /dev/null +++ b/notebooks/dialogue_generation/dataframe_with_sa_3.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations,Parsed Domain Knowledge,Parsed Annotations,Slot Accuracy +PMUL4398.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4398.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""bedouin""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"", ""System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?"", ""User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme."", 'System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?', 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?', 'User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?', 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.', 'User: Great, thank you for all your help!', ""System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"", 'User: Thank you, goodbye!']","User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye!","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Bedouin Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive', 'hotel-type': 'null', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': '1'}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['bedouin']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2']}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Bedouin Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive', 'hotel-type': 'null', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': '1'}}]}",0.2222222222222222 +SNG1013.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1013.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Service Type: restaurant, Actions: [find_restaurant], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""centre"", ""south""], ""hotel-internet"": [""yes""], ""hotel-parking"": [""yes""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""3"", ""4""], ""hotel-name"": [""aylesbray lodge guest house""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a 4-star hotel with parking and Wi-Fi."", ""System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?"", 'User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?', ""System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?', 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you?', 'User: Yes, please go ahead and book a room and a table for me.', ""System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"", ""User: I'll pay with my credit card."", ""System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", ""User: Sure, here's my information."", ""System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-internet"": ""null"", ""hotel-parking"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null hotelinternet null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-internet': 'null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-parking': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookpeople': 'null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookstay': 'null hotelname Aylesbray Lodge Guest House', 'hotel-name': 'Aylesbray Lodge Guest House'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['centre', 'south'], 'hotel-internet': ['yes'], 'hotel-parking': ['yes'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['3', '4'], 'hotel-name': ['aylesbray lodge guest house']}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'null hotelinternet null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-internet': 'null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-parking': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookpeople': 'null hotelbookstay null hotelname Aylesbray Lodge Guest House', 'hotel-bookstay': 'null hotelname Aylesbray Lodge Guest House', 'hotel-name': 'Aylesbray Lodge Guest House'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}",0.14285714285714285 +PMUL0121.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0121.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""cityroomz""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""west""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?"", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', ""User: I'm looking for a 3-star hotel with a good location and reasonable prices."", ""System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"", 'User: Yes, that sounds great. Can you book a room for me on Tuesday?', 'System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.', 'User: There will be 7 of us staying.', 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"", ""System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"", 'User: Yes, please make a reservation for us.', 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz hotelbookday Tuesday hotelbookpeople 7 hotelbookstay 1 night', 'hotel-bookday': 'Tuesday hotelbookpeople 7 hotelbookstay 1 night', 'hotel-bookpeople': '7 hotelbookstay 1 night', 'hotel-bookstay': '1 night'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near hotel restaurantpricerange affordable', 'restaurant-pricerange': 'affordable'}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['cityroomz'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['west'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz hotelbookday Tuesday hotelbookpeople 7 hotelbookstay 1 night', 'hotel-bookday': 'Tuesday hotelbookpeople 7 hotelbookstay 1 night', 'hotel-bookpeople': '7 hotelbookstay 1 night', 'hotel-bookstay': '1 night'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near hotel restaurantpricerange affordable', 'restaurant-pricerange': 'affordable'}}]}",0.0 +PMUL3484.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3484.json, Services Involved: [restaurant, hotel, taxi], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""hotel-bookday"": [""sunday""], ""hotel-bookstay"": [""5""], ""hotel-bookpeople"": [""8""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""don pasquale pizzeria""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""19:00""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""19:00""], ""taxi-departure"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""taxi-destination"": [""don pasquale pizzeria""]}}]}","[""User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"", ""User: Oh, I'm not sure yet. Do you have any recommendations?"", 'System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?', 'User: Sure, that would be great.', 'System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?', 'User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.', ""System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"", 'User: Yes, please do.', 'System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?', 'User: Yes, please do.', ""System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"", 'User: Yes, please do.', 'System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?', 'User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.', ""System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I'm not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions bookrestaurant Preferences restaurantname Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'taxi-departure': 'null', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'hotel-bookday': ['sunday'], 'hotel-bookstay': ['5'], 'hotel-bookpeople': ['8']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['don pasquale pizzeria'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['19:00']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['19:00'], 'taxi-departure': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'taxi-destination': ['don pasquale pizzeria']}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions bookrestaurant Preferences restaurantname Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria', 'taxi-departure': 'null', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}",0.09090909090909091 +SNG0389.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0389.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [9:30, 09:30], train-destination: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""tuesday""], ""train-departure"": [""kings lynn""], ""train-leaveat"": [""9:30"", ""09:30""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"", ""User: I'd like to travel on Tuesday."", 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?', ""User: I'd like to depart at 9:30 am."", 'System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?', ""User: I'd prefer the 9:30 am train."", 'System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?', ""User: I'd like to book a Standard Class ticket."", 'System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking."", ""System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you!"", ""System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!""]","User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday', 'train-departure': '930 am', 'train-leaveat': 'Kings Lynn', 'train-destination': 'Cambridge', 'train-bookpeople': 'Standard Class'}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['tuesday'], 'train-departure': ['kings lynn'], 'train-leaveat': ['9:30', '09:30'], 'train-destination': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday', 'train-departure': '930 am', 'train-leaveat': 'Kings Lynn', 'train-destination': 'Cambridge', 'train-bookpeople': 'Standard Class'}}]}",0.4 +SNG01520.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01520.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [saturday], restaurant-bookpeople: [1], restaurant-booktime: [20:00], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""20:00""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"", ""User: Sure! I'm located in New York City and I'd like to book for 2 people."", 'System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is ""The Lucky Star"" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at ""The Lucky Star"" on Saturday at 8 PM?', 'User: Yes, that sounds perfect! Can you please book the table for me?', 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?', 'User: My name is John Doe and my contact number is 555-555-5555.', 'System: Great, John! I have booked a table for you and your guest at ""The Lucky Star"" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at ""The Lucky Star""! Goodbye!']","User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookday': 'Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookpeople': '2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-booktime': '8 PM restaurantname The Lucky Star', 'restaurant-name': 'The Lucky Star'}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['20:00'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookday': 'Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookpeople': '2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-booktime': '8 PM restaurantname The Lucky Star', 'restaurant-name': 'The Lucky Star'}}]}",0.16666666666666666 +PMUL3951.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3951.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-day: [saturday], train-leaveat: [20:00], train-bookpeople: [6]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [riverside brasserie], restaurant-area: [centre], restaurant-food: [modern european], restaurant-bookday: [saturday], restaurant-booktime: [13:00], restaurant-bookpeople: [6]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-day"": [""saturday""], ""train-leaveat"": [""20:00""], ""train-bookpeople"": [""6""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""riverside brasserie""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""modern european""], ""restaurant-bookday"": [""saturday""], ""restaurant-booktime"": [""13:00""], ""restaurant-bookpeople"": [""6""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"", ""System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?"", ""User: Sure! I'm departing from Cambridge and heading to Stansted Airport."", 'System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?', 'User: Yes, please!', 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:', ""User: Yes, I'd like to book the Great Northern train."", ""System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"", ""User: I'll pay by credit card."", 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!""]","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them? User: Yes, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options: User: Yes, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge', 'train-destination': 'Stansted Airport', 'train-day': 'Saturday', 'train-leaveat': '2000', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-day': ['saturday'], 'train-leaveat': ['20:00'], 'train-bookpeople': ['6']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['riverside brasserie'], 'restaurant-area': ['centre'], 'restaurant-food': ['modern european'], 'restaurant-bookday': ['saturday'], 'restaurant-booktime': ['13:00'], 'restaurant-bookpeople': ['6']}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge', 'train-destination': 'Stansted Airport', 'train-day': 'Saturday', 'train-leaveat': '2000', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}",0.2727272727272727 +PMUL0843.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0843.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [little seoul]}}, {Service Type: train, Actions: [NONE, find_train], Preferences: {train-day: [saturday], train-departure: [kings lynn], train-destination: [cambridge], train-leaveat: [09:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""little seoul""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": [""saturday""], ""train-departure"": [""kings lynn""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""09:15""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?"", ""User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."", 'System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?', 'User: Yes, please! That sounds perfect.', ""System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy."", ""User: Thank you so much! I'll definitely give them a call."", ""System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"", ""User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"", 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?', ""User: That's great, thank you! I'll definitely be taking that train."", ""System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"", 'User: Thank you, you too! Goodbye!']","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit? User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you, you too! Goodbye!","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': 'Kings Lynn'}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['little seoul']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': ['saturday'], 'train-departure': ['kings lynn'], 'train-destination': ['cambridge'], 'train-leaveat': ['09:15']}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': 'Kings Lynn'}}]}",0.2857142857142857 +PMUL2979.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2979.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-parking: [yes], hotel-pricerange: [expensive]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [south], attraction-type: [nightclub]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-departure: [huntington marriott, huntingdon marriott hotel], taxi-destination: [places, the place], taxi-leaveat: [17:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": [""yes""], ""hotel-pricerange"": [""expensive""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""south""], ""attraction-type"": [""nightclub""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": [""huntington marriott"", ""huntingdon marriott hotel""], ""taxi-destination"": [""places"", ""the place""], ""taxi-leaveat"": [""17:45""]}}]}","[""User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?"", ""User: I'm looking for something around $200 per night."", 'System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Sure thing! Here are the top three hotels that match your criteria:', 'User: Yes, please book the Huntington Marriott Hotel for me.', 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?', 'User: Yes, that would be great.', 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": ""null"", ""hotel-pricerange"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": ""null"", ""taxi-destination"": ""null"", ""taxi-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel hotelpricerange 189', 'hotel-pricerange': '189'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': '1745 taxidestination Huntington Marriott Hotel taxileaveat null', 'taxi-destination': 'Huntington Marriott Hotel taxileaveat null', 'taxi-leaveat': 'null'}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': ['yes'], 'hotel-pricerange': ['expensive']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['south'], 'attraction-type': ['nightclub']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': ['huntington marriott', 'huntingdon marriott hotel'], 'taxi-destination': ['places', 'the place'], 'taxi-leaveat': ['17:45']}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel hotelpricerange 189', 'hotel-pricerange': '189'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': '1745 taxidestination Huntington Marriott Hotel taxileaveat null', 'taxi-destination': 'Huntington Marriott Hotel taxileaveat null', 'taxi-leaveat': 'null'}}]}",0.0 +MUL1681.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1681.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-arriveby: [15:15], train-day: [saturday]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [cheap], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-arriveby"": [""15:15""], ""train-day"": [""saturday""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""cheap""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"", ""User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible."", 'System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket?', 'User: Yes, that sounds perfect. Can I buy the ticket online?', 'System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?', 'User: Please do.', ""System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."", ""User: Okay, I'll provide that information."", ""System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?"", ""User: I'll use my credit card."", 'System: Great! Please enter your credit card details, including the card number, expiration date, and security code.', ""User: Okay, I've entered the information."", 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.', 'User: Great, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes, that sounds perfect. Can I buy the ticket online? System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay, I'll provide that information. System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details, including the card number, expiration date, and security code. User: Okay, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515 traindestination Stansted Airport trainarriveby 1615 trainday Saturday', 'train-destination': 'Stansted Airport trainarriveby 1615 trainday Saturday', 'train-arriveby': '1615 trainday Saturday', 'train-day': 'Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantname null', 'restaurant-pricerange': 'null restaurantname null', 'restaurant-name': 'null'}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-arriveby': ['15:15'], 'train-day': ['saturday']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['cheap'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515 traindestination Stansted Airport trainarriveby 1615 trainday Saturday', 'train-destination': 'Stansted Airport trainarriveby 1615 trainday Saturday', 'train-arriveby': '1615 trainday Saturday', 'train-day': 'Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantname null', 'restaurant-pricerange': 'null restaurantname null', 'restaurant-name': 'null'}}]}",0.14285714285714285 +MUL0928.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0928.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [16:00], restaurant-name: [backstreet bistro]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east], attraction-type: [museum], attraction-name: [gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""16:00""], ""restaurant-name"": [""backstreet bistro""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""], ""attraction-type"": [""museum""], ""attraction-name"": [""gallery""]}}]}","[""User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?', 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?', 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?', 'User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm?', ""System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"", 'User: That would be great, thank you!', ""System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", ""User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"", 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!']","User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'Backstreet Bistro'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['16:00'], 'restaurant-name': ['backstreet bistro']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east'], 'attraction-type': ['museum'], 'attraction-name': ['gallery']}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'Backstreet Bistro'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.125 +WOZ20645.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20645.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-food: [european], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""european""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference?"", ""User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"", 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend ""Bella Vita"" restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information?', 'User: That sounds great, thank you! Can you also tell me about the prices?', 'System: Sure! ""Bella Vita"" restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it\'s worth checking their website or giving them a call to inquire about any current deals.', 'User: Okay, that sounds good. Can you give me the address and contact information?', 'System: Certainly! The address for ""Bella Vita"" restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at ""Bella Vita""! Goodbye!']","User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference? User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at Bella Vita! Goodbye!","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive for this slot', 'restaurant-pricerange': 'expensive for this slot'}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': ['european'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive for this slot', 'restaurant-pricerange': 'expensive for this slot'}}]}",0.0 +SNG02152.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG02152.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [avalon], taxi-leaveat: [19:15], taxi-departure: [primavera]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""avalon""], ""taxi-leaveat"": [""19:15""], ""taxi-departure"": [""primavera""]}}]}","[""User: Hi, I'm looking for a taxi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"", ""User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"", 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?', ""User: Actually, I'd prefer to be picked up at 19:15. Is that doable?"", 'System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!""]","User: Hi, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually, I'd prefer to be picked up at 19:15. Is that doable? System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Avalon taxileaveat Primavera taxideparture 1915', 'taxi-leaveat': 'Primavera taxideparture 1915', 'taxi-departure': '1915'}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['avalon'], 'taxi-leaveat': ['19:15'], 'taxi-departure': ['primavera']}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Avalon taxileaveat Primavera taxideparture 1915', 'taxi-leaveat': 'Primavera taxideparture 1915', 'taxi-departure': '1915'}}]}",0.0 +PMUL2460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2460.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [crossover, british], restaurant-area: [centre], restaurant-pricerange: [dontcare, moderate], restaurant-bookday: [friday], restaurant-bookpeople: [8], restaurant-booktime: [12:30], restaurant-name: [cotto]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college], attraction-name: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""crossover"", ""british""], ""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""dontcare"", ""moderate""], ""restaurant-bookday"": [""friday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""12:30""], ""restaurant-name"": [""cotto""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""college""], ""attraction-name"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"", ""User: Oh, I'd like to book a table for this Friday at 12:30 pm."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?', 'User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?', 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'crossover', 'restaurant-area': 'centre', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Friday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1230 pm', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['crossover', 'british'], 'restaurant-area': ['centre'], 'restaurant-pricerange': ['dontcare', 'moderate'], 'restaurant-bookday': ['friday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['12:30'], 'restaurant-name': ['cotto']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['college'], 'attraction-name': ['dontcare']}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'crossover', 'restaurant-area': 'centre', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Friday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1230 pm', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.5 +MUL0358.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0358.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [north], restaurant-pricerange: [moderate], restaurant-bookday: [sunday], restaurant-bookpeople: [4], restaurant-booktime: [12:30], restaurant-food: [chinese]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-destination: [broxbourne], train-arriveby: [13:00], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""north""], ""restaurant-pricerange"": [""moderate""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""4""], ""restaurant-booktime"": [""12:30""], ""restaurant-food"": [""chinese""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-destination"": [""broxbourne""], ""train-arriveby"": [""13:00""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?"", ""User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is ""China Garden"" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?', 'User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?', 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!""]","User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '4', 'restaurant-booktime': '1230 PM', 'restaurant-food': 'Chinese'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['north'], 'restaurant-pricerange': ['moderate'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['4'], 'restaurant-booktime': ['12:30'], 'restaurant-food': ['chinese']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-destination': ['broxbourne'], 'train-arriveby': ['13:00'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '4', 'restaurant-booktime': '1230 PM', 'restaurant-food': 'Chinese'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}",0.5 +PMUL4450.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4450.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [sunday], train-leaveat: [14:00], train-departure: [norwich], train-destination: [cambridge], train-bookpeople: [1]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [east], restaurant-pricerange: [moderate], restaurant-food: [indian, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""sunday""], ""train-leaveat"": [""14:00""], ""train-departure"": [""norwich""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""east""], ""restaurant-pricerange"": [""moderate""], ""restaurant-food"": [""indian"", ""italian""]}}]}","[""User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"", ""User: Sure. I'd like to travel in first class and there will be two of us."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?', ""User: Yes, I'll go ahead and book it."", 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-leaveat': '2 PM', 'train-departure': 'Norwich', 'train-destination': 'Cambridge', 'train-bookpeople': '2'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['sunday'], 'train-leaveat': ['14:00'], 'train-departure': ['norwich'], 'train-destination': ['cambridge'], 'train-bookpeople': ['1']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['east'], 'restaurant-pricerange': ['moderate'], 'restaurant-food': ['indian', 'italian']}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-leaveat': '2 PM', 'train-departure': 'Norwich', 'train-destination': 'Cambridge', 'train-bookpeople': '2'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}",0.375 +PMUL1251.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1251.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [16:15], train-destination: [norwich], train-day: [wednesday], train-departure: [cambridge]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [multiple sports, college], attraction-name: [christ college, christ's college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""16:15""], ""train-destination"": [""norwich""], ""train-day"": [""wednesday""], ""train-departure"": [""cambridge""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""multiple sports"", ""college""], ""attraction-name"": [""christ college"", ""christ's college""]}}]}","[""User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?"", 'System: Of course! What specific services would you like to know about or book?', ""User: I'd like to find out about train schedules and attractions in the city centre."", 'System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?', 'User: Yes, please. And can you also tell me the name of the train station in Norwich?', 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.', 'User: Perfect, thank you. And what about attractions in the city centre?', ""System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."", ""User: That sounds great! Can you tell me more about Christ's College?"", ""System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions."", 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?', 'System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?', 'User: Yes, please. And how much does it cost?', 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?', ""User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?"", ""System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street."", 'User: Great, thank you for all the information!', ""System: You're welcome! Enjoy your time in Cambridge and have a great day!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street. User: Great, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'Cambridge', 'train-day': 'Wednesday', 'train-departure': '1615'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre', 'attraction-type': 'college', 'attraction-name': 'Christs College'}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['16:15'], 'train-destination': ['norwich'], 'train-day': ['wednesday'], 'train-departure': ['cambridge']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['multiple sports', 'college'], 'attraction-name': ['christ college', ""christ's college""]}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'Cambridge', 'train-day': 'Wednesday', 'train-departure': '1615'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre', 'attraction-type': 'college', 'attraction-name': 'Christs College'}}]}",0.2857142857142857 +PMUL1842.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1842.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-pricerange: [cheap], hotel-area: [dontcare], hotel-bookday: [tuesday], hotel-bookpeople: [1], hotel-bookstay: [5], hotel-name: [alexander bed and breakfast]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-leaveat: [21:15], train-day: [tuesday], train-departure: [broxbourne], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-pricerange"": [""cheap""], ""hotel-area"": [""dontcare""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-leaveat"": [""21:15""], ""train-day"": [""tuesday""], ""train-departure"": [""broxbourne""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", ""User: I'm looking for something cheap, around $100 or less per night."", ""System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"", 'User: Yes, please go ahead and book it.', 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?', ""User: I'll pay with my credit card."", ""System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", 'User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].', 'System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap, around $100 or less per night. System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null', 'hotel-pricerange': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'Tuesday', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-pricerange': ['cheap'], 'hotel-area': ['dontcare'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['5'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-leaveat': ['21:15'], 'train-day': ['tuesday'], 'train-departure': ['broxbourne'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'null', 'hotel-pricerange': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'Tuesday', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.16666666666666666 +PMUL4896.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4896.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-name: [cherry hinton hall and grounds]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-type: [guesthouse], hotel-area: [north], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [2], hotel-name: [acorn guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-name"": [""cherry hinton hall and grounds""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""north""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""], ""hotel-name"": [""acorn guest house""]}}]}","[""User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city."", ""System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a guesthouse with internet and would like to stay on Sunday."", 'System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?', 'User: That sounds perfect! Can you also recommend some attractions in the north area?', ""System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"", 'User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?', 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.', 'User: Perfect, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!""]","User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site. User: Perfect, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds', 'attraction-name': 'Cherry Hinton Hall and Grounds'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookpeople': '1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookstay': '1 hotelname Acorn Guest House', 'hotel-name': 'Acorn Guest House'}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-name': ['cherry hinton hall and grounds']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-type': ['guesthouse'], 'hotel-area': ['north'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2'], 'hotel-name': ['acorn guest house']}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds', 'attraction-name': 'Cherry Hinton Hall and Grounds'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookpeople': '1 hotelbookstay 1 hotelname Acorn Guest House', 'hotel-bookstay': '1 hotelname Acorn Guest House', 'hotel-name': 'Acorn Guest House'}}]}",0.2222222222222222 +MUL2431.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2431.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [tuesday], restaurant-bookpeople: [2], restaurant-booktime: [12:45, 11:45], restaurant-name: [charlie chan]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum, entertainment], attraction-name: [cambridge contemporary art]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""tuesday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""12:45"", ""11:45""], ""restaurant-name"": [""charlie chan""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum"", ""entertainment""], ""attraction-name"": [""cambridge contemporary art""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"", ""User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."", ""System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu?', ""System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"", ""User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."", ""System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"", ""User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'Cambridge', 'restaurant-food': 'Cantonese', 'restaurant-pricerange': 'affordable', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'Cambridge', 'attraction-type': 'museum', 'attraction-name': 'Cambridge Contemporary Art'}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['tuesday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['12:45', '11:45'], 'restaurant-name': ['charlie chan']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum', 'entertainment'], 'attraction-name': ['cambridge contemporary art']}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'Cambridge', 'restaurant-food': 'Cantonese', 'restaurant-pricerange': 'affordable', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'Cambridge', 'attraction-type': 'museum', 'attraction-name': 'Cambridge Contemporary Art'}}]}",0.4 +SNG1375.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1375.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [ely], train-day: [sunday], train-departure: [cambridge], train-leaveat: [8:00, 08:00]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""ely""], ""train-day"": [""sunday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""8:00"", ""08:00""]}}]}","[""User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"", ""User: Sure. I'd like to leave on Sunday at 8:00 AM."", 'System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?', 'User: Yes, that sounds perfect. How do I book it?', ""System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details?"", 'User: Sure. My name is John Smith, and my contact number is 555-555-5555.', 'System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome, John. Have a great trip to Ely! Goodbye!""]","User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes, that sounds perfect. How do I book it? System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith, and my contact number is 555-555-5555. System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome, John. Have a great trip to Ely! Goodbye!","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Ely', 'train-day': 'Sunday', 'train-departure': '800 AM', 'train-leaveat': 'null'}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['ely'], 'train-day': ['sunday'], 'train-departure': ['cambridge'], 'train-leaveat': ['8:00', '08:00']}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Ely', 'train-day': 'Sunday', 'train-departure': '800 AM', 'train-leaveat': 'null'}}]}",0.5 +PMUL1031.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1031.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [bishops stortford], train-destination: [cambridge], train-leaveat: [9:00, 09:00], train-day: [sunday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [park]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""bishops stortford""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""9:00"", ""09:00""], ""train-day"": [""sunday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""park""]}}]}","[""User: Hi, I'm looking for a train and attraction service. Can you help me?"", 'System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?', ""User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"", 'System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?', ""User: Yes, I'd like to buy tickets. How much do they cost?"", 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?', ""User: Yes, I'll take two tickets."", 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.', 'User: That sounds good. Can you recommend a park or outdoor attraction?', ""System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"", 'User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need?', 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?', ""User: No, that's all I need. Thank you for your help!"", ""System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"", 'User: Thank you! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date? User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null""}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'Bishops Stortford', 'train-destination': 'Cambridge', 'train-leaveat': '900 am', 'train-day': 'Sunday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['bishops stortford'], 'train-destination': ['cambridge'], 'train-leaveat': ['9:00', '09:00'], 'train-day': ['sunday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['park']}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'Bishops Stortford', 'train-destination': 'Cambridge', 'train-leaveat': '900 am', 'train-day': 'Sunday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]}",0.6 +WOZ20027.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20027.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [expensive], restaurant-food: [italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"", ""User: Yes, I'd like to spend around $50 per person."", 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?', ""User: I'd prefer a cozy atmosphere, please."", 'System: Alright! Based on your preferences, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is ""Bella Vita"", which is known for its delicious pasta dishes and intimate setting. The second is ""La Bella Italia"", which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is ""Il Posto Italiano"", which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?', 'User: Yes, please provide me with the addresses and reviews of all three.', ""System: Sure thing! Here's the information you requested:"", 'User: I think I\'ll go with ""La Bella Italia"". Can you give me the address and directions?', 'System: Certainly! Here\'s the address and directions to ""La Bella Italia"":', ""User: No, that's all for now. Thank you for your help!"", 'System: You\'re welcome! Enjoy your meal at ""La Bella Italia""! Goodbye!']","User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere, please. System: Alright! Based on your preferences, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia, which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is Il Posto Italiano, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south restaurantpricerange around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person', 'restaurant-pricerange': 'around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person', 'restaurant-food': 'traditional Italian dishes The system suggests three Italian restaurants in the south of the city so we can infer that the user prefers traditional Italian dishes'}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['italian']}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south restaurantpricerange around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person', 'restaurant-pricerange': 'around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person', 'restaurant-food': 'traditional Italian dishes The system suggests three Italian restaurants in the south of the city so we can infer that the user prefers traditional Italian dishes'}}]}",0.0 +PMUL4827.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4827.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [8], restaurant-booktime: [16:15], restaurant-name: [yu garden]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [east], hotel-type: [hotel], hotel-internet: [yes], hotel-name: [express by holiday inn cambridge]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""16:15""], ""restaurant-name"": [""yu garden""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""east""], ""hotel-type"": [""hotel""], ""hotel-internet"": [""yes""], ""hotel-name"": [""express by holiday inn cambridge""]}}]}","[""User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in?"", ""User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge."", ""System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"", 'User: Yes, that sounds perfect! Can you please book the table for me?', ""System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."", 'User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.', ""System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge. System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-internet"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese', 'restaurant-pricerange': '200', 'restaurant-area': 'east of Cambridge', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1615', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'east of Cambridge', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['16:15'], 'restaurant-name': ['yu garden']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['east'], 'hotel-type': ['hotel'], 'hotel-internet': ['yes'], 'hotel-name': ['express by holiday inn cambridge']}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese', 'restaurant-pricerange': '200', 'restaurant-area': 'east of Cambridge', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1615', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'east of Cambridge', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}",0.2727272727272727 +PMUL3086.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3086.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [13:45], train-day: [sunday], train-departure: [birmingham new street], train-destination: [cambridge]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [dontcare], hotel-type: [hotel], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [5], hotel-name: [huntingdon marriott hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""13:45""], ""train-day"": [""sunday""], ""train-departure"": [""birmingham new street""], ""train-destination"": [""cambridge""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""dontcare""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""huntingdon marriott hotel""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"", ""System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?"", ""User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45."", 'System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?', 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?', 'System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?', 'User: Yes, that sounds great. Can you please book the train and hotel for me?', 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination? User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': '1345 trainday Sunday traindeparture 0800 traindestination Cambridge', 'train-day': 'Sunday traindeparture 0800 traindestination Cambridge', 'train-departure': '0800 traindestination Cambridge', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Cambridge hoteltype null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-type': 'null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookday': 'Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookpeople': 'null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookstay': '1 night hotelname Huntingdon Marriott Hotel', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['13:45'], 'train-day': ['sunday'], 'train-departure': ['birmingham new street'], 'train-destination': ['cambridge']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['dontcare'], 'hotel-type': ['hotel'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['5'], 'hotel-name': ['huntingdon marriott hotel']}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': '1345 trainday Sunday traindeparture 0800 traindestination Cambridge', 'train-day': 'Sunday traindeparture 0800 traindestination Cambridge', 'train-departure': '0800 traindestination Cambridge', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Cambridge hoteltype null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-type': 'null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookday': 'Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookpeople': 'null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel', 'hotel-bookstay': '1 night hotelname Huntingdon Marriott Hotel', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}",0.2 +SNG0598.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0598.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [bistro, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""bistro"", ""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?"", ""User: Oh, I'd like to find one in the city centre."", 'System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?', 'User: Yes, please do!', 'System: Sure thing! Here are my top picks:', 'User: Yes, please provide the addresses.', 'System: Absolutely! Here are the addresses and contact information for each restaurant:', ""User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."", ""System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in? User: Oh, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes, please do! System: Sure thing! Here are my top picks: User: Yes, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'citycentre', 'restaurant-food': 'italian'}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['bistro', 'italian']}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'citycentre', 'restaurant-food': 'italian'}}]}",0.5 +SNG01162.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01162.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [book_restaurant, find_restaurant], Preferences: {restaurant-name: [travellers rest], restaurant-bookday: [monday], restaurant-bookpeople: [1], restaurant-booktime: [14:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""travellers rest""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""14:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?', 'User: Yes, please do!', ""System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them?"", 'User: Yes, please!', 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?', ""User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"", 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?', 'User: Yes, please go ahead.', ""System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: Thank you so much! I'm looking forward to my meal."", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes, please do! System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Travellers Rest', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1415'}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['travellers rest'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['14:15']}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Travellers Rest', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1415'}}]}",0.75 +PMUL1146.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1146.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [friday], train-destination: [cambridge], train-departure: [birmingham new street], train-leaveat: [16:45], train-bookpeople: [1]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [broughton house gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""friday""], ""train-destination"": [""cambridge""], ""train-departure"": [""birmingham new street""], ""train-leaveat"": [""16:45""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""broughton house gallery""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"", ""User: I'd like to travel on Friday and I need to book one ticket."", 'System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?', ""User: No, I'd prefer to leave at 16:45. Is that possible?"", 'System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?', 'User: Yes, please. And can I book a single ticket?', 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?', ""User: Yes, I'll proceed with the booking."", 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No, I'd prefer to leave at 16:45. Is that possible? System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday traindestination Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1', 'train-destination': 'Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1', 'train-departure': '1645 trainleaveat 1845 trainbookpeople 1', 'train-leaveat': '1845 trainbookpeople 1', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null attractionarea null attractionname null', 'attraction-area': 'null attractionname null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['friday'], 'train-destination': ['cambridge'], 'train-departure': ['birmingham new street'], 'train-leaveat': ['16:45'], 'train-bookpeople': ['1']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['broughton house gallery']}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday traindestination Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1', 'train-destination': 'Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1', 'train-departure': '1645 trainleaveat 1845 trainbookpeople 1', 'train-leaveat': '1845 trainbookpeople 1', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null attractionarea null attractionname null', 'attraction-area': 'null attractionname null', 'attraction-name': 'null'}}]}",0.125 +SSNG0018.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0018.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub, african], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [2], restaurant-booktime: [13:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub"", ""african""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""13:45""]}}]}","[""User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"", ""User: My budget is around $50 per person, and I'm looking to book for two people."", 'System: Great! Based on your preferences and budget, I would recommend ""The Gastropub at Eastside"" and ""The Foodie\'s Paradise"". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?', 'User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.', 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?', 'User: Yes, please.', 'System: Certainly! Here is the menu for The Gastropub at Eastside:', 'User: That sounds great, thank you!', ""System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!""]","User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person, and I'm looking to book for two people. System: Great! Based on your preferences and budget, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub', 'african'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['13:45']}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}",0.0 +MUL2293.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2293.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-name: [a and b guest house], hotel-parking: [yes]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [london liverpool street], train-destination: [cambridge], train-day: [friday], train-leaveat: [12:45], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": [""a and b guest house""], ""hotel-parking"": [""yes""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""london liverpool street""], ""train-destination"": [""cambridge""], ""train-day"": [""friday""], ""train-leaveat"": [""12:45""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a train ticket. Can you help me?"", 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?', ""User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge."", 'System: Great! For hotels, we have the ""a and b guest house"" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?', 'User: Yes, please book the ""a and b guest house"" and the train ticket from London Liverpool Street to Cambridge.', 'System: Great! For the hotel, I have booked you at the ""a and b guest house"" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?', ""User: Yes, that's correct. Thank you!"", ""System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge. System: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-parking"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null hotelparking null', 'hotel-parking': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'null traindestination null trainday null trainleaveat null trainbookpeople null', 'train-destination': 'null trainday null trainleaveat null trainbookpeople null', 'train-day': 'null trainleaveat null trainbookpeople null', 'train-leaveat': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': ['a and b guest house'], 'hotel-parking': ['yes']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['london liverpool street'], 'train-destination': ['cambridge'], 'train-day': ['friday'], 'train-leaveat': ['12:45'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null hotelparking null', 'hotel-parking': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'null traindestination null trainday null trainleaveat null trainbookpeople null', 'train-destination': 'null trainday null trainleaveat null trainbookpeople null', 'train-day': 'null trainleaveat null trainbookpeople null', 'train-leaveat': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}",0.0 +PMUL1586.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1586.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [norwich], train-day: [sunday], train-arriveby: [13:45], train-bookpeople: [4]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-pricerange: [moderate], hotel-type: [guesthouse], hotel-area: [east], hotel-parking: [dontcare], hotel-name: [a and b guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""norwich""], ""train-day"": [""sunday""], ""train-arriveby"": [""13:45""], ""train-bookpeople"": [""4""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": [""moderate""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""east""], ""hotel-parking"": [""dontcare""], ""hotel-name"": [""a and b guest house""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"", ""User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?', ""User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"", 'System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?', 'User: Yes, that sounds great. Can you please provide me with the booking details?', 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.', 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345 traindestination Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4', 'train-destination': 'Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4', 'train-day': 'Sunday trainarriveby 1545 trainbookpeople 4', 'train-arriveby': '1545 trainbookpeople 4', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate hoteltype guesthouse hotelarea east hotelparking free', 'hotel-type': 'guesthouse hotelarea east hotelparking free', 'hotel-area': 'east hotelparking free', 'hotel-parking': 'free', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['norwich'], 'train-day': ['sunday'], 'train-arriveby': ['13:45'], 'train-bookpeople': ['4']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': ['moderate'], 'hotel-type': ['guesthouse'], 'hotel-area': ['east'], 'hotel-parking': ['dontcare'], 'hotel-name': ['a and b guest house']}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345 traindestination Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4', 'train-destination': 'Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4', 'train-day': 'Sunday trainarriveby 1545 trainbookpeople 4', 'train-arriveby': '1545 trainbookpeople 4', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate hoteltype guesthouse hotelarea east hotelparking free', 'hotel-type': 'guesthouse hotelarea east hotelparking free', 'hotel-area': 'east hotelparking free', 'hotel-parking': 'free', 'hotel-name': 'null'}}]}",0.1 +SNG0039.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0039.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [corpus christi], taxi-leaveat: [08:45], taxi-departure: [gourmet burger kitchen]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""corpus christi""], ""taxi-leaveat"": [""08:45""], ""taxi-departure"": [""gourmet burger kitchen""]}}]}","[""User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"", ""User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]."", 'System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?', 'User: Yes, that works for me. Can you also tell me how much the fare will be?', 'System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?', ""User: Yes, I'd like to proceed. Please go ahead and book the taxi for me."", 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!', 'User: Thank you! Goodbye.', 'System: Goodbye! Have a great day!']","User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]. System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Corpus Christi', 'taxi-leaveat': '0845 AM', 'taxi-departure': 'Gourmet Burger Kitchen'}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['corpus christi'], 'taxi-leaveat': ['08:45'], 'taxi-departure': ['gourmet burger kitchen']}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Corpus Christi', 'taxi-leaveat': '0845 AM', 'taxi-departure': 'Gourmet Burger Kitchen'}}]}",0.6666666666666666 +SSNG0142.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0142.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [dontcare, ask.\, ask], restaurant-bookday: [sunday], restaurant-bookpeople: [5], restaurant-booktime: [14:15], restaurant-area: [centre], restaurant-food: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""dontcare"", ""ask.\"""", ""ask""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""14:15""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", ""User: Um, I don't have a specific restaurant in mind. Can you suggest some options?"", 'System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?', 'User: Yes, please!', 'System: Great! Based on your preferences, I suggest the following restaurants:', 'User: The Centre Bistro sounds great, can you book it for me?', ""System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."", 'User: Sure, my name is John Doe and my phone number is 555-555-5555.', ""System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all. Thank you!"", ""System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes, please! System: Great! Based on your preferences, I suggest the following restaurants: User: The Centre Bistro sounds great, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null This lists the preferences for the service which are all set to null in this case since the user did not provide any specific preferences', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['dontcare', 'ask.""', 'ask'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['14:15'], 'restaurant-area': ['centre'], 'restaurant-food': ['dontcare']}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null This lists the preferences for the service which are all set to null in this case since the user did not provide any specific preferences', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}",0.0 +SNG01795.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01795.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [stevenage], train-destination: [cambridge], train-arriveby: [12:15, 10:43], train-day: [sunday], train-bookpeople: [6], train-leaveat: [09:54]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""stevenage""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""12:15"", ""10:43""], ""train-day"": [""sunday""], ""train-bookpeople"": [""6""], ""train-leaveat"": [""09:54""]}}]}","[""User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"", ""User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?"", 'System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?', 'User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?', 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?', ""User: No, that's all for now. I'll just book the train ticket."", 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!']","User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders? User: No, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-bookpeople"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1043 traindestination Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-destination': 'Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-arriveby': '1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-day': 'Sunday trainbookpeople null trainleaveat null', 'train-bookpeople': 'null trainleaveat null', 'train-leaveat': 'null'}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['stevenage'], 'train-destination': ['cambridge'], 'train-arriveby': ['12:15', '10:43'], 'train-day': ['sunday'], 'train-bookpeople': ['6'], 'train-leaveat': ['09:54']}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1043 traindestination Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-destination': 'Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-arriveby': '1215 trainday Sunday trainbookpeople null trainleaveat null', 'train-day': 'Sunday trainbookpeople null trainleaveat null', 'train-bookpeople': 'null trainleaveat null', 'train-leaveat': 'null'}}]}",0.0 +PMUL4433.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4433.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [stevenage], train-day: [tuesday], train-departure: [cambridge], train-leaveat: [15:15]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-type: [swimmingpool], attraction-name: [jesus green outdoor pool]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""stevenage""], ""train-day"": [""tuesday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""15:15""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-type"": [""swimmingpool""], ""attraction-name"": [""jesus green outdoor pool""]}}]}","[""User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"", ""User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15."", 'System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?', ""User: Yes, I'd like to purchase a ticket. How much will it cost?"", 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?', ""User: Yes, I'll proceed with the purchase."", 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.', 'User: Thank you for your help!', ""System: You're welcome! Have a great trip to Stevenage. Goodbye!""]","User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge', 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge', 'train-departure': '1515 trainleaveat Cambridge', 'train-leaveat': 'Cambridge'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null', 'attraction-type': 'null attractionname null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['stevenage'], 'train-day': ['tuesday'], 'train-departure': ['cambridge'], 'train-leaveat': ['15:15']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-type': ['swimmingpool'], 'attraction-name': ['jesus green outdoor pool']}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge', 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge', 'train-departure': '1515 trainleaveat Cambridge', 'train-leaveat': 'Cambridge'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null attractionname null', 'attraction-type': 'null attractionname null', 'attraction-name': 'null'}}]}",0.0 +SNG1116.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1116.json, Services Involved: [attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [college], attraction-area: [centre], attraction-name: [downing college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""college""], ""attraction-area"": [""centre""], ""attraction-name"": [""downing college""]}}]}","[""User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"", ""System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?"", ""User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"", ""System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"", 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?', ""System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"", ""User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"", ""System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"", ""User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"", 'System: Of course! Here is the information you requested:', 'User: Thank you so much! I appreciate your help. Have a great day!']","User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity? User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null This indicates that the user did not provide any information about the type of attraction they are looking for', 'attraction-area': 'null This indicates that the user did not provide any information about the area where the attraction is located', 'attraction-name': 'null This indicates that the user did not provide any information about the name of the attraction'}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['college'], 'attraction-area': ['centre'], 'attraction-name': ['downing college']}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null This indicates that the user did not provide any information about the type of attraction they are looking for', 'attraction-area': 'null This indicates that the user did not provide any information about the area where the attraction is located', 'attraction-name': 'null This indicates that the user did not provide any information about the name of the attraction'}}]}",0.0 +SNG1165.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1165.json, Services Involved: [hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [north, south], hotel-pricerange: [expensive], hotel-bookday: [monday], hotel-bookpeople: [7], hotel-bookstay: [3], hotel-name: [lensfield hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""north"", ""south""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""monday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""lensfield hotel""]}}]}","[""User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?', 'User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.', 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?', 'System: Certainly! Your booking details are as follows:', ""User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"", ""System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk."", 'User: No, that sounds great. Thank you for your help!', ""System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!""]","User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services? User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk. User: No, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'north', 'hotel-pricerange': 'expensive', 'hotel-bookday': 'Monday', 'hotel-bookpeople': '3', 'hotel-bookstay': '3', 'hotel-name': 'Lensfield Hotel'}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['north', 'south'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['monday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3'], 'hotel-name': ['lensfield hotel']}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'north', 'hotel-pricerange': 'expensive', 'hotel-bookday': 'Monday', 'hotel-bookpeople': '3', 'hotel-bookstay': '3', 'hotel-name': 'Lensfield Hotel'}}]}",0.8333333333333334 +PMUL3460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3460.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [bangkok city], restaurant-area: [centre], restaurant-bookday: [sunday], restaurant-bookpeople: [2], restaurant-booktime: [19:30], restaurant-food: [thai]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-arriveby: [17:00, 17:58, 16:58, 17.58], train-day: [monday], train-destination: [kings lynn], train-departure: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""bangkok city""], ""restaurant-area"": [""centre""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""19:30""], ""restaurant-food"": [""thai""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": [""17:00"", ""17:58"", ""16:58"", ""17.58""], ""train-day"": [""monday""], ""train-destination"": [""kings lynn""], ""train-departure"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"", ""User: Yes, I'd like to book a table for 2 people at 19:30."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the ""Siam Square Thai Restaurant"" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?', 'User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30?', 'System: Certainly! I have successfully booked a table for you at the ""Siam Square Thai Restaurant"" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant', 'restaurant-area': 'heart of Bangkok city centre', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1930', 'restaurant-food': 'authentic Thai cuisine'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['bangkok city'], 'restaurant-area': ['centre'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['19:30'], 'restaurant-food': ['thai']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': ['17:00', '17:58', '16:58', '17.58'], 'train-day': ['monday'], 'train-destination': ['kings lynn'], 'train-departure': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant', 'restaurant-area': 'heart of Bangkok city centre', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1930', 'restaurant-food': 'authentic Thai cuisine'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.18181818181818182 +PMUL2583.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2583.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-type: [hotel], hotel-area: [centre], hotel-pricerange: [expensive], hotel-bookday: [sunday, monday], hotel-bookpeople: [1], hotel-bookstay: [1], hotel-name: [gonville hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [11:15], taxi-destination: [castle galleries]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": [""hotel""], ""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""sunday"", ""monday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""1""], ""hotel-name"": [""gonville hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""11:15""], ""taxi-destination"": [""castle galleries""]}}]}","[""User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", 'User: My budget is around $200 per night.', 'System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?', 'User: A 4-star hotel would be perfect.', 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for Sunday and Monday night.', 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?', ""User: I'll pay by credit card."", ""System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process."", 'User: Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookstay': '2 nights hotelname Gonville Hotel', 'hotel-name': 'Gonville Hotel'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null taxidestination null', 'taxi-destination': 'null'}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': ['hotel'], 'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['sunday', 'monday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['1'], 'hotel-name': ['gonville hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['11:15'], 'taxi-destination': ['castle galleries']}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookstay': '2 nights hotelname Gonville Hotel', 'hotel-name': 'Gonville Hotel'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null attractiontype null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null taxidestination null', 'taxi-destination': 'null'}}]}",0.09090909090909091 +MUL1914.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1914.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [ely], train-destination: [cambridge], train-arriveby: [9:30, 09:30], train-bookpeople: [7], train-day: [tuesday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ruskin gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""ely""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""9:30"", ""09:30""], ""train-bookpeople"": [""7""], ""train-day"": [""tuesday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ruskin gallery""]}}]}","[""User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"", ""User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."", 'System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?', 'User: Yes, please go ahead and book it for me.', 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?', ""User: I'll pay by credit card."", 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!', 'User: Thank you very much! Do you have any information on attractions in Cambridge?', 'System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?', 'User: Yes, please do!', 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?', ""User: No, I think I'll just explore on my own. Thank you for the information!"", ""System: You're welcome! Have a great day in Cambridge!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Ely traindestination Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday', 'train-destination': 'Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday', 'train-arriveby': '1030am trainbookpeople 1 trainday Tuesday', 'train-bookpeople': '1 trainday Tuesday', 'train-day': 'Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'Ruskin Gallery'}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['ely'], 'train-destination': ['cambridge'], 'train-arriveby': ['9:30', '09:30'], 'train-bookpeople': ['7'], 'train-day': ['tuesday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ruskin gallery']}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Ely traindestination Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday', 'train-destination': 'Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday', 'train-arriveby': '1030am trainbookpeople 1 trainday Tuesday', 'train-bookpeople': '1 trainday Tuesday', 'train-day': 'Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'Ruskin Gallery'}}]}",0.3333333333333333 +PMUL2097.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2097.json, Services Involved: [attraction, hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-food: [thai], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [15:00], restaurant-name: [bangkok city, city]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-type: [hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ballare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""thai""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""15:00""], ""restaurant-name"": [""bangkok city"", ""city""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": [""hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ballare""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?"", ""User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person."", 'System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?', 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?', 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?', ""User: No, that's all good. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal? User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city center restaurantpricerange 2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-pricerange': '2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-food': 'Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-bookday': 'Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-bookpeople': '1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-booktime': '3 pm restaurantname Bangkok City Restaurant', 'restaurant-name': 'Bangkok City Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['thai'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['15:00'], 'restaurant-name': ['bangkok city', 'city']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': ['hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ballare']}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city center restaurantpricerange 2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-pricerange': '2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-food': 'Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-bookday': 'Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-bookpeople': '1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant', 'restaurant-booktime': '3 pm restaurantname Bangkok City Restaurant', 'restaurant-name': 'Bangkok City Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null'}}]}",0.0 +PMUL0949.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0949.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [ask], restaurant-bookday: [wednesday], restaurant-bookpeople: [1], restaurant-booktime: [17:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""ask""], ""restaurant-bookday"": [""wednesday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""17:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", 'User: Um, let me see... how about ""The Italian Place""?', 'System: Great choice! I have found a few options for you. Would you like to book ""The Italian Place"" for Wednesday at 17:15?', 'User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?', 'System: Certainly! ""The Italian Place"" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?', 'User: Yes, that sounds great. How do I confirm the booking?', 'System: Simply reply with ""confirm"" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know.', 'User: Confirm.', 'System: Great! Your booking for ""The Italian Place"" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you!"", 'System: You\'re welcome! Have a great dining experience at ""The Italian Place"" on Wednesday. Goodbye!']","User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'The Italian Place', 'restaurant-bookday': 'Wednesday', 'restaurant-bookpeople': 'one person', 'restaurant-booktime': '1715'}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['ask'], 'restaurant-bookday': ['wednesday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['17:15']}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'The Italian Place', 'restaurant-bookday': 'Wednesday', 'restaurant-bookpeople': 'one person', 'restaurant-booktime': '1715'}}]}",0.25 +PMUL3847.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3847.json, Services Involved: [train, attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-arriveby: [13:15], train-day: [friday], train-departure: [birmingham new street], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-arriveby"": [""13:15""], ""train-day"": [""friday""], ""train-departure"": [""birmingham new street""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What would you like to know?"", 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?', 'System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?', 'User: Yes, please do.', 'System: Great! Here are your options:', ""User: I'd like to book the 12:45 train with a change in Leicester."", ""System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?"", ""User: No, that's all I need. Thank you."", 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?', ""User: I'll pay with credit card."", ""System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them? User: Yes, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal? User: No, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday traindeparture Birmingham New Street', 'train-arriveby': '1315 trainday Friday traindeparture Birmingham New Street', 'train-day': 'Friday traindeparture Birmingham New Street', 'train-departure': 'Birmingham New Street', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-arriveby': ['13:15'], 'train-day': ['friday'], 'train-departure': ['birmingham new street'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday traindeparture Birmingham New Street', 'train-arriveby': '1315 trainday Friday traindeparture Birmingham New Street', 'train-day': 'Friday traindeparture Birmingham New Street', 'train-departure': 'Birmingham New Street', 'train-bookpeople': 'null'}}]}",0.16666666666666666 +PMUL2710.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2710.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [castle galleries]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-area: [north], hotel-type: [guesthouse], hotel-bookday: [sunday], hotel-bookpeople: [4], hotel-bookstay: [5]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""castle galleries""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""north""], ""hotel-type"": [""guesthouse""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""5""]}}]}","[""User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?', ""User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party."", 'System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?', 'User: Yes, please!', 'System: Sure thing! Here are three options that fit your needs:', 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?', 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null attractionarea null attractionname null', 'attraction-area': 'null attractionname null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'null hoteltype null hotelbookday null hotelbookpeople null hotelbookstay null', 'hotel-type': 'null hotelbookday null hotelbookpeople null hotelbookstay null', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null', 'hotel-bookpeople': 'null hotelbookstay null', 'hotel-bookstay': 'null'}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['castle galleries']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': ['north'], 'hotel-type': ['guesthouse'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['5']}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null attractionarea null attractionname null', 'attraction-area': 'null attractionname null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'null hoteltype null hotelbookday null hotelbookpeople null hotelbookstay null', 'hotel-type': 'null hotelbookday null hotelbookpeople null hotelbookstay null', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null', 'hotel-bookpeople': 'null hotelbookstay null', 'hotel-bookstay': 'null'}}]}",0.0 +WOZ20385.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20385.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [find_restaurant], Preferences: {restaurant-area: [south], restaurant-food: [dontcare], restaurant-name: [chiquito restaurant bar]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-food"": [""dontcare""], ""restaurant-name"": [""chiquito restaurant bar""]}}]}","[""User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?"", ""User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?', 'User: Yes, please! What kind of dishes do they offer?', 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?', 'User: Yes, please book a table for two people. What time is available?', 'System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?', 'User: Yes, that works perfect. Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!""]","User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range? User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes, please book a table for two people. What time is available? System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'south This slot is filled with south because the user specified that they are looking for a restaurant in the south area of the city', 'restaurant-food': 'Mexican This slot is filled with Mexican because the user specified that they are looking for a restaurant that serves Mexican food', 'restaurant-name': 'Chiquito Restaurant Bar This slot is filled with Chiquito Restaurant Bar because the system suggested this restaurant based on the users preferences'}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-food': ['dontcare'], 'restaurant-name': ['chiquito restaurant bar']}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'south This slot is filled with south because the user specified that they are looking for a restaurant in the south area of the city', 'restaurant-food': 'Mexican This slot is filled with Mexican because the user specified that they are looking for a restaurant that serves Mexican food', 'restaurant-name': 'Chiquito Restaurant Bar This slot is filled with Chiquito Restaurant Bar because the system suggested this restaurant based on the users preferences'}}]}",0.0 +PMUL0172.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0172.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-area: [centre, north], hotel-parking: [yes], hotel-type: [hotel], hotel-bookday: [saturday], hotel-bookpeople: [6], hotel-bookstay: [3], hotel-name: [alexander bed and breakfast]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [indian], restaurant-pricerange: [cheap], restaurant-area: [dontcare], restaurant-bookday: [saturday], restaurant-bookpeople: [6], restaurant-booktime: [11:30], restaurant-name: [royal spice]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-area"": [""centre"", ""north""], ""hotel-parking"": [""yes""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""6""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""indian""], ""restaurant-pricerange"": [""cheap""], ""restaurant-area"": [""dontcare""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""6""], ""restaurant-booktime"": [""11:30""], ""restaurant-name"": [""royal spice""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?"", 'User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.', 'System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?', 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?', 'System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?', 'User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?', 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area? User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town. System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'internet hotelarea centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-area': 'centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-parking': 'parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-type': 'Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookday': 'Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookpeople': 'none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookstay': '1 day hotelname Alexander Bed and Breakfast', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian cuisine restaurantpricerange affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-pricerange': 'affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-area': 'centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-bookday': 'Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-bookpeople': 'none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-booktime': '1130 AM restaurantname Royal Spice', 'restaurant-name': 'Royal Spice'}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-area': ['centre', 'north'], 'hotel-parking': ['yes'], 'hotel-type': ['hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['6'], 'hotel-bookstay': ['3'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['indian'], 'restaurant-pricerange': ['cheap'], 'restaurant-area': ['dontcare'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['6'], 'restaurant-booktime': ['11:30'], 'restaurant-name': ['royal spice']}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'internet hotelarea centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-area': 'centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-parking': 'parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-type': 'Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookday': 'Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookpeople': 'none hotelbookstay 1 day hotelname Alexander Bed and Breakfast', 'hotel-bookstay': '1 day hotelname Alexander Bed and Breakfast', 'hotel-name': 'Alexander Bed and Breakfast'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian cuisine restaurantpricerange affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-pricerange': 'affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-area': 'centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-bookday': 'Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-bookpeople': 'none restaurantbooktime 1130 AM restaurantname Royal Spice', 'restaurant-booktime': '1130 AM restaurantname Royal Spice', 'restaurant-name': 'Royal Spice'}}]}",0.13333333333333333 +PMUL3867.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3867.json, Services Involved: [hotel, restaurant, taxi], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [british], restaurant-pricerange: [expensive], restaurant-area: [centre], restaurant-name: [midsummer house restaurant], restaurant-bookday: [saturday], restaurant-bookpeople: [3], restaurant-booktime: [16:30]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [centre], hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [16:30], taxi-departure: [university arms hotel], taxi-destination: [midsummer house restaurant]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""british""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""centre""], ""restaurant-name"": [""midsummer house restaurant""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""3""], ""restaurant-booktime"": [""16:30""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""16:30""], ""taxi-departure"": [""university arms hotel""], ""taxi-destination"": [""midsummer house restaurant""]}}]}","[""User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?"", ""User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal."", 'System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?', 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?', ""System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?"", 'User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.', ""System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance."", 'User: Thank you so much! Do you know of any good hotels in the area as well?', 'System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?', 'User: That would be great, thank you!', ""System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."", 'User: That sounds perfect, thank you so much for your help!', ""System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye, Sarah. Have a great day!']","User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to? User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please? User: Sure, my name is Sarah Johnson and my phone number is 07789 456789. System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect, thank you so much for your help! System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you, I will! Goodbye. System: Goodbye, Sarah. Have a great day!","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British restaurantpricerange highquality restaurantarea cozy', 'restaurant-pricerange': 'highquality restaurantarea cozy', 'restaurant-area': 'cozy', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'central hotelpricerange highend', 'hotel-pricerange': 'highend', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1630 taxideparture 1700 taxidestination Midsummer House Restaurant', 'taxi-departure': '1700 taxidestination Midsummer House Restaurant', 'taxi-destination': 'Midsummer House Restaurant'}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['british'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['centre'], 'restaurant-name': ['midsummer house restaurant'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['3'], 'restaurant-booktime': ['16:30']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['16:30'], 'taxi-departure': ['university arms hotel'], 'taxi-destination': ['midsummer house restaurant']}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British restaurantpricerange highquality restaurantarea cozy', 'restaurant-pricerange': 'highquality restaurantarea cozy', 'restaurant-area': 'cozy', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'central hotelpricerange highend', 'hotel-pricerange': 'highend', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1630 taxideparture 1700 taxidestination Midsummer House Restaurant', 'taxi-departure': '1700 taxidestination Midsummer House Restaurant', 'taxi-destination': 'Midsummer House Restaurant'}}]}",0.07142857142857142 +SNG01373.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01373.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [don pasquale pizzeria], taxi-arriveby: [one o'clock p.m., one o'clock p.m], taxi-departure: [finches bed and breakfast]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""don pasquale pizzeria""], ""taxi-arriveby"": [""one o'clock p.m."", ""one o'clock p.m""], ""taxi-departure"": [""finches bed and breakfast""]}}]}","[""User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"", ""User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m."", ""System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect. How much will the fare be?', 'System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?', ""User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?"", 'System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.', ""User: Great, I've entered my payment information. Is everything confirmed?"", ""System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"", 'User: Thank you so much! Have a great day!', ""System: You're welcome! Goodbye!""]","User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great, I've entered my payment information. Is everything confirmed? System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-arriveby"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria', 'taxi-arriveby': 'one oclock pm', 'taxi-departure': 'Finches Bed and Breakfast'}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['don pasquale pizzeria'], 'taxi-arriveby': [""one o'clock p.m."", ""one o'clock p.m""], 'taxi-departure': ['finches bed and breakfast']}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria', 'taxi-arriveby': 'one oclock pm', 'taxi-departure': 'Finches Bed and Breakfast'}}]}",0.6666666666666666 +PMUL3555.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3555.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-departure: [cambridge], train-destination: [leicester], train-leaveat: [21:45], train-bookpeople: [2]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-internet: [yes], hotel-name: [allenbell], hotel-bookday: [thursday], hotel-bookpeople: [2], hotel-bookstay: [4]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-departure"": [""cambridge""], ""train-destination"": [""leicester""], ""train-leaveat"": [""21:45""], ""train-bookpeople"": [""2""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-name"": [""allenbell""], ""hotel-bookday"": [""thursday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""4""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific services are you looking for?"", ""User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday."", 'System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?', ""User: I'd like to book a one-way ticket in economy class."", ""System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"", 'User: Yes, that sounds good.', ""System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?"", ""User: I'd like to book a room at the Allen Bell hotel, if possible."", ""System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect.', ""System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes, that sounds good. System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday traindeparture 2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none', 'train-departure': '2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none', 'train-destination': 'Leicester trainleaveat Cambridge trainbookpeople none', 'train-leaveat': 'Cambridge trainbookpeople none', 'train-bookpeople': 'none'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'free hotelname Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days', 'hotel-name': 'Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days', 'hotel-bookday': 'Thursday hotelbookpeople four hotelbookstay four days', 'hotel-bookpeople': 'four hotelbookstay four days', 'hotel-bookstay': 'four days'}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-departure': ['cambridge'], 'train-destination': ['leicester'], 'train-leaveat': ['21:45'], 'train-bookpeople': ['2']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-name': ['allenbell'], 'hotel-bookday': ['thursday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['4']}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday traindeparture 2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none', 'train-departure': '2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none', 'train-destination': 'Leicester trainleaveat Cambridge trainbookpeople none', 'train-leaveat': 'Cambridge trainbookpeople none', 'train-bookpeople': 'none'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'free hotelname Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days', 'hotel-name': 'Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days', 'hotel-bookday': 'Thursday hotelbookpeople four hotelbookstay four days', 'hotel-bookpeople': 'four hotelbookstay four days', 'hotel-bookstay': 'four days'}}]}",0.0 +SNG01958.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01958.json, Services Involved: [police], Service Details: [{Service Type: police, Actions: [find_police], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","['User: Hi, I need to find a police station near me. Can you help?', ""System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code?"", ""User: Sure, I'm in New York City."", 'System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?', 'User: Yes, that would be helpful.', 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:', 'User: Thank you so much! This is really helpful.', ""System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", 'User: Thank you, you too! Goodbye!', 'System: Goodbye!']","User: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure, I'm in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you, you too! Goodbye! System: Goodbye!","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}", diff --git a/notebooks/dialogue_generation/dataframe_with_sa_4.csv b/notebooks/dialogue_generation/dataframe_with_sa_4.csv new file mode 100644 index 0000000000000000000000000000000000000000..3c7dfad5ee613e3826a0b7dbabab0cd3df3f79b7 --- /dev/null +++ b/notebooks/dialogue_generation/dataframe_with_sa_4.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations,Parsed Domain Knowledge,Parsed Annotations,Slot Accuracy +PMUL4398.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4398.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""bedouin""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"", ""System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?"", ""User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme."", 'System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?', 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?', 'User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?', 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.', 'User: Great, thank you for all your help!', ""System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"", 'User: Thank you, goodbye!']","User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye!","{""Dialogue ID"": ""PMUL4398.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null and restaurantname Bedouin Restaurant', 'restaurant-pricerange': 'null and restaurantname Bedouin Restaurant', 'restaurant-name': 'Bedouin Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive and hotelname University Arms Hotel', 'hotel-type': 'null hotelname University Arms Hotel hotelbookday null hotelbookpeople null hotelbookstay 1', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay 1', 'hotel-bookpeople': 'null hotelbookstay 1', 'hotel-bookstay': '1'}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['bedouin']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2']}}]}","{'Dialogue ID': 'PMUL4398.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null restaurantpricerange null and restaurantname Bedouin Restaurant', 'restaurant-pricerange': 'null and restaurantname Bedouin Restaurant', 'restaurant-name': 'Bedouin Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-pricerange': 'expensive and hotelname University Arms Hotel', 'hotel-type': 'null hotelname University Arms Hotel hotelbookday null hotelbookpeople null hotelbookstay 1', 'hotel-name': 'University Arms Hotel', 'hotel-bookday': 'null hotelbookpeople null hotelbookstay 1', 'hotel-bookpeople': 'null hotelbookstay 1', 'hotel-bookstay': '1'}}]}",0.1111111111111111 +SNG1013.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1013.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Service Type: restaurant, Actions: [find_restaurant], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""centre"", ""south""], ""hotel-internet"": [""yes""], ""hotel-parking"": [""yes""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""3"", ""4""], ""hotel-name"": [""aylesbray lodge guest house""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a 4-star hotel with parking and Wi-Fi."", ""System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?"", 'User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?', ""System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?', 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you?', 'User: Yes, please go ahead and book a room and a table for me.', ""System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"", ""User: I'll pay with my credit card."", ""System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", ""User: Sure, here's my information."", ""System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!","{""Dialogue ID"": ""SNG1013.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-internet"": ""null"", ""hotel-parking"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Aylesbray hotelinternet WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-internet': 'WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-parking': 'yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookday': 'today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookpeople': '1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookstay': '1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['centre', 'south'], 'hotel-internet': ['yes'], 'hotel-parking': ['yes'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['3', '4'], 'hotel-name': ['aylesbray lodge guest house']}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG1013.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Aylesbray hotelinternet WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-internet': 'WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-parking': 'yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookday': 'today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookpeople': '1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-bookstay': '1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences', 'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'}}, {'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {}}]}",0.0 +PMUL0121.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0121.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""cityroomz""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""west""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?"", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', ""User: I'm looking for a 3-star hotel with a good location and reasonable prices."", ""System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"", 'User: Yes, that sounds great. Can you book a room for me on Tuesday?', 'System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.', 'User: There will be 7 of us staying.', 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"", ""System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"", 'User: Yes, please make a reservation for us.', 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!","{""Dialogue ID"": ""PMUL0121.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz', 'hotel-bookday': 'Tuesday', 'hotel-bookpeople': '7', 'hotel-bookstay': '1 night'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near the hotel', 'restaurant-pricerange': 'affordable'}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['cityroomz'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['west'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'PMUL0121.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Cityroomz', 'hotel-bookday': 'Tuesday', 'hotel-bookpeople': '7', 'hotel-bookstay': '1 night'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'near the hotel', 'restaurant-pricerange': 'affordable'}}]}",0.5 +PMUL3484.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3484.json, Services Involved: [restaurant, hotel, taxi], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""hotel-bookday"": [""sunday""], ""hotel-bookstay"": [""5""], ""hotel-bookpeople"": [""8""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""don pasquale pizzeria""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""19:00""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""19:00""], ""taxi-departure"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""taxi-destination"": [""don pasquale pizzeria""]}}]}","[""User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"", ""User: Oh, I'm not sure yet. Do you have any recommendations?"", 'System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?', 'User: Sure, that would be great.', 'System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?', 'User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.', ""System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"", 'User: Yes, please do.', 'System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?', 'User: Yes, please do.', ""System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"", 'User: Yes, please do.', 'System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?', 'User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.', ""System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I'm not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL3484.json"", ""Services Involved"": [""restaurant"", ""hotel"", ""taxi""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House', 'hotel-bookday': 'Sunday', 'hotel-bookstay': '1 night', 'hotel-bookpeople': '1 person'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '1 person', 'restaurant-booktime': '1900'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1900', 'taxi-departure': 'Ayresbray Lodge Guest House', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'hotel-bookday': ['sunday'], 'hotel-bookstay': ['5'], 'hotel-bookpeople': ['8']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['don pasquale pizzeria'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['19:00']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['19:00'], 'taxi-departure': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'taxi-destination': ['don pasquale pizzeria']}}]}","{'Dialogue ID': 'PMUL3484.json', 'Services Involved': ['restaurant', 'hotel', 'taxi'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House', 'hotel-bookday': 'Sunday', 'hotel-bookstay': '1 night', 'hotel-bookpeople': '1 person'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria', 'restaurant-bookday': 'Sunday', 'restaurant-bookpeople': '1 person', 'restaurant-booktime': '1900'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1900', 'taxi-departure': 'Ayresbray Lodge Guest House', 'taxi-destination': 'Don Pasquale Pizzeria'}}]}",0.45454545454545453 +SNG0389.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0389.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [9:30, 09:30], train-destination: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""tuesday""], ""train-departure"": [""kings lynn""], ""train-leaveat"": [""9:30"", ""09:30""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"", ""User: I'd like to travel on Tuesday."", 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?', ""User: I'd like to depart at 9:30 am."", 'System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?', ""User: I'd prefer the 9:30 am train."", 'System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?', ""User: I'd like to book a Standard Class ticket."", 'System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking."", ""System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you!"", ""System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!""]","User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!","{""Dialogue ID"": ""SNG0389.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-departure': '930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-leaveat': 'Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-destination': 'Cambridge trainbookpeople Standard Class', 'train-bookpeople': 'Standard Class'}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['tuesday'], 'train-departure': ['kings lynn'], 'train-leaveat': ['9:30', '09:30'], 'train-destination': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'SNG0389.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-departure': '930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-leaveat': 'Kings Lynn traindestination Cambridge trainbookpeople Standard Class', 'train-destination': 'Cambridge trainbookpeople Standard Class', 'train-bookpeople': 'Standard Class'}}]}",0.0 +SNG01520.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01520.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [saturday], restaurant-bookpeople: [1], restaurant-booktime: [20:00], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""20:00""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"", ""User: Sure! I'm located in New York City and I'd like to book for 2 people."", 'System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is ""The Lucky Star"" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at ""The Lucky Star"" on Saturday at 8 PM?', 'User: Yes, that sounds perfect! Can you please book the table for me?', 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?', 'User: My name is John Doe and my contact number is 555-555-5555.', 'System: Great, John! I have booked a table for you and your guest at ""The Lucky Star"" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at ""The Lucky Star""! Goodbye!']","User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!","{""Dialogue ID"": ""SNG01520.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookday': 'The dialogue mentions booking a table on Saturday so I filled in Saturday for the booking day', 'restaurant-bookpeople': 'The dialogue mentions booking for 2 people so I filled in 2 for the number of people', 'restaurant-booktime': 'The dialogue mentions booking at 8 PM so I filled in 8 PM for the booking time', 'restaurant-name': 'The dialogue mentions The Lucky Star as the name of the restaurant so I filled that in as the name of the restaurant'}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['20:00'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'SNG01520.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star', 'restaurant-bookday': 'The dialogue mentions booking a table on Saturday so I filled in Saturday for the booking day', 'restaurant-bookpeople': 'The dialogue mentions booking for 2 people so I filled in 2 for the number of people', 'restaurant-booktime': 'The dialogue mentions booking at 8 PM so I filled in 8 PM for the booking time', 'restaurant-name': 'The dialogue mentions The Lucky Star as the name of the restaurant so I filled that in as the name of the restaurant'}}]}",0.0 +PMUL3951.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3951.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-day: [saturday], train-leaveat: [20:00], train-bookpeople: [6]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [riverside brasserie], restaurant-area: [centre], restaurant-food: [modern european], restaurant-bookday: [saturday], restaurant-booktime: [13:00], restaurant-bookpeople: [6]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-day"": [""saturday""], ""train-leaveat"": [""20:00""], ""train-bookpeople"": [""6""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""riverside brasserie""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""modern european""], ""restaurant-bookday"": [""saturday""], ""restaurant-booktime"": [""13:00""], ""restaurant-bookpeople"": [""6""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"", ""System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?"", ""User: Sure! I'm departing from Cambridge and heading to Stansted Airport."", 'System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?', 'User: Yes, please!', 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:', ""User: Yes, I'd like to book the Great Northern train."", ""System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"", ""User: I'll pay by credit card."", 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!""]","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them? User: Yes, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options: User: Yes, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!","{""Dialogue ID"": ""PMUL3951.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge', 'train-destination': 'Stansted Airport', 'train-day': 'Saturday', 'train-leaveat': '2000', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-day': ['saturday'], 'train-leaveat': ['20:00'], 'train-bookpeople': ['6']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['riverside brasserie'], 'restaurant-area': ['centre'], 'restaurant-food': ['modern european'], 'restaurant-bookday': ['saturday'], 'restaurant-booktime': ['13:00'], 'restaurant-bookpeople': ['6']}}]}","{'Dialogue ID': 'PMUL3951.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'Cambridge', 'train-destination': 'Stansted Airport', 'train-day': 'Saturday', 'train-leaveat': '2000', 'train-bookpeople': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}",0.2727272727272727 +PMUL0843.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0843.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [little seoul]}}, {Service Type: train, Actions: [NONE, find_train], Preferences: {train-day: [saturday], train-departure: [kings lynn], train-destination: [cambridge], train-leaveat: [09:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""little seoul""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": [""saturday""], ""train-departure"": [""kings lynn""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""09:15""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?"", ""User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."", 'System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?', 'User: Yes, please! That sounds perfect.', ""System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy."", ""User: Thank you so much! I'll definitely give them a call."", ""System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"", ""User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"", 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?', ""User: That's great, thank you! I'll definitely be taking that train."", ""System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"", 'User: Thank you, you too! Goodbye!']","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit? User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you, you too! Goodbye!","{""Dialogue ID"": ""PMUL0843.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Little Seoul'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': '1015 am'}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['little seoul']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': ['saturday'], 'train-departure': ['kings lynn'], 'train-destination': ['cambridge'], 'train-leaveat': ['09:15']}}]}","{'Dialogue ID': 'PMUL0843.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'Little Seoul'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'Saturday', 'train-departure': '915 am', 'train-destination': 'Cambridge', 'train-leaveat': '1015 am'}}]}",0.42857142857142855 +PMUL2979.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2979.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-parking: [yes], hotel-pricerange: [expensive]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [south], attraction-type: [nightclub]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-departure: [huntington marriott, huntingdon marriott hotel], taxi-destination: [places, the place], taxi-leaveat: [17:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": [""yes""], ""hotel-pricerange"": [""expensive""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""south""], ""attraction-type"": [""nightclub""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": [""huntington marriott"", ""huntingdon marriott hotel""], ""taxi-destination"": [""places"", ""the place""], ""taxi-leaveat"": [""17:45""]}}]}","[""User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?"", ""User: I'm looking for something around $200 per night."", 'System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Sure thing! Here are the top three hotels that match your criteria:', 'User: Yes, please book the Huntington Marriott Hotel for me.', 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?', 'User: Yes, that would be great.', 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2979.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": ""null"", ""hotel-pricerange"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": ""null"", ""taxi-destination"": ""null"", ""taxi-leaveat"": ""null""}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel', 'hotel-pricerange': '189'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'Huntington Marriott Hotel', 'taxi-destination': 'null', 'taxi-leaveat': '1745'}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': ['yes'], 'hotel-pricerange': ['expensive']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['south'], 'attraction-type': ['nightclub']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': ['huntington marriott', 'huntingdon marriott hotel'], 'taxi-destination': ['places', 'the place'], 'taxi-leaveat': ['17:45']}}]}","{'Dialogue ID': 'PMUL2979.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel', 'hotel-pricerange': '189'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'Huntington Marriott Hotel', 'taxi-destination': 'null', 'taxi-leaveat': '1745'}}]}",0.0 +MUL1681.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1681.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-arriveby: [15:15], train-day: [saturday]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [cheap], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-arriveby"": [""15:15""], ""train-day"": [""saturday""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""cheap""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"", ""User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible."", 'System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket?', 'User: Yes, that sounds perfect. Can I buy the ticket online?', 'System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?', 'User: Please do.', ""System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."", ""User: Okay, I'll provide that information."", ""System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?"", ""User: I'll use my credit card."", 'System: Great! Please enter your credit card details, including the card number, expiration date, and security code.', ""User: Okay, I've entered the information."", 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.', 'User: Great, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes, that sounds perfect. Can I buy the ticket online? System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay, I'll provide that information. System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details, including the card number, expiration date, and security code. User: Okay, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1681.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515 The user explicitly mentions the departure time as 1515', 'train-destination': 'Stansted Airport The user explicitly mentions the destination as Stansted Airport', 'train-arriveby': '1615 The system mentions the arrival time as 1615', 'train-day': 'Saturday The user explicitly mentions the day of the week as Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null Not mentioned in the dialogue', 'restaurant-pricerange': 'null Not mentioned in the dialogue', 'restaurant-name': 'null Not mentioned in the dialogue'}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-arriveby': ['15:15'], 'train-day': ['saturday']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['cheap'], 'restaurant-name': ['the lucky star']}}]}","{'Dialogue ID': 'MUL1681.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': '1515 The user explicitly mentions the departure time as 1515', 'train-destination': 'Stansted Airport The user explicitly mentions the destination as Stansted Airport', 'train-arriveby': '1615 The system mentions the arrival time as 1615', 'train-day': 'Saturday The user explicitly mentions the day of the week as Saturday'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null Not mentioned in the dialogue', 'restaurant-pricerange': 'null Not mentioned in the dialogue', 'restaurant-name': 'null Not mentioned in the dialogue'}}]}",0.0 +MUL0928.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0928.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [16:00], restaurant-name: [backstreet bistro]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east], attraction-type: [museum], attraction-name: [gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""16:00""], ""restaurant-name"": [""backstreet bistro""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""], ""attraction-type"": [""museum""], ""attraction-name"": [""gallery""]}}]}","[""User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?', 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?', 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?', 'User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm?', ""System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"", 'User: That would be great, thank you!', ""System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", ""User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"", 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!']","User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!","{""Dialogue ID"": ""MUL0928.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'Backstreet Bistro'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'east', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['16:00'], 'restaurant-name': ['backstreet bistro']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east'], 'attraction-type': ['museum'], 'attraction-name': ['gallery']}}]}","{'Dialogue ID': 'MUL0928.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'Backstreet Bistro'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'east', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.25 +WOZ20645.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20645.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-food: [european], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""european""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference?"", ""User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"", 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend ""Bella Vita"" restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information?', 'User: That sounds great, thank you! Can you also tell me about the prices?', 'System: Sure! ""Bella Vita"" restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it\'s worth checking their website or giving them a call to inquire about any current deals.', 'User: Okay, that sounds good. Can you give me the address and contact information?', 'System: Certainly! The address for ""Bella Vita"" restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at ""Bella Vita""! Goodbye!']","User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference? User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at Bella Vita! Goodbye!","{""Dialogue ID"": ""WOZ20645.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive', 'restaurant-pricerange': 'expensive'}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': ['european'], 'restaurant-pricerange': ['expensive']}}]}","{'Dialogue ID': 'WOZ20645.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive', 'restaurant-pricerange': 'expensive'}}]}",0.5 +SNG02152.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG02152.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [avalon], taxi-leaveat: [19:15], taxi-departure: [primavera]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""avalon""], ""taxi-leaveat"": [""19:15""], ""taxi-departure"": [""primavera""]}}]}","[""User: Hi, I'm looking for a taxi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"", ""User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"", 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?', ""User: Actually, I'd prefer to be picked up at 19:15. Is that doable?"", 'System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!""]","User: Hi, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually, I'd prefer to be picked up at 19:15. Is that doable? System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!","{""Dialogue ID"": ""SNG02152.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Avalon based on the users request to be dropped off at Avalon', 'taxi-leaveat': 'Primavera based on the users request to be picked up at Primavera', 'taxi-departure': '1915 based on the systems confirmation of the pickup time'}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['avalon'], 'taxi-leaveat': ['19:15'], 'taxi-departure': ['primavera']}}]}","{'Dialogue ID': 'SNG02152.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Avalon based on the users request to be dropped off at Avalon', 'taxi-leaveat': 'Primavera based on the users request to be picked up at Primavera', 'taxi-departure': '1915 based on the systems confirmation of the pickup time'}}]}",0.0 +PMUL2460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2460.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [crossover, british], restaurant-area: [centre], restaurant-pricerange: [dontcare, moderate], restaurant-bookday: [friday], restaurant-bookpeople: [8], restaurant-booktime: [12:30], restaurant-name: [cotto]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college], attraction-name: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""crossover"", ""british""], ""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""dontcare"", ""moderate""], ""restaurant-bookday"": [""friday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""12:30""], ""restaurant-name"": [""cotto""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""college""], ""attraction-name"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"", ""User: Oh, I'd like to book a table for this Friday at 12:30 pm."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?', 'User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?', 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!","{""Dialogue ID"": ""PMUL2460.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'crossover', 'restaurant-area': 'centre', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Friday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1230 pm', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'centre', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['crossover', 'british'], 'restaurant-area': ['centre'], 'restaurant-pricerange': ['dontcare', 'moderate'], 'restaurant-bookday': ['friday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['12:30'], 'restaurant-name': ['cotto']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['college'], 'attraction-name': ['dontcare']}}]}","{'Dialogue ID': 'PMUL2460.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'crossover', 'restaurant-area': 'centre', 'restaurant-pricerange': 'moderate', 'restaurant-bookday': 'Friday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1230 pm', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'centre', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.6 +MUL0358.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL0358.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [north], restaurant-pricerange: [moderate], restaurant-bookday: [sunday], restaurant-bookpeople: [4], restaurant-booktime: [12:30], restaurant-food: [chinese]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-destination: [broxbourne], train-arriveby: [13:00], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""north""], ""restaurant-pricerange"": [""moderate""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""4""], ""restaurant-booktime"": [""12:30""], ""restaurant-food"": [""chinese""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-destination"": [""broxbourne""], ""train-arriveby"": [""13:00""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?"", ""User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is ""China Garden"" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?', 'User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?', 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!""]","User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!","{""Dialogue ID"": ""MUL0358.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'north based on the users request for a restaurant in the north area', 'restaurant-pricerange': 'moderate based on the users preference for moderate prices', 'restaurant-bookday': 'Sunday based on the users request for a Sunday reservation', 'restaurant-bookpeople': '4 based on the users request for a table for 4 people', 'restaurant-booktime': '1230 PM based on the users request for a 1230 PM reservation', 'restaurant-food': 'Chinese based on the users request for Chinese food'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['north'], 'restaurant-pricerange': ['moderate'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['4'], 'restaurant-booktime': ['12:30'], 'restaurant-food': ['chinese']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-destination': ['broxbourne'], 'train-arriveby': ['13:00'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'MUL0358.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'north based on the users request for a restaurant in the north area', 'restaurant-pricerange': 'moderate based on the users preference for moderate prices', 'restaurant-bookday': 'Sunday based on the users request for a Sunday reservation', 'restaurant-bookpeople': '4 based on the users request for a table for 4 people', 'restaurant-booktime': '1230 PM based on the users request for a 1230 PM reservation', 'restaurant-food': 'Chinese based on the users request for Chinese food'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}",0.0 +PMUL4450.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4450.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [sunday], train-leaveat: [14:00], train-departure: [norwich], train-destination: [cambridge], train-bookpeople: [1]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [east], restaurant-pricerange: [moderate], restaurant-food: [indian, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""sunday""], ""train-leaveat"": [""14:00""], ""train-departure"": [""norwich""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""east""], ""restaurant-pricerange"": [""moderate""], ""restaurant-food"": [""indian"", ""italian""]}}]}","[""User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"", ""User: Sure. I'd like to travel in first class and there will be two of us."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?', ""User: Yes, I'll go ahead and book it."", 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL4450.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-leaveat': '2 PM', 'train-departure': 'Norwich', 'train-destination': 'Cambridge', 'train-bookpeople': '2'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['sunday'], 'train-leaveat': ['14:00'], 'train-departure': ['norwich'], 'train-destination': ['cambridge'], 'train-bookpeople': ['1']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['east'], 'restaurant-pricerange': ['moderate'], 'restaurant-food': ['indian', 'italian']}}]}","{'Dialogue ID': 'PMUL4450.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Sunday', 'train-leaveat': '2 PM', 'train-departure': 'Norwich', 'train-destination': 'Cambridge', 'train-bookpeople': '2'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}",0.375 +PMUL1251.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1251.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [16:15], train-destination: [norwich], train-day: [wednesday], train-departure: [cambridge]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [multiple sports, college], attraction-name: [christ college, christ's college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""16:15""], ""train-destination"": [""norwich""], ""train-day"": [""wednesday""], ""train-departure"": [""cambridge""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""multiple sports"", ""college""], ""attraction-name"": [""christ college"", ""christ's college""]}}]}","[""User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?"", 'System: Of course! What specific services would you like to know about or book?', ""User: I'd like to find out about train schedules and attractions in the city centre."", 'System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?', 'User: Yes, please. And can you also tell me the name of the train station in Norwich?', 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.', 'User: Perfect, thank you. And what about attractions in the city centre?', ""System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."", ""User: That sounds great! Can you tell me more about Christ's College?"", ""System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions."", 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?', 'System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?', 'User: Yes, please. And how much does it cost?', 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?', ""User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?"", ""System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street."", 'User: Great, thank you for all the information!', ""System: You're welcome! Enjoy your time in Cambridge and have a great day!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street. User: Great, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1251.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'Cambridge to Norwich', 'train-day': 'Wednesday', 'train-departure': '1615'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre', 'attraction-type': 'college', 'attraction-name': 'Christs College'}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['16:15'], 'train-destination': ['norwich'], 'train-day': ['wednesday'], 'train-departure': ['cambridge']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['multiple sports', 'college'], 'attraction-name': ['christ college', ""christ's college""]}}]}","{'Dialogue ID': 'PMUL1251.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'Cambridge to Norwich', 'train-day': 'Wednesday', 'train-departure': '1615'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre', 'attraction-type': 'college', 'attraction-name': 'Christs College'}}]}",0.2857142857142857 +PMUL1842.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1842.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-pricerange: [cheap], hotel-area: [dontcare], hotel-bookday: [tuesday], hotel-bookpeople: [1], hotel-bookstay: [5], hotel-name: [alexander bed and breakfast]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-leaveat: [21:15], train-day: [tuesday], train-departure: [broxbourne], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-pricerange"": [""cheap""], ""hotel-area"": [""dontcare""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-leaveat"": [""21:15""], ""train-day"": [""tuesday""], ""train-departure"": [""broxbourne""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", ""User: I'm looking for something cheap, around $100 or less per night."", ""System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"", 'User: Yes, please go ahead and book it.', 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?', ""User: I'll pay with my credit card."", ""System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?"", 'User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].', 'System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap, around $100 or less per night. System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL1842.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'Since the dialogue does not mention anything about the hotels internet I annotated this slot with null', 'hotel-pricerange': 'Since the dialogue does not mention anything about the hotels pricerange I annotated this slot with null', 'hotel-area': 'Since the dialogue does not mention anything about the hotels area I annotated this slot with null', 'hotel-bookday': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday', 'hotel-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the hotel I annotated this slot with null', 'hotel-bookstay': 'Since the dialogue does not mention anything about the length of stay I annotated this slot with null', 'hotel-name': 'Since the dialogue mentions the name of the hotel as Alexander Bed and Breakfast I annotated this slot with that name'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Since the dialogue does not mention anything about the destination of the train I annotated this slot with null', 'train-leaveat': 'Since the dialogue does not mention anything about the time the train leaves I annotated this slot with null', 'train-day': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday', 'train-departure': 'Since the dialogue does not mention anything about the departure time of the train I annotated this slot with null', 'train-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the train I annotated this slot with null'}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-pricerange': ['cheap'], 'hotel-area': ['dontcare'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['5'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-leaveat': ['21:15'], 'train-day': ['tuesday'], 'train-departure': ['broxbourne'], 'train-bookpeople': ['1']}}]}","{'Dialogue ID': 'PMUL1842.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'Since the dialogue does not mention anything about the hotels internet I annotated this slot with null', 'hotel-pricerange': 'Since the dialogue does not mention anything about the hotels pricerange I annotated this slot with null', 'hotel-area': 'Since the dialogue does not mention anything about the hotels area I annotated this slot with null', 'hotel-bookday': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday', 'hotel-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the hotel I annotated this slot with null', 'hotel-bookstay': 'Since the dialogue does not mention anything about the length of stay I annotated this slot with null', 'hotel-name': 'Since the dialogue mentions the name of the hotel as Alexander Bed and Breakfast I annotated this slot with that name'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Since the dialogue does not mention anything about the destination of the train I annotated this slot with null', 'train-leaveat': 'Since the dialogue does not mention anything about the time the train leaves I annotated this slot with null', 'train-day': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday', 'train-departure': 'Since the dialogue does not mention anything about the departure time of the train I annotated this slot with null', 'train-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the train I annotated this slot with null'}}]}",0.0 +PMUL4896.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4896.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-name: [cherry hinton hall and grounds]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-type: [guesthouse], hotel-area: [north], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [2], hotel-name: [acorn guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-name"": [""cherry hinton hall and grounds""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""north""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""], ""hotel-name"": [""acorn guest house""]}}]}","[""User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city."", ""System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"", ""User: I'm looking for a guesthouse with internet and would like to stay on Sunday."", 'System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?', 'User: That sounds perfect! Can you also recommend some attractions in the north area?', ""System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"", 'User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?', 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.', 'User: Perfect, thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!""]","User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site. User: Perfect, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!","{""Dialogue ID"": ""PMUL4896.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds', 'attraction-name': 'Cherry Hinton Hall and Grounds'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookpeople': '1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookstay': '120 hotelname Acorn Guest House', 'hotel-name': 'Acorn Guest House'}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-name': ['cherry hinton hall and grounds']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-type': ['guesthouse'], 'hotel-area': ['north'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2'], 'hotel-name': ['acorn guest house']}}]}","{'Dialogue ID': 'PMUL4896.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds', 'attraction-name': 'Cherry Hinton Hall and Grounds'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookpeople': '1 hotelbookstay 120 hotelname Acorn Guest House', 'hotel-bookstay': '120 hotelname Acorn Guest House', 'hotel-name': 'Acorn Guest House'}}]}",0.2222222222222222 +MUL2431.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2431.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [tuesday], restaurant-bookpeople: [2], restaurant-booktime: [12:45, 11:45], restaurant-name: [charlie chan]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum, entertainment], attraction-name: [cambridge contemporary art]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""tuesday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""12:45"", ""11:45""], ""restaurant-name"": [""charlie chan""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum"", ""entertainment""], ""attraction-name"": [""cambridge contemporary art""]}}]}","[""User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"", ""User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."", ""System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"", 'User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu?', ""System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"", ""User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."", ""System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"", ""User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!""]","User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!","{""Dialogue ID"": ""MUL2431.json"", ""Services Involved"": [""attraction"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'Cambridge', 'restaurant-food': 'Chinese', 'restaurant-pricerange': 'affordable', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'Cambridge', 'attraction-type': 'museum', 'attraction-name': 'Cambridge Contemporary Art'}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['tuesday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['12:45', '11:45'], 'restaurant-name': ['charlie chan']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum', 'entertainment'], 'attraction-name': ['cambridge contemporary art']}}]}","{'Dialogue ID': 'MUL2431.json', 'Services Involved': ['attraction', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'Cambridge', 'restaurant-food': 'Chinese', 'restaurant-pricerange': 'affordable', 'restaurant-bookday': 'Tuesday', 'restaurant-bookpeople': '2', 'restaurant-booktime': '1245 PM', 'restaurant-name': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'Cambridge', 'attraction-type': 'museum', 'attraction-name': 'Cambridge Contemporary Art'}}]}",0.5 +SNG1375.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1375.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [ely], train-day: [sunday], train-departure: [cambridge], train-leaveat: [8:00, 08:00]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""ely""], ""train-day"": [""sunday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""8:00"", ""08:00""]}}]}","[""User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"", ""User: Sure. I'd like to leave on Sunday at 8:00 AM."", 'System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?', 'User: Yes, that sounds perfect. How do I book it?', ""System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details?"", 'User: Sure. My name is John Smith, and my contact number is 555-555-5555.', 'System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome, John. Have a great trip to Ely! Goodbye!""]","User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes, that sounds perfect. How do I book it? System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith, and my contact number is 555-555-5555. System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome, John. Have a great trip to Ely! Goodbye!","{""Dialogue ID"": ""SNG1375.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Ely trainday Sunday traindeparture 800 AM trainleaveat Cambridge', 'train-day': 'Sunday traindeparture 800 AM trainleaveat Cambridge', 'train-departure': '800 AM trainleaveat Cambridge', 'train-leaveat': 'Cambridge'}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['ely'], 'train-day': ['sunday'], 'train-departure': ['cambridge'], 'train-leaveat': ['8:00', '08:00']}}]}","{'Dialogue ID': 'SNG1375.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Ely trainday Sunday traindeparture 800 AM trainleaveat Cambridge', 'train-day': 'Sunday traindeparture 800 AM trainleaveat Cambridge', 'train-departure': '800 AM trainleaveat Cambridge', 'train-leaveat': 'Cambridge'}}]}",0.0 +PMUL1031.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1031.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [bishops stortford], train-destination: [cambridge], train-leaveat: [9:00, 09:00], train-day: [sunday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [park]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""bishops stortford""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""9:00"", ""09:00""], ""train-day"": [""sunday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""park""]}}]}","[""User: Hi, I'm looking for a train and attraction service. Can you help me?"", 'System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?', ""User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"", 'System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?', ""User: Yes, I'd like to buy tickets. How much do they cost?"", 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?', ""User: Yes, I'll take two tickets."", 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.', 'User: That sounds good. Can you recommend a park or outdoor attraction?', ""System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"", 'User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need?', 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?', ""User: No, that's all I need. Thank you for your help!"", ""System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"", 'User: Thank you! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date? User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL1031.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null""}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'Bishops Stortford', 'train-destination': 'Cambridge', 'train-leaveat': 'Sunday', 'train-day': '900 am'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['bishops stortford'], 'train-destination': ['cambridge'], 'train-leaveat': ['9:00', '09:00'], 'train-day': ['sunday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['park']}}]}","{'Dialogue ID': 'PMUL1031.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'Bishops Stortford', 'train-destination': 'Cambridge', 'train-leaveat': 'Sunday', 'train-day': '900 am'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]}",0.4 +WOZ20027.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20027.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [expensive], restaurant-food: [italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"", ""User: Yes, I'd like to spend around $50 per person."", 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?', ""User: I'd prefer a cozy atmosphere, please."", 'System: Alright! Based on your preferences, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is ""Bella Vita"", which is known for its delicious pasta dishes and intimate setting. The second is ""La Bella Italia"", which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is ""Il Posto Italiano"", which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?', 'User: Yes, please provide me with the addresses and reviews of all three.', ""System: Sure thing! Here's the information you requested:"", 'User: I think I\'ll go with ""La Bella Italia"". Can you give me the address and directions?', 'System: Certainly! Here\'s the address and directions to ""La Bella Italia"":', ""User: No, that's all for now. Thank you for your help!"", 'System: You\'re welcome! Enjoy your meal at ""La Bella Italia""! Goodbye!']","User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere, please. System: Alright! Based on your preferences, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia, which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is Il Posto Italiano, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!","{""Dialogue ID"": ""WOZ20027.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south of the city This is the users preference for the location of the restaurant', 'restaurant-pricerange': '50 per person This is the users preference for the price range of the restaurant', 'restaurant-food': 'Italian This is the users preference for the type of food served at the restaurant'}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['italian']}}]}","{'Dialogue ID': 'WOZ20027.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'south of the city This is the users preference for the location of the restaurant', 'restaurant-pricerange': '50 per person This is the users preference for the price range of the restaurant', 'restaurant-food': 'Italian This is the users preference for the type of food served at the restaurant'}}]}",0.0 +PMUL4827.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4827.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [8], restaurant-booktime: [16:15], restaurant-name: [yu garden]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [east], hotel-type: [hotel], hotel-internet: [yes], hotel-name: [express by holiday inn cambridge]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""16:15""], ""restaurant-name"": [""yu garden""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""east""], ""hotel-type"": [""hotel""], ""hotel-internet"": [""yes""], ""hotel-name"": [""express by holiday inn cambridge""]}}]}","[""User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in?"", ""User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge."", ""System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"", 'User: Yes, that sounds perfect! Can you please book the table for me?', ""System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."", 'User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.', ""System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge. System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Dialogue ID"": ""PMUL4827.json"", ""Services Involved"": [""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-internet"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese', 'restaurant-pricerange': '200', 'restaurant-area': 'east of Cambridge', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1615', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'east of Cambridge', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['16:15'], 'restaurant-name': ['yu garden']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['east'], 'hotel-type': ['hotel'], 'hotel-internet': ['yes'], 'hotel-name': ['express by holiday inn cambridge']}}]}","{'Dialogue ID': 'PMUL4827.json', 'Services Involved': ['hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Chinese', 'restaurant-pricerange': '200', 'restaurant-area': 'east of Cambridge', 'restaurant-bookday': 'Monday', 'restaurant-bookpeople': '8', 'restaurant-booktime': '1615', 'restaurant-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'east of Cambridge', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}",0.2727272727272727 +PMUL3086.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3086.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [13:45], train-day: [sunday], train-departure: [birmingham new street], train-destination: [cambridge]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [dontcare], hotel-type: [hotel], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [5], hotel-name: [huntingdon marriott hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""13:45""], ""train-day"": [""sunday""], ""train-departure"": [""birmingham new street""], ""train-destination"": [""cambridge""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""dontcare""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""huntingdon marriott hotel""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"", ""System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?"", ""User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45."", 'System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?', 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?', 'System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?', 'User: Yes, that sounds great. Can you please book the train and hotel for me?', 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination? User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3086.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': '1345', 'train-day': 'Sunday', 'train-departure': '0800', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Cambridge', 'hotel-type': 'Marriott', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['13:45'], 'train-day': ['sunday'], 'train-departure': ['birmingham new street'], 'train-destination': ['cambridge']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['dontcare'], 'hotel-type': ['hotel'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['5'], 'hotel-name': ['huntingdon marriott hotel']}}]}","{'Dialogue ID': 'PMUL3086.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': '1345', 'train-day': 'Sunday', 'train-departure': '0800', 'train-destination': 'Cambridge'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'Cambridge', 'hotel-type': 'Marriott', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Huntingdon Marriott Hotel'}}]}",0.4 +SNG0598.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0598.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [bistro, italian]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""bistro"", ""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?"", ""User: Oh, I'd like to find one in the city centre."", 'System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?', 'User: Yes, please do!', 'System: Sure thing! Here are my top picks:', 'User: Yes, please provide the addresses.', 'System: Absolutely! Here are the addresses and contact information for each restaurant:', ""User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."", ""System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in? User: Oh, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes, please do! System: Sure thing! Here are my top picks: User: Yes, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day, and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""SNG0598.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'citycentre based on the users request for a restaurant in the city centre', 'restaurant-food': 'Italian based on the users preference for Italian cuisine'}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['bistro', 'italian']}}]}","{'Dialogue ID': 'SNG0598.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'citycentre based on the users request for a restaurant in the city centre', 'restaurant-food': 'Italian based on the users preference for Italian cuisine'}}]}",0.0 +SNG01162.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01162.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [book_restaurant, find_restaurant], Preferences: {restaurant-name: [travellers rest], restaurant-bookday: [monday], restaurant-bookpeople: [1], restaurant-booktime: [14:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""travellers rest""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""14:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?', 'User: Yes, please do!', ""System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them?"", 'User: Yes, please!', 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?', ""User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"", 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?', 'User: Yes, please go ahead.', ""System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: Thank you so much! I'm looking forward to my meal."", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes, please do! System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!","{""Dialogue ID"": ""SNG01162.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Travellers Rest mentioned in the dialogue as the preferred restaurant', 'restaurant-bookday': 'Monday mentioned in the dialogue as the preferred booking day', 'restaurant-bookpeople': '1 not explicitly mentioned in the dialogue but inferred based on the users request for a table for one person', 'restaurant-booktime': '1415 mentioned in the dialogue as the preferred booking time'}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['travellers rest'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['14:15']}}]}","{'Dialogue ID': 'SNG01162.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Travellers Rest mentioned in the dialogue as the preferred restaurant', 'restaurant-bookday': 'Monday mentioned in the dialogue as the preferred booking day', 'restaurant-bookpeople': '1 not explicitly mentioned in the dialogue but inferred based on the users request for a table for one person', 'restaurant-booktime': '1415 mentioned in the dialogue as the preferred booking time'}}]}",0.0 +PMUL1146.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1146.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [friday], train-destination: [cambridge], train-departure: [birmingham new street], train-leaveat: [16:45], train-bookpeople: [1]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [broughton house gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""friday""], ""train-destination"": [""cambridge""], ""train-departure"": [""birmingham new street""], ""train-leaveat"": [""16:45""], ""train-bookpeople"": [""1""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""broughton house gallery""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"", ""User: I'd like to travel on Friday and I need to book one ticket."", 'System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?', ""User: No, I'd prefer to leave at 16:45. Is that possible?"", 'System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?', 'User: Yes, please. And can I book a single ticket?', 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?', ""User: Yes, I'll proceed with the booking."", 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No, I'd prefer to leave at 16:45. Is that possible? System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!","{""Dialogue ID"": ""PMUL1146.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday', 'train-destination': 'Cambridge', 'train-departure': '1645', 'train-leaveat': '1845', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['friday'], 'train-destination': ['cambridge'], 'train-departure': ['birmingham new street'], 'train-leaveat': ['16:45'], 'train-bookpeople': ['1']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['broughton house gallery']}}]}","{'Dialogue ID': 'PMUL1146.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Friday', 'train-destination': 'Cambridge', 'train-departure': '1645', 'train-leaveat': '1845', 'train-bookpeople': '1'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}",0.375 +SSNG0018.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0018.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub, african], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [2], restaurant-booktime: [13:45]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub"", ""african""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""13:45""]}}]}","[""User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"", ""System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"", ""User: My budget is around $50 per person, and I'm looking to book for two people."", 'System: Great! Based on your preferences and budget, I would recommend ""The Gastropub at Eastside"" and ""The Foodie\'s Paradise"". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?', 'User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.', 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?', 'User: Yes, please.', 'System: Certainly! Here is the menu for The Gastropub at Eastside:', 'User: That sounds great, thank you!', ""System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!""]","User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person, and I'm looking to book for two people. System: Great! Based on your preferences and budget, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!","{""Dialogue ID"": ""SSNG0018.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'gastropub restaurantpricerange 50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-pricerange': '50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-area': 'east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-bookday': 'Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-bookpeople': '2 restaurantbooktime 1345', 'restaurant-booktime': '1345'}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['gastropub', 'african'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['13:45']}}]}","{'Dialogue ID': 'SSNG0018.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'gastropub restaurantpricerange 50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-pricerange': '50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-area': 'east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-bookday': 'Monday restaurantbookpeople 2 restaurantbooktime 1345', 'restaurant-bookpeople': '2 restaurantbooktime 1345', 'restaurant-booktime': '1345'}}]}",0.0 +MUL2293.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL2293.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-name: [a and b guest house], hotel-parking: [yes]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [london liverpool street], train-destination: [cambridge], train-day: [friday], train-leaveat: [12:45], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": [""a and b guest house""], ""hotel-parking"": [""yes""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""london liverpool street""], ""train-destination"": [""cambridge""], ""train-day"": [""friday""], ""train-leaveat"": [""12:45""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a train ticket. Can you help me?"", 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?', ""User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge."", 'System: Great! For hotels, we have the ""a and b guest house"" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?', 'User: Yes, please book the ""a and b guest house"" and the train ticket from London Liverpool Street to Cambridge.', 'System: Great! For the hotel, I have booked you at the ""a and b guest house"" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?', ""User: Yes, that's correct. Thank you!"", ""System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge. System: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!","{""Dialogue ID"": ""MUL2293.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-parking"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'a and b guest house hotelparking yes', 'hotel-parking': 'yes'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'London Liverpool Street traindestination Cambridge trainday trainleaveat trainbookpeople', 'train-destination': 'Cambridge trainday trainleaveat trainbookpeople', 'train-day': 'trainleaveat trainbookpeople', 'train-leaveat': 'trainbookpeople', 'train-bookpeople': ''}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': ['a and b guest house'], 'hotel-parking': ['yes']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['london liverpool street'], 'train-destination': ['cambridge'], 'train-day': ['friday'], 'train-leaveat': ['12:45'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'MUL2293.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'a and b guest house hotelparking yes', 'hotel-parking': 'yes'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': 'London Liverpool Street traindestination Cambridge trainday trainleaveat trainbookpeople', 'train-destination': 'Cambridge trainday trainleaveat trainbookpeople', 'train-day': 'trainleaveat trainbookpeople', 'train-leaveat': 'trainbookpeople', 'train-bookpeople': ''}}]}",0.2857142857142857 +PMUL1586.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL1586.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [norwich], train-day: [sunday], train-arriveby: [13:45], train-bookpeople: [4]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-pricerange: [moderate], hotel-type: [guesthouse], hotel-area: [east], hotel-parking: [dontcare], hotel-name: [a and b guest house]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""norwich""], ""train-day"": [""sunday""], ""train-arriveby"": [""13:45""], ""train-bookpeople"": [""4""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": [""moderate""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""east""], ""hotel-parking"": [""dontcare""], ""hotel-name"": [""a and b guest house""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"", ""User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?', ""User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"", 'System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?', 'User: Yes, that sounds great. Can you please provide me with the booking details?', 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.', 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL1586.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345', 'train-destination': 'Norwich', 'train-day': 'Sunday', 'train-arriveby': '1545', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate', 'hotel-type': 'guesthouse', 'hotel-area': 'east', 'hotel-parking': 'free', 'hotel-name': 'null'}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['norwich'], 'train-day': ['sunday'], 'train-arriveby': ['13:45'], 'train-bookpeople': ['4']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': ['moderate'], 'hotel-type': ['guesthouse'], 'hotel-area': ['east'], 'hotel-parking': ['dontcare'], 'hotel-name': ['a and b guest house']}}]}","{'Dialogue ID': 'PMUL1586.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1345', 'train-destination': 'Norwich', 'train-day': 'Sunday', 'train-arriveby': '1545', 'train-bookpeople': '4'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'moderate', 'hotel-type': 'guesthouse', 'hotel-area': 'east', 'hotel-parking': 'free', 'hotel-name': 'null'}}]}",0.6 +SNG0039.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG0039.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [corpus christi], taxi-leaveat: [08:45], taxi-departure: [gourmet burger kitchen]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""corpus christi""], ""taxi-leaveat"": [""08:45""], ""taxi-departure"": [""gourmet burger kitchen""]}}]}","[""User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"", ""User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]."", 'System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?', 'User: Yes, that works for me. Can you also tell me how much the fare will be?', 'System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?', ""User: Yes, I'd like to proceed. Please go ahead and book the taxi for me."", 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!', 'User: Thank you! Goodbye.', 'System: Goodbye! Have a great day!']","User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]. System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!","{""Dialogue ID"": ""SNG0039.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Corpus Christi taxileaveat 0845 AM taxideparture Gourmet Burger Kitchen', 'taxi-leaveat': '0845 AM taxideparture Gourmet Burger Kitchen', 'taxi-departure': 'Gourmet Burger Kitchen'}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['corpus christi'], 'taxi-leaveat': ['08:45'], 'taxi-departure': ['gourmet burger kitchen']}}]}","{'Dialogue ID': 'SNG0039.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Corpus Christi taxileaveat 0845 AM taxideparture Gourmet Burger Kitchen', 'taxi-leaveat': '0845 AM taxideparture Gourmet Burger Kitchen', 'taxi-departure': 'Gourmet Burger Kitchen'}}]}",0.3333333333333333 +SSNG0142.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SSNG0142.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [dontcare, ask.\, ask], restaurant-bookday: [sunday], restaurant-bookpeople: [5], restaurant-booktime: [14:15], restaurant-area: [centre], restaurant-food: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""dontcare"", ""ask.\"""", ""ask""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""14:15""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", ""User: Um, I don't have a specific restaurant in mind. Can you suggest some options?"", 'System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?', 'User: Yes, please!', 'System: Great! Based on your preferences, I suggest the following restaurants:', 'User: The Centre Bistro sounds great, can you book it for me?', ""System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."", 'User: Sure, my name is John Doe and my phone number is 555-555-5555.', ""System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"", ""User: No, that's all. Thank you!"", ""System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes, please! System: Great! Based on your preferences, I suggest the following restaurants: User: The Centre Bistro sounds great, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!","{""Dialogue ID"": ""SSNG0142.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'No information is provided in the dialogue about the name of the restaurant Therefore null is annotated', 'restaurant-bookday': 'No information is provided in the dialogue about the day of the week the user wants to book the restaurant Therefore null is annotated', 'restaurant-bookpeople': 'No information is provided in the dialogue about the number of people the user wants to book for Therefore null is annotated', 'restaurant-booktime': 'No information is provided in the dialogue about the time the user wants to book the restaurant Therefore null is annotated', 'restaurant-area': 'No information is provided in the dialogue about the area the user wants to book a restaurant in Therefore null is annotated', 'restaurant-food': 'No information is provided in the dialogue about the type of food the user prefers Therefore null is annotated'}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['dontcare', 'ask.""', 'ask'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['14:15'], 'restaurant-area': ['centre'], 'restaurant-food': ['dontcare']}}]}","{'Dialogue ID': 'SSNG0142.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'No information is provided in the dialogue about the name of the restaurant Therefore null is annotated', 'restaurant-bookday': 'No information is provided in the dialogue about the day of the week the user wants to book the restaurant Therefore null is annotated', 'restaurant-bookpeople': 'No information is provided in the dialogue about the number of people the user wants to book for Therefore null is annotated', 'restaurant-booktime': 'No information is provided in the dialogue about the time the user wants to book the restaurant Therefore null is annotated', 'restaurant-area': 'No information is provided in the dialogue about the area the user wants to book a restaurant in Therefore null is annotated', 'restaurant-food': 'No information is provided in the dialogue about the type of food the user prefers Therefore null is annotated'}}]}",0.0 +SNG01795.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01795.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [stevenage], train-destination: [cambridge], train-arriveby: [12:15, 10:43], train-day: [sunday], train-bookpeople: [6], train-leaveat: [09:54]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""stevenage""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""12:15"", ""10:43""], ""train-day"": [""sunday""], ""train-bookpeople"": [""6""], ""train-leaveat"": [""09:54""]}}]}","[""User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"", ""User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?"", 'System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?', 'User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?', 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?', ""User: No, that's all for now. I'll just book the train ticket."", 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!']","User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders? User: No, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!","{""Dialogue ID"": ""SNG01795.json"", ""Services Involved"": [""train""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-bookpeople"": ""null"", ""train-leaveat"": ""null""}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1043', 'train-destination': 'Cambridge', 'train-arriveby': '1215', 'train-day': 'Sunday', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['stevenage'], 'train-destination': ['cambridge'], 'train-arriveby': ['12:15', '10:43'], 'train-day': ['sunday'], 'train-bookpeople': ['6'], 'train-leaveat': ['09:54']}}]}","{'Dialogue ID': 'SNG01795.json', 'Services Involved': ['train'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '1043', 'train-destination': 'Cambridge', 'train-arriveby': '1215', 'train-day': 'Sunday', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}",0.3333333333333333 +PMUL4433.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL4433.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [stevenage], train-day: [tuesday], train-departure: [cambridge], train-leaveat: [15:15]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-type: [swimmingpool], attraction-name: [jesus green outdoor pool]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""stevenage""], ""train-day"": [""tuesday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""15:15""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-type"": [""swimmingpool""], ""attraction-name"": [""jesus green outdoor pool""]}}]}","[""User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"", ""User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15."", 'System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?', ""User: Yes, I'd like to purchase a ticket. How much will it cost?"", 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?', ""User: Yes, I'll proceed with the purchase."", 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.', 'User: Thank you for your help!', ""System: You're welcome! Have a great trip to Stevenage. Goodbye!""]","User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!","{""Dialogue ID"": ""PMUL4433.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage mentioned in the dialogue as the destination', 'train-day': 'Tuesday mentioned in the dialogue as the preferred day to travel', 'train-departure': '1515 mentioned in the dialogue as the preferred departure time', 'train-leaveat': 'Cambridge mentioned in the dialogue as the starting point'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['stevenage'], 'train-day': ['tuesday'], 'train-departure': ['cambridge'], 'train-leaveat': ['15:15']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['north'], 'attraction-type': ['swimmingpool'], 'attraction-name': ['jesus green outdoor pool']}}]}","{'Dialogue ID': 'PMUL4433.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'Stevenage mentioned in the dialogue as the destination', 'train-day': 'Tuesday mentioned in the dialogue as the preferred day to travel', 'train-departure': '1515 mentioned in the dialogue as the preferred departure time', 'train-leaveat': 'Cambridge mentioned in the dialogue as the starting point'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0 +SNG1116.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1116.json, Services Involved: [attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [college], attraction-area: [centre], attraction-name: [downing college]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""college""], ""attraction-area"": [""centre""], ""attraction-name"": [""downing college""]}}]}","[""User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"", ""System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?"", ""User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"", ""System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"", 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?', ""System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"", ""User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"", ""System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"", ""User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"", 'System: Of course! Here is the information you requested:', 'User: Thank you so much! I appreciate your help. Have a great day!']","User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity? User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!","{""Dialogue ID"": ""SNG1116.json"", ""Services Involved"": [""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'The dialogue does not mention the type of attraction so I filled this slot with null', 'attraction-area': 'The dialogue does not mention the area of the attraction so I filled this slot with null', 'attraction-name': 'The dialogue mentions the name Downing College so I filled this slot with Downing College'}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['college'], 'attraction-area': ['centre'], 'attraction-name': ['downing college']}}]}","{'Dialogue ID': 'SNG1116.json', 'Services Involved': ['attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'The dialogue does not mention the type of attraction so I filled this slot with null', 'attraction-area': 'The dialogue does not mention the area of the attraction so I filled this slot with null', 'attraction-name': 'The dialogue mentions the name Downing College so I filled this slot with Downing College'}}]}",0.0 +SNG1165.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG1165.json, Services Involved: [hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [north, south], hotel-pricerange: [expensive], hotel-bookday: [monday], hotel-bookpeople: [7], hotel-bookstay: [3], hotel-name: [lensfield hotel]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": [""north"", ""south""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""monday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""lensfield hotel""]}}]}","[""User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?', 'User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.', 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?', 'System: Certainly! Your booking details are as follows:', ""User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"", ""System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk."", 'User: No, that sounds great. Thank you for your help!', ""System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!""]","User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services? User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk. User: No, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!","{""Dialogue ID"": ""SNG1165.json"", ""Services Involved"": [""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'north The user specifically mentions looking for a hotel in the north area of the city', 'hotel-pricerange': 'expensive The user mentions a price range of expensive', 'hotel-bookday': 'Monday The user requests to book a room starting on Monday', 'hotel-bookpeople': '3 The user requests to book a room for 3 people', 'hotel-bookstay': '3 nights The user requests to book a room for 3 nights', 'hotel-name': 'Lensfield Hotel The user mentions the name of the hotel they would like to book the Lensfield Hotel'}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': ['north', 'south'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['monday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3'], 'hotel-name': ['lensfield hotel']}}]}","{'Dialogue ID': 'SNG1165.json', 'Services Involved': ['hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-area': 'north The user specifically mentions looking for a hotel in the north area of the city', 'hotel-pricerange': 'expensive The user mentions a price range of expensive', 'hotel-bookday': 'Monday The user requests to book a room starting on Monday', 'hotel-bookpeople': '3 The user requests to book a room for 3 people', 'hotel-bookstay': '3 nights The user requests to book a room for 3 nights', 'hotel-name': 'Lensfield Hotel The user mentions the name of the hotel they would like to book the Lensfield Hotel'}}]}",0.0 +PMUL3460.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3460.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [bangkok city], restaurant-area: [centre], restaurant-bookday: [sunday], restaurant-bookpeople: [2], restaurant-booktime: [19:30], restaurant-food: [thai]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-arriveby: [17:00, 17:58, 16:58, 17.58], train-day: [monday], train-destination: [kings lynn], train-departure: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""bangkok city""], ""restaurant-area"": [""centre""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""19:30""], ""restaurant-food"": [""thai""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": [""17:00"", ""17:58"", ""16:58"", ""17.58""], ""train-day"": [""monday""], ""train-destination"": [""kings lynn""], ""train-departure"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"", ""User: Yes, I'd like to book a table for 2 people at 19:30."", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the ""Siam Square Thai Restaurant"" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?', 'User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30?', 'System: Certainly! I have successfully booked a table for you at the ""Siam Square Thai Restaurant"" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!","{""Dialogue ID"": ""PMUL3460.json"", ""Services Involved"": [""train"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant restaurantarea heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-area': 'heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-bookday': 'Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-bookpeople': '2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-booktime': '1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-food': 'authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null trainday null traindestination null traindeparture null trainbookpeople null', 'train-day': 'null traindestination null traindeparture null trainbookpeople null', 'train-destination': 'null traindeparture null trainbookpeople null', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['bangkok city'], 'restaurant-area': ['centre'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['19:30'], 'restaurant-food': ['thai']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': ['17:00', '17:58', '16:58', '17.58'], 'train-day': ['monday'], 'train-destination': ['kings lynn'], 'train-departure': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3460.json', 'Services Involved': ['train', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant restaurantarea heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-area': 'heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-bookday': 'Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-bookpeople': '2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-booktime': '1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null', 'restaurant-food': 'authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-arriveby': 'null trainday null traindestination null traindeparture null trainbookpeople null', 'train-day': 'null traindestination null traindeparture null trainbookpeople null', 'train-destination': 'null traindeparture null trainbookpeople null', 'train-departure': 'null trainbookpeople null', 'train-bookpeople': 'null'}}]}",0.0 +PMUL2583.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2583.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-type: [hotel], hotel-area: [centre], hotel-pricerange: [expensive], hotel-bookday: [sunday, monday], hotel-bookpeople: [1], hotel-bookstay: [1], hotel-name: [gonville hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [11:15], taxi-destination: [castle galleries]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": [""hotel""], ""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""sunday"", ""monday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""1""], ""hotel-name"": [""gonville hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""11:15""], ""taxi-destination"": [""castle galleries""]}}]}","[""User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"", 'User: My budget is around $200 per night.', 'System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?', 'User: A 4-star hotel would be perfect.', 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for Sunday and Monday night.', 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?', ""User: I'll pay by credit card."", ""System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process."", 'User: Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you, I will! Goodbye. System: Goodbye!","{""Dialogue ID"": ""PMUL2583.json"", ""Services Involved"": [""attraction"", ""taxi"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookstay': '2 nights hotelname Gonville Hotel', 'hotel-name': 'Gonville Hotel'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre attractiontype none', 'attraction-type': 'none'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null taxidestination null', 'taxi-destination': 'null'}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': ['hotel'], 'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['sunday', 'monday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['1'], 'hotel-name': ['gonville hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['11:15'], 'taxi-destination': ['castle galleries']}}]}","{'Dialogue ID': 'PMUL2583.json', 'Services Involved': ['attraction', 'taxi', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel', 'hotel-bookstay': '2 nights hotelname Gonville Hotel', 'hotel-name': 'Gonville Hotel'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'city centre attractiontype none', 'attraction-type': 'none'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null taxidestination null', 'taxi-destination': 'null'}}]}",0.09090909090909091 +MUL1914.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: MUL1914.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [ely], train-destination: [cambridge], train-arriveby: [9:30, 09:30], train-bookpeople: [7], train-day: [tuesday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ruskin gallery]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": [""ely""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""9:30"", ""09:30""], ""train-bookpeople"": [""7""], ""train-day"": [""tuesday""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ruskin gallery""]}}]}","[""User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"", ""User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."", 'System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?', 'User: Yes, please go ahead and book it for me.', 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?', ""User: I'll pay by credit card."", 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!', 'User: Thank you very much! Do you have any information on attractions in Cambridge?', 'System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?', 'User: Yes, please do!', 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?', ""User: No, I think I'll just explore on my own. Thank you for the information!"", ""System: You're welcome! Have a great day in Cambridge!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""MUL1914.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null"", ""train-day"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '930am The user mentions that they would like to depart from Ely at 930am', 'train-destination': 'Cambridge The user mentions that they are looking for a train from Ely to Cambridge', 'train-arriveby': '1030am The system mentions that the train arrives in Cambridge at 1030am', 'train-bookpeople': '1 The system mentions that the user has booked one ticket', 'train-day': 'Tuesday The user mentions that they are looking for a train on Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'Ruskin Gallery The system mentions that the Ruskin Gallery is a popular attraction in Cambridge'}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': ['ely'], 'train-destination': ['cambridge'], 'train-arriveby': ['9:30', '09:30'], 'train-bookpeople': ['7'], 'train-day': ['tuesday']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ruskin gallery']}}]}","{'Dialogue ID': 'MUL1914.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-departure': '930am The user mentions that they would like to depart from Ely at 930am', 'train-destination': 'Cambridge The user mentions that they are looking for a train from Ely to Cambridge', 'train-arriveby': '1030am The system mentions that the train arrives in Cambridge at 1030am', 'train-bookpeople': '1 The system mentions that the user has booked one ticket', 'train-day': 'Tuesday The user mentions that they are looking for a train on Tuesday'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'Ruskin Gallery The system mentions that the Ruskin Gallery is a popular attraction in Cambridge'}}]}",0.0 +PMUL2097.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2097.json, Services Involved: [attraction, hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-food: [thai], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [15:00], restaurant-name: [bangkok city, city]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-type: [hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ballare]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""thai""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""15:00""], ""restaurant-name"": [""bangkok city"", ""city""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": [""hotel""]}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": [""ballare""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?"", ""User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person."", 'System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?', 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?', 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?', ""User: No, that's all good. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal? User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!","{""Dialogue ID"": ""PMUL2097.json"", ""Services Involved"": [""attraction"", ""hotel"", ""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": ""null""}}, {""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city center', 'restaurant-pricerange': '2000 THB per person', 'restaurant-food': 'Thai', 'restaurant-bookday': 'Thursday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '3 pm', 'restaurant-name': 'Bangkok City Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null'}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['thai'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['15:00'], 'restaurant-name': ['bangkok city', 'city']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': ['hotel']}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': ['ballare']}}]}","{'Dialogue ID': 'PMUL2097.json', 'Services Involved': ['attraction', 'hotel', 'restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-area': 'city center', 'restaurant-pricerange': '2000 THB per person', 'restaurant-food': 'Thai', 'restaurant-bookday': 'Thursday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '3 pm', 'restaurant-name': 'Bangkok City Restaurant'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-name': 'null'}}]}",0.2222222222222222 +PMUL0949.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0949.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [ask], restaurant-bookday: [wednesday], restaurant-bookpeople: [1], restaurant-booktime: [17:15]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": [""ask""], ""restaurant-bookday"": [""wednesday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""17:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"", 'User: Um, let me see... how about ""The Italian Place""?', 'System: Great choice! I have found a few options for you. Would you like to book ""The Italian Place"" for Wednesday at 17:15?', 'User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?', 'System: Certainly! ""The Italian Place"" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?', 'User: Yes, that sounds great. How do I confirm the booking?', 'System: Simply reply with ""confirm"" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know.', 'User: Confirm.', 'System: Great! Your booking for ""The Italian Place"" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you!"", 'System: You\'re welcome! Have a great dining experience at ""The Italian Place"" on Wednesday. Goodbye!']","User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!","{""Dialogue ID"": ""PMUL0949.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'The Italian Place', 'restaurant-bookday': 'Wednesday', 'restaurant-bookpeople': 'one person', 'restaurant-booktime': '1715'}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': ['ask'], 'restaurant-bookday': ['wednesday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['17:15']}}]}","{'Dialogue ID': 'PMUL0949.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-name': 'The Italian Place', 'restaurant-bookday': 'Wednesday', 'restaurant-bookpeople': 'one person', 'restaurant-booktime': '1715'}}]}",0.25 +PMUL3847.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3847.json, Services Involved: [train, attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-arriveby: [13:15], train-day: [friday], train-departure: [birmingham new street], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": [""east""]}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-arriveby"": [""13:15""], ""train-day"": [""friday""], ""train-departure"": [""birmingham new street""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What would you like to know?"", 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?', 'System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?', 'User: Yes, please do.', 'System: Great! Here are your options:', ""User: I'd like to book the 12:45 train with a change in Leicester."", ""System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?"", ""User: No, that's all I need. Thank you."", 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?', ""User: I'll pay with credit card."", ""System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them? User: Yes, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal? User: No, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!","{""Dialogue ID"": ""PMUL3847.json"", ""Services Involved"": [""train"", ""attraction""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-area"": ""null""}}, {""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge', 'train-arriveby': '1315', 'train-day': 'Friday', 'train-departure': 'Birmingham New Street', 'train-bookpeople': 'null'}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': ['east']}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-arriveby': ['13:15'], 'train-day': ['friday'], 'train-departure': ['birmingham new street'], 'train-bookpeople': ['2']}}]}","{'Dialogue ID': 'PMUL3847.json', 'Services Involved': ['train', 'attraction'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-area': 'null'}}, {'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-destination': 'Cambridge', 'train-arriveby': '1315', 'train-day': 'Friday', 'train-departure': 'Birmingham New Street', 'train-bookpeople': 'null'}}]}",0.5 +PMUL2710.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL2710.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [castle galleries]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-area: [north], hotel-type: [guesthouse], hotel-bookday: [sunday], hotel-bookpeople: [4], hotel-bookstay: [5]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""castle galleries""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""north""], ""hotel-type"": [""guesthouse""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""5""]}}]}","[""User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"", 'System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?', ""User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party."", 'System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?', 'User: Yes, please!', 'System: Sure thing! Here are three options that fit your needs:', 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?', 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!""]","User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!","{""Dialogue ID"": ""PMUL2710.json"", ""Services Involved"": [""attraction"", ""hotel""], ""Service Details"": [{""Service Type"": ""attraction"", ""Actions"": [""find_attraction"", ""NONE""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'north', 'hotel-type': 'guesthouse', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '4', 'hotel-bookstay': '5'}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['castle galleries']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': ['north'], 'hotel-type': ['guesthouse'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['5']}}]}","{'Dialogue ID': 'PMUL2710.json', 'Services Involved': ['attraction', 'hotel'], 'Service Details': [{'Service Type': 'attraction', 'Actions': ['find_attraction', 'NONE'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-area': 'north', 'hotel-type': 'guesthouse', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '4', 'hotel-bookstay': '5'}}]}",0.625 +WOZ20385.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: WOZ20385.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [find_restaurant], Preferences: {restaurant-area: [south], restaurant-food: [dontcare], restaurant-name: [chiquito restaurant bar]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-food"": [""dontcare""], ""restaurant-name"": [""chiquito restaurant bar""]}}]}","[""User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?"", ""User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?', 'User: Yes, please! What kind of dishes do they offer?', 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?', 'User: Yes, please book a table for two people. What time is available?', 'System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?', 'User: Yes, that works perfect. Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!""]","User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range? User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes, please book a table for two people. What time is available? System: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!","{""Dialogue ID"": ""WOZ20385.json"", ""Services Involved"": [""restaurant""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'south restaurantfood Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030', 'restaurant-food': 'Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030', 'restaurant-name': 'Chiquito Restaurant Bar restaurantpricerange 2030'}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-food': ['dontcare'], 'restaurant-name': ['chiquito restaurant bar']}}]}","{'Dialogue ID': 'WOZ20385.json', 'Services Involved': ['restaurant'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'south restaurantfood Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030', 'restaurant-food': 'Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030', 'restaurant-name': 'Chiquito Restaurant Bar restaurantpricerange 2030'}}]}",0.0 +PMUL0172.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL0172.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-area: [centre, north], hotel-parking: [yes], hotel-type: [hotel], hotel-bookday: [saturday], hotel-bookpeople: [6], hotel-bookstay: [3], hotel-name: [alexander bed and breakfast]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [indian], restaurant-pricerange: [cheap], restaurant-area: [dontcare], restaurant-bookday: [saturday], restaurant-bookpeople: [6], restaurant-booktime: [11:30], restaurant-name: [royal spice]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-area"": [""centre"", ""north""], ""hotel-parking"": [""yes""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""6""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""indian""], ""restaurant-pricerange"": [""cheap""], ""restaurant-area"": [""dontcare""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""6""], ""restaurant-booktime"": [""11:30""], ""restaurant-name"": [""royal spice""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?"", 'User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.', 'System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?', 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?', 'System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?', 'User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?', 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area? User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town. System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!","{""Dialogue ID"": ""PMUL0172.json"", ""Services Involved"": [""restaurant"", ""hotel""], ""Service Details"": [{""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel"", ""NONE""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes The user mentions that they want a hotel with internet so I filled in yes for this slot', 'hotel-area': 'centre of town The user mentions that they prefer a hotel in the centre of town so I filled in centre of town for this slot', 'hotel-parking': 'yes The user mentions that they want a hotel with parking so I filled in yes for this slot', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian The user mentions that they want to try Indian cuisine so I filled in Indian for this slot', 'restaurant-pricerange': 'affordable The user does not mention the price range for the restaurant so I left this slot blank', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-area': ['centre', 'north'], 'hotel-parking': ['yes'], 'hotel-type': ['hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['6'], 'hotel-bookstay': ['3'], 'hotel-name': ['alexander bed and breakfast']}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['indian'], 'restaurant-pricerange': ['cheap'], 'restaurant-area': ['dontcare'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['6'], 'restaurant-booktime': ['11:30'], 'restaurant-name': ['royal spice']}}]}","{'Dialogue ID': 'PMUL0172.json', 'Services Involved': ['restaurant', 'hotel'], 'Service Details': [{'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel', 'NONE'], 'Preferences': {'hotel-internet': 'yes The user mentions that they want a hotel with internet so I filled in yes for this slot', 'hotel-area': 'centre of town The user mentions that they prefer a hotel in the centre of town so I filled in centre of town for this slot', 'hotel-parking': 'yes The user mentions that they want a hotel with parking so I filled in yes for this slot', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'Indian The user mentions that they want to try Indian cuisine so I filled in Indian for this slot', 'restaurant-pricerange': 'affordable The user does not mention the price range for the restaurant so I left this slot blank', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}",0.0 +PMUL3867.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3867.json, Services Involved: [hotel, restaurant, taxi], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [british], restaurant-pricerange: [expensive], restaurant-area: [centre], restaurant-name: [midsummer house restaurant], restaurant-bookday: [saturday], restaurant-bookpeople: [3], restaurant-booktime: [16:30]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [centre], hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [16:30], taxi-departure: [university arms hotel], taxi-destination: [midsummer house restaurant]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""british""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""centre""], ""restaurant-name"": [""midsummer house restaurant""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""3""], ""restaurant-booktime"": [""16:30""]}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""]}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""16:30""], ""taxi-departure"": [""university arms hotel""], ""taxi-destination"": [""midsummer house restaurant""]}}]}","[""User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?"", ""User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal."", 'System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?', 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?', ""System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?"", 'User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.', ""System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance."", 'User: Thank you so much! Do you know of any good hotels in the area as well?', 'System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?', 'User: That would be great, thank you!', ""System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."", 'User: That sounds perfect, thank you so much for your help!', ""System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye, Sarah. Have a great day!']","User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to? User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please? User: Sure, my name is Sarah Johnson and my phone number is 07789 456789. System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect, thank you so much for your help! System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you, I will! Goodbye. System: Goodbye, Sarah. Have a great day!","{""Dialogue ID"": ""PMUL3867.json"", ""Services Involved"": [""hotel"", ""restaurant"", ""taxi""], ""Service Details"": [{""Service Type"": ""restaurant"", ""Actions"": [""NONE"", ""book_restaurant"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null""}}, {""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'highquality', 'restaurant-area': 'cozy', 'restaurant-name': 'Midsummer House Restaurant', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '3', 'restaurant-booktime': '1630'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'central', 'hotel-pricerange': '150', 'hotel-type': 'comfortable', 'hotel-name': 'University Arms Hotel'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1630', 'taxi-departure': '1700', 'taxi-destination': 'Midsummer House Restaurant'}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': ['british'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['centre'], 'restaurant-name': ['midsummer house restaurant'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['3'], 'restaurant-booktime': ['16:30']}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel']}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['16:30'], 'taxi-departure': ['university arms hotel'], 'taxi-destination': ['midsummer house restaurant']}}]}","{'Dialogue ID': 'PMUL3867.json', 'Services Involved': ['hotel', 'restaurant', 'taxi'], 'Service Details': [{'Service Type': 'restaurant', 'Actions': ['NONE', 'book_restaurant', 'find_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'highquality', 'restaurant-area': 'cozy', 'restaurant-name': 'Midsummer House Restaurant', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '3', 'restaurant-booktime': '1630'}}, {'Service Type': 'hotel', 'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'central', 'hotel-pricerange': '150', 'hotel-type': 'comfortable', 'hotel-name': 'University Arms Hotel'}}, {'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': '1630', 'taxi-departure': '1700', 'taxi-destination': 'Midsummer House Restaurant'}}]}",0.42857142857142855 +SNG01373.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01373.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [don pasquale pizzeria], taxi-arriveby: [one o'clock p.m., one o'clock p.m], taxi-departure: [finches bed and breakfast]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""don pasquale pizzeria""], ""taxi-arriveby"": [""one o'clock p.m."", ""one o'clock p.m""], ""taxi-departure"": [""finches bed and breakfast""]}}]}","[""User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"", ""User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m."", ""System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect. How much will the fare be?', 'System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?', ""User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?"", 'System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.', ""User: Great, I've entered my payment information. Is everything confirmed?"", ""System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"", 'User: Thank you so much! Have a great day!', ""System: You're welcome! Goodbye!""]","User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great, I've entered my payment information. Is everything confirmed? System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!","{""Dialogue ID"": ""SNG01373.json"", ""Services Involved"": [""taxi""], ""Service Details"": [{""Service Type"": ""taxi"", ""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-arriveby"": ""null"", ""taxi-departure"": ""null""}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria The user requests to be taken to Don Pasquale Pizzeria', 'taxi-arriveby': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp', 'taxi-departure': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp'}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['don pasquale pizzeria'], 'taxi-arriveby': [""one o'clock p.m."", ""one o'clock p.m""], 'taxi-departure': ['finches bed and breakfast']}}]}","{'Dialogue ID': 'SNG01373.json', 'Services Involved': ['taxi'], 'Service Details': [{'Service Type': 'taxi', 'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria The user requests to be taken to Don Pasquale Pizzeria', 'taxi-arriveby': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp', 'taxi-departure': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp'}}]}",0.0 +PMUL3555.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: PMUL3555.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-departure: [cambridge], train-destination: [leicester], train-leaveat: [21:45], train-bookpeople: [2]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-internet: [yes], hotel-name: [allenbell], hotel-bookday: [thursday], hotel-bookpeople: [2], hotel-bookstay: [4]}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": [""monday""], ""train-departure"": [""cambridge""], ""train-destination"": [""leicester""], ""train-leaveat"": [""21:45""], ""train-bookpeople"": [""2""]}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-name"": [""allenbell""], ""hotel-bookday"": [""thursday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""4""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific services are you looking for?"", ""User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday."", 'System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?', ""User: I'd like to book a one-way ticket in economy class."", ""System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"", 'User: Yes, that sounds good.', ""System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?"", ""User: I'd like to book a room at the Allen Bell hotel, if possible."", ""System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect.', ""System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes, that sounds good. System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you, I will. Goodbye! System: Goodbye!","{""Dialogue ID"": ""PMUL3555.json"", ""Services Involved"": [""train"", ""hotel""], ""Service Details"": [{""Service Type"": ""train"", ""Actions"": [""NONE"", ""find_train"", ""book_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Service Type"": ""hotel"", ""Actions"": [""book_hotel"", ""find_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday', 'train-departure': '2145', 'train-destination': 'Leicester', 'train-leaveat': 'Cambridge', 'train-bookpeople': 'oneway'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'free', 'hotel-name': 'Allen Bell', 'hotel-bookday': 'Thursday', 'hotel-bookpeople': 'four', 'hotel-bookstay': 'four days'}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': ['monday'], 'train-departure': ['cambridge'], 'train-destination': ['leicester'], 'train-leaveat': ['21:45'], 'train-bookpeople': ['2']}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-name': ['allenbell'], 'hotel-bookday': ['thursday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['4']}}]}","{'Dialogue ID': 'PMUL3555.json', 'Services Involved': ['train', 'hotel'], 'Service Details': [{'Service Type': 'train', 'Actions': ['NONE', 'find_train', 'book_train'], 'Preferences': {'train-day': 'Monday', 'train-departure': '2145', 'train-destination': 'Leicester', 'train-leaveat': 'Cambridge', 'train-bookpeople': 'oneway'}}, {'Service Type': 'hotel', 'Actions': ['book_hotel', 'find_hotel'], 'Preferences': {'hotel-internet': 'free', 'hotel-name': 'Allen Bell', 'hotel-bookday': 'Thursday', 'hotel-bookpeople': 'four', 'hotel-bookstay': 'four days'}}]}",0.3 +SNG01958.json," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Dialogue ID: SNG01958.json, Services Involved: [police], Service Details: [{Service Type: police, Actions: [find_police], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","['User: Hi, I need to find a police station near me. Can you help?', ""System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code?"", ""User: Sure, I'm in New York City."", 'System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?', 'User: Yes, that would be helpful.', 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:', 'User: Thank you so much! This is really helpful.', ""System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", 'User: Thank you, you too! Goodbye!', 'System: Goodbye!']","User: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure, I'm in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you, you too! Goodbye! System: Goodbye!","{""Dialogue ID"": ""SNG01958.json"", ""Services Involved"": [""police""], ""Service Details"": [{""Service Type"": ""police"", ""Actions"": [""find_police""], ""Preferences"": {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}","{'Dialogue ID': 'SNG01958.json', 'Services Involved': ['police'], 'Service Details': [{'Service Type': 'police', 'Actions': ['find_police'], 'Preferences': {}}]}", diff --git a/notebooks/dialogue_generation/dialogue_domain_knowledge_50.json b/notebooks/dialogue_generation/dialogue_domain_knowledge_50.json new file mode 100644 index 0000000000000000000000000000000000000000..f2121ebe3e88cd37d6b87c6ce01e43834e7b21e6 --- /dev/null +++ b/notebooks/dialogue_generation/dialogue_domain_knowledge_50.json @@ -0,0 +1,2351 @@ +[ + { + "Dialogue ID": "PMUL4398.json", + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1013.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3", + "4" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL0121.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3484.json", + "Services Involved": [ + "restaurant", + "hotel", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-name": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "don pasquale pizzeria" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "19:00" + ], + "taxi-departure": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "taxi-destination": [ + "don pasquale pizzeria" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0389.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "9:30", + "09:30" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01520.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3951.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-day": [ + "saturday" + ], + "train-leaveat": [ + "20:00" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "riverside brasserie" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-bookpeople": [ + "6" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0843.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "little seoul" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "09:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2979.json", + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "huntington marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "places", + "the place" + ], + "taxi-leaveat": [ + "17:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1681.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "15:15" + ], + "train-day": [ + "saturday" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0928.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "backstreet bistro" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20645.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02152.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "avalon" + ], + "taxi-leaveat": [ + "19:15" + ], + "taxi-departure": [ + "primavera" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2460.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "crossover", + "british" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "dontcare", + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0358.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-food": [ + "chinese" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-destination": [ + "broxbourne" + ], + "train-arriveby": [ + "13:00" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4450.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "14:00" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "indian", + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1251.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:15" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1842.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "21:15" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "broxbourne" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4896.json", + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-name": [ + "cherry hinton hall and grounds" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2431.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "12:45", + "11:45" + ], + "restaurant-name": [ + "charlie chan" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum", + "entertainment" + ], + "attraction-name": [ + "cambridge contemporary art" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1375.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "8:00", + "08:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1031.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "9:00", + "09:00" + ], + "train-day": [ + "sunday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-type": [ + "park" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20027.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4827.json", + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-name": [ + "yu garden" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3086.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "13:45" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0598.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "bistro", + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01162.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "travellers rest" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "14:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1146.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "birmingham new street" + ], + "train-leaveat": [ + "16:45" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0018.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub", + "african" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "13:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2293.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "a and b guest house" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "friday" + ], + "train-leaveat": [ + "12:45" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1586.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "13:45" + ], + "train-bookpeople": [ + "4" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0039.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "corpus christi" + ], + "taxi-leaveat": [ + "08:45" + ], + "taxi-departure": [ + "gourmet burger kitchen" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0142.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "dontcare", + "ask.\"", + "ask" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "14:15" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01795.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "12:15", + "10:43" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "6" + ], + "train-leaveat": [ + "09:54" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4433.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "stevenage" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "15:15" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green outdoor pool" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1116.json", + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "downing college" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1165.json", + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-area": [ + "north", + "south" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3460.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "bangkok city" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:30" + ], + "restaurant-food": [ + "thai" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00", + "17:58", + "16:58", + "17.58" + ], + "train-day": [ + "monday" + ], + "train-destination": [ + "kings lynn" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2583.json", + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "sunday", + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "1" + ], + "hotel-name": [ + "gonville hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "11:15" + ], + "taxi-destination": [ + "castle galleries" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1914.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-departure": [ + "ely" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "9:30", + "09:30" + ], + "train-bookpeople": [ + "7" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-name": [ + "ruskin gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2097.json", + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "thai" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "15:00" + ], + "restaurant-name": [ + "bangkok city", + "city" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-name": [ + "ballare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0949.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ask" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3847.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "east" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "13:15" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2710.json", + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "castle galleries" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20385.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "chiquito restaurant bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0172.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "centre", + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "11:30" + ], + "restaurant-name": [ + "royal spice" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3867.json", + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "midsummer house restaurant" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "16:30" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "16:30" + ], + "taxi-departure": [ + "university arms hotel" + ], + "taxi-destination": [ + "midsummer house restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01373.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "don pasquale pizzeria" + ], + "taxi-arriveby": [ + "one o'clock p.m.", + "one o'clock p.m" + ], + "taxi-departure": [ + "finches bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3555.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "21:45" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "allenbell" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01958.json", + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue.json b/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue.json new file mode 100644 index 0000000000000000000000000000000000000000..6a91be769c2fbd1357d807a8a1082837695e24bb --- /dev/null +++ b/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue.json @@ -0,0 +1,32919 @@ +[ + { + "Dialogue ID": "PMUL4398.json", + "Complete Dialogue": [ + "USER: i need a place to dine in the center thats expensive", + "SYSTEM: I have several options for you; do you prefer African, Asian, or British food?", + "USER: Any sort of food would be fine, as long as it is a bit expensive. Could I get the phone number for your recommendation?", + "SYSTEM: There is an Afrian place named Bedouin in the centre. How does that sound?", + "USER: Sounds good, could I get that phone number? Also, could you recommend me an expensive hotel?", + "SYSTEM: Bedouin's phone is 01223367660. As far as hotels go, I recommend the University Arms Hotel in the center of town.", + "USER: Yes. Can you book it for me?", + "SYSTEM: Sure, when would you like that reservation?", + "USER: i want to book it for 2 people and 2 nights starting from saturday.", + "SYSTEM: Your booking was successful. Your reference number is FRGZWQL2 . May I help you further?", + "USER: That is all I need to know. Thanks, good bye.", + "SYSTEM: Thank you so much for Cambridge TownInfo centre. Have a great day!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1013.json", + "Complete Dialogue": [ + "USER: Guten Tag, I am staying overnight in Cambridge and need a place to sleep. I need free parking and internet.", + "SYSTEM: I have 4 different options for you. I have two cheaper guesthouses and two expensive hotels. Do you have a preference?", + "USER: No, but I'd really like to be on the south end of the city. Do any of those fit the bill?", + "SYSTEM: Sure. Does price matter? We can narrow it down and find exactly what you need.", + "USER: No I don't care about the price. Which one do you recommend?", + "SYSTEM: I would recommend aylesbray lodge guest house. Would you like me to book that for you?", + "USER: Yes, book it for 4 people and 4 nights starting from tuesday.", + "SYSTEM: The booking was unsuccessful. would you like another day or a shorter stay?", + "USER: How about for 3 nights?", + "SYSTEM: Booked! Reference number is: 84ESP6F5", + "USER: Great. I am all set then. Have a nice day. Bye.", + "SYSTEM: Have a nice stay. Bye." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4", + "3" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL0121.json", + "Complete Dialogue": [ + "USER: Hi there! Can you give me some info on Cityroomz?", + "SYSTEM: Cityroomz is located at Sleeperz Hotel, Station Road in the Centre area. It is a moderatley priced hotel with a 0 star rating. Would you like to book a room?", + "USER: Yes please. I need it for 7 people for 3 nights starting on tuesday.", + "SYSTEM: How many days would you like to book it for?", + "USER: I would like to book it for 3 nights beginning on Tuesday.", + "SYSTEM: Ok, Your rooms have been booked. Your reference number is CYJDAR7R . Is there anything else I can help you with today?", + "USER: Yeah, I need a restaurant in the west and with expensive pricing.", + "SYSTEM: There are 9 expensive restaurants in the west area. Do you prefer a certain type of food?", + "USER: No, I don't have a preference, but I need the phone number and postcode.", + "SYSTEM: I recommend Graffiti, the number is 01223277977 and the postcode is cb30lx. Would you like me to book a table for you?", + "USER: No, right now, I just need the infor. Thanks!", + "SYSTEM: Can I help you with anything else today?", + "USER: That is all. thanks", + "SYSTEM: Thank you for using our system." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3484.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel named alyesbray lodge guest house.", + "SYSTEM: i have their info, what would you like to know?", + "USER: I would like to book a reservation for it. Can you help me with that?", + "SYSTEM: I sure can. First, I will need to know when you want your stay to begin and how many days you'll be staying. Also, how many people will be staying?", + "USER: We will be arriving on Sunday and will stay for 5 nights.", + "SYSTEM: Can you tell me how many guests will be staying in the room?", + "USER: There will be 8 guests.", + "SYSTEM: Booking was successful. Your reference number is 4UFN3SWC . Will that be all for today?", + "USER: that is it thank you.", + "SYSTEM: You have a nice day then!", + "USER: Can you actually look up a restaurant for me as well?", + "SYSTEM: sure thing what's the area and or name?", + "USER: It's a place called Don Pasquale Pizzeria.", + "SYSTEM: A very nice place in the centre. Need a reservation?", + "USER: Yes, I do. I'll need it booked for the same day, same people, and we'd like to eat at 19:00.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : GVM0PAM2 .", + "USER: Great. One more thing. Can you book a taxi between the two places? I'd like to arrive at the restaurant in time for my reservation.", + "SYSTEM: Contact number 07404031593. You are in a Red Skoda.", + "USER: Thank you so much that was all I needed.", + "SYSTEM: Alright, hope you enjoy the rest of your day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "alyesbray lodge guest house", + "aylesbray lodge guest house" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "don pasquale pizzeria" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "19:00" + ], + "taxi-departure": [ + "alyesbray lodge guest house", + "aylesbray lodge guest house" + ], + "taxi-destination": [ + "don pasquale pizzeria" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0389.json", + "Complete Dialogue": [ + "USER: i need a train on tuesday out of kings lynn", + "SYSTEM: What time of day would you like to leave?", + "USER: I want to leave on Tuesday.", + "SYSTEM: Do you have a time you'd like to leave?", + "USER: I'd like to leave after 9:30.", + "SYSTEM: Is that 9:30 AM or PM?", + "USER: Looking for a train Tuesday leaving kings lynn after 9:30 to go to cambridge.", + "SYSTEM: I'm sorry, I'm not seeing any trains for that time. Would you like to try another time or a different route?", + "USER: No, I'd like a train leaving after 09:30 departing from Kings Lynn and going to Cambridge. Please take another look?", + "SYSTEM: There are no trains running at this time. Can I narrow your search in any way?", + "USER: Wow...no, I really needed that time. I guess not. Thanks anyway.", + "SYSTEM: I do have a train living at 10:11 of that would work for you.", + "USER: Yes, that works. Please book for two people. Thanks for checking again.", + "SYSTEM: It's my pleasure. You're booked with reference HXG3N56O . The total fee is 19.6 GBP payable at the station. May I help with anything else?", + "USER: Perfect. Thank you for your help. Have a great day. Bye.", + "SYSTEM: Thank you for using our service, goodbye.", + "USER: Have a nice day.", + "SYSTEM: Booking was successful, the total fee is 19.6 GBP payable at the station . Reference number is : HXG3N56O ." + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "9:30", + "09:30" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01520.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant. I would like something cheap that has Chinese food.", + "SYSTEM: I've heard good things about the lucky star. Need a reservation?", + "USER: Yes, could you make a reservation for 1 at 20:00 on Saturday?", + "SYSTEM: Your booking was successful. The table will be reserved for 15 minutes. Reference number is : FDLFKTZM .", + "USER: Thank you so much for your help!", + "SYSTEM: You're welcome. Thank you! Have a good day now!", + "USER: Thanks, you too. Goodbye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Good-bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3951.json", + "Complete Dialogue": [ + "USER: Please find me a train from cambridge to stansted airport", + "SYSTEM: Sure, I can do that but first I need a little more information. What day would you like to travel as well as departure and arrival times?", + "USER: Saturday leaving Cambridge anytime after 20:00 please", + "SYSTEM: TR3128 will leave at 20:40 and arrive by 21:08. Do you need more information or would you like to book tickets?", + "USER: Can you book me 6 tickets please?", + "SYSTEM: You're all set. Total for tickets is 48.48 GBP payable at the station. Reference number is JD6SA21J .", + "USER: I am also looking for The Riverside Brasserie.", + "SYSTEM: riverside brasserie is a modern european restaurant in the centre. Its address is Doubletree by Hilton Cambridge Granta Place Mill Lane and postcode is cb21rt. Want to book it?", + "USER: Yes, I would like to book it and get a reference number.", + "SYSTEM: Unfortunately, I cannot book it at this time.", + "USER: Can you try for Saturday at 13:00?", + "SYSTEM: How many people will be dining?", + "USER: 6 people will be dining", + "SYSTEM: Your booking was successful. Your reference number is 3VX3AOKS .", + "USER: Thanks for everything you have been great!", + "SYSTEM: Thank you is there anything else today?", + "USER: No that is all I needed. Thank you ever so kindly.", + "SYSTEM: Wonderful. I'm glad I could help. Have a great day. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-day": [ + "saturday" + ], + "train-leaveat": [ + "20:00" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "riverside brasserie" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-bookpeople": [ + "6" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0843.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the centre if you could help me.", + "SYSTEM: I sure can. There are lots of choices. Are you looking for a particular type of food?", + "USER: No, not really. I think I'd like to try something different. Could you suggest something?", + "SYSTEM: There is a Korean restaurant called Little Seoul located at 108 Regent Street City Centre. Would you like their phone number?", + "USER: Yes, I would like both the phone number and the postcode please.", + "SYSTEM: The phone number for little seoul is 01223308681, postcode cb21dp. Can I help you with anything else today?", + "USER: Can I also have the address please?", + "SYSTEM: The address for Little Seoul is 108 Regent Street, City Centre. Is there anything else I can help you with?", + "USER: I also want to see the travel times for a train going from Kings Lynn from Cambridge on Saturday. It should leave after 09:15.", + "SYSTEM: Is there a time you would like to arrive by?", + "USER: I got that backwards. Need a train leaving Kings Lynn after 9:15 and arriving in Cambridge sometime on Saturday.", + "SYSTEM: TR2514 leaves at 10:11 and arrives at 10:58. Will this one work for you?", + "USER: Sure. Could you tell me the exact travel time?", + "SYSTEM: Sure. The travel time for TR2514 is 47 minutes. Anything else I can help you with today?", + "USER: that is it for today. good day thank you", + "SYSTEM: Have a wonderful day yourself. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "little seoul" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "09:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2979.json", + "Complete Dialogue": [ + "USER: I'm looking for a places to go and see during my upcoming trip to Cambridge.", + "SYSTEM: What area of town would you like?", + "USER: I would like to go to the south area please.", + "SYSTEM: On the south side, your options are the cinema, entertainment venues, museums, nightclubs, parks, and a theatre.", + "USER: That's a lot of choices, how about nightclubs? Can you get me a couple of phone numbers for good ones? I'm hoping to catch DJ Squalour from Ibiza!", + "SYSTEM: The only nightclub in the south is called the place on 22 sidney street. Phone number is 01223324600. Can I help you with anything else?", + "USER: Yes, I would like an expensive hotel with free parking.", + "SYSTEM: I have places that fit that description all over town, except in the north. If area is no concern, I recommend the Gonville in the center of town.", + "USER: Is it four star?", + "SYSTEM: No, it only 3 stars. The Huntington Marriott is 4 stars though. It is also expensive and has free parking and internet.", + "USER: Okay well now I need to get a taxi to leave the hotel by 17:45 to the attraction. I will need a contact number and car type.", + "SYSTEM: Booking completed! Booked car type : red lexus Contact number : 07421633218", + "USER: I want to confirm that the booked red Lexus is a taxi, as I previously requested?", + "SYSTEM: Yes, it is! Anything else needed?", + "USER: No that is it. Thank you!", + "SYSTEM: you are welcome. enjoy your stay." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "huntington marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "places", + "the place" + ], + "taxi-leaveat": [ + "17:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1681.json", + "Complete Dialogue": [ + "USER: Hi, I'd like to book a train to stansted airport from cambridge. Can you help?", + "SYSTEM: Absolutely. Where will you departing from?", + "USER: From Cambridge, which is why I asked the Cambridge TownInfo centre.", + "SYSTEM: What day would you like to leave?", + "USER: On Saturday. Is there a train that will arrive by 15:15?", + "SYSTEM: There is! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds. Can I book that for you?", + "USER: No need to book it. Thanks. But can you help me find a cheap restaurant in the south?", + "SYSTEM: Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food. Do either of those sound good?", + "USER: The Lucky Star sounds good. That's all I need.", + "SYSTEM: Would you like to book a table?", + "USER: Can you also tell me the postcode?", + "SYSTEM: Sure. The post code is cb17dy.", + "USER: Thanks for your help. Good bye.", + "SYSTEM: You're welcome. Please let me know if you need anything else." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "15:15" + ], + "train-day": [ + "saturday" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0928.json", + "Complete Dialogue": [ + "USER: Yeah, could you recommend a good gastropub?", + "SYSTEM: Backstreet Bistro. It's expensive though. There is a moderately priced one called The Cow Pizza Kitchen and Bar if preferred.", + "USER: I would like to book a table at the Backstreet Bistro for 5 people at 16:00 on Thursday.", + "SYSTEM: No problem. That is booked for you and your reference number is 2VE84YC5 . Is there anything else I can book for you?", + "USER: Yes, any suggestions of museums found in the east area of town?", + "SYSTEM: Yes, Gallery at Twelve a High Street is excellent, and has free admission. Would you like more information?", + "USER: Can I please have the phone number and address for that place?", + "SYSTEM: Certainly! The address for gallery at twelve a high street is fulbourn and the phone number is 01223295264. Can I help you with anything else?", + "USER: Great that's all the information I needed today, thank you!", + "SYSTEM: You are very welcome. Have a nice day. Good bye." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "backstreet bistro" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20645.json", + "Complete Dialogue": [ + "USER: I want to find an expensive restaurant and serves european food. Can i also have the address, phone number and its area. ?", + "SYSTEM: Eraina is a European restaurant in the centre area. Their address is St. Michael's Church Trinity Street City Centre and phone number 01223 355166.", + "USER: thank you goodbye", + "SYSTEM: Thank you and good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02152.json", + "Complete Dialogue": [ + "USER: I need a 19:15 taxi to take me to Avalon.", + "SYSTEM: I can definitely help! Where are you departing from?", + "USER: I will be departing from Primavera.", + "SYSTEM: You car has been booked. It is a black volvo. Can I assist you any further?", + "USER: Can i get the contact number please", + "SYSTEM: Yes, your contact number is 07698022958. Can I assist you any further?", + "USER: No, that will be all. Good bye.", + "SYSTEM: You're very welcome! Goodbye." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "avalon" + ], + "taxi-leaveat": [ + "19:15" + ], + "taxi-departure": [ + "primavera" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2460.json", + "Complete Dialogue": [ + "USER: Where's a good place to eat crossover food in Cambridge?", + "SYSTEM: There are no crossover locations in Cambridge.", + "USER: How about British restaurants in the Centre instead?", + "SYSTEM: I have 7 in the centre that serve british food. I have 4 in the moderate price range and 3 in the expensive. Did you have a preference?", + "USER: I would prefer the british food.", + "SYSTEM: I have cotto that serves moderate priced food. Would you like to book a table?", + "USER: Yes please make a booking for 8 people at 12:30 on friday.", + "SYSTEM: I have made your booking here is the information:Booking was successful. The table will be reserved for 15 minutes. Reference number is : VVSOH0TQ .", + "USER: What's a good college to visit near the restaurant?", + "SYSTEM: There are 13 colleges in the centre. Is there a particular one you are interested in?", + "USER: Any college will be fine what do you recommend? I need the phone number for whichever you pick.", + "SYSTEM: christi's college is in that area and has free entrance. There phone number is 01223334900. Is there anything else I can assist you with?", + "USER: That is all I needed.", + "SYSTEM: Thank you for choosing us and enjoy your stay." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british", + "crossover" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate", + "dontcare" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0358.json", + "Complete Dialogue": [ + "USER: I want a restaurant in the north of Cambridge that is within a moderate price range.", + "SYSTEM: There are two restaurants fitting your description, one is Chinese cuisine and one is Indian cuisine. Do you have a preference?", + "USER: Please book a table for 4 at the Chinese place at 12:30 on Sunday and give me the reference number.", + "SYSTEM: Okay you're all set for Sunday at 12:30. Your reference number is F5BTP63A . Can I help you find anything else?", + "USER: I am also looking for a train that goes to broxbourne on monday.", + "SYSTEM: There are 19 trains to broxbourne on Monday leaving every hour starting at 05:01. Is there a specific time you'd like?", + "USER: I would like to arrive in broxbourne by 13:00.", + "SYSTEM: The one arriving closest to 13:00 is TR5971 leaving cambridge at 11:01 and arrives by 12:01 in broxbourne. Would you like to book a ticket?", + "USER: Can I just get the price on one of them?", + "SYSTEM: All tickets from cambridge to broxbourne on that day cost 17.90 pounds each.", + "USER: Please book one.", + "SYSTEM: How many tickets do I need to reserve for your train?", + "USER: Just one, thank you! Please provide me with a reference number.", + "SYSTEM: Booking was successful, the total fee is 17.89 GBP payable at the station. Reference number is : T1FGQFDJ . Can I help with anything else today?", + "USER: No, thank you. That will be all for today. Thanks.", + "SYSTEM: Have a great day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-food": [ + "chinese" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-destination": [ + "broxbourne" + ], + "train-arriveby": [ + "13:00" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4450.json", + "Complete Dialogue": [ + "USER: Find me a train that leaves on Sunday after 14:00 please", + "SYSTEM: Certainly. Where are you headed?", + "USER: I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00", + "SYSTEM: TR5234 will leave at 14:16, would that work for you?", + "USER: Yes. Give me the ref number please.", + "SYSTEM: In order to get a ref number I must complete a booking first. How many tickets would you like me to book for you?", + "USER: I would like one train ticket please.", + "SYSTEM: Your reservation for 1 ticket on the TR5234 train was successful. Your Reference number is : PGQKG62W . Is there anything else I can do for you?", + "USER: Yes I am looking for a moderate priced place to eat in the east. Phone #, postcode and food type please", + "SYSTEM: You have three options for moderately priced restaurants. Do you prefer indian or italian food?", + "USER: I would prefer Italian but Indian would be good as well. I will need the phone number and postcode of the restaurant. Thanks!", + "SYSTEM: The place is called The Curry Prince and the phone number is: 01223566388 and the post code is: cb58jj.", + "USER: Thanks for helping me with this. I appreciate it! Goodbye!", + "SYSTEM: My pleasure. Have a great day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "14:00" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "indian", + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1251.json", + "Complete Dialogue": [ + "USER: I need to book a train to norwich that arrives by 16:15.", + "SYSTEM: What day would you like to leave?", + "USER: I want to leave on Wednesday from Cambridge.", + "SYSTEM: The TR1144 leaves Cambridge for Norwich on Wednesday at 05:36. Would that be good for you?", + "USER: What is the price and travel time?", + "SYSTEM: The price is 17.60 pounds.", + "USER: And what is the travel time?", + "SYSTEM: It is 79 minutes.", + "USER: Thanks! Can you also tell me if there are any multiple sports attractions in the center of town?", + "SYSTEM: there are not. i do have one in the east part of town. would you like the information for that venue?", + "USER: Thats ok. I really want something in the centre. How about any suggestions on a good college to visit?", + "SYSTEM: Christ's college is in the centre of town. Is there anything you need?", + "USER: Could you please get me the phone number?", + "SYSTEM: sure it's 01223334900", + "USER: Thank you. That is all that I need.", + "SYSTEM: Thank you, have a good day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:15" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1842.json", + "Complete Dialogue": [ + "USER: I need a place to stay that has free wifi.", + "SYSTEM: I have 32 places that offer wifi, do you have a price range preference?", + "USER: could you provide details for something in the cheap price range?", + "SYSTEM: There are 33 cheap hotels with wifi in Cambridge. Do you have a particular area you are interested in?", + "USER: No, I have no preference. Just pick one. That will be fine.", + "SYSTEM: I recommend alexander bed and breakfast on 56 saint barnabas road would that due?", + "USER: Perfect. I'll need a room for myself, for five nights on tuesday.", + "SYSTEM: Perfect, you are all set for Alexander Bed and Breakfast on Tuesday, your reference number is 22DG5770 . Is there anything I can help with today?", + "USER: Nope, that's it. Thanks!", + "SYSTEM: I hope you not going to sit in your room by yourself for 5 days, are you sure that you dont want to know about a restaurant or attraction?", + "USER: Actaully i will be on business so not out much but I do need a train, to cambridge leaving after 21:15", + "SYSTEM: Ok great. What day will you be traveling?", + "USER: Yes, I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne.", + "SYSTEM: I have the TR9688, which leaves at 12:32. Would you like to book this train?", + "USER: I need a train after 21:15.", + "SYSTEM: There are 3 trains leaving an hour apart starting at 21:32. The travel time is 60 minutes and costs 17.90 pounds. Would you like me to book one?", + "USER: No thank you. I just need the train ID and arrival time for one of them.", + "SYSTEM: The TR3112 arrives at 22:32.", + "USER: Great, thanks for that information on the train. Can you book for a train leaving after 21:15?", + "SYSTEM: How many tickets do you need?", + "USER: I need tickets for one person.", + "SYSTEM: Your total is 17.89 GBP. You can pay that at the station. Your reference number is RAIYCNJU .", + "USER: that is all i needed for today. thanks alot", + "SYSTEM: thank you for using this service good bye" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "21:15" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "broxbourne" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4896.json", + "Complete Dialogue": [ + "USER: Hi, I'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions.", + "SYSTEM: There are many to see! Are you going to be traveling within a certain area of town?", + "USER: Actually, yes. We are traveling into the northern part of town.", + "SYSTEM: If you're heading north, I recommend taking a ride on the Riverboat Georgina.", + "USER: That sounds nice but I would like to see about a guesthouse with free wifi.", + "SYSTEM: There at 10 guest houses in the north offering free wifi. Are you looking for a particular price range?", + "USER: No, I don't really care about price. Just something in the north that includes wifi.", + "SYSTEM: Acorn Guest house is located in the north , has free wifi and is moderately priced.", + "USER: Groovy!! Let get a booking for 2 people and 2 nights starting sunday.", + "SYSTEM: Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road. Is there anything else I can do for you?", + "USER: Yes, I am looking to visit the cherry hinton hall and grounds. Can I please have more information on that?", + "SYSTEM: Sure, that's a great entertainment venue in the East. Their phone number is 01223446104. Is there anything else you need to know?", + "USER: No, taht will be all. Thanks, goodbye.", + "SYSTEM: Thank you for using our service!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-name": [ + "cherry hinton hall and grounds" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2431.json", + "Complete Dialogue": [ + "USER: Can you help me book a table at a chinese restaurant that's in the centre of town?", + "SYSTEM: Great choice! I have 10 Chinese restaurants. What is your price range and we can narrow them down.", + "USER: I need some cheap Chop Suey, please.", + "SYSTEM: How does the Charlie Chan sound? It is a cheap Chinese restaurant in the centre.", + "USER: That sounds like they'll have some awesome Chop Suey. Please book me a table for 2 on Tuesday at 12:45.", + "SYSTEM: I am sorry but charlie chan is booked for that time. Do you want to pick an earlier or later time, or a different day?", + "USER: Can we try the same day for 11:45 please? And can I have the reference number as well, thanks.", + "SYSTEM: Great News! I was able to reserve your table for 2 at the 11:45 time. They will hold the table for 15 minutes. Reference number is : GFIL3UG5 .", + "USER: Thank you. I am also looking for places to go in the same area as the restaurant.", + "SYSTEM: There are dozens of attractions in the centre. What type of activities are you interested in? Museums? Architecture? Boat Rides? Something else?", + "USER: I am looking for some type of entertainment in the same area as the restaurant, please.", + "SYSTEM: There are all kinds of entertainment choices. Did you have something in mind?", + "USER: No, just an entertainment attraction in the same area as the restaurant. Can you make a suggestion?", + "SYSTEM: What about a museum? The cambridge contemporary art is a nice one.", + "USER: That sounds nice can I get their phone number, entrance fee, and address please?", + "SYSTEM: The phone number is 01223324222, the address is 6 Trinity Street, and it is free admittance.", + "USER: Thank you so much for your help.", + "SYSTEM: Will that be everything for you today then?", + "USER: That will be all. Thank you for your help!", + "SYSTEM: Glad to be of assistance, have a great day!", + "USER: Thanks, take care buddy!", + "SYSTEM: Thank you goodbye" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "11:45", + "12:45" + ], + "restaurant-name": [ + "charlie chan" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum", + "entertainment" + ], + "attraction-name": [ + "cambridge contemporary art" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1375.json", + "Complete Dialogue": [ + "USER: I am looking for a train to Ely.", + "SYSTEM: What day are you looking to travel?", + "USER: I need to leave a little after 8:00 on Sunday, and I'm leaving from Cambridge.", + "SYSTEM: The closest train I have is the TR3177 that leaves at 09:50. There's nothing earlier on that day.", + "USER: That will have to work. What is the arrival time?", + "SYSTEM: The arrival time is 10:07.", + "USER: Perfect! That's all I needed to know. Thanks. Have a great day.", + "SYSTEM: Have a wonderful day!" + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "8:00", + "08:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1031.json", + "Complete Dialogue": [ + "USER: I need to take a train from bishops stortford to Cambridge. Ill need to leave after 9:00", + "SYSTEM: There are 56 trains traveling from Bishops Stortford to Cambridge after 9:00 between Friday and Wednesday. What day to you want to travel?", + "USER: I want to leave on Sunday.", + "SYSTEM: How about TR4803 that leaves at 09:29?", + "USER: That will work can you book that for me please?", + "SYSTEM: Of course. How many tickets do you need?", + "USER: Actually, I don't need a booking. I just need to know when it arrives, thanks.", + "SYSTEM: It arrives at 10:07.", + "USER: Thank you. I am also looking for a park to go to.", + "SYSTEM: I have 5 to choose from. Is there a certain area you were wanting the park to be in?", + "USER: no specific area. just recommend one.", + "SYSTEM: Milton Country Park is a great place to visit! It's in the North and free to enter.", + "USER: Great! Please, give me the address of the park.", + "SYSTEM: milton country park, milton.", + "USER: Thank you so much for your time. Have a nice day!", + "SYSTEM: You too, enjoy your stay!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "9:00", + "09:00" + ], + "train-day": [ + "sunday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20027.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant that is in the expensive price range and in the south part of town.", + "SYSTEM: There are results matching your query. Would you like Mexican, Italian, Chinese, or Indian?", + "USER: Let's go with Italian food.", + "SYSTEM: Frankie and Bennys is an expensive Italian eatery in the south part of town. Would you like any additional information about this restaurant?", + "USER: address and phone number", + "SYSTEM: The address is Cambridge Leisure Park Clifton Way Cherry Hinton. The phone number is 01223 412430.", + "USER: Thank you, goodbye.", + "SYSTEM: You're welcome, goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4827.json", + "Complete Dialogue": [ + "USER: Can you help me find an expensive Chinese food restaurant?", + "SYSTEM: What area would you like? There are nine results.", + "USER: I'm interested in restaurants located in the East.", + "SYSTEM: Okay, Yu Garden matches your specifications. Would you like me to book a reservation?", + "USER: Yeah, could you book it for 8 people on Monday? I think 16:15 is when we want to be seated.", + "SYSTEM: The booking went through, your table is reserved for 15 minutes starting at 16:15. Reference number is BT75STQI .", + "USER: Thanks! I'm also looking for a hotel near that restaurant.", + "SYSTEM: I would recommend the Express by Holiday Inn Cambridge, should I book it for you?", + "USER: If that has free wifi that'll work.", + "SYSTEM: Yes, there is internet there. Would you like a booking then?", + "USER: Could you tell me the price, address and phone number?", + "SYSTEM: They are expensive and can be reached at 01223866800. The address is 15-17 norman way, coldhams business park. Anything else?", + "USER: No, that's all for me today! Thank you! Bye!", + "SYSTEM: I hope you have a wonderful stay." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-name": [ + "yu garden" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3086.json", + "Complete Dialogue": [ + "USER: I am planning a vacation and really could use some help finding a good place to stay in town. I've never been to Cambridge before.", + "SYSTEM: which side of town do you prefer and what is the price range?", + "USER: It doesn't matter. What do you recommend?", + "SYSTEM: alexander bed and breakfast is a guest house in the centre area. Would you like to book a room?", + "USER: Oh, ok. I really don't want to stay at a guesthouse though. Can you recommend a hotel instead?", + "SYSTEM: The Huntingdon Marriott hotel is a very nice place.", + "USER: Sounds good. Can you get me a room for 2 for 5 nights starting Sunday?", + "SYSTEM: Booking was successful. Reference number is : 36N9VCAD . Is there anything else I can help with?", + "USER: What is the train schedule from birmingham new street like? I need to arrive at 13:45.", + "SYSTEM: Where would you like the train to arrive, and what time will you be leaving?", + "USER: I need the travel day to be Sunday. I'll be going to Cambridge and arrive by 13:45. I'll be leaving from Birmingham New street.", + "SYSTEM: Train TR7468 will arrive at 13:23. Will this work for you?", + "USER: What is the travel time on that train?", + "SYSTEM: It is 163 minutes on that train.", + "USER: Excellent. Thanks for all the help!", + "SYSTEM: You are quite welcome, thank you for using our services. Have we met all of your needs today?", + "USER: Yes, thanks very much! Have a great day!", + "SYSTEM: ok thanks and have a great day", + "USER: You too! Thanks so much for all the help. Please end the convo and read the directions next time. thanks", + "SYSTEM: Keep the snarky comments to yourself." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "13:45" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0598.json", + "Complete Dialogue": [ + "USER: I'm looking to go to dinner tonight and am in the mood for some good Bistro in the centre of town, can you find me some options?", + "SYSTEM: I'm sorry. There is no matching restaurant. Would you like to try a different food type or area?", + "USER: Hmm... let me think. Let's try maybe something italian instead.", + "SYSTEM: There are nine Italian restaurants in the centre of town! Are you looking for an Italian restaurant in any particular price range?", + "USER: Which of those nine has the best ratings? Can I please have the address and postcode.", + "SYSTEM: I recommend Caffe Uno - it's very nice. They're at 32 Bridge Street City Centre, cb21uj. Can I help with anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: Thank you! Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "bistro", + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01162.json", + "Complete Dialogue": [ + "USER: I am looking for a particular restaurant. Its name is called travellers rest", + "SYSTEM: It is an expensive British restaurant on the west side of town. Would you like the address?", + "USER: Yes, and can you book a table for 1 at 14:15 on Monday, please.", + "SYSTEM: Ok. You're all set for Monday at 14:15. Have a great day." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "travellers rest" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "14:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1146.json", + "Complete Dialogue": [ + "USER: I'm wanting a train that leaves on Friday and goes to Cambridge.", + "SYSTEM: Sure thing. What's your departure site and around what time would you like to leave?", + "USER: I want to leave after 16:45, depart from Birmingham New Street.", + "SYSTEM: The first train will leave at 17:40 and arrive at 20:23. Does that sound good?", + "USER: This time works fine for me.", + "SYSTEM: You train has been booked, and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive.", + "USER: thanks, i'm also looking for some museums.", + "SYSTEM: We have lots of wonderful museums. Is there a particular area of the town you would like to find one in?", + "USER: Yes, do you have any in the centre?", + "SYSTEM: There's 11 museums in the centre is there a type of museum you'd like to visit?", + "USER: Anyone of those would work. Could you recommend something for me? I'll need the phone number, and address as well.", + "SYSTEM: The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street.", + "USER: What area is it in?", + "SYSTEM: It is in the centre." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "birmingham new street" + ], + "train-leaveat": [ + "16:45" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0018.json", + "Complete Dialogue": [ + "USER: Heya, can you find me an expensive restaurant with north african food?", + "SYSTEM: I actually cannot find any expensive restaurants with north african food. There is however an expensive restaurant with african food. Would that be okay?", + "USER: Are there any expensive restaurants with gastropub food?", + "SYSTEM: Yes, I have 3. Two are located in the centre and one is located in the east. Do you have a preference?", + "USER: Yes, the one in the east please.", + "SYSTEM: One in the East is called Royal Standard. Can I book a table for you?", + "USER: Yes, please book it for 2 people at 13:45 on monday.", + "SYSTEM: I'm sorry that isn't available. Can I try a different restaurant for you?", + "USER: No thank you that will be all.", + "SYSTEM: Is there anything else I can assist you with?", + "USER: That was all thank you.", + "SYSTEM: Thank you. Good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "african", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "13:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2293.json", + "Complete Dialogue": [ + "USER: I'm planning a trip to Cambridge and I was told the A and B Guest House was a great place to stay. Can you give me information about it?", + "SYSTEM: Absolutely! This is a moderately priced guest house with four stars. There is wifi included. It is located on the east. What else can I help with?", + "USER: Do you have free parking? I refuse to pay for parking in a hotel that I am staying at. Wouldn't you agree?", + "SYSTEM: Yes, I would as a matter of fact. And yes the offer free parking.", + "USER: Okay, sounds good. Also I need to get a train from Liverpool street to Cambridge.", + "SYSTEM: What day would you like to make this trip? Do you have any other specifications?", + "USER: Oh wait, you know what? I forgot to ask about star ratings. What's the star rating on the A and B Guest House, please?", + "SYSTEM: It has four stars. Would you still like information on the train?", + "USER: The train should leave after 12:45 and should leave on friday. for 2 people please book.", + "SYSTEM: TR5015 leaves london liverpool street at 13:39 and arrives at cambridge by 15:07. Would this work for you?", + "USER: Does that train leave on Friday?", + "SYSTEM: Yes, that train leaves on Friday.", + "USER: I need two tickets.", + "SYSTEM: Okay, two tickets are booked, for a total price of 33.2 GBP, and your reference number is MY04HJ0A, do you need anything else today?", + "USER: No thanks, that is everything.", + "SYSTEM: Thanks for using our system!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "a and b guest house" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "friday" + ], + "train-leaveat": [ + "12:45" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1586.json", + "Complete Dialogue": [ + "USER: I need a train to go from Cambridge to Norwich.", + "SYSTEM: What day of the week are you looking to travel?", + "USER: I am traveling on Sunday", + "SYSTEM: What time would you like to leave or arrive by?", + "USER: I would like to arrive by 13:45.", + "SYSTEM: I have the TR7438 that will arrive at 12:55. Would you like a booking made today?", + "USER: I would like to book that train for 4 people please.", + "SYSTEM: 7G6OJ8G2 is your confirmation code. May I help you further?", + "USER: yeah, I'm also looking for a place to stay. I don't like hotels, so a guesthouse would be better. Moderate in price.", + "SYSTEM: There are several moderate priced guesthouses do you have a preferred area that you want to stay in?", + "USER: Yes, the hotel should be in the east and doesn't need to have free parking.", + "SYSTEM: a and b guest house is a guesthouse in the east and it is moderate. Shall I book it ?", + "USER: can I have the star rating and idf they have wi fi ?", + "SYSTEM: The star rating is 4 and they do have free wifi.", + "USER: OK, that's all I need for now. Thanks.", + "SYSTEM: Great. I hope you have an excellent day.", + "USER: Thanks you too Goodbye", + "SYSTEM: Great! Have a good day." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "13:45" + ], + "train-bookpeople": [ + "4" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0039.json", + "Complete Dialogue": [ + "USER: Good day. Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45?", + "SYSTEM: Sure I can do that! Where is the departure site?", + "USER: I need it to pick me up from gourmet burger kitchen.", + "SYSTEM: The car coming is a White Tesla with contact number is: 07441094025", + "USER: Thank you so much.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: Nope, that will do it, thanks!", + "SYSTEM: You're welcome. Have a great trip!" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "corpus christi" + ], + "taxi-leaveat": [ + "08:45" + ], + "taxi-departure": [ + "gourmet burger kitchen" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0142.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant.", + "SYSTEM: Is there a price range or type of food that you would prefer?", + "USER: Not sure of that, I am looking for a restaurant named \"ask.\"", + "SYSTEM: That is an Italian restaurant located in the centre of town. It is at 12 Bridge Street. Can I call and reserve a table for you?", + "USER: I would like to book a table for 5 people on Sunday at 14:15", + "SYSTEM: I am afraid that booking was unsuccessful. Would you like to try another restaurant?", + "USER: Yes, a different restaurant in the same area and with the same price range.", + "SYSTEM: Yes there are 15 restaurants that are a similar price range. Did you still want Italian?", + "USER: Type of food doesn't matter. Which is the best one? I'll book that.", + "SYSTEM: Your reservation is at the Dojo Noodle Bar at Millers Yard. The reference number is W87AKIBY and the table will be held for 15 minutes. Is that all?", + "USER: That is all. Thank you!", + "SYSTEM: Thank you for calling. Enjoy your dining experience." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "dontcare", + "ask.\"", + "ask" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "14:15" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01795.json", + "Complete Dialogue": [ + "USER: I'm looking for a train please.", + "SYSTEM: Where are you leaving from and where would you like to go?", + "USER: I plan to leave from stevenage to go to Cambridge.", + "SYSTEM: Okay. There are 70 trains that go from stevenage to cambridge. Would you like to narrow it down by day or time?", + "USER: I want to leave on Sunday and arrive by 12:15.", + "SYSTEM: trainID departure destination day leaveAt arriveBy price duration book (optional) TR1542 stevenage cambridge sunday 05:54 06:43 10.24 pounds 49 minutes TR5870 stevenage cambridge sunday 07:54 08:43 10.24 pounds 49 minutes TR7802 stevenage cambridge sunday 09:54 10:43 10.24 pounds 49 minutes TR8225 stevenage cambridge sunday 11:54 12:43 10.24 pounds 49 minutes are the opitions", + "USER: Thank you, I will check them out and get back to you.", + "SYSTEM: You are welcome. Call back anytime you are ready to book.", + "USER: That information is very overwhelming. Can you please pick the best option that meets my criteria and book for 6 people.", + "SYSTEM: I would like to book the TR7802 stevenage cambridge sunday 09:54 10:43, please.", + "USER: I think you're confused. I need the info, you're the help desk.", + "SYSTEM: I apologize for the mistake. I have booked six tickets for you and your party on the TR7802 train departing from Stevenage at 09:54 and arriving at Cambridge at 10:43.", + "USER: That's more like it. And, what's the reference number?", + "SYSTEM: Your reference number is DDBA2U1R . The total fee is 61.44 GBP payable at the station. May I help with something else?", + "USER: That was all. Thank you", + "SYSTEM: Thanks for using our services." + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:43", + "12:15" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "6" + ], + "train-leaveat": [ + "09:54" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4433.json", + "Complete Dialogue": [ + "USER: I need to get a train going to Stevenage.", + "SYSTEM: I will need some more information. The train is departing from cambridge correct? What day would you like to leave?", + "USER: Yes, departing from Cambridge. We'll be leaving on Tuesday, hopefully after 15:15.", + "SYSTEM: How about TR5343? It leaves at 15:21. Your next choice is TR9883 which leaves at 17:21.", + "USER: What is the price for TR5343?", + "SYSTEM: It is 12.80 pounds.", + "USER: I would like information on pools in the north.", + "SYSTEM: jesus green outdoor pool and kings hedges learner pool are in that area. Could I get you info on one of those?", + "USER: How about Jesus Green Outdoor pool. Could I have their address and phone number.", + "SYSTEM: Sure, the phone number for jesus green outdoor pool is 01223302579. The address is listed as between victoria road and the river.", + "USER: thanks! that's all i need now", + "SYSTEM: Is there any other info or booking I can do?", + "USER: No, not at this time. Thank you.", + "SYSTEM: Okay glad I could help." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "stevenage" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "15:15" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green outdoor pool" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1116.json", + "Complete Dialogue": [ + "USER: I am getting ready to go off to college. I thought while I was in town maybe I could visit one.", + "SYSTEM: Great idea! There are 18 entries found! What area of town would you like to visit?", + "USER: I think I'd like to visit the centre.", + "SYSTEM: There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in.", + "USER: Great! Can I have the address, please?", + "SYSTEM: Sure, it's located at Regent Street.", + "USER: Great, thank you very much. That's all I need.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "downing college" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1165.json", + "Complete Dialogue": [ + "USER: I am looking for a high priced hotel in the north side of town", + "SYSTEM: I'm sorry, but there aren't any places that meet those qualifications. Would you like to try a different part of town?", + "USER: How about an expensive hotel in the south side of town?", + "SYSTEM: There is one option, it is The Lensfield Hotel. Do you want me to reserve any rooms for you?", + "USER: Does it offer free wifi?", + "SYSTEM: Yes the Lensfield Hotel does have free wifi.", + "USER: How about free parking, does it have that as well?", + "SYSTEM: Yes it also has free parking. Anything else today?", + "USER: book it for 7 people and 3 nights starting from monday.", + "SYSTEM: The booking was successful. Your reference number is 81E1ITXC . Is there anything else I can help with today?", + "USER: No that is all I need. Thank you for your time.", + "SYSTEM: we appreciate you using our services. have a good day." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "south", + "north" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3460.json", + "Complete Dialogue": [ + "USER: Hi, what can you tell me about the bangkok city restaurant?", + "SYSTEM: Sure! It serves Thai food and is located in the centre. Would you like to book it?", + "USER: Yes for 2 at 19:30 on Sunday please. I need the reference number then too.", + "SYSTEM: I've booked that for you and your reference number is X4W3U0LM .", + "USER: I'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday.", + "SYSTEM: I can certainly help with that. Could you just verify your departure point for me?", + "USER: Yes, it should depart from Cambridge.", + "SYSTEM: the earliest arrives by 17.58", + "USER: Ok, I think that should be fine. Can you make a booking for me?", + "SYSTEM: sorry, the arrival time is actually 16:58. how many tickets would you like?", + "USER: I need tickets for the same group of people going to the restaurant with me.", + "SYSTEM: I have booked train TR2324. The total fee is 19.6 GBP which is payable at the station. Your reference number is EGIIL92A .", + "USER: Thank you so much.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No that is it. Thank you so much.", + "SYSTEM: Well we are here to help. Enjoy your time here !", + "USER: Thank you for your assistance.", + "SYSTEM: Thank you for calling. I hope you enjoy your trip. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "bangkok city" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:30" + ], + "restaurant-food": [ + "thai" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00", + "16:58", + "17.58", + "17:58" + ], + "train-day": [ + "monday" + ], + "train-destination": [ + "kings lynn" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2583.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel, can you help?", + "SYSTEM: I can, we have 9 hotels, do you have anything else to narrow it down?", + "USER: It should be in the centre and be on the expensive side.", + "SYSTEM: I have 2 available hotels. One is the Gonville Hotel located on Gonville Place. The other is University Arms Hotel on Regent Street. Which one would you like to book?", + "USER: Can you book the one without wifi?", + "SYSTEM: they both have internet, for what days and how many people should I book?", + "USER: Do either of them offer free wifi?", + "SYSTEM: As previously mentioned, they both have internet available. I don't have specifications about the internet service however. Would you like to book one of these?", + "USER: Yes, please book for two nights beginning on Sunday for one person.", + "SYSTEM: Your booking was successful and the reference number is ELYPAXQZ .", + "USER: Thank you. I'm also looking for a museum to go to in the same area.", + "SYSTEM: there are 11 all with free entrance. Would you like me to recommend one?", + "USER: Yes, please. Can I get the address and phone number for the one you reccommend?", + "SYSTEM: castle galleries is a nice place, their address is unit su43 grande arcade st andrews st and their postcode is cb23bj, anything else today?", + "USER: Do you have there phone number?", + "SYSTEM: Their phone is 01223307402. Is there anything else I can help you with today?", + "USER: Yes, I also need a taxi going between the two places.", + "SYSTEM: What time do you need the taxi, and which is the destination site?", + "USER: I want to arrive at the Castle Galleries by 11:15.", + "SYSTEM: Your white ford taxi booking was successful. Its contact number is 07580691974.", + "USER: Ok, thank you for the help.", + "SYSTEM: Was there anything else you needed today?" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "sunday", + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "1" + ], + "hotel-name": [ + "gonville hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "11:15" + ], + "taxi-destination": [ + "castle galleries" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1914.json", + "Complete Dialogue": [ + "USER: I'm looking for a train.", + "SYSTEM: Let's start with where you are departing from and where you are going?", + "USER: Departing from ely to cambridge.", + "SYSTEM: There are quite a few trains from Ely to Cambridge. On what day will you be traveling, and at what time would you like to depart?", + "USER: It's on Tuesday. I need to arrive by 9:30 and need to book for 7 people. Could I also get the reference number too?", + "SYSTEM: Ok I have booked you on TR6971 leaving Ely at 7:35, arriving at cambridge by 7:52 for 7 people. Reference number AQRMT6Q9 . Anything else I can help with?", + "USER: One more thing. Can you give me information about an attraction called Ruskin Gallery?", + "SYSTEM: It's a free museum in the city centre, located at anglia ruskin university, east road. Anything else I can help with?", + "USER: What is the phone number for there?", + "SYSTEM: Phone # is 01245493131. Anything else I can do for you?", + "USER: That was all I needed today. Thank you.", + "SYSTEM: You're welcome, have a nice day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "ely" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "9:30", + "09:30" + ], + "train-bookpeople": [ + "7" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "ruskin gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2097.json", + "Complete Dialogue": [ + "USER: Please find me a place to dine that's expensive and in the centre.", + "SYSTEM: Fitzbillies restaurant is expensive in the centre of town. Would you like to try that?", + "USER: I am looking for Thai food.", + "SYSTEM: we have bankok city. it is located in 24 green street centre. can i give you the phone number?", + "USER: Ok great. Can you reserve a table there for Thursday for 5 people at 15:00 please?", + "SYSTEM: it was successful. Reference number is : AKNPF1IH .", + "USER: Thank you for your help.", + "SYSTEM: Your very welcome. Can I help you with anything else today?", + "USER: Yes a hotel please.", + "SYSTEM: Okay. I can help you with that. Can you help me narrow the options down by providing preferences such as area, price range, and type?", + "USER: You know what? I don't need a hotel after all. I heard something about an attraction called ballare, could you give me some information about it?", + "SYSTEM: Ballare is a nightclub located in the centre area. the phone is 01223364222 and the entrance fee is 5 pounds. Can I help you with anything else?", + "USER: That is everything. Thank you so much for your help.", + "SYSTEM: You're welcome! Is there anything else I can help you with today - transportation perhaps, or other attractions?", + "USER: That is all I need.", + "SYSTEM: Thanks for using the Cambridge booking service and have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "thai" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "15:00" + ], + "restaurant-name": [ + "bangkok city", + "city" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "ballare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0949.json", + "Complete Dialogue": [ + "USER: I'm looking for a particular restaurant called ask. Please give me information on that restaurant.", + "SYSTEM: Ask is an italian place in the centre area, they are in the cheap price range. Can I help with anything else?", + "USER: Yes, I'd like to book a table for 1 at 17:15 on Wednesday. Can you do that?", + "SYSTEM: I was able to book that table for you. Your reference number should you need it, is DFEBH5D1 .Can I help with anything else?", + "USER: No. I think I am all set. Thanks.", + "SYSTEM: You're very welcome, just let us know if we can help with anything else." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ask" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3847.json", + "Complete Dialogue": [ + "USER: What fun places can I visit in the East?", + "SYSTEM: We have five spots which include boating, museums and entertainment. Any preferences that you have?", + "USER: I don't have a preference. Which place would you recommend?", + "SYSTEM: I'm fond of the Cambridge Museum of Technology. Would you like more information on it?", + "USER: What is the entrance fee?", + "SYSTEM: It is 5 pounds to get in.", + "USER: Great, thanks! Can you help me find a train going into Cambridge as well?", + "SYSTEM: I certainly can! Where would you be coming from and what day and time?", + "USER: I am leaving birmingham new street and going to cambridge; I need to travel on Friday and arrive by 13:15.", + "SYSTEM: TR0497 arrives by 12:23. Would you like a ticket?", + "USER: Yes please. Book the train for 2 people. Please include the reference number.", + "SYSTEM: Reference number is : PYPBSAXI . Is there anything else?", + "USER: That's everything. Thanks again and have a great day!", + "SYSTEM: Enjoy your trip! Have a great time!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "13:15" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2710.json", + "Complete Dialogue": [ + "USER: Hi, I am traveling to Cambridge and am super excited to see some local tourist attractions. I am looking for some suggestions on places to go in town.", + "SYSTEM: There are 79 attractions in Cambridge. There are churches, museums, swimming pool, and many more attractions. What are you interested in doing?", + "USER: Perhaps I'd like to see a museum. Are there any in the centre?", + "SYSTEM: There are 11 museums in the centre area. There is a science museum, an art and antiques museum, and 9 others. What kind of museum are you interested in?", + "USER: Does not matter can you just recommend one please.", + "SYSTEM: Castle Galleries is a very nice museum in the centre, and their entrance fee is free!", + "USER: Excellent. Can I please have they're phone number and address please?", + "SYSTEM: They are located at unit su43, grande arcade, saint andrews street, cb23bj. You can reach them at 01223307402.", + "USER: Thank you. I am also needing help booking a guesthouse in the north part of town. Can you assist me with that?", + "SYSTEM: You're in luck. There are 11 guesthouses in the north. What amenities are you looking for?", + "USER: 4 people for 5 nights starting Sunday and I also need the ref # too please", + "SYSTEM: Ok great, we have you booked in the alpha-milton guest house at 63 milton road. Your Reference number is : KPUSMIB9 . Thank you!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "castle galleries" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20385.json", + "Complete Dialogue": [ + "USER: Hey, I'm up south can you give me a place to eat?", + "SYSTEM: What kind of food would you like?", + "USER: Don't care.", + "SYSTEM: I recommend Chiquito Restaurant Bar", + "USER: Can I have the address and telephone number?", + "SYSTEM: Chiquito Restaurant Bar is located at 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton. The phone number is 01223 400170.", + "USER: THAT WILL BE FINE.", + "SYSTEM: You're welcome, goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "chiquito restaurant bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0172.json", + "Complete Dialogue": [ + "USER: I will be staying in Cambridge. I need a hotel with wifi.", + "SYSTEM: What about a and b guest house? It's in the East.", + "USER: I need something in the centre.", + "SYSTEM: There are 7 hotels which area do you prefer?", + "USER: The north part of town", + "SYSTEM: I ran a search in the north, there's 12 choices. Lets make sure were on the same page, is this the area that you want? Also hotel or Guesthouse?", + "USER: Sorry, I've been all over the place. To be clear, I need a hotel with free wifi and parking that is in the centre.", + "SYSTEM: Shall I choose a hotel for you, or do you have a preference? 4 hotels have free parking and internet in that area.", + "USER: yes please recommend one. the booking is needed for saturday. 3 nights, 6 people", + "SYSTEM: May I recommend alexander bed and breakfast. While it is a cheap guesthouse in the centre of town, it has a 4 star rating and also included internet and parking", + "USER: Ok great. Can you book a room for 6 people and 3 nights starting from Saturday.", + "SYSTEM: Booking was successful. Reference number is : QK6KCZQA", + "USER: Great, thank you. I'm also in need of an Indian restaurant in the cheap price range. Can you find me one?", + "SYSTEM: We have several. What part of town are you thinking?", + "USER: Any will do, what ever you recommend.", + "SYSTEM: Royal Spice is located in the north. It's one of my personal favorites. Would you like me to make reservations for you?", + "USER: I certainly want to try it then. Please book for 6 people at 11:30 on Saturday.", + "SYSTEM: You have been booked at the Royal Spice. Your reference number is WSPAI5JJ . Can I be of further assistance today?", + "USER: Thank you . I am all set.", + "SYSTEM: Great! And you're welcome, have a great day!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "centre", + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "11:30" + ], + "restaurant-name": [ + "royal spice" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3867.json", + "Complete Dialogue": [ + "USER: Can you assist me in finding me an Expensive Restaurant in Cambridge where I can dine? The restaurant should be serving British foods.", + "SYSTEM: sure, i have 6 options for you", + "USER: I'd like it to be in Centre.", + "SYSTEM: I would suggest midsummer house restaurant it has great food.", + "USER: Can you make me a reservation for Saturday please for 3 people?", + "SYSTEM: What time would you like to dine on Saturday?", + "USER: We will be dining at 16:30. Please book a table for 3 on Saturday and provide the reference number. I also need a hotel in the same area.", + "SYSTEM: Alright, I have your restaurant booking. Your reference number is: DHDB0H4V . What are you looking for in a hotel, so I can narrow down the choices?", + "USER: Something in the same area as the restaurant. It should also be in that same price range.", + "SYSTEM: I've got two expensive hotels in the area. Both have internet and parking. university arms hotel has 4 stars. Does that meet your needs?", + "USER: Yes, that should be perfect thank you.", + "SYSTEM: Would you like me to book you a room? If so, i will need how many people and nights you will be staying and on what day.", + "USER: I would like a room for three people, just for Saturday night.", + "SYSTEM: The booking was successful I have a reference number and the hotel number for you.", + "USER: Can I have the postcode and hotel type, please?", + "SYSTEM: it is the type of a hotel. its post code is cb21ad. anything else?", + "USER: I also need a taxi between the hotel and the restaurant.", + "SYSTEM: I will look a taxi up for you.", + "USER: Thank you very much! Can you please make sure that it arrives at the restaurant by the time of my reservation?", + "SYSTEM: A grey toyota will be waiting to pick you up, if you have any further questions the contact number is 07137847685.", + "USER: Thanks so much!", + "SYSTEM: Can I help you with anything else today?", + "USER: No, that will be all. Thank you!", + "SYSTEM: Thanks for using our service, good day!", + "USER: Thanks for all the help.", + "SYSTEM: Anytime, were here to help. Have a good day!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "midsummer house restaurant" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "16:30" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "16:30" + ], + "taxi-departure": [ + "university arms hotel" + ], + "taxi-destination": [ + "midsummer house restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01373.json", + "Complete Dialogue": [ + "USER: I need a taxi to don pasquale pizzeria.", + "SYSTEM: When would you like to arrive?", + "USER: I would like to arrive at one o'clock p.m. because I am meeting my husband there when he goes on his lunch break.", + "SYSTEM: Ok, where are you departing from?", + "USER: I will be departing from finches bed and breakfast.", + "SYSTEM: Alright. I have a white honda for you.", + "USER: Great, thanks. Is there a contact number for the driver by any chance?", + "SYSTEM: That number is 07303450247.", + "USER: Thank you very much. Will they be contacting me?", + "SYSTEM: They will only contact you if they cannot find you. Thank you.", + "USER: Thank you I will be watching the white honda then.", + "SYSTEM: Sounds good. Have a great night!" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "don pasquale pizzeria" + ], + "taxi-arriveby": [ + "one o'clock p.m.", + "one o'clock p.m" + ], + "taxi-departure": [ + "finches bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3555.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge.", + "SYSTEM: I am glad that you are visiting, but I cannot help you until you give me something to search for?", + "USER: I'm looking for a train from Cambridge to Leicester on Monday.", + "SYSTEM: We have quite a few trains available that day. Is there any time you would like to depart or arrive by?", + "USER: I need to leave after 21:45", + "SYSTEM: TR2919 is leaving at 22:21, would that work?", + "USER: Yes, could you book me 2 tickets and get me a reference number?", + "SYSTEM: Absolutely. I have booked two tickets for TR2919 at a total fee of 75.59 GBP. Your reference number is 8BG1O6W0 . Is there anything else I can assist you with?", + "USER: Yes, i also need a hotel with free wi-fi. I do not mind if it is expensive.", + "SYSTEM: how about allenbell? it looks lovely", + "USER: does it have free parking?", + "SYSTEM: allenbell has free parking. Should I book it?", + "USER: Yes, I need it for Thursday. 2 people 4 nights.", + "SYSTEM: your all set! Reference # is DQ0Z16N7 . Anything else I can help you with today?", + "USER: That is all I need.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "21:45" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "allenbell" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01958.json", + "Complete Dialogue": [ + "USER: Hi, I am trying to find the police station that's closest to my location please.", + "SYSTEM: The nearest police station is in Parkside, Cambridge, CB11JG", + "USER: Thanks, what is their phone number?", + "SYSTEM: Telephone : 01223358966 there you go", + "USER: Thank you, that is all I need today.", + "SYSTEM: Best of luck with everything and enjoy your day." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG0935.json", + "Complete Dialogue": [ + "USER: I live in the centre of town and want to see if I can find a reasonable room for my parents to stay while they are visiting.", + "SYSTEM: How about the Alexander bed and breakfast in the centre? It is a cheap 4 star guesthouse with free internet and wifi.", + "USER: That sounds like it might work. Could you check availability for two people this weekend?", + "SYSTEM: What day are they arriving, and how many nights are they staying?", + "USER: I am unsure at this time.", + "SYSTEM: Okay, would you like some more information about that hotel?", + "USER: Can you tell me what the address is?", + "SYSTEM: The address is 56 saint barnabas road.", + "USER: Does this place include free parking?", + "SYSTEM: The alexander bed and breakfast is a cheap, 4 star guesthouse in the centre area, It has wifi and parking. Does this fit your needs?", + "USER: You have been very helpful. I have everything I need, thanks. Bye", + "SYSTEM: I am glad to help. Have a nice day. Bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3529.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge. I need a place to dine.", + "SYSTEM: Sure, do you have a type of food you are wanting?", + "USER: Crossover food would be perfect.", + "SYSTEM: Unfortunately, there aren't any crossover restaurants in Cambridge. Is there something else you'd like to try?", + "USER: Is there a gastropub in Centre?", + "SYSTEM: Yes, I have two that are expensive and one that is moderately priced. Do you have a preference?", + "USER: Let's go with the moderately priced option. Can I please have the phone number?", + "SYSTEM: In the moderate price range, I have one place. It's called the Cow Pizza Kitchen and Bar. It's located on Corn Exchange Street. Do you need a reservation?", + "USER: Not right now, but I am looking for a place to stay. Are there any 5-star accommodations in Cambridge?", + "SYSTEM: I'm sorry, there are no 5-star accommodations anywhere in Cambridge. There are many 4-star options. Would you like to try one of those?", + "USER: Do you have one with free parking", + "SYSTEM: Yes the allenbell does.", + "USER: Is the allenbell a guesthouse?", + "SYSTEM: Yes, it is a guesthouse. It's located at 517a Coldham Lane. Would you like me to book this for you?", + "USER: No thank you that will be all", + "SYSTEM: Is there anything further that I can assist you with today?", + "USER: Yes, I'll need a taxi from the restaurant to the hotel. I want to leave the restaurant by 18:30.", + "SYSTEM: Sure. I booked a black BMW for you. Contact number : 07568490583", + "USER: Thank you so much.", + "SYSTEM: You're very welcome! Is there anything else i can help you with?", + "USER: No thank you! Thanks for your help! Bye!", + "SYSTEM: excellent, have a great day!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "crossover", + "gastropub" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "5", + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "allenbell" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "cow pizza kitchen and bar" + ], + "taxi-destination": [ + "allenbell" + ], + "taxi-leaveat": [ + "18:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1576.json", + "Complete Dialogue": [ + "USER: I really need to get out of Cambridge! Can you find me a train to Leicester? Sometime after 08:45 because I like to sleep in.", + "SYSTEM: I would be happy to help with your request, what day will you be leaving?", + "USER: I'll be leaving this place on Saturday.", + "SYSTEM: What time would you like to arrive by?", + "USER: It does not matter.", + "SYSTEM: There is a train that leaves at 9:21 and arrive in Leiester at 11:06. Would you like me to book it for you?", + "USER: No thank you. What's the cost of the ticket?", + "SYSTEM: The ticket price is 30.24 pounds. Can I be of further assistance?", + "USER: I also need the travel time and arrival time please.", + "SYSTEM: arrival time is 11:06 and travel time is 105 minutes", + "USER: I'm also looking for a particular hotel. Its name is called cityroomz.", + "SYSTEM: Sure, what kind of information do you need?", + "USER: I'd like to to book it for 8 people and 4 nights starting from tuesday", + "SYSTEM: I have booked a room for 8 for 4 nights beginning on Tuesday. Your reference number is SY5AJ8CL . Is there anything else I can help you with today?", + "USER: Not at this time. Thank you.", + "SYSTEM: Have a fantastic day, goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "08:45" + ], + "train-day": [ + "saturday" + ], + "train-arriveby": [ + "dontcare" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0143.json", + "Complete Dialogue": [ + "USER: Hello, I need information on the parkside police station.", + "SYSTEM: The phone number for Parkside Police Station is 01223358966, address Parkside, Cambridge, CB11JG.", + "USER: amazing, thanks for your help", + "SYSTEM: Do you want me to call 911?", + "USER: No, that's ok. I've got it. Thanks again.", + "SYSTEM: Let us know if you need more help." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2676.json", + "Complete Dialogue": [ + "USER: I would like to find a cheap hotel to stay at where there is free parking. Do you have any suggestions?", + "SYSTEM: The cambridge belfry fits the bill, would you like me to book you a room?", + "USER: Do they have free parking? are they rated 3 stars?", + "SYSTEM: Yes, they do have free parking and they have 4 stars.", + "USER: Did you have something that fits with 3 stars?", + "SYSTEM: I hovw no listing for a 3 star hotel,would you like too try another area ?", + "USER: What about a 4 star hotel?", + "SYSTEM: The Cambridge Belfry is a 4 star hotel in the cheap price range and is on the west side. They offer free Wifi and parking. Would you like a reservation?", + "USER: Yes,please book for 5 people for 5 nights starting on Thursday.", + "SYSTEM: I am unable to book for Tuesday.", + "USER: I would like to book for Thursday, not Tuesday.", + "SYSTEM: I am sorry, I can't make that reservation either.", + "USER: Is Monday available?", + "SYSTEM: As it turns out, Thursday just opened up. I was able to book it for you, here is your reference number, UGU8T7UB .", + "USER: Thanks! Can you also help me find a college to visit in town?", + "SYSTEM: There are 18 options. Was there a part of town you would like to visit?", + "USER: Can you suggest one for me?", + "SYSTEM: I would recommend christ's college in Saint Andrew's street in the centre of town.", + "USER: What is the entrance fee and postcode there?", + "SYSTEM: Entry is free. The postcode is cb23bu. May I help with anything else?", + "USER: Thank you so much. Good bye", + "SYSTEM: Okay, goodbye and enjoy your time in town" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ], + "hotel-stars": [ + "4", + "3" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0485.json", + "Complete Dialogue": [ + "USER: I am looking for a place to go in the centre, of type multiple sports.", + "SYSTEM: Unfortunately, there is not attraction type with multiple sports in the centre areat.", + "USER: Is there a nightclub located in the centre instead then?", + "SYSTEM: There are 5 nightclubs in the centre. Would you like me to send you a list with their address and price information?", + "USER: No, I just need the phone number and entrance fee for each of them.", + "SYSTEM: Ballare 5 pounds, phone 01223364222. club salsa 5 pounds, phone 07782218745. kambar 5 pounds, phone 01223842725. soul tree nightclub 4 pounds, phone 01223477900. the fez club 5 pounds, phone 01223519224", + "USER: Thank you I also need a train going to Cambridge leaving after 17:00", + "SYSTEM: There are a lot of trains then, can you tell me where you are departing from and how many tickets you need?", + "USER: I will be departing from Bishops Stortford on Sunday.", + "SYSTEM: TR5298 leaves at 17:29 and arrives by 18:07. Can I book you for this train?", + "USER: No, that's all I needed. Thank you!", + "SYSTEM: Thank you, enjoy your visit!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub", + "multiple sports" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "17:00" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "bishops stortford" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1382.json", + "Complete Dialogue": [ + "USER: I am looking for a 4 star place to stay.", + "SYSTEM: What area would you like to stay in?", + "USER: I'd like it to be in the north, and to be a guesthouse.", + "SYSTEM: Great, there are 4 options for you here. I personally recommend avalon. Would you like to book?", + "USER: Yes, please book it for 5 people and 5 nights starting from wednesday.", + "SYSTEM: Your booking was successful. Reference number is : YB23KVSX . Is there anything else I can help you with?", + "USER: No that is all. Thanks for your help!", + "SYSTEM: You're welcome and thanks for using our help desk. Goodbye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0095.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to eat. I would like it to be an expensive restaurant in the centre.", + "SYSTEM: I found 33 expensive restaurants in the centre. What type of cuisine would you like?", + "USER: I'm looking for a restaurant with mediterranean food.", + "SYSTEM: I have found two restaurants. One is La mimosa, and the other is Shiraz restaurant, would you like me to book one for you?", + "USER: Please book the One is La mimosa", + "SYSTEM: Can I please get the number of people dining,day,and time please.", + "USER: Yes, it's for 8 people. 16:45 on Monday. I would like the reference number, if it is available.", + "SYSTEM: That wasn't available. Shall I try the Shiraz Restaurant?", + "USER: Yes please try the Shiraz Restaurant.", + "SYSTEM: You've got a table for Monday at Shiraz Restaurant. Your reference number is NS7MCM5B . Can I help with anything else today?", + "USER: That will be all. Thank you very much.", + "SYSTEM: You are welcome. Enjoy your stay in Cambridge." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "mediterranean" + ], + "restaurant-name": [ + "la mimosa", + "shiraz" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:45" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1969.json", + "Complete Dialogue": [ + "USER: I would like to find out information about a hotel called Warkworth House.", + "SYSTEM: Warkworth house is a guesthouse in the east area. It is moderate pricing with 4 stars. It offers free parking and internet. Would you like a reservation?", + "USER: Yes please. It'll be for 4 nights.", + "SYSTEM: I will go ahead and book your room.", + "USER: Thank you. Can I get a reference number for the booking?", + "SYSTEM: In order to book, can you tell me the number of guests, number of nights and the day of the week you want to start your stay?", + "USER: I need to book it to 2 people for 4 nights starting from wednesday.", + "SYSTEM: Okay the booking was successful. The reference number is HZ6B38TH .", + "USER: I'm also looking for a train. I'll be traveling back to Broxbourne on Friday.", + "SYSTEM: Will you be leaving from Cambridge.", + "USER: yes i will be leaving from Cambridge.", + "SYSTEM: What time would you like to leave around?", + "USER: I would like to leave after 10:30.", + "SYSTEM: TR7372 leaves Cambridge at 11:01 and arrives at broxbourne by 12:01, would that train work for you?", + "USER: Yes that will work. I need to book it for 2 people.", + "SYSTEM: i have booked that for you. your reference number is xhrx4ig7 .", + "USER: Can you find me a expensive cafe to eat at once i get off the train?", + "SYSTEM: What type of food would you like?", + "USER: I actually don't need a place to eat. Thank you, that is all.", + "SYSTEM: To be clear do you need me to fine you a place to eat?", + "USER: That is helpful.Thanks", + "SYSTEM: I'm confused. Should I look for a restaurant?", + "USER: No, I'm sorry. That's all for now. Thank you for all your help.", + "SYSTEM: Thank you for using this service good bye" + ], + "Services Involved": [ + "hotel", + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "warkworth house" + ], + "hotel-area": [ + "east" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "broxbourne" + ], + "train-leaveat": [ + "10:30" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL0015.json", + "Complete Dialogue": [ + "USER: I need a hotel with free wifi and free parking, thank you", + "SYSTEM: Allenbell is cheap and has free internet.", + "USER: I'm looking for something in the moderate price range actually.", + "SYSTEM: Archway House is a moderately priced 4 star hotel in the North. Would you like to make a reservation?", + "USER: Yes please book the Archway House.", + "SYSTEM: I'd be happy to book for you. How many people will be staying, what is your arrival day, and how many nights are you staying?", + "USER: I will be arriving on tuesday and I need to book the room for four nights for three people.", + "SYSTEM: Ok. I've booked that guesthouse for you. Your reference number is YBT4JRTR . Can I help with anything else?", + "USER: Yes, I would also l like to find a splendid, moderately-priced place to dine in the centre. That would be just wonderful if you could help me out with that!", + "SYSTEM: There are several moderately priced restaurant in the centre area. Would you like a certain type of food?", + "USER: I'd like an Italian restaurant, please.", + "SYSTEM: Pizza express Fen Ditton would be perfect for you guys then! Would you like more information or for me to book that for you?", + "USER: Yes, just give me the address please.", + "SYSTEM: Pizza Express Fen Ditton is located at Jesus Lane Fen Ditton. Is there anything else I can help you with?", + "USER: Yes. I would like to leave the restaurant by 11:15 and I would like to book a taxi to commute between the hotel and the restaurant.", + "SYSTEM: Not a problem! I booked a taxi to depart the restaurant by 11:15. The car type is a blue skoda and the contact number is 07621131070.", + "USER: Thank you very much! That's all I need today!", + "SYSTEM: You are very welcome. Have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-name": [ + "archway house" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "pizza express fen ditton" + ], + "taxi-destination": [ + "archway house" + ], + "taxi-leaveat": [ + "11:15" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0969.json", + "Complete Dialogue": [ + "USER: Hi, I need a moderate price range restaurant in the centre of town.", + "SYSTEM: There are 21 restaurants that are moderately priced in the centre of town. Do you have a food preference?", + "USER: British or European would be fine. May I book a table for 2 at 16:00 on a Wednesday and get a reference number please?", + "SYSTEM: The oak bistro is a British restaurant in the centre area, in the moderate price range. Would you like to book this restaurant?", + "USER: Yes. The booking should be for 2 on wednesday at 16:00. Could I also get a reference number?", + "SYSTEM: Alright, you're all booked! Your reference number is YWEKSO7H . Is there anything else I can help you with?", + "USER: I'm also looking for a place to visit within the same area as the restaurant. Do you have any recommendations?", + "SYSTEM: We have parks, boats, museums, and many other interesting things to do. What strikes your fancy?", + "USER: An art museum near the restaurant sounds nice. How much is the admission price?", + "SYSTEM: The Cambridge Contemporary Art Museum is fantastic, and it's free. Would you like more information?", + "USER: I will need a taxi to take me from the museum to the restaurant. Obviously it needs to get me there before my reservation.", + "SYSTEM: sure! expect a grey toyota and call 07319086162 to contact your taxi", + "USER: thank you, that is all I need.", + "SYSTEM: You are welcome, please enjoy your time in Cambridge and if there's anything else we can assist you with let us know!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "the oak bistro" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "16:00" + ], + "taxi-departure": [ + "cambridge contemporary art" + ], + "taxi-destination": [ + "the oak bistro" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0800.json", + "Complete Dialogue": [ + "USER: We will be on the west side of town and would like to find a place to eat while there.", + "SYSTEM: What type of cuisine would you be looking for?", + "USER: I want some Scottish food.", + "SYSTEM: There are none in the area. Another type or area perhaps?", + "USER: Yeah, can you check the south please?", + "SYSTEM: There are no restaurants in that area.", + "USER: What a bummer. Find me a restaurant that serves British food on the West please.", + "SYSTEM: There are 3 restaurants in that area that serve British food. Is there a particular price range your looking for?", + "USER: The expensive range please. I will need their phone number and address. Also, I am looking for a train departing from Cambridge on Saturday.", + "SYSTEM: Travellers Rest is located at Huntingdon Road City Centre. The phone number is 01223276182. Where are you traveling to on Sunday?", + "USER: I need to get to london liverpool street by 13:00.", + "SYSTEM: I would suggest train TR0995, it leaves at 09:59 and will get you to your destination by 11:27. Would you like me to book that for you?", + "USER: No need to book. But, can I please get the price of the ticket?", + "SYSTEM: the price for the ticket is 13.28 pounds", + "USER: Thanks so much. That will be all the information I need today. Bye.", + "SYSTEM: Glad I could help, Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south", + "west" + ], + "restaurant-food": [ + "british", + "scottish" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "13:00" + ], + "train-destination": [ + "london liverpool street" + ], + "train-leaveat": [ + "09:59" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3610.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: What area in cambridge would you like to stay?", + "USER: I'm actually looking to book a specific hotel. It is called the Alpha-Milton Guest House.", + "SYSTEM: Okay, can you tell me how many people are staying, how many days you want to stay and when you begin your stay, please?", + "USER: I'd like to start my stay on Wednesday, it will be for two nights, and it will be 6 people.", + "SYSTEM: Ok, so you are all booked. Reference number is NM7IWBOC .", + "USER: Thanks so much. I also need a train to arrive in Peterborough by 16:45.", + "SYSTEM: Would you like to take the TR8327 on Friday, it arrives at 16:24?", + "USER: I just want to verify that train leaves from Cambridge correct? If so, can you book it for 6 people and provide the reference number.", + "SYSTEM: Yes, that is correct. I have booked it for you, the reference number is IBM6BL8X and will be leaving at 15:34. Is there anything else I can help you with?", + "USER: No thank you. Goodbye.", + "SYSTEM: Alright, have a wonderful visit in Cambridge!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:45" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "6" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "alpha-milton guest house" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1151.json", + "Complete Dialogue": [ + "USER: I am traveling to Cambridge and excited about seeing location attractions. Could you help me find a place to go, like a college?", + "SYSTEM: Certainly. I have many available. Is there a particular area you are looking in? I have several in the west and centre.", + "USER: Can you give me the entrance fee for one of the colleges in the centre?", + "SYSTEM: Corpus christi is 2 pounds, which is in centre.", + "USER: I'm also looking for a hotel in the centre. I don't want to stay in a guesthouse. It needs to be a hotel.", + "SYSTEM: I can book you at the university arms hotel. It has a 4 star rating, free parking and wifi. Does this interest you?", + "USER: Yes. That would be great.", + "SYSTEM: What will be the first day you will stay and how long will you be staying?", + "USER: I want to stay for 5 nights starting on Tuesday.", + "SYSTEM: I'm sorry but you'll have to book another day or a shorter stay. When would you like to stay?", + "USER: Can you see if they have just 1 night available?", + "SYSTEM: Your booking was successful with a reference number of S1HTVV32 . Is there anything else I can do for you today?", + "USER: I need a taxi please between the 2 places. I want to leave the attraction by 2:30.", + "SYSTEM: Booking completed! Please look out for a Grey BMW, their contact number is 07130839627. Is there anything else I can help with?", + "USER: Awesome, thanks! I think that takes care of everything I needed.", + "SYSTEM: Okay great please enjoy your stay and don't hesitate to call us back if you need anything else." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5", + "1" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "corpus christi" + ], + "taxi-destination": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "02:30", + "2:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1873.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel that includes free wifi and free parking.", + "SYSTEM: There are definitely lots of places that provide complimentary parking and wifi. Do you prefer any particular part of town, or are you looking for a certain price range?", + "USER: I would like a hotel in the centre and it should be in the cheap price range.", + "SYSTEM: I don't have any hotels that meet your criteria but I do have two guesthouses available? Would that be okay?", + "USER: Yes, that would be fine. What are the names of the two guesthouses?", + "SYSTEM: One id alexander bed and breakfast and the other is el shaddai.", + "USER: What star ratings are they?", + "SYSTEM: Alexander bed and breakfast is 4 stars and el shaddai is 0 stars.", + "USER: Okay may I please have the phone number for Alexander bed and breakfast?", + "SYSTEM: Of course! The telephone number for Alexander Bed and Breakfast is 01223525725.", + "USER: Thank you! I'm also looking for a train for saturday.", + "SYSTEM: Okay. Would you like to narrow it down by departure site, destination, or arrival time?", + "USER: I need to leave Cambridge on Saturday, please.", + "SYSTEM: OK. Where are you heading, and at what time?", + "USER: i am going to ely and it should leave by 18:00", + "SYSTEM: The earliest train leaves at 19:50 and the last one leaves at 23:50. Which one could you like to take?", + "USER: Please pick one that meets my requirements.", + "SYSTEM: Then, that would be TR7349 departing at 19:50 and arriving in Ely by 20:07. Do you need any tickets?", + "USER: No, Make sure you get travel time, price, and train ID", + "SYSTEM: Train ID is the one that was referenced earlier, price is 3.52 pounds per person, it is only a 17 minute trip. Is there anything else that i can do?", + "USER: No thank you.", + "SYSTEM: Do you need any further assistance with anything else?", + "USER: No thank you that will be all", + "SYSTEM: You are welcome. Thank you for contacting Cambridge TownInfo centre. Goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-leaveat": [ + "18:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4349.json", + "Complete Dialogue": [ + "USER: Let's find me an expensiove place to eat in the centre", + "SYSTEM: sure i have 33 options for you", + "USER: How about you pick one and reserve a table for 5 on sunday at 11:45, and I'll need that reference number too.", + "SYSTEM: Sure! I've booked you at Fitzbillies at 11:45 on Sunday for 5. Your reference number is Y5EX13L7 . Is there anything else I can help you with?", + "USER: Great can you also help me get a train? I'm looking to go to ely and arrive by 21:30", + "SYSTEM: On what day will you be leaving?", + "USER: I will be leaving on Monday", + "SYSTEM: TR5484 leaves at 13:50 and costs 4.40 pounds. is that fine with you?", + "USER: Yes, but i need to book four more people as well.", + "SYSTEM: So I have 5 tickets booked. The reference number is YD9YNVV4 .", + "USER: Thank you very much.", + "SYSTEM: Thank you. Is there anything else?", + "USER: No, that's all. Good bye", + "SYSTEM: You're very welcome! Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "fitzbillies restaurant", + "fitzbillies" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0509.json", + "Complete Dialogue": [ + "USER: I would like to eat in the Center of town at a expensive place.", + "SYSTEM: For Town Centre, there are African, Asian Oriental, and British options. Which of these would you prefer?", + "USER: How about African? I'd like to book a table for 7 at 16:15 on Tuesday.", + "SYSTEM: I have booked a table at bedouin African restaurant for 7 people at 16:15 tuesday. Your reference number is VAZCWIS6 . May I help with anything else?", + "USER: Nope that's all I needed! Thanks!", + "SYSTEM: Okay great. Enjoy your dining experience." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-food": [ + "african" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1566.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that's four stars and has free wifi?", + "SYSTEM: Twenty one accomodations meet your needs. What part of town are you planning to stay in?", + "USER: That doesn't matter as long as it's cheap.", + "SYSTEM: There are 21 places in that criteria. What area of town? Or perhaps a need for free parking?", + "USER: It doesn't matter. Like I told you, it just needs to be a cheap 4 star place with free wifi.", + "SYSTEM: The Alexander bed and breakfast is the best option.", + "USER: Okay I would like to make a booking for 5 people and 4 nights starting from wednesday.", + "SYSTEM: Will you needing a reference number?", + "USER: Yes, of course.", + "SYSTEM: Booking was successful. Reference number is : JVC5MSAV . anything else today?", + "USER: I also need a train on Friday, departing after 9:00.", + "SYSTEM: Ok. Where are you departing from?", + "USER: i am departing from cambridge", + "SYSTEM: Where will you be traveling to?", + "USER: I will be traveling to ely, no need to book, but i need the train number, travel time departure time and arrival time", + "SYSTEM: Train TR8792 departs at 09:50 and will arrive in Ely at 10:07. The total travel time is 17 minutes. Anything more I can help with?", + "USER: That is all. Thanks for your time.", + "SYSTEM: Your welcome, have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "9:00", + "09:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3566.json", + "Complete Dialogue": [ + "USER: I don't know if this is possible but can you please get me some information on the alexander bed and breakfast?", + "SYSTEM: sure, i have their information. what would you like to know?", + "USER: Ah, I just wanted to know it was still open. Could you book me a room?", + "SYSTEM: Sure, what day would you like it for?", + "USER: 3 nights starting from friday.", + "SYSTEM: A reservation for 1 person?", + "USER: No, I would like it for 4 people.", + "SYSTEM: Booking was successful. Reference number is : CRLJAWX3 .", + "USER: I also need to find an Indian restaurant in the east please.", + "SYSTEM: There are a few Indian restaurants in the east, do you have a price range you are trying to stick to?", + "USER: In the mid-range would be fine.", + "SYSTEM: Rajmahal is a moderately priced Indian restaurant. How many people will be dining?", + "USER: 4 of us Friday at 14:45 I need the reference number too.", + "SYSTEM: Your table is reserved, reference #NKKOLWNU . Can I help you with anything else today?", + "USER: Yes, I'd also like to book a taxi. I'd like to arrive at the restaurant by the booked time.", + "SYSTEM: Where will you be departing from?", + "USER: I will be traveling between the hotel and restaurant.", + "SYSTEM: What time would you like to travel?", + "USER: I would like to get to the restaurant by 14:45 please.", + "SYSTEM: Booking completed! Booked car type : white honda Contact number : 07125482836", + "USER: Great, thanks so much, that's all I need! Have a great day!", + "SYSTEM: You're welcome! Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-name": [ + "rajmahal" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "rajmahal" + ], + "taxi-arriveby": [ + "14:45" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1209.json", + "Complete Dialogue": [ + "USER: Can you find me a train from Cambridge to Leicester?", + "SYSTEM: There are several what day and time do you want to leave or arrive?", + "USER: I'd like to leave on wednesday and should arrive by 13:00", + "SYSTEM: The TR2176 leaves Cambridge at 09:21 and gets into Leicester at 11:06. Will that work for you?", + "USER: What is the price of that train?", + "SYSTEM: The price is 37.80 pounds. Would you like to go ahead a book a seat?", + "USER: Yes, I would like to book a seat on that train. Thank you.", + "SYSTEM: Just to clarify, am I booking just one ticket or more?", + "USER: yes. also findme primavera's phone number", + "SYSTEM: Booking was successful, the total fee is 37.79 GBP payable at the station . Reference number is : 2Z3LQ075 . What else did you need?", + "USER: Thanks. I am also looking for the Primavera. It is an attraction.", + "SYSTEM: yes its a very nice attraction.", + "USER: Can I get their phone number please?", + "SYSTEM: their phone number is 01223357708. can i help with something else?", + "USER: No. That will be all. Thank you.", + "SYSTEM: Thank you for contacting the Cambridge TownInfo centre. Goodbye" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-arriveby": [ + "13:00" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "primavera's", + "primavera" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0115.json", + "Complete Dialogue": [ + "USER: I need a place to eat that is expensive.", + "SYSTEM: I've found 57 restaurants that match your request. Is there a particular area you'd like to dine in?", + "USER: In the centre, please.", + "SYSTEM: There are 33 restaurants in that area, do you have a preference of the type of restaurant?", + "USER: i want something with malaysian food.", + "SYSTEM: I am sorry I have no listings for malaysian food,another type?", + "USER: I actually just need an expensive place to dine in the Centre of town.", + "SYSTEM: Kymmoy offers Asian Oriental food. Would you like to book a table there?", + "USER: Yes please. Can you book that for 8 people on Saturday at 15:30?", + "SYSTEM: Sure thing. I will work on getting this booked and be right back with you.", + "USER: Okay, thank you.", + "SYSTEM: you are welcome", + "USER: If Saturday fails, try Monday and provide the reference number. Also looking for a guesthouse in the same area with internet. Provide starts and address please.", + "SYSTEM: Your restaurant booking was successful. This is the reference number PQA4WKNF . It is for Saturday at 15:30 for 8 people.", + "USER: Can you book me two taxi cabs that offer groupon discounts to take us to the restaurant?", + "SYSTEM: I don't think we have any affiliations with Groupon. Is there anything else I can help you with today?", + "USER: I'm looking for a place to stay. The hotel should be in the same price range as the restaurant and should be in the type of guesthouse.", + "SYSTEM: I am sorry but there are no guesthouses matching. Would you like to try a hotel instead?", + "USER: A hotel would be fine.", + "SYSTEM: Would you like me to book it for you?", + "USER: What expensive hotel do you recommend?", + "SYSTEM: There are two hotels matching your needs and I highly recommend university arms hotel. Do you want me to book it?", + "USER: I just need their address, star level and whether they have internet please.", + "SYSTEM: University arms hotel is 4 stars located on regent street. They have internet and parking. Would you like me to book that for you?", + "USER: Not yet, that's all for now. Thank you for all your help.", + "SYSTEM: Thank you for calling. Please call us back if we can assist you in any other way. Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "dontcare", + "malaysian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "15:30" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "kymmoy" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3769.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: I can help plan your trip! What do you need?", + "USER: I need a train ticket going to cambridge from norwich on saturday anytime after 15:00", + "SYSTEM: There are 9 trains traveling from norwich to cambridge after that time on Saturday. Do you need to arrive by a certain time?", + "USER: No it doesn't matter when I get there. Can you pick one, and make me a booking for three people? I need a reference number too!", + "SYSTEM: Okay. I've booked you three tickets on the TR9724. Your reference number is J87QHBRM . You'll owe 42.24 at the station.", + "USER: Thank you. I also need info on a place to go in the west. Any one will do. Just something to see.", + "SYSTEM: You have a few attraction options in the west area; colleges, museums and even an entertainment attraction. Which one sounds best for your trip?", + "USER: Can you recommend one and give their post code?", + "SYSTEM: How does the Clare Hall sound? The postcode is cb39al.", + "USER: That sonds great, thanks. Thats all I need for today.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "15:00" + ], + "train-bookpeople": [ + "3" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0819.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a place to stay in town. I'd like a place with free parking and a 2 star rating, please.", + "SYSTEM: Ashley hotel is in the north part of town and has a 2 star rating and parking.", + "USER: Is it a hotel or guesthouse?", + "SYSTEM: The Ashley is a hotel. It's on the north end of town. Would you like to make a reservation here or should we keep looking?", + "USER: That's fine. Can you book it for 2 people for 2 nights, starting from Thursday?", + "SYSTEM: Sure! Your reference number is VEPGFLTA . Anything else?", + "USER: No thank you. I appreciate all your help.", + "SYSTEM: You're welcome! Have a great day! Goodbye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1714.json", + "Complete Dialogue": [ + "USER: I need a train on Tuesday that arrives by 16:45.", + "SYSTEM: Certainly, where is your place of departure and arrival?", + "USER: I want to depart from London and arrive in Cambridge.", + "SYSTEM: london kings cross or london liverpool street?", + "USER: london liverpool street.", + "SYSTEM: I have train TR1395 that leaves at 13:39 and will arrive in Cambridge by 15:07. Would that work for you? I would be happy to book your ticket.", + "USER: For two people please. I will need the reference number. I also want to stay at the Lensfield hotel.", + "SYSTEM: Your train booking was successful. You can pay the fee of 33.2 at the station. Your reference number is 14AXWO0V .", + "USER: do you know the lensfield hotel? I need their phone # and how many stars do they currently have?", + "SYSTEM: The lensfield is a 3 star hotel and the phone number is 01223355017. Would you like to make reservations there?", + "USER: No thank you. That's all I need for now.", + "SYSTEM: Ok. Enjoy your stay." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "london liverpool street" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2135.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip and could use some help with a particular attraction.", + "SYSTEM: Okay, sounds good. What attraction are you thinking about?", + "USER: I'm looking for Milton Country Park.", + "SYSTEM: I have found it what types of information can I get you on it?", + "USER: Can I get the attraction type, entrance fee, and postcode please?", + "SYSTEM: It's a Park and there's no entrance fee. It's free for all. The postcode is cb46az. How can I be of further assistance today?", + "USER: I'm also looking for a great Italian restaurant on the east side of town that you would recommend.", + "SYSTEM: I would suggest pizza hut fen ditton", + "USER: What are their prices like?", + "SYSTEM: They are moderately priced", + "USER: What is the address and phone number to Pizza Hut Fen Ditton?", + "SYSTEM: The number is 01223323737, and it is in Cambridge Retail Park Newmarket Road Fen Ditton.", + "USER: Great! Thank you! That's all I needed.", + "SYSTEM: You're welcome! Have a wonderful day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza hut fen ditton", + "pizza hut fenditton" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1941.json", + "Complete Dialogue": [ + "USER: I'm hoping to book a train from bishops stortford to cambridge. Please list all times for that route.", + "SYSTEM: There's a total of 70 trains. Is there a particular time of day you would like to travel?", + "USER: I need to leave Wednesday and arrive after 11:15.", + "SYSTEM: Thanks for that information. What time you would like to leave?", + "USER: I would like to leave after 11:15.", + "SYSTEM: Unfortunately there are no trains meeting your criteria. Would you like me to look up another departure and arrival time?", + "USER: no, i want that day and time please", + "SYSTEM: The TR0516 leaves Cambridge at 11:29 on Wednesday. Will that work for you?", + "USER: Well, I need to know the arrival time first.", + "SYSTEM: Arrival time is 12:07 does that work for you?", + "USER: Yeah, that works. Can you recommend a 0 star hotel for me?", + "SYSTEM: Yes I have two guesthouses and 1 hotel in that category do you have a preferred area?", + "USER: I'd like it to be in the centre please.", + "SYSTEM: In the town centre there is one guesthouse and one hotel with 0 stars. Would you like the hotel or the guesthouse?", + "USER: it doesn't really matter. Moderately priced located in the centre. I need phone number, hotel type and if they have free parking or not", + "SYSTEM: i suggest cityroomz. its a hotel in the moderate price range. their phone number is 01223327978", + "USER: Does it have free parking?", + "SYSTEM: Yes, they do have free parking at this hotel.", + "USER: Great, thank you. That is all that I need.", + "SYSTEM: You're welcome, have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "11:15" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "11:15" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0616.json", + "Complete Dialogue": [ + "USER: Hi! I'm looking for a train to Norwich on Saturday.", + "SYSTEM: What is your departure site and time?", + "USER: From Cambridge and I want to arrive by 20:30.", + "SYSTEM: I have a train that would leave at 18:36 and arrive by 19:55. It's 79 minutes long and costs 14.08 pounds. Would you like me to book it?", + "USER: Yes please, book it for 7 people.", + "SYSTEM: All booked and ready to go! The reference number is RJVNE0PT .", + "USER: I am also looking for a place to stay. Can you find a 1 star hotel for me that is a guesthouse?", + "SYSTEM: Unfortunately, there are no guesthouses that meet that criteria. In the area, there are 24 guesthouses, some of them cheap, some expensive. Can you narrow down your choices?", + "USER: If there are no 1 star guesthouses, please find me the cheapest one that includes free wifi.", + "SYSTEM: Alexander bed and breakfast is a 4 star cheap guesthouse with free interenet and parking located in the centre. Does that work for you?", + "USER: Yes Alexander bed and breakfast that has a star of 4 would be great.", + "SYSTEM: Sure, I can book that for you. How many people will be staying and for how long also arriving what day?", + "USER: There will be 7 people staying for 2 nights beginning on Thursday.", + "SYSTEM: My attempt to book your party was unsuccessful. Would you like to try a different length of stay, or a different hotel?", + "USER: Would 1 night work instead? If it does could I get the reference number please?", + "SYSTEM: Yes, 1 night will work. I've booked the hotel for you, and your reference number is FIINUE5N . What else can I help you with?", + "USER: That will be all. Thank you.", + "SYSTEM: Wonderful. Enjoy your stay in Cambridge!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "norwich" + ], + "train-arriveby": [ + "20:30" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "1" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0952.json", + "Complete Dialogue": [ + "USER: Can you help me in finding a suitable guesthouse please?", + "SYSTEM: There are 24 guest houses available. Is there a particular area of the city you'd prefer to stay in?", + "USER: Yes, I'd like to stay in the centre of town please.", + "SYSTEM: I have two options for you. Both offer free wifi and parking. The El Shaddai has no star rating or the Alexander B & B has a 4-star rating.", + "USER: I'll take the El Shaddai please.", + "SYSTEM: Sure thing. Do you want me to book it for you?", + "USER: Yes. I want to book it for 2 nights, 5 people starting on Friday.", + "SYSTEM: The booking was successful, your reference code is 8090X905 . Do you want further assistance?", + "USER: No that's all. Good bye!", + "SYSTEM: Thank you goodbye!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "el shaddai" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1254.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to go on the east side of town where I can enjoy multiple sports? Thanks.", + "SYSTEM: There is the cherry hinton village centre. Would you like me to making a reservation for you?", + "USER: No thanks, I'd like to call them first. Can you give me the address, phone number and entry fee for Cherry hinton village centre?", + "SYSTEM: Their phone number is 01223576412 and the postcode cb19ej. They are located at Colville Road, Cherry Hinton.", + "USER: looking for a train. The train should go to london liverpool street and should leave on saturday", + "SYSTEM: Where will you leave from?", + "USER: I am leaving from Cambridge.", + "SYSTEM: how about train TR4078 that leaves at 13:39?", + "USER: When will it arrive? I need it to arrive by 19:30.", + "SYSTEM: how about the TR8530? that train arrives at 19:07", + "USER: That will work, go ahead and book that.", + "SYSTEM: For how many people?", + "USER: I don't need need reservations I just need a price and train ID.", + "SYSTEM: The train ID is TR8530 and the price is 13.28 pounds.", + "USER: ok thats it thank you.", + "SYSTEM: Thank you for letting us help you today." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "multiple sports" + ], + "attraction-name": [ + "cherry hinton village centre" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "london liverpool street" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "19:30" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20556.json", + "Complete Dialogue": [ + "USER: Hi, I want a moderately priced restaurant located in the south part of town.", + "SYSTEM: Pizza hut cherry hinton is in the south part of town and in the moderate price range. Would you like their location?", + "USER: address and postcode please", + "SYSTEM: Their address is G4 Cambridge Leisure Park Clifton Way Cherry Hinton and their postcode is C.B 1, 7 D.Y. Is there anything else I can do for you today?", + "USER: No, thank you, goodbye.", + "SYSTEM: enjoy your meal!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "pizza hut cherry hilton", + "pizza hut cherry" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20251.json", + "Complete Dialogue": [ + "USER: I would like inexpensive Turkish food.", + "SYSTEM: I'm sorry I do not show anything available. Would you like to try something else?", + "USER: Ok, how about an Italian restaurant?", + "SYSTEM: There are 5 listings matching your criteria. Do you have a preference on the area?", + "USER: I do not have a preference of area as long as it's cheap. Please make a suggestion.", + "SYSTEM: Ask is an Italian restaurant in the cheap priced category, and is the centre of town.", + "USER: Can I get the address and phone number?", + "SYSTEM: Ask is at 12 Bridge Street City Centre and can be reached at 01223 364917. Can I help you anything else today?", + "USER: No, thank you. Good bye.", + "SYSTEM: You're welcome, enjoy your food." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "italian", + "turkish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-name": [ + "ask" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1961.json", + "Complete Dialogue": [ + "USER: Hi! Would you please help me find a hotel to stay at?", + "SYSTEM: Certainly, what can I use to narrow down your search?", + "USER: It needs to be 2 star, have free parking and free wifi.", + "SYSTEM: We have 3 results. What area are you interested in staying in? And what price range?", + "USER: I do not have a preference. Please pick one and get me a booking for 8 people for 3 nights staring from Friday.", + "SYSTEM: I was able to book you at the Ashley Hotel. Your booking was successful. Reference number is : 79F1XIW2 . Is there anything else I can help you with?", + "USER: i also need a train that should leave after 16:45 destination bishops stortford", + "SYSTEM: I see a departing train leaving at 17:29.", + "USER: I need to travel on Monday, departing Cambridge. Does that make a difference?", + "SYSTEM: That train still meets your criteria. Train TR2530 departs Cambridge for Bishops Stortford on Monday at 17:29. Would you like me to book this?", + "USER: Yes, I need 8 tickets. And could you provide the reference number?", + "SYSTEM: Booking was successful, the total fee is 80.8 GBP payable at the station. Your reference number is 99VHJ3AR . Do you need anything else?", + "USER: No thanks, that will be everything.", + "SYSTEM: It was a pleasure to help you. Have a good day.", + "USER: Thank you for your time goodbye!", + "SYSTEM: thanks for using our services" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "16:45" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1239.json", + "Complete Dialogue": [ + "USER: I need to book a train from stansted airport to cambridge, can you help me?", + "SYSTEM: Yes, what day will you be traveling?", + "USER: monday, after 11:15", + "SYSTEM: There are 13 trains that match. Shall I reserve any tickets for you?", + "USER: Can you reserve 6 tickets on the next train after 11:15?", + "SYSTEM: I reserved you 6 seats on the TR5754. It leaves at 11:24. The total fee of 60.59 GBP is payable at the station. Your reference number is : 1IBJMMM8", + "USER: Great sounds perfect!! Thank you so much for all your help.", + "SYSTEM: No problem. Have a great day and trip. Goodbye." + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "11:15" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20364.json", + "Complete Dialogue": [ + "USER: I would like a restaurant that serves world food", + "SYSTEM: Im sorry, there are no restaurants that serve world food. Can I help you with something else?", + "USER: How about portuguese food?", + "SYSTEM: Nandos serves Portuguese and is located in the south part of town and is in the cheap price range.", + "USER: What is the phone number and address?", + "SYSTEM: The phone number is 01223 327908, and the address is Cambridge Leisure Park Clifton Way. May I help you with anything else?", + "USER: Thank you goodbye.", + "SYSTEM: Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "world", + "portuguese" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2160.json", + "Complete Dialogue": [ + "USER: Can you find me an expensive restaurant in the north?", + "SYSTEM: There are five expensive places to dine in the North. Would you like to try asian oriental cuisine?", + "USER: Yes. That's exactly what I'm looking for.", + "SYSTEM: Saigon City at 169 High Street Chesterton fits the description. Shall I make a reservation for you?", + "USER: Yes, please. Can you make a reservation for 7 people at 12:30 on a Tuesday? Thanks", + "SYSTEM: I made a reservation for you at Saigon City for a party of 7 on Tuesday at 12:30. Your reference is N2FHZ30Y . Is there anything else I can help you with?", + "USER: Wonderful. I'm also looking for a cool place to check out in the same area.", + "SYSTEM: There are 79 attractions, would you like to try cineworld cinema?", + "USER: I actually want to find a museum and it should be in the same area as my restaurant", + "SYSTEM: Sorry, I'm not seeing any results. Want to try a different type or area?", + "USER: Let's try for a boat type instead then", + "SYSTEM: There is one listing here. It is riverboat georgina. Its entrance fee is unlisted but the address is cambridge passenger cruisers, jubilee house, postcode cb43ax and phone 01223902091", + "USER: Thanks, I don't need anything else today! bye!", + "SYSTEM: Ok. Have a great day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "museum", + "boat" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0564.json", + "Complete Dialogue": [ + "USER: Hello, do you have any information regarding interesting theatres to visit in the centre of town?", + "SYSTEM: Sure thing, there are four theatres in the centre of town. ADC Theatre, Cambridge Arts Theatre, Mumford Theatre, and The Cambridge Corn Exchange.", + "USER: I'm interested in one of the theatres! Can I get the entrance fee information for those?", + "SYSTEM: I'm sorry, but none of the theaters list the entrance fee. Would you like the phone number for any of them?", + "USER: That's okay, could you provide me with the postcode and address, please? Also, I am looking for a train leaving after 16:00 this Monday.", + "SYSTEM: The ADC Theatre is located on Park Street and its postcode is cb23pj. Before I find your train, could you tell me where you would like to go?", + "USER: Of course, silly me :P I am looking for a train from cambridge to stevenage", + "SYSTEM: The TR0254 leaves Cambridge at 17:21.", + "USER: Awesome, thank you very much! I'm pretty sure that's all I need right now, but I'll be back if I think of anything else. Later!", + "SYSTEM: Great thank you for using our system." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1398.json", + "Complete Dialogue": [ + "USER: Yes, I am hoping you can give me some information on a train.", + "SYSTEM: Can you please give me more information? There are numerous trains leaving on Friday to Cambridge.", + "USER: I am leaving cambridge on Tuesday and going to Birmingham new street.", + "SYSTEM: Sure, there are plenty of trains that match your requirements. Did you have a particular time of day you were wanting to travel on Friday?", + "USER: I would like to leave after 21:45.", + "SYSTEM: There are two trains that fit your criteria. One will arrive at 24:33 and the other at 01:44. Which suits your needs?", + "USER: How about the one arriving at 01:44.", + "SYSTEM: How many tickets can I book for you?", + "USER: What is the travel time for the one arriving at 1:44.", + "SYSTEM: The travel time for TR4724 is 163 minutes.", + "USER: I would also like to go to a museum.", + "SYSTEM: There are 23 museums available. Which part of town do you prefer?", + "USER: I'm fine with any area of town.", + "SYSTEM: we have lovely museums in the east, west, south and centre. I prefer the byard art myself that's in the south", + "USER: I would like to give that a try. What is the entrance fee, phone number and area?", + "SYSTEM: byard art museum is located in the south part of town. Their entrance fee is free. Their phone number is 01223464646. Can I further assist you today?", + "USER: Thanks so much. That's all I need. Goodbye!", + "SYSTEM: You are welcome! I hope you enjoy your time at the museum. I am happy to have been able to assist you." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-leaveat": [ + "21:45" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "byard art" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20486.json", + "Complete Dialogue": [ + "USER: I need a South restaurant with british food.", + "SYSTEM: I'm sorry but I cannot find any british food located in the south part of town.", + "USER: Is there a chinese restaurant in the south part of town?", + "SYSTEM: I've found three Chinese restaurants in the south part of town. Does price range matter to you?", + "USER: No, any price range is fine. I would just like to know the address and price range of one of the restaurants.", + "SYSTEM: Peking Restaurant is an expensive Chinese restaurant that is located at 10 Homerton Street City Centre. Is there anything else I can help you with today?", + "USER: No, thank you.", + "SYSTEM: Thank you." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "chinese", + "british" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0702.json", + "Complete Dialogue": [ + "USER: Are you able to find me a french expensive restaurant?", + "SYSTEM: There are 2 expensive French restaurants. Restaurant Two Two, and Cote. Which would you like to book?", + "USER: I like the sound of Restaurant Two Two, could you give me their postcode, address and phone number?", + "SYSTEM: Restaurant Two Two is located at 22 Chesterton Road, Chesterton. Their postcode is cb43ax. You can reach them at 01223351880. Any other information I can provide?", + "USER: No, that's everything I needed today. Thank you.", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "french" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2406.json", + "Complete Dialogue": [ + "USER: I want to know where I can go in the town centre of Cambridge.", + "SYSTEM: There are many places to go in the centre. Are you looking for an attraction or restaurant?", + "USER: An attraction of any type would be fine as long as it's in the centre, please.", + "SYSTEM: I could recommend old schools. It is architecture and free to see. Would you like more information?", + "USER: Yes tell me one of those recommendations.", + "SYSTEM: Old Schools is an architectural attraction on Trinity Lane that has no entrance fee. Their phone number is 01223332320. Can I help you with anything else?", + "USER: Can you provide me the full address including postal code? Thanks.", + "SYSTEM: The address listed for Old Schools is simply Trinity Lane. And their postcode is cb21tt. Is there anything more I can do for you today?", + "USER: Yes, I would also like to find an expensive restaurant in the same area.", + "SYSTEM: What kind of food would you like and what price range", + "USER: I would prefer British food and an expensive price range if possible.", + "SYSTEM: I have three restaurants in the town centre that meet your needs. Might I suggest the Cambridge Chop house or Fitzbillies restaurant?", + "USER: Can you please recommend one and give me their postcode and phone number?", + "SYSTEM: The Cambridge Chop House is a favorite of mine. It's located at 1 Kings Parade. Would you like me to book it for you?", + "USER: No thanks, but I am interested in getting a tax from Old Schools to the Cambridge Chop House. Can you help?", + "SYSTEM: What time will you be needing the taxi service for?", + "USER: I would like to leave Old Schools by 19:00.", + "SYSTEM: Okay your all set! A red lexus will be picking you up the contact number is 07885505407, is there anything else I can help you with today?", + "USER: Thank you that will be all I need.", + "SYSTEM: I'm happy to have been of service. Goodbye!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "british" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-destination": [ + "cambridge chop house" + ], + "taxi-leaveat": [ + "19:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4611.json", + "Complete Dialogue": [ + "USER: Can I please get a train ticket from Norwich to Cambridge?", + "SYSTEM: We have many trains available but to help find the right one could you provide me with what day you will be departing and your departure time and arrival?", + "USER: I will be leaving after 15:15 on Tuesday.", + "SYSTEM: TR4180 leaves at 15:16. Does that work for you?", + "USER: Perfect, can I get 8 tickets?", + "SYSTEM: Booking was successful, the total fee is 140.8 GBP payable at the station . Reference number is : CO0GWJCJ . Can I help you with anything else today?", + "USER: i am also looking for places to go in town. The attraction should be in the type of park.", + "SYSTEM: We have a lot of excellent options. Is there a particular area you'd like to visit?", + "USER: Yes, I would like to visit a park.", + "SYSTEM: There are parks in the centre, east, north and south. Could you please let me know which area you prefer?", + "USER: The area doesn't matter, can you recommend one?", + "SYSTEM: There is the Cherry Hinton Water Play park in the east. It's free to get into.", + "USER: Can I get the phone number and the postcode?", + "SYSTEM: Sure, the phone number is 01223446011 and the postcode is cb18dw. Is there anything else I can help you with?", + "USER: Yes, I would like to find a park to go to. I will need the phone number and postcode. Also, what is the entrance fee for this? Thanks!", + "SYSTEM: It is free admission.", + "USER: Okay, that's all I need, thank you so much!", + "SYSTEM: Have a nice day, goodbye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "15:15" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ], + "attraction-name": [ + "cherry hinton water play" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0220.json", + "Complete Dialogue": [ + "USER: I'm looking for a hospital, specifically the Addenbrookes Hospital.", + "SYSTEM: I am looking for the main line at the hospital", + "USER: I would like the postcode and address please.", + "SYSTEM: The address is Hills Rd, Cambridge and the postcode is CB20QQ. The phone number is 01223245151.", + "USER: Ok, I'll call an Uber.", + "SYSTEM: Is there anything else I can do for you today?", + "USER: No, thank you again.", + "SYSTEM: You're welcome, have a great day!", + "USER: That is all I need. Thanks", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "taxi", + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG0818.json", + "Complete Dialogue": [ + "USER: Could you help me find a 0 star hotel?", + "SYSTEM: The cityroomz is a 0 star hotel in the moderate price range. It is in the centre of town. Would you like me to book it for you?", + "USER: Is the cityroomz a guesthouse? That's what I'm looking for.", + "SYSTEM: No, Cityroomz is a hotel. The City Center North B&B or the El Shaddai are 0 star guesthouses.", + "USER: You know what, the hotel will actually work for me. Can you tell me where Cityroomz is located?", + "SYSTEM: Sure. It's in the centre on Station Road. Anything else?", + "USER: Yes, can you book that for me for 5 people and 4 nights? I need it on Sunday.", + "SYSTEM: Sorry, that booking wasn't available. Maybe another day or a shorter stay would work?", + "USER: How about two night?", + "SYSTEM: That worked. Your reference number is YZMQ4JNN .", + "USER: Thank you, good bye.", + "SYSTEM: Have a wonderful time, good bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4", + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0100.json", + "Complete Dialogue": [ + "USER: Good morning, I need help finding a restaurant that serves bistro in the moderate price range.", + "SYSTEM: I couldn't find a restaurant with the attributes you are looking for. Would you like something else?", + "USER: How about one with british food?", + "SYSTEM: There are 5 restaurants serving british food. Do you have a preferred area?", + "USER: I do not have a preferred area. Which ones have a table available for 6 people at 12:30 on Tuesday?", + "SYSTEM: Is there a price range you would prefer to stay within?", + "USER: No I do not need to stay within a price.", + "SYSTEM: I have Restaurant One Seven in the moderate price range. Would you like me to book a reservation?", + "USER: Yes, please.", + "SYSTEM: The booking was unsuccessful, do you have any other preference?", + "USER: I just need a restaurant in the same area and has the same price range.", + "SYSTEM: Sure. I booked you a table in the oak bistro which is in the center part of the town. Your reservation number is CMJ6WM0Z .", + "USER: Great, thanks for that. See you!", + "SYSTEM: Sure, I'm here to help you. Bye!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "bistro", + "british" + ], + "restaurant-pricerange": [ + "moderate", + "dontcare" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "restaurant one seven", + "the oak bistro" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2534.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called Kirkwood House please.", + "SYSTEM: I've located Kirkwood House. It's a guesthouse in the north. Would you like to book a room?", + "USER: May I please have the phone number for the hotel?", + "SYSTEM: Absolutely. That number is 01223306283.", + "USER: I'm also looking for some places to go while I'm in town.", + "SYSTEM: There is boating, a park, and some swimmingpools in the north. Any preference?", + "USER: I would like it to be a museum please.", + "SYSTEM: I'm sorry there are no museums in the north. Would you like me to check a different area?", + "USER: How about in the south?", + "SYSTEM: How about the byard art museum the phone number is 01223464646.", + "USER: How much is it to get in that place? And what's their postcode?", + "SYSTEM: Entrance is free, and the postcode is cb21sj. Can I help with anything else?", + "USER: No that was all I needed. Thanks so much.", + "SYSTEM: Thank you for using our system today!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "kirkwood house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "south" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0144.json", + "Complete Dialogue": [ + "USER: Can you help me find a moderately priced place to eat located in the centre?", + "SYSTEM: Certainly, there are many restaurants that fit that criteria. Do you have a food type preference?", + "USER: Yes, do any serve international food?", + "SYSTEM: I have 2. The varsity restaurant and bloomsberry. Both serve international food and are in the moderate price range. Do you have a preference?", + "USER: Can you check to see if either has booking for 5 people at 17:15 on monday?", + "SYSTEM: Neither are available at that time. Would you like to try a different time?", + "USER: No, I need 17:15 on Monday. Perhaps a different restaurant in the centre with moderate prices? Any cuisine is fine.", + "SYSTEM: I was able to book you for the yippee noodle bar, your reference number is E6ERFBKG", + "USER: Thank you and goodbye", + "SYSTEM: Good bye to you, let us know if you need us again." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "dontcare", + "international" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "17:15" + ], + "restaurant-name": [ + "yippee noodle bar", + "the varsity restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01330.json", + "Complete Dialogue": [ + "USER: Yes, could you help me find the Parkside Police Station please?", + "SYSTEM: The Parkside Police Station is located at Parkside, Cambridge CB11JG. The phone number is 01223358966. Is there anything else I can help you with?", + "USER: Thank you. That's all I need.", + "SYSTEM: Thank you for contacting us." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL3268.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that is expensive and includes free parking?", + "SYSTEM: Absolutely, what area were you wanting to stay in?", + "USER: Area doesn't really matter, but I would like a 3-star place with internet.", + "SYSTEM: There are two hotels that meet your preferences. I suggest the Gonville Hotel as it's in the city centre.", + "USER: Could you give me the address, please?", + "SYSTEM: They are located at gonville place. Would you like to book a room there?", + "USER: Nah, not right now. I do need info on a train though. What's the schedule like on Sunday trains leaving cambridge?", + "SYSTEM: I'll be happy to help you with that. Where would you like to travel to?", + "USER: How about a train that will arrive by 12:15 heading to london liverpool street?", + "SYSTEM: Train TR0995 arrives by 11:27. Would you like me to book you a ticket?", + "USER: Yes, that sounds perfect. Can you make me a booking for 1 person please?", + "SYSTEM: Booking was successful, the total fee is 13.28 GBP payable at the station . Reference number is : 39JEV1T5 .", + "USER: Excellent, thank you!", + "SYSTEM: Is there anything else I can help you with?", + "USER: Thank you for your help.", + "SYSTEM: You are welcome. Let us know if you need anymore assistance." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "12:15" + ], + "train-destination": [ + "london liverpool street" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01431.json", + "Complete Dialogue": [ + "USER: Can you help me book a taxi please?", + "SYSTEM: Yes what is your departure site?", + "USER: I am departing from sheep's green and lammas land park fen causeway.", + "SYSTEM: What time do you want to leave ?" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "sheeps green and lammas land park", + "sheep's green and lammas land park" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1111.json", + "Complete Dialogue": [ + "USER: Good Morning, I am looking for a place to on the east side that has entertainment", + "SYSTEM: Ok, cherry hinton hall and grounds is in the east side of town. Would you like the address?", + "USER: Yes, and the postcode please!", + "SYSTEM: cb18dw is their postcode.", + "USER: Thank You. I think that's all I need.", + "SYSTEM: You're welcome! Have a great day! Goodbye." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "entertainment" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0788.json", + "Complete Dialogue": [ + "USER: I want to find an expensive restaurant in the centre of town.", + "SYSTEM: The cambridge chop house serves british food, it is in the centre of town and is in the expensive price range.", + "USER: Great, what is the postcode and phone number?", + "SYSTEM: The postcode is cb21sj and the phone number is 01223359506.", + "USER: I also need a train from Cambridge to Stansted Airport. Can you please look that up for me.", + "SYSTEM: i got 5 choices. what time do you want to leave?", + "USER: I just need to leave on Wednesday and should arrive by 18:15.", + "SYSTEM: Train TR2912 arrives at Stansted Airport at 17:08. Would you like to reserve a ticket?", + "USER: What is the departure time?", + "SYSTEM: I will be leaving at 17:00.", + "USER: Ok, thank you. That is all the information I need today.", + "SYSTEM: OK, if that's all you need, I'm happy to have been of service! Have a wonderful day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cambridge chop house" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "18:15" + ], + "train-day": [ + "wednesday" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0540.json", + "Complete Dialogue": [ + "USER: What are my options for cheap restaurants in the city center?", + "SYSTEM: There are 15 options to choose from. Is there a particular style of food you would like?", + "USER: I don't have a style preference.", + "SYSTEM: Well how about Asian oriental? I have several good but cheap options.", + "USER: That sounds wonderful, can you book a table for 5 on Tuesday at 15:15?", + "SYSTEM: Certainly! I have made a reservation at dojonoodlebar for the time specified and number of people in your party. Enjoy the restaurant!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "15:15" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1101.json", + "Complete Dialogue": [ + "USER: I would like a guesthouse in the moderate price range. Do you think you could find one for me?", + "SYSTEM: What part of town would you like to stay in?", + "USER: I have no preference, but the guesthouse should include free parking.", + "SYSTEM: Acorn guest house meets all your needs, would you like to book that?", + "USER: That's perfect. I would like to book it for 1 person. It needs to be for 4 nights beginning Saturday.", + "SYSTEM: I'm sorry, but the Acorn Guest House doesn't have those dates available. Would you like to try for a different day or shorter stay?", + "USER: Yes, please try booking for 2 nights.", + "SYSTEM: Your booking for 2 nights at the Acorn Guesthouse was a success! Your reference number is R4ES2ZFT . What else can I do for you today?", + "USER: Are there any attractions to see in town? I'm interested in going to a museum if any exist.", + "SYSTEM: We have 79 museums listed. Would you like a certain area of town?", + "USER: Which is your favorite museum? If you'll get me their postcode, entrance fee, and phone number, I'll give them a call.", + "SYSTEM: I would recommend the Broughton House Gallery. It has a free entrance.", + "USER: Ok, that sounds great.", + "SYSTEM: The postcode is cb11ln and address is 98 King Street. The phone number there is 01223314960. Anything else?", + "USER: Yes, I'd like to get a taxi from the hotel to the museum please.", + "SYSTEM: When do you want to leave?", + "USER: I'd like to leave the Acorn by 5:00 if possible.", + "SYSTEM: Your taxi booking was a success! The taxi will be a red Lexus with contact number 07432305998.", + "USER: Okay great! That is all I need. Thank you.", + "SYSTEM: I am happy to have helped. Thank you, have a nice day. Good bye." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "4", + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "broughton house gallery" + ], + "taxi-leaveat": [ + "5:00", + "05:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0343.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel that gives me free parking and free wifi.", + "SYSTEM: We have many with those features. Do you have any other preferences to narrow it down, such as price range or location?", + "USER: Oh, I would like a guesthouse that is moderately priced please.", + "SYSTEM: There are many, can I get the area you are looking for to narrow it down a bit?", + "USER: I don't care about the area. As long as I can have it booked for 3 people starting on Tuesday for 5 nights.", + "SYSTEM: I have the Arbury Lodge in the North that meets your needs. Would you like me to book a room there?", + "USER: Yes, please book Arbury Lodge for me.", + "SYSTEM: The booking was successful, reference number is POHIT2CO .", + "USER: Thank you! That's all for today. Goodbye!", + "SYSTEM: Have an enjoyable stay. Thank you for calling the Cambridge TownInfo Centre. Good bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse", + "arbury lodge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2257.json", + "Complete Dialogue": [ + "USER: Hi, Can you help me find a train from Norwich to Cambridge?", + "SYSTEM: I would be happy to help! What day would you like to travel?", + "USER: I would like to arrive wednesday at 16:45.", + "SYSTEM: There is a train which departs at 15:16 and arrives at 16:35 would you like me to book that one?", + "USER: No need to book it today. I would like the price and travel time if you have it there, though.", + "SYSTEM: The price is 17.60 pounds and travel time is 79 minutes. Can I assist you with anything else today?", + "USER: I also need a hotel with free parking.", + "SYSTEM: We have 29 hotels that may be what you need. Is there a certain area or price range you are looking for perhaps?", + "USER: I'd like a guesthouse with a star of 4, please.", + "SYSTEM: The archway house meets your criteria. Do you need help with booking?", + "USER: Yes please, I need it for 4 people, 3 nights starting on Wednesday.", + "SYSTEM: Unfortunately, that length of stay is not available. Would you like to try again for a shorter stay?", + "USER: How about 1 night at the archway house for 4 people. Please book and provide a reference number. Thank you.", + "SYSTEM: Booking was successful. Reference number is : FEK7TT66 . Is there anything else?", + "USER: That's all I needed today, thank you", + "SYSTEM: Thank you for contacting us, have a nice day." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "wednesday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "archway house" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20580.json", + "Complete Dialogue": [ + "USER: Is there any place here in the centre that serves corsica food?", + "SYSTEM: What price range are you looking for?", + "USER: Any price range will do.", + "SYSTEM: There are no restaurants available matching your criteria. Would you like to try a different area, price range, or food type?", + "USER: Are there any restaurants in the centre that serves North American type of food?", + "SYSTEM: Yes. The gourmet burger kitchen serves north american food and is located in the centre part of the city. Would you like their location?", + "USER: Can I get the phone number?", + "SYSTEM: The phone number for gourmet burger kitchen is 01223 312598.", + "USER: Thank you. Good bye.", + "SYSTEM: Thank you for using the Cambridge restaurant system. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "north american", + "corsica" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-name": [ + "gourmet burger kitchen" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0135.json", + "Complete Dialogue": [ + "USER: I need a cheap place to eat on the south side of town.", + "SYSTEM: Great, I have two places to recommend. Nados serves Portuguese and the Lucky Star serves Chinese. Which one do you like?", + "USER: Nados serves Portuguese sounds good can I get a address, food type, and phone number?", + "SYSTEM: The address is Cambridge Leisure Park Clifton Way and the phone number is 01223327908.", + "USER: Excellent. I also need to find a place to stay while in town. Can you help me find a cheap hotel?", + "SYSTEM: Yes I can help. Will you be staying on the south side as well? Do you have any accommodation requirements? Thanks.", + "USER: Yes, I'll be staying on the South side so a cheap 4 star guesthouse with free wifi will do", + "SYSTEM: I found Rosa's Bed and Breakfast for you. Would you like me to book it?", + "USER: Can i just get the address please?", + "SYSTEM: Sure the address is 53 Roseford Road. Do you need anything else?", + "USER: No, that's all I need.", + "SYSTEM: Okay, I will go ahead and sign off then. Let me know if you need anything else." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nandos", + "nados" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "rosas bed and breakfast", + "rosa's" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20389.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap restaurant that serves Scandinavian food", + "SYSTEM: No results for your query have been found. Would you like to try again?", + "USER: Are there any cheap restaurants that serve Italian food?", + "SYSTEM: Yes, there are five options for cheap Italian food. Three are located in the centre of town, one in the north, and one in the west part of town. Do you have a preference on area?", + "USER: It really doesn't matter, but I suppose the north. Can I get the address and phone number please?", + "SYSTEM: Of course. Da vinci pizzeria is at 20 Milton Road Chesterton, and the number is 01223 351707.", + "USER: Thank you for your help.", + "SYSTEM: You're welcome, enjoy your food." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "scandinavian", + "italian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0189.json", + "Complete Dialogue": [ + "USER: Please find for me the location of Addenbrookes Hospital.", + "SYSTEM: Is is located on Hills Rd in Cambridge. Postcode: cb20qq.", + "USER: What is the phone number?", + "SYSTEM: The number is 01223245151. Is there any department that you're looking for?" + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG01669.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should include free wifi and should be in the type of hotel", + "SYSTEM: There are quite a few hotels that fit that description. Do you have a preference as to area or price range?", + "USER: I would like something in the east with 2 stars.", + "SYSTEM: It looks like the Express by Holiday Inn Cambridge will work well for you. Would you like me to book that?", + "USER: Does it have free parking? Can you provide me with the contact details of this hotel?", + "SYSTEM: Yes, it offers free parking. The phone number is 01223866800.", + "USER: thanks. What's the address?", + "SYSTEM: The address is 15-17 norman way, coldhams business park. Would you like a reservation?", + "USER: That's not necessary, thanks.", + "SYSTEM: You're welcome. May I help you with a taxi or restaurant booking?", + "USER: That was all. Thank you", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Goodbye!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "east" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3659.json", + "Complete Dialogue": [ + "USER: I'm interested in finding a train to peterborough on Wednesday please", + "SYSTEM: I can help! What time are you looking to depart?", + "USER: on wednesday by 8 15 please", + "SYSTEM: Ok, I've got train TR3730 that leaves at 07:06 and would put you in Peterborough by 07:56. Would that work for you?", + "USER: Yes that will work great can you book me 2 tickets?", + "SYSTEM: Booking was successful, the total fee is 33 GBP payable at the station. Reference number is : J7JWEILX .", + "USER: Great, I'm also looking for a swimming pool in the north. Can you find me one?", + "SYSTEM: There are 2 to choose from - Jesus Green Outdoor Pool and Kings Hedges Learner Pool. Which would you prefer?", + "USER: Either is fine, I just need the postcode.", + "SYSTEM: The postcode is cb43px. Anything else.", + "USER: No that takes care of all my needs for now. Thanks! Bye!", + "SYSTEM: You are welcome. Glad I could help." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-destination": [ + "peterborough" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "07:56" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green outdoor pool" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0526.json", + "Complete Dialogue": [ + "USER: I'm looking for a multiple sports attraction in the area of center.", + "SYSTEM: We currently do not show any locations that fit that criteria. Would like me to look in a different area?", + "USER: No, How about a swimming pool in that area?", + "SYSTEM: Parkside Pools is located at Gonville Place. I do not have the entrance fee available, but the phone number is 01223446100 and the postcode is cb11ly", + "USER: Thank you for the phone number. Thanks for the help!", + "SYSTEM: Is there anything else I can help you with today?", + "USER: I am also looking for a train leaving friday.", + "SYSTEM: There are 404 trains that day, what destinations do you need?", + "USER: I am looking to depart cambridge, head to ely, and arrive by 18:30", + "SYSTEM: Alright, there are seven trains that meet that requirement, starting at 5:50 and running once an hour every hour until 17:50. Would you like me to book any of these trips?", + "USER: Yes, please book for 1 person the train that departs at 17:50.", + "SYSTEM: Booking was successful for TR9933, the total fee is 4.4 GBP payable at the station. Reference number is : P4U5T2N6 .", + "USER: Thank you for all your help.", + "SYSTEM: You're welcome. Is there anything else I can help you with today?", + "USER: That's everything I needed, thank you very much for your time!", + "SYSTEM: Enjoy your trip!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "swimmingpool", + "multiple sports" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-arriveby": [ + "18:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0297.json", + "Complete Dialogue": [ + "USER: Can you find me a 3 star hotel in the centre?", + "SYSTEM: The Gonville Hotel meets your requirements. Would you like me to book you a room?", + "USER: Does it have free wifi? I need wifi.", + "SYSTEM: Yes, they do offer free internet. Would you like me to make a booking?", + "USER: Yes. I want to book it for 1 person. I want to stay for 5 nights starting from Wednesday.", + "SYSTEM: I am sorry Booking was unsuccessful,can I help you find another place to stay?", + "USER: Yes please. Another 3-star hotel in the centre with free wifi.", + "SYSTEM: I do not have another 3 star hotel in the centre that meets your requirements. Would you like to try another area?", + "USER: Do you have any hotels in the same price range as the Gonville Hotel?", + "SYSTEM: The only other hotel that matches your requirements is the lensfield hotel located in the south. Would you like me to make a booking?", + "USER: Yes please book a room there.", + "SYSTEM: Great your booking was successful Your reference number is 9GBHVFZW . Anything else today?", + "USER: Thank you for all of your help.", + "SYSTEM: Your welcome. Have a good day." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "lensfield hotel", + "gonville hotel" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2797.json", + "Complete Dialogue": [ + "USER: I would like to book a train.", + "SYSTEM: What day do you need the train? What is your destination?", + "USER: I am sorry I mean I want a nightclub to go in the wast side of town.", + "SYSTEM: Unfortunately, there aren't any in that area. How about another location?", + "USER: how about one that is in the type of museum.and make Make sure you get address", + "SYSTEM: Kettle's yard is museum in the west part of town. It is located on castle street.", + "USER: I also need a moderate priced room.", + "SYSTEM: great! what area of town are you thinking of?", + "USER: I'd like it to be a guest house in the north.", + "SYSTEM: okay, I can help you with that. When are you planning your stay?", + "USER: I'm not sure yet. I'm really researching right now. Can you please recommend a guesthouse in the north in the moderate price range?", + "SYSTEM: I've got 9 guesthouses in that price range. Do you need internet and/or parking?", + "USER: No but I do need to know if they have internet, free parking, and the address of the guesthouse of your choice, thanks!", + "SYSTEM: I have found 7 hotels now that match your criteria for parking and internet. Would you like me to choose on for you?", + "USER: Yes, please tell me your favorite guesthouse in the north and let me know their address and whether they offer free Internet and parking.", + "SYSTEM: I recommend Acorn Guesthouse. They are in the moderate price range and have 4 stars. They offer both free internet and parking. May I reserve you any rooms?", + "USER: Yes, please, I would appreciate that.", + "SYSTEM: Ok great, and how many people and nights?", + "USER: I actually don't need a room. I just need the address please.", + "SYSTEM: 154 chesterton road", + "USER: Thank you, that is everything, sorry for being so annoying in the process.", + "SYSTEM: No worries at all. Thank you for using the Cambridge TownInfo centre. Enjoy your stay." + ], + "Services Involved": [ + "hotel", + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "nightclub", + "museum" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ], + "hotel-stars": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0905.json", + "Complete Dialogue": [ + "USER: I'm looking for some place to go in the town centre. Something sports related.", + "SYSTEM: I am sorry but I have nothing in that area for sports. Would you like to try another area or attraction today?", + "USER: OK, are there any colleges in the center of town?", + "SYSTEM: There are 13 colleges in the centre area. Christ's College and Downing College are two of these, would you like some more information on one of these?", + "USER: Yes, Christ's College. What is the entrance fee for that college?", + "SYSTEM: I'm sorry, I cannot look up the entry fee to Christ's College. Is there anything else I can do for you today?", + "USER: I also need a restaurant in the same area.", + "SYSTEM: Sure, there are many nearby, do you have a type of cuisine you are looking for or a price range to look at?", + "USER: I'd like something moderately priced.", + "SYSTEM: The yippee noodle bar is in the centre and moderately priced. Would you like more information?", + "USER: Yes, I'd like the post code. Also, if you can't get it for Christ's College, do you know the entrance fee for Downing College, by any chance?", + "SYSTEM: The postcode of yippee noodle bar is cb11lh. Christ's college is free to enter.", + "USER: Thanks! I think you covered everything I need. Have a good one. Bye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Please contact us for your future travel needs." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "yippee noodle bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1547.json", + "Complete Dialogue": [ + "USER: I need a train on Tuesday that goes to london kings cross.", + "SYSTEM: There are ten trains on tuesday to that location. What time would you like to depart?", + "USER: I want to leave by 19:30.", + "SYSTEM: I have a train leaving Cambridge at 11:00 to go to London Kings Cross by 11:51, TR6925. Does this sound acceptable?", + "USER: Well I need it to leave after 19:30 and I would like to make a booking for 5 people on Tuesday and I will need a reference number.", + "SYSTEM: Booking was successful, the total fee is 118 GBP payable at the station .Reference number is : MMHRON1T .", + "USER: i am also looking for information about the hamilton lodge.", + "SYSTEM: The hamilton lodge is a guesthouse in the north area. Would you like a booking?", + "USER: Can you tell me if they have free internet?", + "SYSTEM: They do indeed have free internet as well as free parking.", + "USER: Ok. Thanks. All set.", + "SYSTEM: Is there anything else I can get for you today?", + "USER: No, that would be all for today. Thank you for all your help.", + "SYSTEM: You are welcome, enjoy your stay." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "london kings cross" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "19:30" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hamilton lodge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0932.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant that serves international food.", + "SYSTEM: There are three international restaurants in Cambridge. Do you have a price preference?", + "USER: I would like to find a moderately priced place and I need a reservation for 4 people at 12:15 on a Thursday.", + "SYSTEM: Okay I have the Bloomsbury and the Varsity restaurants. But I was unable to reserve either. Is there another time that would suit you?", + "USER: Yes, could you make it for 11:15, and can you give me the reference number?", + "SYSTEM: Alright, I have booked you a table for 11:15 at the varsity restaurant. Your reference number is HM90EAET . Is there anything else I can help you with?", + "USER: I am looking for some entertainment, do you know anywhere I could go in the centre of town?", + "SYSTEM: Unfortunately I don't see anything entertainment related in the centre of town. How about another area of the city?", + "USER: That's fine. I'd like to know about museums in the area instead.", + "SYSTEM: Fantastic, there are 11 museums in the centre. Can I recommend the Fitzwilliam Museum, if you don't have a preference?", + "USER: Fitzwilliam Museum sounds great. What is the postcode?", + "SYSTEM: The postcode is cb21rb.", + "USER: Great. Now can you book a taxi for me between the two places? From The Varsity Restaurant to Fitzwilliam Museum?", + "SYSTEM: At what time would you like the taxi to arrive?", + "USER: Actually it's from Fitzwilliam Museum to The Varsity Restaurant I want to arrive by the 11:15 booking please.", + "SYSTEM: Certainly. What time would you like to leave?", + "USER: It doesn't matter, at long as I arrive at the restaurant by 11:15.", + "SYSTEM: OK, a yellow Lexus will pick you up at the Varsity and get you to the Fitzwilliam by 11:15. The contact number is 07462272535. Can I help with anything else?", + "USER: No thank you, that will do for now! Thanks for helping me today!", + "SYSTEM: Have a fantastic day!", + "USER: Thank you for all your help.", + "SYSTEM: Glad I could be of assistance." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "international" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "11:15", + "12:15" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "the varsity restaurant", + "the varsity restaurants" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "the varsity restaurant", + "fitzwilliam museum" + ], + "taxi-destination": [ + "the varsity restaurant", + "fitzwilliam museum" + ], + "taxi-arriveby": [ + "11:15" + ], + "taxi-leaveat": [ + "dontcare" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum", + "entertainment" + ], + "attraction-name": [ + "fitzwilliam museum" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01433.json", + "Complete Dialogue": [ + "USER: I want to find a hospital in town", + "SYSTEM: The Addenbrookes Hospital is here in town. Is there particular department you need help contacting?", + "USER: No, I just need the postcode.", + "SYSTEM: Okay. The postcode is CB20QQ", + "USER: Thank you for your help.", + "SYSTEM: Thank you for contacting us. Don't hesitate to contact us in the future if you need any more help." + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2035.json", + "Complete Dialogue": [ + "USER: I need a three star hotel with internet. Can you help?", + "SYSTEM: I'm sorry, I cannot help you with hotels. Are you sure that's what you're looking for?", + "USER: I'm sorry. I meant to ask for information on a restaurant. It's called the Stazione Restaurant and Coffee Bar.", + "SYSTEM: The stazione restaurant is an expensive, italian restaurant located in the centre area. Would you like me to make you a booking today?", + "USER: Yes, sounds wonderful. Can you book a table for 7 at 12:00 on Saturday?", + "SYSTEM: The booking was successful. Your table will be reserved for 15 minutes and your reference number is TA6XS4CY .", + "USER: Great. I also need to find an attraction in the center and would like to know what type, address and entrance fee you find.", + "SYSTEM: Okay what kind of attraction are you looking for?", + "USER: Anything you'd recommend, as long as it's in the centre.", + "SYSTEM: I recommend the vue cinema, it's got a lot of great features to watch!", + "USER: Sounds good! Could I have the address and entrance fee, please?", + "SYSTEM: Address is the grafton centre, east road, I do not know the entrance fee.", + "USER: Thanks! Do you have a phone number so I can find the entrance fee.", + "SYSTEM: The phone number is 08712240240.", + "USER: Thank you! And this is a cinema attraction?", + "SYSTEM: Yes it is. Is there anything else I can do for you?", + "USER: I don't need anything else.", + "SYSTEM: I hope you have a good trip. Have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "stazione restaurant and coffee bar" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "vue cinema" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1820.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called city centre north b and b", + "SYSTEM: May I help set a booking for you?", + "USER: Does the hotel have free parking?", + "SYSTEM: They offer parking but I am unsure if it is free, but their phone number is 01223312843 if you'd like to call and check with them.", + "USER: Hmm. Okay. Could you help me find a train? I need to leave on Sunday.", + "SYSTEM: And when would you like to leave by?", + "USER: I want to leave on Sunday and arrive by 14:00.", + "SYSTEM: Where are you traveling from and to?", + "USER: I am traveling to cambridge from broxbourne.", + "SYSTEM: TR2939 will leave at 12:01 and arrive at 13:01. Would you like to book this train?", + "USER: Can you book it for me and get a reference number ?", + "SYSTEM: It is done, your reference number is YNUEX070 and you will need to pay 14.32 GBP at the station.", + "USER: Thanks very much for your help today.", + "SYSTEM: Was that everything you needed?", + "USER: I'm awful with math, what is the travel time on that train?", + "SYSTEM: 60 mins would be the total duration.", + "USER: Thank you for informing about the total duration.", + "SYSTEM: You're welcome! I hope I've answered all of your questions. If you need further assistance, please give us a call." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "city centre north b and b" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "14:00" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0917.json", + "Complete Dialogue": [ + "USER: I am look for a hotel near the beach near the main strip", + "SYSTEM: Sorry, I don't think I can help you there. Can I help with something else?", + "USER: I am looking for a particular restaurant called Zizzi Cambridge. Can you tell me what area it is in?", + "SYSTEM: Zizzi is in the centre of town.", + "USER: Excellent. Thank you. Also, can you assist me with finding a train for Monday?", + "SYSTEM: Sure! Provide me your itinerary.", + "USER: We will be traveling from Cambridge and going to Ely, but it needs to leave after 21:00.", + "SYSTEM: Is there a time you need to arrive by?", + "USER: I need to leave after 21:00.", + "SYSTEM: I've booked you a train, the fee is 4.4GBP and the reference number is CYJKG5SK.", + "USER: i didnt really need a booking, but oh well. can i get the price of the ticket though?", + "SYSTEM: 4.40 pounds is the price", + "USER: Thanks for the info, that's all I need today.", + "SYSTEM: Thank you for contacting us, have a nice day.", + "USER: You're welcome for contacting you. Have a nice day too. Bye bye.", + "SYSTEM: In review, did you need a restaurant reservation or more information? Also, I have cancelled your train booking." + ], + "Services Involved": [ + "hotel", + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-name": [ + "zizzi cambridge" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-leaveat": [ + "21:00" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20210.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the south part of town", + "SYSTEM: Taj Tandoori is an expensive Indian restaurant in the South. Would you like more information on them?", + "USER: Is there anything else?", + "SYSTEM: Yes. chiquito restaurant bar serves mexican food in the expensive price range and is located in the south part of town.", + "USER: May I have their address and phone number?", + "SYSTEM: chiquito restaurant bar is located at 2G Cambridge leisure park cherry hinton road cherry hinton. Its phone number is 01223400170. Would you like anything else?", + "USER: Thank you goodbye.", + "SYSTEM: Thanks for your call. Goodbye!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "chiquito" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1390.json", + "Complete Dialogue": [ + "USER: I am looking for information about a hotel called the autumn house.", + "SYSTEM: Ok. The autumn house is a guesthouse in the east. Would you like me to book a room?", + "USER: Yes, please. I would like a room for 6 people for 2 nights. We'll arrive on Saturday.", + "SYSTEM: You are booked! Reference number is : AS63WLAE .", + "USER: Thank you so much!!", + "SYSTEM: You are welcome. Do you need anything further?", + "USER: Thank you. That is all for now.", + "SYSTEM: You are welcome. Please let us know if you need anything else." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "autumn house" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0238.json", + "Complete Dialogue": [ + "USER: Could you find me a hospital in town?", + "SYSTEM: Yes, Addenbrookes Hospital is in your area, would you like me to book you an appointment?", + "USER: Do they have a transitional care department? I would also like to know the postcode and phone number.", + "SYSTEM: Yes they have transitional care. Their post code is CB20QQ and the phone is 01223254668. Would you like me to book that for you?", + "USER: No, I'll just head down, so I don't need anything else at the moment. Later!", + "SYSTEM: Good luck, sir!" + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "transitional care" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1303.json", + "Complete Dialogue": [ + "USER: Hello, I need to book a train at 07:15 leaving Cambridge going to the town center on Thursday for 7 people.", + "SYSTEM: Sure I can help with that. There are no trains going to the town centre. Do you have another destination in mind?", + "USER: Could you check for a bus?", + "SYSTEM: I think we may need to recheck your intended arrival location. To where and from where do you wish to travel?", + "USER: I am leaving from Cambridge at 14:30.", + "SYSTEM: And where are you going?", + "USER: I will be going to ely.", + "SYSTEM: What time do you want to arrive by?", + "USER: Doesn't matter. I just can't leave until 14:30", + "SYSTEM: There is a 15:50 train that will arrive at 16:07. Does that sound good?", + "USER: Does the train depart on Friday? Does it go to Stevenage?", + "SYSTEM: I'm sorry, earlier you said you were going to Ely, but now you're asking about stevenage. What is your destination, please?", + "USER: For Clarification: From Cambridge to destination Stevenage,, on friday, leaving after 14:30.", + "SYSTEM: sorry about that, how many tickets?", + "USER: just one person", + "SYSTEM: There are five available trains, leaving every two hours, starting at 15:21. Would you like me to book at seat on the earliest train?", + "USER: Do you know how long the travel time is and the price?", + "SYSTEM: The travel time for all trains is approximately 49 minutes and each ticket costs 12.80 pounds. Would you like me to book you on one?", + "USER: No, that is all thanks.", + "SYSTEM: You're welcome, let me know if I can assist with anything else." + ], + "Services Involved": [ + "bus", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train" + ], + "Preferences": { + "train-bookpeople": [ + "7", + "1" + ], + "train-day": [ + "friday", + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "07:15", + "14:30" + ], + "train-destination": [ + "stevenage", + "ely" + ] + } + }, + { + "Service Type": "bus", + "Actions": [ + "NONE", + "find_bus" + ], + "Preferences": { + "bus-departure": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0216.json", + "Complete Dialogue": [ + "USER: i need a train going to leicester that leaves after 11:45", + "SYSTEM: Sure, are you going to leicester, or to cambridge? What is your departure site please?", + "USER: I will be departing leicester going to cambridge, sorry for the confusion. I need to leave after 11:45 also.", + "SYSTEM: The earliest train leaving after 11:45 is at 12:09 on friday. Would you like me to book this for you?", + "USER: That is fine. Can I have the train ID once it's booked?", + "SYSTEM: Of course, what day will you be traveling, and how many people will be in your party?", + "USER: I need 1 ticket for departure on Thursday.", + "SYSTEM: Great. I have booked you one seat on the 12:09 train from Leicester and your reference number is 7UR3BFW6 . Is there anything else I can do for you?", + "USER: Yes I want to reserve a table for 7 people at 15:00 on Thursday at an expensive African restaurant. Can you help me with this?", + "SYSTEM: There are no tables available at Bedouin at that time. Would you like to try a different time slot or perhaps a different day?", + "USER: Sure. If there are no other African eateries to choose from, try the 14:00 at the Bedouin.", + "SYSTEM: There is one restaurant called bedouin, but unfortunately it does not have any open reservations for matching your specifications. Could you provide another day or time?", + "USER: Could you get a reservation at a difference expensive African restaurant?", + "SYSTEM: I was successfully able to book you a reservation for 7. The reference number is R2RPLBI3 . Can I help you with anything else?", + "USER: No thank you. I have everything I need.", + "SYSTEM: You are welcome. Good bye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "1" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "14:00", + "15:00" + ], + "restaurant-food": [ + "african" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2656.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay.", + "SYSTEM: Sure. Do you have a preference as to location, price, or amenities?", + "USER: I would like free parking and wifi for sure. Preferably on the west side with 4 stars, too.", + "SYSTEM: I'd suggest Finches Bed and Breakfast. It's a guesthouse in the west area with free internet and parking.", + "USER: That sounds wonderful. Could you reserve our rooms? We'll be a party of 8, and we'd like to arrive on Sunday. I think we'll be staying 4 nights.", + "SYSTEM: I have booked Finches Bed & Breakfast for you starting Sunday for 4 nights for 8 people. Your reference number is H7WHFPQT . Is there anything I may assist with?", + "USER: Thank you, yes, I'd like to also find a nice park to visit while I'm in town. Can you see if there is one near my hotel?", + "SYSTEM: Unfortunately, I could not find a park in the west. Can I try a different area?", + "USER: No, but can you try to find a museum in the west please?", + "SYSTEM: Sure, I'd like to suggest the cafe jello gallery. Is that everything?", + "USER: May I please get their address and phone number?", + "SYSTEM: The Cafe Jello Gallery is at cafe jello gallery, 13 magdalene street and their phone number is 01223312112. What else can I do for you?", + "USER: No, you've been so helpful. Thank you so much! Have a great night.", + "SYSTEM: You're welcome, have a great day as well." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "park" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4420.json", + "Complete Dialogue": [ + "USER: I need a train to Cambridge please. I plan to leave out on Tuesday", + "SYSTEM: Sure, no problem. Where are you heading in from?", + "USER: I am leaving peterborough.", + "SYSTEM: What time do you need to travel?", + "USER: I need to leave after 14:15", + "SYSTEM: TR9964 departs peterborough at 14:19, or there is also a later one that leaves at 14:48. Do either of these suit your needs?", + "USER: Um, the one at 14:48 please. Could you book it for 6 people?", + "SYSTEM: Your train is book it will cost 99 GBP and payable at station. Your reference number is 7ZNQOMB8 . Anything else you may need?", + "USER: Yes. I'm looking for a restaurant called Gourmet Burger Kitchen. Can you tell me the price range and area that's in?", + "SYSTEM: I sure can. Gourmet Burger Kitchen is on the expensive side and it's located in the center area of town. Anything else today?", + "USER: No, that's it. Thanks for your help. Goodbye.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Goodbye" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "peterborough" + ], + "train-leaveat": [ + "14:15" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-name": [ + "gourmet burger kitchen" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20407.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the east part of town. It serves chinese food. What is the address, phone number, and postcode?", + "SYSTEM: Yu Garden is a Chinese restaurant in the east part of town. Their address is 529 Newmarket Road Fen Ditton, phone number 01223 248882 and postcode C.B 5, 8 P.A.", + "USER: Thank you goodbye.", + "SYSTEM: You're welcome, goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "chinese" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01549.json", + "Complete Dialogue": [ + "USER: I want a hospital in town.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge. Is there a particular department you're looking for?", + "USER: No, I just need the phone number, address and postcode please.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge, postcode CB20QQ. General phone number is 01223245151. Can I help with anything else?", + "USER: No that is all. Thank you.", + "SYSTEM: welcome. at your service next time", + "USER: Great! Have a nice day!", + "SYSTEM: You as well. Goodbye." + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL4983.json", + "Complete Dialogue": [ + "USER: Is there anything interesting to see in the centre of town?", + "SYSTEM: In addition to architecture, colleges, and museums, we also have boat attractions, nightclubs, and theatres in the centre.", + "USER: I would be interested in seeing some interesting architecture.", + "SYSTEM: There are a few places, mainly churches, that have great architecture. Do you want information on any of those?", + "USER: No thank you though. I would like information on greek restaurants that would be in the same area as the churches you suggested, please?", + "SYSTEM: there is no greek restaurant in the centre. can we change the location?", + "USER: Well, how about African food?", + "SYSTEM: Bedouin is an expensive serving african food in the centre of town.", + "USER: That sounds good, can you book 2 people at 13:30 on Tuesday.", + "SYSTEM: Booking was successful. Reference number is : IA596HSH . Is there anything else I can do for you?", + "USER: Yes, I'll also need a taxi to commute between the two places. I'll need to be at the restaurant by 13:30, of course.", + "SYSTEM: Okay and where do you need the taxi to pick you up?", + "USER: I need it to arrive before the 13:30 at the restaurant. Can you give me a contact number and the car type that will pick me up?", + "SYSTEM: I can do that. I'm sorry, but can you clarify your departure site? It appears it would be a location in the centre?", + "USER: You're right. I forgot to select an architectural sight that I wanted to visit. Could you suggest one in the city centre.", + "SYSTEM: Sure thing. I would suggest the old schools.", + "USER: That sounds good, can you book the taxi from there to the restaurant?", + "SYSTEM: Booking completed! Booked car type : grey bmw Contact number : 07935848087", + "USER: thanks that's all i need", + "SYSTEM: Can I assist you with anything further, today?", + "USER: That's all I need, thanks so much for all of your help! Have a great day!", + "SYSTEM: Thank you, you too." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "greek", + "african" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "13:30" + ], + "taxi-destination": [ + "bedouin" + ], + "taxi-departure": [ + "old schools" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3111.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap place to stay. Can you help?", + "SYSTEM: I have a number of cheap hotels available; do you want to stay in a particular area of town?", + "USER: I don't care which area the hotel is in.", + "SYSTEM: Ok, would you prefer a guesthouse or a hotel?", + "USER: any so long as it is a 2star and has wifi", + "SYSTEM: I'm sorry I don't have any matches. Do you want me to check a different price range?", + "USER: Yes, please try expensive.", + "SYSTEM: I'm sorry, there's not guesthouse fitting THAT description either. Do you want to try a different hotel type or something?", + "USER: Try either a hotel or guesthouse.", + "SYSTEM: The express by holiday inn cambridge is a 2 star hotel in the east area that is expensive. It has wifi and parking. Would you like to make a reservation?", + "USER: yes please. book it for 3 people and 3 nights starting from friday.", + "SYSTEM: Booking was successful. Reference number is : DAEY6JJV .", + "USER: Thank you. I am also looking for a restaurant that serves vegetarian food and that is expensive.", + "SYSTEM: I don't seem to have any vegetarian restaurants. Do you have a second choice for cuisine?", + "USER: Italian would be fine.", + "SYSTEM: There are 5 expensive Italian restaurants around town is there an area you prefer?", + "USER: No any area will work. Whatever you recommend. I need a reservation for Friday, 3 people at 13:45. Please include the reference number.", + "SYSTEM: I reserved a table for you at stazione restaurant and coffee bar, you ref # is SUY8VW, anything else for you today?", + "USER: No, that's it! Thank you for all your help!", + "SYSTEM: ok, have a great day!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-type": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:45" + ], + "restaurant-name": [ + "stazione restaurant and coffee bar" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0121.json", + "Complete Dialogue": [ + "USER: I've just been robbed. I need to report it.", + "SYSTEM: So sorry to hear that. You can get assistance by contacting Parkside Police Station at Telephone 01223358966, Address Parkside, Cambridge, Postcode CB11JG.", + "USER: That will be all, thank you.", + "SYSTEM: You're welcome, and good luck." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2904.json", + "Complete Dialogue": [ + "USER: Can I get the next train?", + "SYSTEM: I'm afraid our train system seems to be down at the moment. Can I help you find a hotel until it is back up and running?", + "USER: No, but I am looking for a nightclub to go to. What ones are there?", + "SYSTEM: There are quite a few in the Centre. I suggest either Club Salsa or Soul Tree Nightclub.", + "USER: Club Salsa sounds good. Can I get their phone number, address and postcode please?", + "SYSTEM: You sure may. The address is 1 Station Road, CB12JB. The phone number is 07782218745. Is there anything else I may help you with?", + "USER: Thanks. I would like some information on Rosa's bed and breakfast, please.", + "SYSTEM: What information are you looking for?", + "USER: Does such a place exist? If so, I would like some information on it, like the postcode.", + "SYSTEM: sure the address is 53 roseford road and the postcode is cb22ha. anything else?", + "USER: That is everything, thank you very much.", + "SYSTEM: Enjoy your visit." + ], + "Services Involved": [ + "hotel", + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "club salsa" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "rosas bed and breakfast", + "rosa's" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2517.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel, is that something you help with?", + "SYSTEM: There are 33 hotels, is there a specific area you are looking for?", + "USER: I'm looking for somewhere classy and expensive, where they don't skimp on amenities like free wifi. Are there any like that?", + "SYSTEM: We have five hotels that meet that criteria. Are you looking for one in a particular area?", + "USER: Are any of them guesthouses? I would prefer a guesthouse.", + "SYSTEM: No, they're all hotels. Would you like me to try a different price range?", + "USER: Yes please, could you try finding me a guesthouse in a moderate price range?", + "SYSTEM: There are no expensive guest houses.", + "USER: I would settle for a moderate price ranged one.", + "SYSTEM: There are some in the north and one in the east. Does either option sound better?", + "USER: moderately priced with a 4 star rating. For 4 people for 5 nights on thursday.", + "SYSTEM: Do you want a hotel in the north or east?", + "USER: It doesn't matter. Whichever one you think is best.", + "SYSTEM: How does acorn guest house sound? They're on 154 chesterton rd and you'd get free parking, too.", + "USER: Okay great! Can you please book a reservation for 4 people for 5 nights starting on Thursday?", + "SYSTEM: Done! Your reference number is 1CD4LZ9R . Do you need assistance with anything else today?", + "USER: No that was all I needed thanks so much for your help.", + "SYSTEM: Thank you for contacting us, have a nice day." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0375.json", + "Complete Dialogue": [ + "USER: I would like to book a hotel room for two.", + "SYSTEM: Okay, is it possible you meant to say you needed to find a train? I can help you with that.", + "USER: Yes, sorry. I need to leave Stansted airport on Tuesday.", + "SYSTEM: And what is your destination?", + "USER: Cambridge. Please give me departure time and travel time.", + "SYSTEM: Would leaving at 5:24 and arriving at 5:52 work?", + "USER: It most certainly would, thank you. I am not ready to book, can you just give me the travel time for that trip?", + "SYSTEM: The travel time is 28 minutes. Is there anything else?", + "USER: No, that's all, thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL1007.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a train? I'm in the planning stages of a trip there.", + "SYSTEM: Absolutely! Do you know which train station you would like to use?", + "USER: Not really but I am departing from Cambridge and going to Birmingham New Street.", + "SYSTEM: There are hourly trains Friday morning, you could take the TR5408 leaving at 7AM, arriving at 9:44. It costs 75.10 pounds. Does that work?", + "USER: No. I need the train on a thursday and it has to arrive by 13:45. Can you give me the departure time, price, and travel time for that train?", + "SYSTEM: I have TR2102 that leaves at 10:01 and arrives by 12:44. The ticket price is 75.10 pounds. And the travel time is 163 minutes. Anything else I can help with?", + "USER: Yes, do you have any suggestions of places to go in the centre?", + "SYSTEM: sure! do you like museums?", + "USER: Yes, I enjoy going to museums. Can you recommend one?", + "SYSTEM: I've heard good things about the Primavera. And there is no entrance fee, so that's a bonus!", + "USER: That sounds great. Can you please provide me with the phone number and postcode.", + "SYSTEM: Absolutely. The phone number is 01223357708 and the postcode is cb21sj. Is there anything else I can help you with?", + "USER: That is all I needed today have a nice day.", + "SYSTEM: Thanks for using our service today!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-arriveby": [ + "13:45" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "primavera" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2572.json", + "Complete Dialogue": [ + "USER: Can you book a hotel for me? I would like a 3 star hotel or greater in downtown Cambridge for tonight for 2 people.", + "SYSTEM: There is one called the Gonville Hotel, but it's expensive. Is this alright?", + "USER: yes that would be fine. Are there any colleges in the centre that we can also visit? And may I have the address please?", + "SYSTEM: There are four in the area that are free and one that has a fee of 2 pounds, would you like more information?", + "USER: Sure, which one would you recommend of the free ones?", + "SYSTEM: I would recommend Saint Catherine's College located at King's Parade, postcode cb23rl.", + "USER: Thank you, I actually need a guesthouse with free parking.", + "SYSTEM: Thank you for clarifying that you need a guest house. So that I might best find the right place for you, could you restate any other needs with regards to lodgings?", + "USER: I need free parking in the moderate pricerange.", + "SYSTEM: Unfortunately, I do not have any 3-star rated guesthouses that are moderately priced and in the centre with free parking. Would you like to change any criteria?", + "USER: No that is ok! I decided that free parking is not a deal breaker for me. So can I book that guest house?", + "SYSTEM: I don't see any 3 star guesthouses available in the centre. However Alexander Bed and Breakfast is a nice 4 star, cheap guesthouse. Does that work?", + "USER: Does that guesthouse come with free wifi?", + "SYSTEM: Yes, they do offer free internet as well as free parking. Would you like me to book a room for you there?", + "USER: yup. 5 nights just 1 person please, let's shoot for Monday. Thanks.", + "SYSTEM: I'm sorry, your booking was unsuccessful, probably because the guesthouse is booked for some or all of these days. Would you like to try a shorter stay, or book another day?", + "USER: Okay. Let's try for four nights and may I get the reference number.", + "SYSTEM: I was able to find availability for 4 days. Booking was successful. Reference number is : 84JDP6OG .", + "USER: Great! That should be all I need. Thanks for your help. Goodbye.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-bookpeople": [ + "2", + "1" + ], + "hotel-stars": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast", + "gonville hotel" + ], + "hotel-parking": [ + "dontcare", + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookstay": [ + "5", + "4" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4498.json", + "Complete Dialogue": [ + "USER: i am looking for information in Cambridge.", + "SYSTEM: I can certainly help you with that! What do you want to know?", + "USER: I'd like to stay at a guesthouse that offers free wifi.", + "SYSTEM: Do you have a price range or area preference? Because if not, how about a and b guest house located in the east and moderately priced.", + "USER: The hotel should have a star of 4 and should include free parking.", + "SYSTEM: The Alexander bed and breakfast is a great place. Do you need a reservation?", + "USER: yes, please. 6 people for 3 nights starting on thursday.", + "SYSTEM: Acorn Guest House would be perfect for your needs." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3762.json", + "Complete Dialogue": [ + "USER: I'd like to find out more about expensive restaurants in the city centre.", + "SYSTEM: they are many. what is your prefered food type?", + "USER: Are there any restaurants that serve French food? If so, I will need the phone number to the restaurant.", + "SYSTEM: yes cote does. can i give you their contact?", + "USER: Yes please. I did state that I wanted the phone number.", + "SYSTEM: The number for Cote is 01223311053. Is there anything else I can do for you?", + "USER: Can you give me some information on a hotel called holiday inn Cambridge, please?", + "SYSTEM: The Express by Holiday Inn Cambridge is an expensive, 2-star hotel in the east. They're located at 15-17 norman way, coldhams business park. Can I book a room for you?", + "USER: Yes, please! I'll be traveling solo, and I need 3 nights starting Monday.", + "SYSTEM: Ok. I've booked a room with a queen sized bed for 3 nights starting Monday at the Holiday Inn Cambridge. Is there anything else I can help you with?", + "USER: Can I get a taxi that will take me to the hotel from the restaurant?", + "SYSTEM: Sure, what time should I set it up for the taxi to pick you up?", + "USER: Well, I need the taxi to pick me up at the restaurant by 09:15. I need the contact number and car type please.", + "SYSTEM: Alright, you'll be picked up by a grey Volvo, and the contact number is 07916701458. Can I help you with anything else?", + "USER: No, thank you. That is all. Goodbye", + "SYSTEM: It was a pleasure helping you today. Good-bye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "french" + ], + "restaurant-name": [ + "cote" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "holiday inn cambridge", + "express by holiday inn cambridge" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "cote" + ], + "taxi-destination": [ + "holiday inn cambridge", + "express by holiday inn cambridge" + ], + "taxi-leaveat": [ + "09:15" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02339.json", + "Complete Dialogue": [ + "USER: I want to eat at an expensive gastropub restaurant", + "SYSTEM: There are two gastropub's in the centre of town in the expensive price range, would you like me to book one?", + "USER: Yeah, I need a reservation for 4 people on saturday at 12:30 please", + "SYSTEM: Would you like me to book your reservation in the centre of town or east?", + "USER: The center of town would be best.", + "SYSTEM: Your reservations are complete at the Backstreet Bistro. Your reference number is 7H01DZW5 .", + "USER: Thank you so much. I don't think I need anything further.", + "SYSTEM: You're welcome, I hope you enjoy your meal. Feel free to call us again if you need anything else. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "backstreet bistro" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3489.json", + "Complete Dialogue": [ + "USER: I need a list of cheap places to stay that include free parking.", + "SYSTEM: Alexander bed and breakfast is in the cheap price range in the centre of town.", + "USER: Okay, does that place include free wifi and it is 4 stars?", + "SYSTEM: Yes, the Alexander has free wifi and is a 4 star hotel. How many nights will you be staying?", + "USER: I will be staying 5 nights starting from Saturday.", + "SYSTEM: Thank you so much for that information. How many people in your party so I can make the booking for you?", + "USER: Yes, can you book it for 6 people?", + "SYSTEM: Booking was successful. Your reference number is QIT1W09H . Do you need anything else?", + "USER: Thank you. I also need a train to Kings Lynn that leaves on Sunday.", + "SYSTEM: There are 19 trains leaving Cambridge on Sunday. When would you like to depart?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "kings lynn" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2893.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip and need some suggestions. I am looking for places to go in town.", + "SYSTEM: Can I ask you some questions about the types of places you want to go while you're in Cambridge?", + "USER: The attraction should be in the centre and should be in the type of cinema.", + "SYSTEM: The Vue Cineme is in the Grafton Centre, on East Road. Do you need any more information?", + "USER: What is the postcode for The Vue Cineme?", + "SYSTEM: The postcode is cb11ps. Is there anything else I can help you with?", + "USER: Yes, I'd also like to find a moderately-priced guesthouse on the west side, if possible. I do need free wifi.", + "SYSTEM: I have one place.Shall I book it?", + "USER: Sure, I'll be coming in on Sunday with one other person. We'll be staying for 3 nights.", + "SYSTEM: Okay. Your booking was successful. The reference number is UOE033DZ . Can I help with anything else today?", + "USER: Can you book me a taxi to get me from the cinema to the hotel?", + "SYSTEM: Absolutely, when did you want to leave?", + "USER: I would like to leave by 23:30.", + "SYSTEM: For me to book your Taxi what time you will like to arrive?", + "USER: You don't need an arrival time. I told you my departure time is 23:30. That should be enough. Please tell me the contact number and car type when you book it", + "SYSTEM: Your car will be a white Ford, and their contact number is 07378026406. Need anything else?", + "USER: I am also looking for an attraction.", + "SYSTEM: What kind of attraction are you looking for, and in what area?", + "USER: I would like to find a cinema.", + "SYSTEM: The Vue Cinema meets your requirements.", + "USER: Thank you that is all for now.", + "SYSTEM: Okay, goodbye. It was a pleasure assisting you." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "cinema" + ], + "attraction-name": [ + "vue", + "vue cinema" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "vue", + "vue cinema" + ], + "taxi-destination": [ + "hotel" + ], + "taxi-leaveat": [ + "23:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2791.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip to your beautiful town and am looking for places to go when I get there. Can you help me?", + "SYSTEM: Certainly. Do you have any particular types of things you'd like to see?", + "USER: I'm interested in exploring the local architecture.", + "SYSTEM: There are many colleges and churches to see.", + "USER: Do you have a favorite?", + "SYSTEM: My favorite is clare hall.", + "USER: I need a place that is architecture.", + "SYSTEM: How about old schools? It is architecture and a school!", + "USER: Could I have the postcode, area and entrance fee of what you recommend?", + "SYSTEM: Okay, Old Schools is on Trinity Lane and is in the centre. Post code is cb21tt and it is free admission.", + "USER: Thanks! I'm also looking for an expensive, 2-star place to stay in the north. Do you have anything like that?", + "SYSTEM: there are no expensive hotel in the north. can you change the location?", + "USER: I would like to stay in the north but can you try in the moderate price range and see if any are available?", + "SYSTEM: We have 2 matches. ashley hotel and lovell lodge. Both have the identical amenities. Do you prefer one over the other?", + "USER: Let's go with Ashley Hotel. For 8 people and 2 nights starting from Saturday. I need the reference number.", + "SYSTEM: You are booked, the reference number is QBIAGDVH, is there anything else that I can assist with?", + "USER: I also need to book a taxi from Old Schools to leave by 21:30", + "SYSTEM: Where would you like to be picked up?", + "USER: Pick me up from the hotel.", + "SYSTEM: Your taxi has been booked. It will be a blue Skoda and the contact number is 07641158259.", + "USER: Thank you for all your help! That will be all!", + "SYSTEM: Thank you for choosing Cambridge Town Info Centre. Have a good day!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "old schools", + "ashley hotel" + ], + "taxi-leaveat": [ + "21:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0366.json", + "Complete Dialogue": [ + "USER: I need a place to eat in the centre of town.", + "SYSTEM: There are a lot of restaurants to choose from in the centre, what type of food do you want to eat?", + "USER: Can you please search for indian food.", + "SYSTEM: I have many choices in the city center. Are you looking for something expensive or cheap?", + "USER: I want something expensive.", + "SYSTEM: How about Curry Garden on Regent Street?", + "USER: That would be fine. I would like reservations on wednesday for 3 people at 18:15.", + "SYSTEM: The curry garden will be expecting your party on Wednesday at 18:15. Your reference is 925W0ZE2 . Is there anything else I can do for you today?", + "USER: Yes. I also need a 4 star hotel.", + "SYSTEM: There are 21 4 star options. Do you need internet or parking?", + "USER: Parking doesn't matter, but I want it to be in the same area as the restaurant.", + "SYSTEM: There are two 4 star choices in the centre. A cheap guesthouse as well as an expensive hotel. Would you like to book one today?", + "USER: I'll like a hotel with free internet", + "SYSTEM: I have two results for you. Do you prefer a guesthouse or a hotel", + "USER: Either will do - which place do you think is better?", + "SYSTEM: I would recommend University arms hotel. Would you like me to make reservations for you?", + "USER: Does it have free parking? Also I need to know if they have free internet. The address and the type of hotel it is, got it?", + "SYSTEM: It does have free parking. It is a hotel. The address is regent street, post code cb21ad. Would you like me to make a reservation?", + "USER: Yes, please make a reservation for 3 people.", + "SYSTEM: when will you be arriving and how many rooms?", + "USER: I actually don't need a booking at this time. I have everything I need. Thank you, goodbye!", + "SYSTEM: Glad to be of help. Have a nice day." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "18:15" + ], + "restaurant-name": [ + "curry garden" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1467.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in the centre of Cambridge.", + "SYSTEM: There are dozens of places to eat in the north. What kind of food are you interested in?", + "USER: I'd like something that serves modern European.", + "SYSTEM: There are four choices available that range from cheap to expensive, what is your preference with price?", + "USER: Great can you book one for 2 people at 16:00 on monday please?", + "SYSTEM: Ok, I have a reservation for 2 at de luca cucina and bar on Monday at 16:00. The reference number is: HC9L602O .", + "USER: I am also looking for a train for Monday departing birmingham new street.", + "SYSTEM: It looks like there are trains running hourly from 5:40. Did you have a time of day in mind?", + "USER: I'm looking to arrive in cambridge by 10:15.", + "SYSTEM: The TR7853 gets you to Cambridge about 09:23. Would you like that one?", + "USER: Possibly. Can you give me the departure time, travel time and a price?", + "SYSTEM: That one departs at 06:40, and arrives at cambridge on monday at 09:23. It's duration is 163 minutes. The price is 75.10 pounds.", + "USER: Sounds good. Is there a ticket available on that train?", + "SYSTEM: Yes, I was able to book you for the train, the train number is TR7583, the reference number is LW0W57MP, the ticket is 75.09 payable at the station", + "USER: Okay. Thank you for all your help.", + "SYSTEM: You're welcome. Will you be needing anything else today?", + "USER: I won't be needing anything else, thank you.", + "SYSTEM: You're very welcome. I'm glad to have helped. Enjoy your trip." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-arriveby": [ + "10:15" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3499.json", + "Complete Dialogue": [ + "USER: I need a train to stansted airport from cambridge please.", + "SYSTEM: Ok, what day will you be traveling?", + "USER: Thursday. I need to arrive by 12:45.", + "SYSTEM: The closest to thing I can find is a train leaving at 5:40 on Thursday. It arrives at Stansted Airport at 6:08. Is this okay?", + "USER: Yes, that works. Can I get the train id number and the price please?", + "SYSTEM: the train Number is TR7966, it will cost you 10.10 pounds.", + "USER: I need to find me a room as well.", + "SYSTEM: What part of town would you prefer? And, do you need internet?", + "USER: Looking for something in the North, cheap price range please. Don't care much about internet.", + "SYSTEM: There are two guesthouses that meet your criteria. The City Centre North B and B, and the Worth House. Would you like me to book one of those for you?", + "USER: Sure, Saturday for 5 nights and 7 people.", + "SYSTEM: I have booked the Worth House for you. The reference number is G7TDBIJU . Is there anything else I can help you with?", + "USER: Does the Worth House have a star rating of 4?", + "SYSTEM: Yes, the Worth House has a 4 star rating. Is there anything else I can help you with?", + "USER: Can you book the worth house for 5 nights starting saturday for 7 people.", + "SYSTEM: Your booking was successful. Your reference number is G7TDBIJU .", + "USER: Thank you that will be all I need.", + "SYSTEM: Okay, have a nice day! Bye!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "12:45" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "worth house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0150.json", + "Complete Dialogue": [ + "USER: I have been robbed and need to know how I can get help.", + "SYSTEM: The police station in parkside can help. Their telephone is 01223358966 with their postcode being CB11JG.", + "USER: Perfect, I will give them a call, and see if they can tell me what I should do next.", + "SYSTEM: Is there anything else I can help you with?" + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "WOZ20505.json", + "Complete Dialogue": [ + "USER: I want something that's moderately priced. Any type of food.", + "SYSTEM: What area would you like?", + "USER: I would like the north part of town, please.", + "SYSTEM: Golden Wok serves Chinese food. Would you like their address and phone number?", + "USER: yes I would like their address and phone number", + "SYSTEM: The golden wok is located at 191 Histon Road Chesterton and their phone number is 01223 350688. May I help you with anything else?", + "USER: No, thank you goodbye", + "SYSTEM: Have a great day and enjoy your food." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20484.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap restaurant.", + "SYSTEM: There are several cheap restaurants located in the centre part of town.", + "USER: Do any serve spanish food?", + "SYSTEM: Yes, La Raza serves Spanish food. Would you like their phone number?", + "USER: No, I would like the address and the post code please.", + "SYSTEM: La Raza is located at 4-6 Rose Crescent, their postcode is C.B 2, 3 L.L", + "USER: Thank you, goodbye.", + "SYSTEM: Thank you for using this system" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "spanish" + ], + "restaurant-name": [ + "la raza" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0141.json", + "Complete Dialogue": [ + "USER: I'm looking to get some info about a hotel called Home from Home", + "SYSTEM: Home from Home is located at 78-80 Milton Rd. It's a 4 star hotel in the north part of town. Phone is 01223323555.", + "USER: Yes, can you please book a room for me for 4 people for 5 nights starting on Thursday.", + "SYSTEM: Yes your booking was successful and your reference number is Z7XFCSHU .", + "USER: I am also looking for an Indian restaurant that is located in the centre?", + "SYSTEM: there is curry garden as well as eight other options for you.", + "USER: Curry Garden sounds good, can you book me for 4 people at 12:15 on saturday?", + "SYSTEM: I have a table for 4 at 12:15 on Saturday at Curry Garden. Is there anything else i can help you with?", + "USER: Could I get the reference number please?", + "SYSTEM: Your reference number is XDJE6L0H . Do you need anything else?", + "USER: No that is all I do believe thanks for all of your help", + "SYSTEM: You are welcome! Enjoy your visit!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "home from home" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:15" + ], + "restaurant-name": [ + "curry garden" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3901.json", + "Complete Dialogue": [ + "USER: i need a train to bishops stortford that leaves after 16:30, please.", + "SYSTEM: Where will you be travelling to?", + "USER: I already told you.", + "SYSTEM: Where will you be departing from and what day do you wish to travel?", + "USER: I would like to leave on Tuesday, and depart from Cambridge.", + "SYSTEM: The TR2153 departs Cambridge for Bishops Stortford on Tuesday at 17:29, would you like to book a seat on this train?", + "USER: Yeah. I need to book for 7 people.", + "SYSTEM: Booking was successful, the total fee is 70.7 GBP payable at the station . Reference number is : C2KPV8JC .", + "USER: Thanks for the booking. I also am looking for a guesthouse with free internet for all of us.", + "SYSTEM: Arbury Lodge Guesthouse is available in the north area. It's a moderate price range and has free internet. How many days will you be staying?", + "USER: We will be staying for five days.", + "SYSTEM: And which night would you like to start your stay?", + "USER: One moment. I am looking for 2 stars. Does Arbury Lodge Guesthouse have two stars?", + "SYSTEM: It has 4 stars, should I book that for you?", + "USER: Yes, please book it and provide a reference number.", + "SYSTEM: Which day of the week is the start of your stay, please?", + "USER: Is it available starting Thursday?", + "SYSTEM: I just need to confirm before I book this hotel, do you want a 4-star hotel or 2-star hotel? Or does it matter?", + "USER: Four star please same group of people starting Thursday I need a ref number too please.", + "SYSTEM: Your room is booked (Ref#QN4WVXJJ). Is there anything else I can do for you today?", + "USER: No that will be all today. Thanks!", + "SYSTEM: You're welcome and enjoy your stay." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "16:30" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "book_hotel" + ], + "Preferences": { + "hotel-bookpeople": [ + "7" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse" + ], + "hotel-bookday": [ + "thursday" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0907.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the centre of town.", + "SYSTEM: There are 69 restaurants in the centre. Is there a specific type of cuisine or price range you are looking for?", + "USER: I am looking for an expensive restaurant in the centre, type of food does not matter but I need a table for 7 people for Tuesday at 13:15.", + "SYSTEM: Unfortunately there is no vacancy on that day at that time. Can we try another day or time?", + "USER: Could we try for Tuesday at 12:15 please.", + "SYSTEM: I made a reservation at Bedouin, an African restaurant, for 7 people on Tuesday at 12:15. Your reservation number is PN95JSUF . Is there anything else?", + "USER: Yes, I'm looking for a particular attraction called Whale of a Time. Do you have any information on it?", + "SYSTEM: Yes, Whale of a Time is located in the west part of town, phone number is 01954781018. Any other questions?", + "USER: Could I have the postcode, address, and entrance fee?", + "SYSTEM: The postcode is cb238el, address is unit 8, viking way, bar hill and there is not an entrance fee listed. Can I help you with anything else?", + "USER: Yes, can you book me a taxi between those two? I'd like to arrive at the restaurant in time for my reservation please.", + "SYSTEM: I have booked a Yellow Tesla for you and you will arrive at the restaurant by 12:15. The contact number for the taxi is 07916644539. Is there anything else?", + "USER: No, that should do it, thanks!", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a great day!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:15", + "13:15" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "12:15" + ], + "taxi-departure": [ + "whale of a time" + ], + "taxi-destination": [ + "bedouin" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "whale of a time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2037.json", + "Complete Dialogue": [ + "USER: I'd like to find out more about taking a tour of Trinity College.", + "SYSTEM: I do not have information about tours, would you like the phone number for Trinity College?", + "USER: Actually, can you tell me what type of attraction it is? My friend suggested it and mentioned the name, but not much else.", + "SYSTEM: It is a college located on trinity street. The entrance fee is 1 pound. May I help you with anything else today?", + "USER: Yes, I'd like to find a restaurant in the centre of town.", + "SYSTEM: Of course. There are many restaurants in the area. Is there a food type you're interested in?", + "USER: I would chinese please.", + "SYSTEM: Is there a price range you'd like to stay in?", + "USER: Yeah, I'd like a moderately priced restaurant. And type of food doesn't actually matter. Just somewhere moderately priced in the centre of town.", + "SYSTEM: May I suggest Jinling Noodle Bar, they have excellent food moderately priced. Would you like a reservation?", + "USER: That would be great. Can I have the phone number please?", + "SYSTEM: their phone number is 01223566188.", + "USER: Great! Thanks. I also need a taxi to take me between the two. I want to leave the restaurant by 08:30", + "SYSTEM: I would be happy to do get a taxi for you. I need the departure location, destination location and the time of travel.", + "USER: I would like to leave the restaurant by 8:30.", + "SYSTEM: Your cab will pick you up at 08:30 at Jinling Noodle bar to take you to Trinity College. Expect a yellow ford. The contact number is 07741212724.", + "USER: Perfect, thank you for all your help.", + "SYSTEM: Do you need help arranging transportation or lodging at this time?", + "USER: No, thank you. I've got everything I need right now.", + "SYSTEM: You're welcome, glad I could help." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "trinity college" + ], + "attraction-type": [ + "college" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "jinling noodle bar" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-leaveat": [ + "08:30" + ], + "taxi-departure": [ + "jinling noodle bar" + ], + "taxi-destination": [ + "trinity college" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1315.json", + "Complete Dialogue": [ + "USER: Hi, I need a hotel on the west side, please.", + "SYSTEM: We have a couple options available to you, is there a particular price range you are looking for?", + "USER: I don't care about price range, but I do want the hotel to have a 4 star rating and have free wifi.", + "SYSTEM: I have the Huntingdon Marriott that is more expensive. Also, the Cambridge Belfry that is cheap. Do you have a preference?", + "USER: Can you tell me their post codes?", + "SYSTEM: Huntingdon marriott post code is pe296fl and the cambridge belfry postcode is cb236bw. Anything else I can assist you with today?", + "USER: No. Thank you. Goodbye.", + "SYSTEM: You're welcome. Have a wonderful day!", + "USER: I also need information on the maharajah tandoor restaurant please.", + "SYSTEM: It is an expensive restaurant in the west area serving indian food. Would you like me to book it for you?", + "USER: Yes, please book a table for 1 at 16:00 on Wednesday.", + "SYSTEM: I have completed the booking. The table will be reserved for 15 minutes. The reference number is KQLHM8ST .", + "USER: Would you be able to schedule a taxi to take me from the Huntingdon Marriott to the Maharajah Tandoor?", + "SYSTEM: Sure thing, what time would you like to arrive at your destination?", + "USER: I need to arrive in time for my reservation.", + "SYSTEM: I have reserved you a blue tesla, Contact number : 07639403969. Is there anything else I can help you with?", + "USER: No that is all thank you for your help!", + "SYSTEM: You are welcome. If you need anything else, we are always here to help." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "maharajah tandoori restaurant", + "maharajah tandoor restaurant" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "16:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "huntingdon marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "maharajah tandoori restaurant", + "maharajah tandoor" + ], + "taxi-arriveby": [ + "16:00" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0812.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the center of town.", + "SYSTEM: There are many expensive restaurants in the centre of town, is there a specific type of food you would like?", + "USER: Is there any Turkish cuisine? If so I need the postcode and the address.", + "SYSTEM: The Meze Bar restaurant matches your tastes. It is located at 196 Mill Road City Centre. The postcode is cb13nf.", + "USER: I am also looking for museums in the area.", + "SYSTEM: There are many museums listed in the centre area, what kind of museum are you interested in?", + "USER: I don't really care, what do you recommend? I will need the postcode and entrance fee please.", + "SYSTEM: How about Cambridge Contemporary Art? The entrance is free and the postcode is cb21su. Enjoy!", + "USER: Thank you. I would also like a taxi to commute between the two places.", + "SYSTEM: Certainly. When would you like your taxi to depart?", + "USER: I need to arrive at Cambridge Contemporary Art by 19:15 please.", + "SYSTEM: No problem. Your taxi has been reserved. Your driver's contact number is 07035811281 and will be driving a grey toyota. Is there anything else you need today?", + "USER: No, that will be all, thank you!", + "SYSTEM: Okay, have a nice day." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "turkish" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "dontcare" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "meze bar" + ], + "taxi-destination": [ + "cambridge contemporary art" + ], + "taxi-arriveby": [ + "19:15" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0761.json", + "Complete Dialogue": [ + "USER: Hey, I need a place to stay with free wifi and free parking.", + "SYSTEM: I have several options to offer you, is there an area of town, or price range you'd like?", + "USER: Thanks! I really don't care about the area. I need stay in a guesthouse that has free wifi and parking.", + "SYSTEM: In order to try to narrow down your options, do you prefer a cheaper place or something moderately priced?", + "USER: I don't mind about the price but I want something with 4 stars .", + "SYSTEM: How about the Archway House? it is moderately priced in the north.", + "USER: That sounds nice. Can you get it for four nights starting Thursday?", + "SYSTEM: I will be happy to book it for you! How many people will be staying?", + "USER: Four people. Thanks.", + "SYSTEM: I've book the hotel for you for 4 people on Thursday. The reference number is QMOZPFHQ .", + "USER: Thanks so much. That is all I need. Bye.", + "SYSTEM: You're welcome. If you need anything else please let us know." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "archway house" + ], + "hotel-bookpeople": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01729.json", + "Complete Dialogue": [ + "USER: I'm hurt and I need to find a hospital. Oh, and one with an oncology department!", + "SYSTEM: Hello, I'm sorry you are injured. Addenbrookes Hospital is located on Hills Rd. If you need to call the oncology department directly they may be reached at 01223217708.", + "USER: Thank you. Can I have the postcode too please.", + "SYSTEM: The postcode is CB20QQ", + "USER: Okay, thank you.", + "SYSTEM: You're welcome. I hope everything is okay!" + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "oncology" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3447.json", + "Complete Dialogue": [ + "USER: I am planning your trip in Cambridge. looking for a train", + "SYSTEM: I feel more comfortable planning my own trip, but I can help you with yours. Where will you be coming from and on what day?", + "USER: I am from Broxbourne and coming into Cambridge. What trains would you have available on Monday?", + "SYSTEM: We have nineteen trains available that day. Is there any time you would like to leave or arrive by?", + "USER: I need to leave after 21:15. Can you book this for four people? I need a reference number.", + "SYSTEM: Booking was successful, the total fee is 71.59 GBP payable at the station. Reference number is : UPJBMQ32 .", + "USER: Thanks, I also need a guest house.", + "SYSTEM: We have many fine guesthouses in town. Is there a certain part of town or price range you would like?", + "USER: I want it to be cheap, in the centre, and it must have internet", + "SYSTEM: there are two results here. Do you have a preference for star rating?", + "USER: No, I don't have a preference for star rating. Either would be fine.", + "SYSTEM: Well 4 stars sounds better than 0 to me, how about the alexander bed and breakfast. Would you like to book there?", + "USER: as long as it has free wifi. I need a room for 2 nights for 4 people on the same day.", + "SYSTEM: It does have internet. I booked your reservation, the reference number is RUNKLECC . Anything more I can help with?", + "USER: that will be all for me today. Thank you, bye!", + "SYSTEM: You are very welcome. Enjoy your stay!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "4" + ], + "train-leaveat": [ + "21:15" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02348.json", + "Complete Dialogue": [ + "USER: I need to get a taxi out of holy trinity church.", + "SYSTEM: What is your destination?", + "USER: I'm going to saint johns chop house.", + "SYSTEM: I can help you with that. When do you need to leave?", + "USER: I need to arrive at the chop house by 22:30.", + "SYSTEM: Your taxi is booked. Look for a yellow Volkswagen.", + "USER: I need the contact number please.", + "SYSTEM: The contact number is 07727071722. Is there anything else I can help you with?", + "USER: No that is all Thank you goodbye.", + "SYSTEM: Please call us anytime. Good Bye." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "holy trinity church" + ], + "taxi-destination": [ + "saint johns chop house" + ], + "taxi-arriveby": [ + "22:30" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02229.json", + "Complete Dialogue": [ + "USER: I'd like for a taxi to take me to gonville hotel today", + "SYSTEM: And where will you be leaving from?", + "USER: I'll be departing from j restaurant.", + "SYSTEM: What time would you like to depart at?", + "USER: I'd like to leave after 21:15.", + "SYSTEM: Booking completed! Booked car type : white honda Contact number : 07694199231", + "USER: Great, thank you! That's all I need today.", + "SYSTEM: You're quite welcome. Have a lovely trip! Goodbye." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "gonville hotel" + ], + "taxi-departure": [ + "j restaurant" + ], + "taxi-leaveat": [ + "21:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4372.json", + "Complete Dialogue": [ + "USER: Please find me an expensive place to dine on the South side of town", + "SYSTEM: Sure, we have Chinese, Indian, Italian or Mexican that you could choose from.", + "USER: How about chinese.", + "SYSTEM: Okay, how about the good luck chinese food takeaway? Will that work for you?", + "USER: Yes, that sounds good! Book a table for 3 at 13:45 please.", + "SYSTEM: I'll be happy to help you with that. What day would you like the reservation for?", + "USER: I'd like to make it for Wednesday. Can you include the reference number?", + "SYSTEM: Your reservation is all set for Wednesday. Your reference number is 68X7U9IG . Is there anything else I can help you with?", + "USER: I need a hotel in the same price range as the restaurant that has free parking and free wifi for the same group for 3 nights starting from the same day.", + "SYSTEM: Ok and for how many days ?", + "USER: how about 1 nights.", + "SYSTEM: There are 5 results matching your requirements. What area of town would you like?", + "USER: The area does not matter. Just the criteria I stated. It will be starting Wednesday.", + "SYSTEM: How about the University Arms Hotel? It has free parking and wifi, and it's a 4 star rated hotel.", + "USER: If you can book it for my group, I need it for 3 nights starting on Wednesday.", + "SYSTEM: Yes I will book it for you and get a reference number ?" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:45" + ], + "restaurant-name": [ + "good", + "good luck" + ], + "restaurant-bookday": [ + "wednesday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1403.json", + "Complete Dialogue": [ + "USER: I'm trying to find a train that departs from London Kings Cross on Thursday. Can you help me book a ticket?", + "SYSTEM: Sure, are you coming to Cambridge? What time would you like to depart?", + "USER: Any time that lets me arrive by 08:45.", + "SYSTEM: The TR4016 from london kings cross to cambridge, traveling on thursday, leaves at 07:17 and arrives at 8:08. Should I book it for you?", + "USER: Yes can you please book that for 8 people and give me the reference number?", + "SYSTEM: great, I was able to get your tickets. Reference number is FCRRA5HL and the tickets, 188.8 GBP are payable at the station, anything else?", + "USER: Yes, have you heard of a restaurant called Curry King?", + "SYSTEM: Yes, Curry King is an Indian restaurant in the centre. What more information would you like?", + "USER: Can you book be there for 8 people at 18:30 on thursday?", + "SYSTEM: I have your table reserved. The reference number is ZTVSJGBZ .", + "USER: Thank you for reserving that for me. That's all I need today.", + "SYSTEM: You're very welcome. Have a lovely day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-departure": [ + "london kings cross" + ], + "train-arriveby": [ + "08:45" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "curry king" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "18:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0319.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the south.", + "SYSTEM: I have two that fit that description, would you prefer Chinese or Portuguese?", + "USER: Either one. I just need it to be open on Sunday.", + "SYSTEM: Okay, lets do the Lucky Star. Would you like a reservation?", + "USER: I would like that. A table for 8 at 12:00.", + "SYSTEM: I have booked a table for 8 at the Lucky Star. The reference number is IILATPJI . Is there anything else I can help you with?", + "USER: I'm looking for a guesthouse to stay at. It should have free parking.", + "SYSTEM: The acorn guest house would be perfect. Shall I book it ?", + "USER: Yes, that would be great. I'll need it booked for the same group of people, 2 nights, and starting on the same day.", + "SYSTEM: Your hotel reservation number is D6UOJ6SH, for Sunday, 8 people for two nights. Is there anything else I can help you with?", + "USER: i dont think so. i think thats all. take care. bye.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "lucky star" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG0868.json", + "Complete Dialogue": [ + "USER: I am looking for a certain hotel. Could you see if you might have any info on it?", + "SYSTEM: Sure thing! Can you give me the name of the place?", + "USER: Yes, I'm looking for Hobson's House.", + "SYSTEM: Yes, it is a guesthouse in the west part of town in the moderate price range. Would you like to know anything else about it.", + "USER: Could I get the postcode please?", + "SYSTEM: Postcode is CB39LH. Anything else?", + "USER: No, that's it. Thanks!", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hobson's house", + "hobsons house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0029.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay", + "SYSTEM: I will definitely be able to help you with that. Did you want a hotel or a guest house?", + "USER: I'm looking for a guesthouse with free parking and free wifi.", + "SYSTEM: There are a lot of guesthouses that meet that criteria. Do you want to stay in a particular area?", + "USER: No, I don't care about the location. I do want a 4 star place though.", + "SYSTEM: The acorn guest house has a 4 star rating and is in the moderate price range. It is in the north area. Would you like to reserve a room?", + "USER: Yes. Where is a good expensive restaurant in the West area of town?", + "SYSTEM: There are nine expensive restaurants in the west, is there a particular type of food that you are interested in?", + "USER: Can you give me some examples of the type of cuisine that is available?", + "SYSTEM: There's british, european, indian, and thai.", + "USER: What's the address, postcode and phone number of the thai restaurant?", + "SYSTEM: Sala Thong serves Thai food and is located at 35 Newnham Road, Newnham cb39ey. Their phone number is 01223323178. Can I help with a booking?", + "USER: Yes can you please book that for me?", + "SYSTEM: What day and time would you like me to reserve the restaurant for?", + "USER: let's book it for wednesday please.", + "SYSTEM: How many people will the booking be for and what time would you prefer the booking to be at?", + "USER: I think we're jumping way ahead of ourselves here. Let's start afresh. Please get me the address to the acorn and then we can proceed with getting a taxi", + "SYSTEM: The address to acorn is 154 chesterton road.", + "USER: Thank you! Good bye.", + "SYSTEM: Thank you for calling Cambridge TownInfo centre. It was a pleasure to help you." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "thai" + ], + "restaurant-name": [ + "sala thong" + ], + "restaurant-bookday": [ + "wednesday" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2321.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to dine in the centre in the moderate price range.", + "SYSTEM: Would you like a table at Cotto?", + "USER: Yes, that would be fine. I don't need a book but can you give me the phone number and address for Cotto? Thanks", + "SYSTEM: Sure! The phone number for Cotto is 01223302010 and the address is 183 East Road, City Centre. Is there anything else I can help you with?", + "USER: Can you tell what attractions are near the restaurant?", + "SYSTEM: There are 44 attractions in the centre of town. Do you have particular type of attraction in mind?", + "USER: No, what do you recommend?", + "SYSTEM: The old schools is wonderful located at trinity lane.", + "USER: What is the entrance fee and phone number?", + "SYSTEM: They have free entrance. Their phone number is 01223332320.", + "USER: I also want a taxi two go between those two places.", + "SYSTEM: Ok, will you be leaving from the restaurant or the college? And what time of day would you like this booking to be?", + "USER: I want to leave the college by 07:00 so please go ahead and book that taxi for me", + "SYSTEM: I was able to book your taxi. It is a white Tesla and the contact number is 07335673174. Is there anything else you need today?", + "USER: that is all i needed. i appreciate your help alot", + "SYSTEM: I'm glad I was able to help you today. Hope you have a great day." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-destination": [ + "cotto" + ], + "taxi-leaveat": [ + "07:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4214.json", + "Complete Dialogue": [ + "USER: i am looking for places to go in town. The attraction should be in the type of college and should be in the centre.", + "SYSTEM: There are several. May I recommend Emmanuel College? They are located on Saint Andrew's Street and have no entrance fee.", + "USER: ok. What is their phone number?", + "SYSTEM: Their number is 01223334200.", + "USER: I also need a hotel to stay in.", + "SYSTEM: What type of hotel are you looking for?", + "USER: I need a HOTEL in the cheap price range.", + "SYSTEM: Then you want the cambridge belfry, would you like me to book you a stay?", + "USER: Does it have free parking?", + "SYSTEM: There is free parking.", + "USER: Okay. Please book a stay starting on Tuesday for 4 nights and 3 people.", + "SYSTEM: Booking was successful. Reference number is : YJQS3BTA .", + "USER: thanks for all of your help!", + "SYSTEM: You're welcome. Have a great day." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "emmanuel college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "the cambridge belfry" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0159.json", + "Complete Dialogue": [ + "USER: Can you help me find a cheap restaurant in the centre?", + "SYSTEM: Sure! There are 15 cheap restaurants in the centre. Is there a certain type of food you're looking for?", + "USER: Oh, yes! Italian, please.", + "SYSTEM: I can recommend Ask restaurant. Would you like me to make a reservation?", + "USER: No, let's try italian on the cheap side located in the centre. Book for 7 people on wednesday at 11:45 please.", + "SYSTEM: I was able to book your party at Ask. Your reservation will hold for 15 minutes. Is there anything else I can help you with today?", + "USER: Could I get the reference number please?", + "SYSTEM: Reference number is : V0PVDPBC . Need anything else?", + "USER: No thank you! Goodbye.", + "SYSTEM: You're welcome and have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "ask" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1073.json", + "Complete Dialogue": [ + "USER: Good evening, I need to take a train from Cambridge to Norwich.", + "SYSTEM: What day and time do you want to travel?", + "USER: I want to leave on Wednesday and arrive by 15:30.", + "SYSTEM: I have train TR1144 leaving at 5:36 and arriving at 6:55. Would you like to make reservations for that?", + "USER: Yes, that would work. I don't need a ticket though. But, can I ask the price per ticket?", + "SYSTEM: The price is 17.60. Can I help you with anything else?", + "USER: i'm also interested in places to go in town.", + "SYSTEM: What area would you be in?", + "USER: I would like information on the colleges in the centre please.", + "SYSTEM: I have 13 results that match, is there anymore information you can give me on what you are looking for?", + "USER: recommend any and give me the entrance fee and postcode", + "SYSTEM: gonville and caius college have free admission. Their postcode is cb21ta", + "USER: Thanks, that's all I need for today", + "SYSTEM: Thank you for using our services. Have we met all of your needs?", + "USER: Yes, thank you very much. That will be all.", + "SYSTEM: Thank you for calling and have a great day. Goodbye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-arriveby": [ + "15:30", + "6:55", + "06:55" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "5:36", + "05:36" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1489.json", + "Complete Dialogue": [ + "USER: I would like to go to a theatre in town. How many are there and where are they?", + "SYSTEM: What area in town would you like to go to?", + "USER: I don't care, anywhere in town is fine.", + "SYSTEM: i suggest the junction. it is in south. can i give you the address?", + "USER: Sure. What is the Address, phone number and postcode?", + "SYSTEM: The address is clifton way and the postcode is cb17gx. Their phone number is 01223511511. Do you need anything else?", + "USER: No, thank you that is all.", + "SYSTEM: I am glad we were able to help you today. Have a good day.", + "USER: I need to find a train.", + "SYSTEM: Okay- from where to where?", + "USER: I am wanting to go from Stevenage to Cambridge.", + "SYSTEM: OK - what day and time do you want to travel?", + "USER: I want to leave on Friday and should arrive by 10:45", + "SYSTEM: The TR4800 meets your criteria. How many tickets would you like?", + "USER: The departure time is all I need.", + "SYSTEM: Have a nice day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "theatre" + ], + "attraction-name": [ + "the junction" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:45" + ], + "train-day": [ + "friday" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0606.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in the centre and in the moderate price range.", + "SYSTEM: The Yippee Noodle Bar is a moderate priced Asian Oriental restaurant. Does that sound good?", + "USER: No, the restaurant should serve modern european food.", + "SYSTEM: Sure I have at least two choices for you. One is the De Luca Cucina and Bar and the other is the Riverside Brasserie. Both are located in the center. Would either of them interest you?", + "USER: Let's try the Brasserie.", + "SYSTEM: If you'd like a reservation I will need to know what day and time you'd like your reservation and how many will be in your party.", + "USER: Just 1 person at 13:15 on thursday", + "SYSTEM: You're all set your reference number is IVGZLYTZ", + "USER: Thanks. That's all I need!", + "SYSTEM: Alright, thank you. Goodbye!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-name": [ + "riverside brasserie", + "brasserie" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "13:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2273.json", + "Complete Dialogue": [ + "USER: Hello, can I please have some information on the types of museums that are available in Cambridge and their location?", + "SYSTEM: Sure. There are 79 different museums in Cambridge. Is there an area of the city you were looking to visit? Or price range?", + "USER: Not really anywhere specific, and I don't care about the price range.", + "SYSTEM: May I suggest the Broughton House Gallery? It is a nice museum in the centre which is free to visit. Shall I provide more information?", + "USER: What is the postcode and phone number there?", + "SYSTEM: 01223314960 and cb11ln", + "USER: I also need a place to eat, I want European food and it needs to be expensive.", + "SYSTEM: I have many choices. What part of town do you prefer?", + "USER: It doesn't matter. You choose. Can I get the area, phone number and address please?", + "SYSTEM: I recommend Eraina, it is in Centre, the phone number is 01223368786 and the address is Free School Lane City Centre. Can I book you a table there?", + "USER: No thank you, that's all the information I need right now.", + "SYSTEM: Thank you for contacting the Cambridge TownInfo centre. Goodbye" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0462.json", + "Complete Dialogue": [ + "USER: Hi! Can you give me some information on the Royal Spice restaurant?", + "SYSTEM: Of course! It's a cheap Indian restaurant in the north at Victoria Avenue Chesteron cb41eh. The phone number is 01733553355. May I help with anything else?", + "USER: I would like to book for two on Wednesday, at 17:15.", + "SYSTEM: I have you booked Wednesday at 17:15 a table for 2, this table will hold for 15 mins and your reference number is GXO64LG8 .", + "USER: Great, thanks! That's all I needed!", + "SYSTEM: You're welcome! Have a great day. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "royal spice" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2619.json", + "Complete Dialogue": [ + "USER: Hi, I am planning my Cambridge trip and could use some help with a particular attraction.", + "SYSTEM: Sure, is there a particular area of town you're interested in?", + "USER: No, I need help with a particular attraction. Can you help?", + "SYSTEM: I sure can, what is the name of the attraction you are seeking information about?", + "USER: I'm looking for tenpin I want the address and entrance fee.", + "SYSTEM: Tenpin address is Cambridge Leisure Park, Clifton Way. I am sorry I have no information about their entrance fee. Can I assist you with anything else today?", + "USER: Yes, I also wanted to find an expensive guesthouse to stay at.", + "SYSTEM: I have expensive hotels, or moderately priced guesthouses. But no expensive guesthouses.", + "USER: What about a 4 star guest with free parking. If there is no such guesthouse how about one that is in the cheap range.", + "SYSTEM: I found 7 cheap ones. What part of town would you like to stay in?", + "USER: I don't have a preference. Please make a suggestion and book it for 6 people for 2 nights starting on friday.", + "SYSTEM: Okay, you are all booked at the leverton house. Your reference number is UDJH8B4E . Is there anything else I can help you with?", + "USER: No that will be it for today, thank you.", + "SYSTEM: You are welcome. Have a good afternoon." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "tenpin" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "leverton house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0147.json", + "Complete Dialogue": [ + "USER: Yes I need the nearest police station, I was in a car accident.", + "SYSTEM: The Parkside Police Station is the closest in postcode CB11JG, their phone number is 01223358966", + "USER: That's all I need, thank you.", + "SYSTEM: I hope your day gets better. Goodbye." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG0306.json", + "Complete Dialogue": [ + "USER: I'm looking for a train going to Ely please.", + "SYSTEM: What day is this for?", + "USER: It will be for Thursday.", + "SYSTEM: What time would you like to go?", + "USER: I just need to arrive by 14:15.", + "SYSTEM: I have three different train choices. Depending on how early you want to arrive. I have one arriving at 6:07, one at 8:07 and one at 10:07.", + "USER: What's the travel time? Knowing that will help me select on a time.", + "SYSTEM: The travel time is only 17 minutes.", + "USER: When is the departure time for 10:07?", + "SYSTEM: TR1923 departs cambridge at 9:50 and arrives in ely by 10:07, total travel time of 17 minutes. Do you want to book a ticket?", + "USER: Not at this time. Thank you for your help!", + "SYSTEM: Is there any other information I can get for you at this time?", + "USER: No, that's it. Thanks!", + "SYSTEM: You're welcome. Enjoy your day." + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "thursday" + ], + "train-arriveby": [ + "14:15" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0157.json", + "Complete Dialogue": [ + "USER: where is the Addenbrookes Hospital?", + "SYSTEM: It's located at Hills Rd, Cambridge, you can reach them via telephone at 01223245151.", + "USER: Thanks, do they have a children's oncology and haematology department?", + "SYSTEM: Yes, they do. That department can be reached directly at 01223217231. Can I be of any further assistance today?", + "USER: No, that's all I needed to know. Thank you.", + "SYSTEM: My pleasure, if you should need more information please feel free to contact us again.", + "USER: I will. Goodbye.", + "SYSTEM: Goodbye. Hope everything turns out okay!" + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "children's oncology and haematology", + "childrens oncology and haematology" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3822.json", + "Complete Dialogue": [ + "USER: Hi, I could use help with my planning. I am trying to find a place to stay.", + "SYSTEM: Ok, to help us find the right place for you lets talk about what you would like. Do you have a price range you prefer? Or an area of town?", + "USER: I would like it to be in the south and have a rating of 3 stars.", + "SYSTEM: We have a moderately priced guesthouse and an expensive hotel that match your requirements.", + "USER: Does either offer free parking?", + "SYSTEM: They both offer free parking and internet.", + "USER: Okay can you please book it for 7 people for 4 nights starting on Tuesday?", + "SYSTEM: Which one? The guesthouse or the hotel?", + "USER: The hotel, please.", + "SYSTEM: Reference number is : BS0ODSGJ . Is there anything else?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-stars": [ + "3" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "7" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "WOZ20144.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for a restaurant that serves Portuguese food.", + "SYSTEM: nandos city centre serves portuguese food. They are in the centre of town and are in the cheap price range.", + "USER: What is their address?", + "SYSTEM: nandos city centre is at 33-34 Saint Andrews Street.", + "USER: Thank you so much!", + "SYSTEM: You're welcome. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "portuguese" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4957.json", + "Complete Dialogue": [ + "USER: I am looking for some places to go in town. I'm so excited about seeing some of the local attractions.", + "SYSTEM: There are many to choose from! Almost 80. Can you tell me if you have a certain type of place you want to visit?", + "USER: What do you recommend? I will be need the address, entrance fee, and postcode for what you recommend please.", + "SYSTEM: I honestly recommend visiting a famous college such as Christs or Magdalene.", + "USER: Could I have the address, entrance fee, and postcode.", + "SYSTEM: Christ's College is on Saint Andrew's Street and postcode CB23BU. There is no entrance fee. Can I help you with anything else?", + "USER: Yes, I'm also looking for a place to stay. The hotel doesn't need to include internet.", + "SYSTEM: There are about 33 hotels that meet your needs. Can you narrow it down to a certain area of town and price range?", + "USER: I'm sorry,was Christ's College in the centre? I did need something in that area.", + "SYSTEM: Yes it is in the centre.", + "USER: Is there one in the centre with free parking", + "SYSTEM: Sorry, parking isn't something that is mentioned for attractions.", + "USER: Okay. I'd like a hotel that includes free parking then.", + "SYSTEM: alexander bed and breakfast would meet those needs. could i look for something else? or can i book a stay here at this one?", + "USER: Please book it for 7 people for 5 nights starting Thursday.", + "SYSTEM: I have your rooms booked. The reference number is : OGBAZ8XW . KIs there anything else i can assist you with today?", + "USER: Great I also need a taxi to commute between the two places.", + "SYSTEM: Where will you be leaving from? What time would you like to leave?", + "USER: i want to leave by 10:45", + "SYSTEM: I've got a ride for you. A yellow Skoda. Their phone number is 07546403281", + "USER: Great, thanks! That's everything I needed.", + "SYSTEM: Perfect. I hope you have a wonderful stay. Goodbye." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "christ college", + "christs" + ], + "attraction-type": [ + "college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "no" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "christ college", + "christs" + ], + "taxi-leaveat": [ + "10:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1306.json", + "Complete Dialogue": [ + "USER: I am looking for an expensive gastropub restaurant in Cambridge", + "SYSTEM: I see there are two in centre and one in East area. Do you have a preference?", + "USER: Yes I need the one in the east.", + "SYSTEM: Great! That's the Royal Standard at 290 Mill Road City Centre cb13nl. Would you like to book a table?", + "USER: Yes. We need a table for 2 at 14:45 on Saturday.", + "SYSTEM: Sorry booking was unsuccessful. Would you like to try a different time?", + "USER: How about at 13:45?", + "SYSTEM: Your table is booked! It will be reserved for 15 minutes and your reference number is 9M44WAHK .", + "USER: Thank you so much. Can you help me find a place to stay? I would like a 3 star place that's in the expensive price range.", + "SYSTEM: I recommend the Lensfield hotel on the south side. Shall I book a room?", + "USER: I would like it to have free parking, please.", + "SYSTEM: The Lensfield has free parking and free internet. Did you need a room there, or perhaps their address?", + "USER: I would like to book a room, please.", + "SYSTEM: Ok, I can book a room for you at the Lensfield Hotel, I just need some information. For starters, what day would you like to check in?", + "USER: Actually, I think I'll hold off on the reservation, but can you provide their phone number, please?", + "SYSTEM: The Lensfield Hotel's phone number is 01223355017.", + "USER: Thank you. Do you know what type of hotel Lensfield is?", + "SYSTEM: It is a hotel, expensive. What else would you like to know?", + "USER: Does this hotel offer free wifi?", + "SYSTEM: Yes it does.", + "USER: I need to book a taxi to go between both places,needs to arrive after we finish at restaurant and I need car type and number", + "SYSTEM: Ok, I've booked a white Tesla for you, their contact number is 07752313537. Can I help you with anything else?", + "USER: Actually, I know I said *after* we finish at the restaurant, but it turns out I need the taxi arrives at the restaurant at the reservation time - 13:45 on Saturday", + "SYSTEM: Ok I changed that for you. You will have a white audi contact number 07235895362", + "USER: Great, thanks so much. Sorry for the confusion.", + "SYSTEM: It's no problem. Is there something else I could assist you with today?", + "USER: That is everything, thanks for your help.", + "SYSTEM: You're welcome. Enjoy your meal!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "14:45", + "13:45" + ], + "restaurant-name": [ + "royal standard" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-name": [ + "lensfield hotel", + "lensfield" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "royal standard", + "lensfield hotel", + "lensfield" + ], + "taxi-destination": [ + "royal standard", + "lensfield hotel", + "lensfield" + ], + "taxi-leaveat": [ + "14:45", + "13:45" + ], + "taxi-arriveby": [ + "13:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1867.json", + "Complete Dialogue": [ + "USER: Hi, can you suggest some tourist sites to visit in Cambridge?", + "SYSTEM: There are 79 tourist sites listed in Cambridge. What type of attraction are you interested in seeing?", + "USER: Yes, I'd love to visit a college. Is there a nice one in the city centre?", + "SYSTEM: Christ's College is on Saint Andrew's Street in the centre. It is lovely.", + "USER: What's the entrance fee, address, and phone number?", + "SYSTEM: Christ's college is free to enter. It's located on saint andrew's street, and their phone number is 01223334900. Is there anything else I can help you with?", + "USER: I am looking for a train that will leave after 14:00 and should depart from cambridge.", + "SYSTEM: I'm sure we can find what you're looking for. Where will you be traveling to?", + "USER: I will be going to Norwich this Thursday.", + "SYSTEM: How about the TR5190 train? It leaves Cambridge at 14:36 and arrives in Norwich at 15:55.", + "USER: That sounds perfect, that's all that I needed to know, thank you for your help!", + "SYSTEM: Thank you for choosing the help desk. Good Bye" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "14:00" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "norwich" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1401.json", + "Complete Dialogue": [ + "USER: Hi, I'm curious about attractions located in the center of town.", + "SYSTEM: I have over 40 great attractions in the town centre. How do you feel about entrance fees?", + "USER: I don't care about entrance fees.", + "SYSTEM: Do you have a preference for a particular area of town?", + "USER: Yes I would like the center.", + "SYSTEM: How about all saints church?", + "USER: Sounds good, could I get the address please?", + "SYSTEM: All Saints Church Jesus Lane, postal code cb58bs. Is there anything else I can help you with today?", + "USER: no that takes crare of it", + "SYSTEM: Thank you for using the Cambridge TownInfo centre!" + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "all saints church" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1951.json", + "Complete Dialogue": [ + "USER: I am trying to find a museum to go to while I am in Cambridge on holiday.", + "SYSTEM: There are several museums in Cambridge. Is there a certain area you are hoping to visit?", + "USER: I have no particular area in mind. Which do you recommend and can I get the entrance fee and phone number please?", + "SYSTEM: There are 23 museums in the area of cambridge what area do you want?", + "USER: I'm departing cambridge . Can you find a train that leaves after 08:15?", + "SYSTEM: Where will you be going and on what day?", + "USER: I am trying to get to peterborough on Thursday please.", + "SYSTEM: TR4863 leave at 08:34, would that work for you?", + "USER: Yes thank you, I would like to book for one ticket. I would also like the reference number please.", + "SYSTEM: I was able to book that ticket for you. Your reference number is EMF3A2D0 . Is there anything else I can assist you with today?", + "USER: Yes can you get me the phone number and entrance fee of a museum? It can be located anywhere in Cambridge.", + "SYSTEM: I have the byard art museum in the south. The phone number is 01223464646 and it is free to enter. Can I help you with anything else today?", + "USER: I believe that is all, thank you", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "08:15" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2639.json", + "Complete Dialogue": [ + "USER: I'm looking for an attraction in the category of swimming pool.", + "SYSTEM: I've got four pools for you. What area are you in?", + "USER: I'm pretty open. Can you list the areas? I'll choose one of the four.", + "SYSTEM: Yes, west, east, south and north.", + "USER: Please tell me about the locations of some pools in the south.", + "SYSTEM: I am sorry but there are none in the south. I have one east, two north and one centre.", + "USER: One in the east is fine. I need the address please?", + "SYSTEM: The abbey pool and astroturf pitch is located at pool way, whitehill road, off newmarket road. Do you need anything else?", + "USER: Yes, I'm also looking for a guesthouse in a moderate price range.", + "SYSTEM: What area would you like to stay in?", + "USER: The area doesn't matter, but it should have 4 stars please.", + "SYSTEM: The acorn guest house is awesome. I would suggest that place.", + "USER: Could you book rooms for 7 people for 4 nights starting from Saturday?", + "SYSTEM: I have you booked for 4 days. What else can I do for you?", + "USER: I will need the reference number.", + "SYSTEM: the reference number is 9g1eycif .", + "USER: That is all I need. Thank you for your help!", + "SYSTEM: No problem. Enjoy your stay." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ], + "attraction-area": [ + "south", + "east" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1169.json", + "Complete Dialogue": [ + "USER: Can you help me find a concert hall?", + "SYSTEM: There is one concert hall in town, The Man on the Moon, located at 2 norfolk street in the centre of town. Do you need more information?", + "USER: I need a concerthall on the west area of town.", + "SYSTEM: I am sorry I have only one listing for the city center. Would you consider other attractions?", + "USER: Yes, I would consider a museum.", + "SYSTEM: great, there are 7 museums in the west.", + "USER: Can you make a recommendation and please provide the entrance fee, phone number, and postcode.", + "SYSTEM: Cafe Jello Gallery Phone is o12233289438 and is on 13 Madalene treet" + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum", + "concerthall" + ], + "attraction-area": [ + "west" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0490.json", + "Complete Dialogue": [ + "USER: I'm looking for lodgings on the east side, in the expensive price range.", + "SYSTEM: The Express by Holiday Inn is located at 15-17 Norman Way int he Coldhams Business Park which is located in the east.", + "USER: it doesn't need a free parking. Can you book a room for me?", + "SYSTEM: Yes, how many people and what day would you like to book?", + "USER: I do not need to book.", + "SYSTEM: Is there anything else I may help you with today?", + "USER: I just need to know the how many stars it has, the phone number there, and if they have WiFi.", + "SYSTEM: Sure, it has two stars, includes wifi, and the phone number is 01223866800. Can I help you with any thing else today?", + "USER: I am also trying to find a Venetian restaurant. Are there any in town?", + "SYSTEM: Yes, we have thanh binh on the West side. Would you like a reservation?", + "USER: Please book it for me.", + "SYSTEM: Yes I will book it for you and get a reference number ?", + "USER: Can you make a reservation for Monday at 19:30 for 8 people?", + "SYSTEM: Absolutely. Anything else I can assist you with?", + "USER: Um I think you're getting ahead of yourself? I'm still waiting on that reference number for the booking you said you'd complete....", + "SYSTEM: Unfortunately I can't get that booking for you. Is there anything else I can do for you?", + "USER: Oh...alright...well I guess not then. You weren't very helpful but whatever bye", + "SYSTEM: I am sorry for the delay. Also, there are no Venetian restaurants. Did you want a Vietnamese restaurant instead?" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-name": [ + "express by holiday inn", + "express by holiday inn cambridge" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "venetian" + ], + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "thanh binh" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:30" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01268.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should be in the type of guesthouse and doesn't need to include internet", + "SYSTEM: Alright, I've found several options. What price range are you looking for?", + "USER: It doesn't matter", + "SYSTEM: Alpha-milton guest house doesn't offer internet. It is rated three stars, in the north part of town. Should I book this?", + "USER: No, I need a guesthouse with free wifi.", + "SYSTEM: a and b guest house is a guesthouse that includes wifi. It's in the East side of town with a moderate price range. Should I book it for you?", + "USER: No, I just need to know if they have free parking.", + "SYSTEM: They do not have parking.", + "USER: Ok, I would prefer something else with parking.", + "SYSTEM: Allenbell looks like it would be a good choice.", + "USER: Thanks, does it have free wifi as well?", + "SYSTEM: Yes, they provide both internet and parking at their establishment.", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Good bye, enjoy your stay." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes", + "no" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02286.json", + "Complete Dialogue": [ + "USER: I've been robbed. Can I get some help?", + "SYSTEM: Please contact the Parkside, Cambridge police station, the telephone number is 01223358966.", + "USER: Thank you, that is all I need. Goodbye.", + "SYSTEM: You are welcome. Do you need any further assistance?" + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL1032.json", + "Complete Dialogue": [ + "USER: I am looking for Warkworth House hotel. Any information on it?", + "SYSTEM: It's a guesthouse in the moderate price range with a 4 star rating, internet, and free parking.", + "USER: Ok, and what area of town is that in?", + "SYSTEM: It is in the east part of town.", + "USER: Thank you. Are there any attractions I could visit in the town centre?", + "SYSTEM: There are 25 possible attractions in the requested area. Are you looking for any specific types of attractions?", + "USER: No not really. Can you recommend me an attraction that's in the centre area? Can I also get the address, entrance fee, and phone number for it? Thanks!", + "SYSTEM: There are forty four attractions in that area, could you tell me what type you would like to book?", + "USER: Whatever is the most popular attraction", + "SYSTEM: You should check out All Saints Church. It has great architecture and free entrance. It's located on Jesus Lane cb58bs. The phone is 01223452587. Would that work for you?", + "USER: Great, thank you for the info. Have a nice day!", + "SYSTEM: Did you need any further assistance today, or are you all set?", + "USER: I'm all set. Thanks for your assistance.", + "SYSTEM: We are happy to help. Thanks for using our service." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "warkworth house" + ], + "hotel-area": [ + "east" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0947.json", + "Complete Dialogue": [ + "USER: Hi, I need a place to stay with free wifi and in a moderate price range.", + "SYSTEM: I have 17 hotels in the moderate range that offer internet access. Do you have a particular part of town you wish to stay in?", + "USER: I prefer the eastern part of town and something that is 4-star rated.", + "SYSTEM: I have 3 hotels listed that have of your requirements. Do you have any parking needs?", + "USER: Yes I am looking for free parking.", + "SYSTEM: carolina bed and breakfast has free parking and is moderately priced. Can I book a reservation for you?", + "USER: No thanks, I am not quite ready to make a reservation yet. Thanks for the information.", + "SYSTEM: Alright, can I get anything else?", + "USER: No, that's all I need. I'm going to give the hotel a call. Thank you for your help!", + "SYSTEM: Excellent. Have a good one!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "east" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0793.json", + "Complete Dialogue": [ + "USER: I am looking for a train arriving by 9:45 on Tuesday.", + "SYSTEM: May I get your departure and destination information please?", + "USER: I am going from Cambridge to Leicester.", + "SYSTEM: TR2863 departs from Cambridge at 07:21 and arrive in Leicester by 09:06. Would you like to book this train?", + "USER: Maybe... how much does it cost?", + "SYSTEM: It costs 37.80 pounds per ticket.", + "USER: I'm sorry, we have that mixed up. I need to depart from leicester and go to cambridge. Do you have a train that arrives by 09:45 in cambridge?", + "SYSTEM: TR6954 departs from Leicester at 07:09 and arrives in Cambridge at 08:54. Would you like to book this train?", + "USER: Can you verify the cost for train TR6954 for me?", + "SYSTEM: The cost for this particular train is 37.80 pounds per ticket. Would you like assistance booking tickets for this train?", + "USER: Yes I would like help with booking the train and I will also need to book a hotel.", + "SYSTEM: Your booking reference is NT43PSC0 . Now, if you let me know what type of hotel you are interested in, I can help you with that as well.", + "USER: Can you help me find a 5-star room somewhere that offers free parking and wifi?", + "SYSTEM: There don't seem to be any 5-star lodgings in the city. Would you like to try searching for 4 stars instead?", + "USER: Yes, 4 stars would be fine.", + "SYSTEM: The acorn guest house is a 4 star hotel located in the north side. Would you like to make reservations?", + "USER: Yes please. There are 5 of us total and we need 4 nights in a row. Thank you.", + "SYSTEM: What day would like to start your stay?", + "USER: I'd like to start my stay on Tuesday, please.", + "SYSTEM: Ok great! I was able to get you booked, your reference number is N4TJE8VR . Is there anything else that I can help you with?", + "USER: Nope, that'll take care of everything, thanks!", + "SYSTEM: You're welcome. Have a great stay!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "9:45", + "09:45" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "leicester", + "cambridge" + ], + "train-destination": [ + "leicester", + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "5", + "4" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "tuesday" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0735.json", + "Complete Dialogue": [ + "USER: Hi. Can you help me find a train?", + "SYSTEM: what day would you like to leave?", + "USER: I want to leave on Sunday, please.", + "SYSTEM: Where will you be departing from?", + "USER: I'll be departing from cambridge and want to arrive by 19:30 on sunday. Could I also get the train ID as well?", + "SYSTEM: There are 146 departures from Cambridge on Sunday that match your arrive by time. Where is your destination?", + "USER: kings lynn and I also looking for a restaurant in the south and expensive price range", + "SYSTEM: Sure, I can help you with that. First, let's find the train. How early would you like to leave?", + "USER: arriving by 19:30 on sunday. I need the train's ID please. Leaving cambridge going to kings lynn", + "SYSTEM: TR3212 leaves Cambridge at 05:11 and arrives in Kings Lynn at 05:58. Will this one work for you?", + "USER: I'd like something a little later in the day, please.", + "SYSTEM: TR2045 leaves at 18:11 and arrives at 18:38. Would that be acceptable?", + "USER: that sound just fine", + "SYSTEM: Would you like me to book tickets for you?", + "USER: please do. i would also like help finding an expensive restaurant.", + "SYSTEM: How many seats do you need on that train?", + "USER: I do not need train reservations. I need help finding a restaurant.", + "SYSTEM: There are several fine restaurants. What area and what type of food would you enjoy?", + "USER: South area, and food type doesn't matter. I need it for 3 people at 15:45 on the same day, if that time doesn't work 14:45 and i'd like a reference number.", + "SYSTEM: You are booked at frankie and bennys for 3 at 1545. your booking number is T01E84XG", + "USER: Thank you for your help. That is all I need.", + "SYSTEM: Okay. Glad I could be of help." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "19:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "kings lynn" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "15:45" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "frankie and bennys" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1307.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel in Cambridge.", + "SYSTEM: There are over 30 places of lodging in the city. Would you prefer a certain part of town, or a particular type of lodging such as a guest house or hotel?", + "USER: Just a 4 star guesthouse that has free parking please.", + "SYSTEM: What area would you like the guesthouse to be in?", + "USER: Do not care what area,it will be for 2 people and for 4 nights starting Wednesday.", + "SYSTEM: Would you like me to book you at the acorn guest house? It has free parking and it's a 4-star hotel.", + "USER: Can we book it for 2 people for 4 nights?", + "SYSTEM: I am sorry I couldn't get that booked for you perhaps another day or a shorter day possibly?", + "USER: Could you try it for one night only?", + "SYSTEM: Yes booking is available for one night,would you like me to place it?", + "USER: Yes please, and I'll need the reference number.", + "SYSTEM: Ok I have made that reservation for you the reference number is OXWO0RWD .", + "USER: I am also looking for an expensive mediterranean restaurant in the west.", + "SYSTEM: I'm sorry there are no matches for what you are looking for. Would you like something else?", + "USER: Yes, how about a restaurant that serves Indian food?", + "SYSTEM: There are 5 Expensive Indian restaurants in the west. I recommend Cocum. Would you like me to make a reservation?", + "USER: Cocum sound fine, but I just need the postcode, please. No reservation.", + "SYSTEM: Of course. The postcode for the Cocum is cb30ah. Is there anything else I can help you with?", + "USER: Thank you! That's all I need. Goodbye!", + "SYSTEM: Enjoy your meal!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4", + "1" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "indian", + "mediterranean" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cocum" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1437.json", + "Complete Dialogue": [ + "USER: Can you help me find a train going to cambridge leaving on tuesday?", + "SYSTEM: Where are you departing from and what is your departure time?", + "USER: I'll be departing Bishops Stortford. My departure time is flexible, but I need to arrive by 16:30.", + "SYSTEM: The Bishops Stortford to Cambridge at 15:29 is scheduled to arrive at 16:07. The one before that is two hours earlier.", + "USER: Could you give me the price and train ID for that one please?", + "SYSTEM: TR1392. 10.10 pounds. Is there anything else?", + "USER: I'm looking for places to go in town centre. I'm interested in entertainment. Can you suggest a place to go?", + "SYSTEM: There are many attractions do you want a church,or park or water slide ?", + "USER: I was looking for entertainment, but if there is nothing how about a college?", + "SYSTEM: I think i can get for you anything else" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:30" + ], + "train-departure": [ + "bishops stortford" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0347.json", + "Complete Dialogue": [ + "USER: I need a train for this Friday that leaves anytime after 2:15 that afternoon.", + "SYSTEM: There are a total of 204 trains leaving after 2:15 in the afternoon on Friday. Where would you like to go?", + "USER: I would like to go to Stevenage please and depart from Cambridge.", + "SYSTEM: There are 5 such trains. Do you want to set an arrival time?", + "USER: I don't care about when it arrives.", + "SYSTEM: Train TR0217 leaves at 5:21 in the afternoon, would you like me to book it?", + "USER: Not right now, but I was wondering if you could tell me about expensive restaurants in the center of town.", + "SYSTEM: There are 33 options. What food type do you prefer?", + "USER: I don't care about the food type.", + "SYSTEM: How does bedouin sound, they serve african food.", + "USER: That sounds great. What is their price range?", + "SYSTEM: The bedouin is expensive.", + "USER: Let's go ahead and book that for 8 people at 10:30 on Friday, and I will need that reference number, please.", + "SYSTEM: I have booked your table at the bedouin. Your reference number is 52CPSY3C and we hope you have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "2:15 that afternoon", + "14:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "10:30" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0957.json", + "Complete Dialogue": [ + "USER: Can you give me some information on the Avalon Hotel?", + "SYSTEM: I'd be happy to. The Avalon is a guesthouse located on the north side. It's moderately priced, has 4-stars and offers free wifi. Would you like to book a room?", + "USER: Not at the moment, can I have their phone number?", + "SYSTEM: Certainly, the phone number is 01223353071. Is there anything else I can help you with?", + "USER: No, that covers it. Thanks!", + "SYSTEM: Great! Have a wonderful day! Goodbye!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "avalon" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20087.json", + "Complete Dialogue": [ + "USER: Looking for a restaurant on the South part of town?", + "SYSTEM: What type of food would you like?", + "USER: I do not have a preference.", + "SYSTEM: Do you have any preference on the cost?", + "USER: I would like something in the cheap price range, please.", + "SYSTEM: There is a very popular Chinese restaurant in the south part of town called The Lucky Star, it is in the cheap price range.", + "USER: Can I have the address and phone number please?", + "SYSTEM: Their number is 01223 244277 and they are located at Cambridge Leisure Park Clifton Way Cherry Hinton. Can I be of any further assistance?", + "USER: Thank you goodbye.", + "SYSTEM: Thank you for using the Cambridge restaurant system. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20373.json", + "Complete Dialogue": [ + "USER: I am looking for a French restaurant.", + "SYSTEM: There is one in the centre of town and one in the north area of town. Which one would you prefer?", + "USER: North Part of Town", + "SYSTEM: Restaurant Two Two is a French restaurant located in the north part of town, but it is pricey. Would you like more information?", + "USER: Yes, what is the address of Restaurant Two Two?", + "SYSTEM: The address is 22 Chesterton Road.", + "USER: Thank you, good bye.", + "SYSTEM: Good bye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "french" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "restaurant two two" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0514.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the center of town.", + "SYSTEM: Certainly. Some choices that fit your criteria are Bedouin, Kymmoy, and Fitzbillies Restaurant.", + "USER: What are the different food types of these restaurants?", + "SYSTEM: In the same order: African, Asian Oriental, British. Do any of these fancy you?", + "USER: Not actually. I won't be needing anything else at this time. thank you. Good bye.", + "SYSTEM: You don't need any other information?", + "USER: That's all I need from you today. Thanks.", + "SYSTEM: Alright. I hope you have a wonderful day!", + "USER: Thank you for your help", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2735.json", + "Complete Dialogue": [ + "USER: Hi! I'm looking for an attraction named Kambar.", + "SYSTEM: It is a nightclub in centre at 1 wheeler street. Phone is 01223842725. Do you need any more information?", + "USER: thanks i want to get its entry fee and address", + "SYSTEM: The address was just given to you and the phone is 01223842725.", + "USER: Is there a entrance fee?", + "SYSTEM: Yes, there is a 5 pound entrance fee for the club.", + "USER: I am also interested in a place to stay, that includes free parking.", + "SYSTEM: Do you have an area or price range in mind?", + "USER: I would like an expensive 3-star hotel.", + "SYSTEM: Gonville hotel is in the centre, the lensfield is in the south, any preferences?", + "USER: What do you recommend?", + "SYSTEM: in my opinion, the lensfield is much more updated than the gonville. do you need me to book a room?", + "USER: Just to confirm, does the Lensfield have free parking? If so I'd like to book for 6 people, 3 nights, starting on thursday.", + "SYSTEM: The Lensfield Hotel does have free parking. I can assist you with that reservation.", + "USER: Yes, can you please book a room with the details I already provided.", + "SYSTEM: Your room has been booked. Your reference number is CAFW873C .", + "USER: Thank you so much. I appreciate your help with this.", + "SYSTEM: No problem. Is there anything else I can help you with today?", + "USER: That is all, thank you for all your help.", + "SYSTEM: You're welcome, let me know if I can assist with anything else." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "kambar" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "lensfield hotel", + "lensfield" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2406.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap portuguese restaurant", + "SYSTEM: Nandos in the South and Nandos City Centre in Centre meet that criteria. Would you like more information on either of these?", + "USER: Yes, could I get the location and the phone number please.", + "SYSTEM: Do you want the information on Nandos in the south or the Nandos City Centre?", + "USER: I prefer the Nandos in the City Center. Also, I need information about museums or art galleries in the west.", + "SYSTEM: Nandos' number is 01223327908. There are several museums in the west. I've heard that Cafe Jello Gallery has some lovely pieces. Or would you like to hear about the others?", + "USER: Yes, I am looking to kill some time in town. Are there any museums on the west side?", + "SYSTEM: Yes, Cafe Jello Gallery fits that bill. Admission is free and it is located at Cafe Jello Gallery, 13 Magdalene Street. There are others in the area as well.", + "USER: Thank you. What is the post code for Cafe Jello Gallery?", + "SYSTEM: Their postcode is cb30af.", + "USER: Great I also need to get a taxi between the two places.", + "SYSTEM: Okay. Which site will you need to be picked up from, and what is your timeframe?", + "USER: I would like to leave the restaurant by 04:00.", + "SYSTEM: I have booked the taxi for you picking you up at 04:00 at nandos going to the cafe jello gallery. Look out for a grey toyota.", + "USER: Can I get a contact number at least?", + "SYSTEM: The contact number is 07107662669.", + "USER: Thank you, that should be all for today.", + "SYSTEM: Thank you for using the service, have a good day." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "portuguese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nandos" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "cafe jello gallery" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "nandos" + ], + "taxi-destination": [ + "cafe jello gallery" + ], + "taxi-leaveat": [ + "04:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2294.json", + "Complete Dialogue": [ + "USER: I'm looking for some cheap Chinese food. Got any restaurants that fit the bill?", + "SYSTEM: Yes there are four. What area would you like to dine in, the centre or south?", + "USER: I would like the centre.", + "SYSTEM: There are 3 cheap chinese restaurants in the centre. charlie chan, rice house, and golden house. Would you like to make a reservation?", + "USER: Yes, I'd like to make a reservation at the Rice House for one person at 11:00 on Sunday please.", + "SYSTEM: I made a booking for you on that day. Your reference number is O2T3BYQU . What else can I do for you?", + "USER: I am looking for any multiple sport attractions near the restaurant to visit.", + "SYSTEM: We don't have any sports attractions in the centre.", + "USER: Are there any museums in that area?", + "SYSTEM: Yes, quite a few! There's the Museum of Archaeology and Anthropology, the Whipple Museum of the History of Science, and more. Would you like to hear about some of the others?", + "USER: Please provide the entrance fees.", + "SYSTEM: The entrance fees vary. I can show you something with no entrance fee if you'd like?", + "USER: I would like you to pick a nice on and give me more info on it please.", + "SYSTEM: castle galleries has free entry. Their phone number is 01223307402, postcode cb23bj, and address unit su43, grande arcade, saint andrews street", + "USER: Yes that one sounds nice. Can you tell me when they open and close also?", + "SYSTEM: I'm sorry their hours aren't listed, you can call them at 01223307402 for that information. Is there anything else you need help with today?", + "USER: No that's everything for me today! Thank you!", + "SYSTEM: Thank you for choosing Cambridge TownInfo centre. Have a nice day!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:00" + ], + "restaurant-name": [ + "rice house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum", + "multiple sports" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1464.json", + "Complete Dialogue": [ + "USER: I'm looking for an indonesian restaurant that's moderate in price.", + "SYSTEM: There are no Indonesian restaurants in the moderate price range would you like me to search for something else?", + "USER: Are you sure? I thought there was one located in the centre of town.", + "SYSTEM: Unfortunately I do not see any indonesian restaurants. Maybe you would like asain instead?", + "USER: Asian oriental food sounds good. What options do you have available?", + "SYSTEM: I have a few, what price range do you prefer?", + "USER: I'm not really worried about price. Which do you suggest that is located in the centre?", + "SYSTEM: Th Kymmoy is expensive but very nice.", + "USER: I think I would like to be in the moderate price range please.", + "SYSTEM: The yippee noddle bar is in the moderate price range. Would you like to book a table?", + "USER: Actually, can you give me the phone number for Yippee Noodle Bar instead?", + "SYSTEM: Absolutely. Their phone number is 01223518111. Is there anything else I can help you with?", + "USER: I am also looking for a train. The train should arrive by 16:15 and should leave on Friday.", + "SYSTEM: I'm sure we can find your perfect train for you. What are your departure and arrival locations?", + "USER: I want to go to norwich from cambridge.", + "SYSTEM: The first train from Cambridge to Norwich leaves at 05:36, and there are trains every hour thereafter. The duration of the trip is 79 minutes. Which departure time works best for you?", + "USER: Can you suggest one? I would like to arrive in Norwich about 4:15 PM.", + "SYSTEM: I would recommend TR8314, which will get you there at 15:55. Would you like me to book your ticket?", + "USER: Yes, one ticket please.", + "SYSTEM: Booking was successful, the total fee is 17.6 GBP payable at the station .", + "USER: When does the TR8314 leave?", + "SYSTEM: It will leave at 14:36", + "USER: Great! Thanks for all your help.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: No, that is all. Thanks, goodbye.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "indonesian", + "asian oriental" + ], + "restaurant-pricerange": [ + "moderate", + "dontcare" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "yippee noodle bar" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:15" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4223.json", + "Complete Dialogue": [ + "USER: I'm in the mood for some modern eclectic food so please find me a cheap restaurant that sells some", + "SYSTEM: I'm sorry, I wasn't able to find any of those.", + "USER: How about Indian, instead?", + "SYSTEM: There are four cheap Indian restaurants in Cambridge. What area of town were you interested in?", + "USER: I want one on the west side of town. If there's not one there then the centre of town will be fine.", + "SYSTEM: we don't have any on the westside, but three in the city centre. Might I suggest the Kohinoor?", + "USER: That sounds great! Could you book a table there for 12:00 on Saturday? Just me.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : VSJ2W6N3 . Can I help you with anything else?", + "USER: I am also looking for a place to stay.", + "SYSTEM: What area would you like it to be in?", + "USER: The area doesn't matter.", + "SYSTEM: Well do you have a price preference?", + "USER: I would prefer a guesthouse and free wifi and parking.", + "SYSTEM: Do you have a price range or star rating in mind?", + "USER: I don't care, book it for the same group of people and 2 nights starting from the same day.", + "SYSTEM: Your booking number is GC8V34OD for the Acorn guest house at 154 chesterton road for 1 person on Saturday for 2 days is set.", + "USER: Thank you, that is all that I need.", + "SYSTEM: Thank you for using our services. Have a great stay!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian", + "modern eclectic" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "kohinoor" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2032.json", + "Complete Dialogue": [ + "USER: Yes, I am looking forward to trying some local restaurants when I am there. Can you help me find a place to dine?", + "SYSTEM: What type of cuisine do you enjoy?", + "USER: I enjoy Chinese food.", + "SYSTEM: You have many choices for chinese in cambridge, any preference on price or area?", + "USER: I would like that to be in a expensive price range and should be in the centre.", + "SYSTEM: I have three places fitting that. Shall I book one?", + "USER: Yes. Wednesday. 6 people at 15:30.", + "SYSTEM: Booking was successful at HK Fusion. The table will be reserved for 15 minutes. Reference number is : 1ZF8E0IV . Anything else I can help with?", + "USER: I'm also looking for a particular attraction. It's called Scudamores Punting Co. Could you give me their information?", + "SYSTEM: Scudamores is a fun boat attraction in the center of town. They're located at Granta Place, Mill Lane, cb21rs. Can I help with anything else today?", + "USER: Yes. Can I also have their phone number.", + "SYSTEM: Sure. You can phone at 01223359750. What else can I help with?", + "USER: That will be all, thank you.", + "SYSTEM: I am glad I could help you, Thank you." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "15:30" + ], + "restaurant-name": [ + "hk fusion" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scudamores punting co" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0079.json", + "Complete Dialogue": [ + "USER: I'm looking for an inexpensive African restaurant.", + "SYSTEM: Sorry, no matches matched your search. Do you want a different price range?", + "USER: No thank you. Is there any inexpensive restaurants that serve Asian oriental food?", + "SYSTEM: Yes, Dojo Noodle Bar and J Restaurant in the city centre both have what you're looking for. Would you like to book a table at one of them?", + "USER: That sounds great. Would you book either of those for me for Wednesday at 20:00 for 6 people?", + "SYSTEM: I was able to book at J restaurant for you. Your reference number is 3KVIT5AR . They will only hold the table for 15 minutes. Is there anything else?", + "USER: Nope that sounds great, thank you", + "SYSTEM: You're welcome. Enjoy your meal!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental", + "african" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "dojo noodle bar", + "j restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0840.json", + "Complete Dialogue": [ + "USER: I need a train leaving Cambridge on Sunday.", + "SYSTEM: Can I get your destination please?", + "USER: Stansted Airport please.", + "SYSTEM: What time would you like to leave?", + "USER: Leave after 14:45. I need a booking for 7 people and the reference number.", + "SYSTEM: Booking was successful, the total fee is 56.56 GBP payable at the station. Reference number is : LZY6ET2M . Is there anything else I can assist you with today?", + "USER: i'm also looking for info about a restaurant.", + "SYSTEM: What part of town would you like ?", + "USER: I am specifically looking for a restaurant called fitzbillies restaurant. I am wanting to book a table for 10:15 for 7 people on Sunday.", + "SYSTEM: Alright I booked that, and your reference is PMCEY5JA . Anything else I can do?", + "USER: Thanks so much for your help, I think that will be all I need today.", + "SYSTEM: You're very welcome. Enjoy your stay." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "7" + ], + "train-leaveat": [ + "14:45" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "10:15" + ], + "restaurant-name": [ + "fitzbillies restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0218.json", + "Complete Dialogue": [ + "USER: I am looking for the Limehouse hotel.", + "SYSTEM: The Limehouse guesthouse is located in the north at 78-80 Milton Road", + "USER: I'd like to make a reservation for Thursday for 6 people and we want to stay 2 nights please.", + "SYSTEM: I'm sorry, but there are no rooms available for the days you have requested. Would you like to try another hotel?", + "USER: Yes, in the same price range please.", + "SYSTEM: I am sorry there are no others in that price range or in that area,could I search another area for one?", + "USER: Are you sure there's nothing available? I really need something in the same price range as Limehouse.", + "SYSTEM: I show acorn guest house which is in the same area and price range. Would you like me to check availability there?", + "USER: Yes please check it for me.", + "SYSTEM: I have good news. I was able to book you into the Acorn guesthouse and your reference number is DT4ENVMJ .", + "USER: Oh good. Thank you for your help!", + "SYSTEM: Is there anything else I can help you with today?", + "USER: No. that's all. Thanks again!", + "SYSTEM: Thank you for using our service." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "limehouse", + "acorn guest house" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4625.json", + "Complete Dialogue": [ + "USER: I am staying in the centre of cambridge, can you tell me about places to go there?", + "SYSTEM: Sure, what type of place interests you?", + "USER: It doesn't matter but can I get their entrance fee.", + "SYSTEM: Castle Galleries is located in the centre of town and are free to enter.", + "USER: OK, that sounds great. I also need a train to get me to Cambridge.", + "SYSTEM: I have several options but if you let me know your preferred departure point, day and time i can recommend the best option for you.", + "USER: I will be departing from Kings Lynn on Saturday.", + "SYSTEM: i found 19.what time would you like to go", + "USER: I need to leave after 20:00.", + "SYSTEM: I have 4 trains that match your criteria. The first leaves at 20:11, then 21:11. 22:11 and 23:11. Which one would you like to book?", + "USER: Please book the one for 21:11 please.", + "SYSTEM: Okay. Booking was successful. Your reference number is CJNO95ZP . Anything else?", + "USER: That is all I needed. Thanks!", + "SYSTEM: Have a great day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "20:00" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0161.json", + "Complete Dialogue": [ + "USER: where is the Addenbrookes Hospital?", + "SYSTEM: Addenbrookes Hospital is in Hills Rd, Cambridge. Is their any particular department you are looking for?", + "USER: No but I would like the phone number and postcode please.", + "SYSTEM: The phone number is 01223245151 and the Postcode is CB20QQ. Is there anything else?", + "USER: What is their address?", + "SYSTEM: It's on Hills Rd in Cambridge.", + "USER: Ok, I'll call an Uber.", + "SYSTEM: Good luck and stay safe!" + ], + "Services Involved": [ + "taxi", + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG1306.json", + "Complete Dialogue": [ + "USER: i am looking for a particular restaurant. Its name is called restaurant two two.", + "SYSTEM: Restaurant Two Two is an expensive french restaurant on the north side. Would you like to make a reservation?", + "USER: Can you book a table for 8 people at 11:00 on thursday?", + "SYSTEM: Yes, your ref. # is E7D8F4SM . Can I help you with anything more?", + "USER: No thank you! That is all!", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "restaurant two two" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "11:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0850.json", + "Complete Dialogue": [ + "USER: Hi, I'm going to be visiting soon, and I am interested in trying a restaruant called Curry Prince. Could you give me more information about it?", + "SYSTEM: Yes it's an Indian restaurant in the east at the moderate price range. Would you like the address and phone number?", + "USER: No but I would like to make a booking for 5 people at 18:30 on sunday.", + "SYSTEM: No problem! I got that booked for your party of five. The reference number is JVGYC33Y . Do you need anything else?", + "USER: I am also looking for a train. It should should depart from London Kings Cross and should be on the same day.", + "SYSTEM: I have several trains available. What is your destination and preferred time of departure and arrival?", + "USER: The train should go to cambridge and should arrive by 15:00,can you book it for me ?", + "SYSTEM: Is there a time you would like to leave by?", + "USER: No I just need to make sure I get there by 15:00. I will need the train ID and departure time please.", + "SYSTEM: There is a train leaving at 13:17. Would you like me to book the train for you?", + "USER: I just need the train's departure time and ID.", + "SYSTEM: Okay, the TR1688 leaves at 13:17.", + "USER: OKay perfect do you think you could book that for me please?", + "SYSTEM: Ok I will book it for you" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "curry prince" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "18:30" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "london kings cross" + ], + "train-arriveby": [ + "15:00" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3633.json", + "Complete Dialogue": [ + "USER: i need somewhere to go.", + "SYSTEM: There are so many great things to do in Cambridge. Let's narrow your search. Would you like to go to a restaurant, hotel, or attraction?", + "USER: I am looking for a nice museum", + "SYSTEM: I found some great museums. Can you specify on the types of museum you are looking for?", + "USER: You may suggest one to me.", + "SYSTEM: The cambridge and county folk museum is in the west part of town etrance fee is 3.50 pounds", + "USER: Are there any free attractions in the area?", + "SYSTEM: Cafe jello gallery is in the west and has free admission. Is that better for you?", + "USER: That sounds great. Can I get the phone number for it?", + "SYSTEM: The phone number for cafe jello gallery is 01223312112. Can I help you with anything else today?", + "USER: Thanks. I also need a hotel in the south.", + "SYSTEM: How about the bridge guest house located in the south area of town?", + "USER: how many stars does it have?", + "SYSTEM: It is rated 3 stars. Does that work for you?", + "USER: I need something with 4 stars.", + "SYSTEM: In that case I will suggest Aylesbray lodge guest house.", + "USER: Yes, that will be fine. I will need a reservation starting on Wednesday.", + "SYSTEM: How many days did you want the booking for? And for how many people?", + "USER: I almost forgot, my husband would like for the hotel to have free wifi. Does that hotel meet that criteria?", + "SYSTEM: Yes, it does have free wifi. Would you like to continue with the reservation?", + "USER: Yes please. 2 people for 5 nights beginning on Wednesday and I will need the reference number after booking is complete.", + "SYSTEM: Okay, you're all set! The reference number is EK9KZ64S . Is there anything else that I can assist you with today?" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "west" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2079.json", + "Complete Dialogue": [ + "USER: I need a cheap place to stay, what would you recommend?", + "SYSTEM: I have about 10 different options. Do you prefer a hotel or guesthouse?", + "USER: It doesn't matter. I need free parking and prefer a place with 4 stars.", + "SYSTEM: The Alexander Bed and Breakfast is in the centre of town, has 4 stars, is cheap, and has free parking and internet. Would this work for you?", + "USER: Yes, this will work for me. Please send me the address, postcode and reference number.", + "SYSTEM: Absolutely. The Address is: 56 saint barnabas road cb12de and I can give you the reference number after we book it.", + "USER: What type of hotel is this?", + "SYSTEM: It is a guesthouse.", + "USER: And what type of hotel is that?", + "SYSTEM: A guesthouse is a type of hotel, thus it is a guesthouse type.", + "USER: I'd like some information on a train next.", + "SYSTEM: Where will you be departing from?", + "USER: I will be departing from Kings Lynn, and traveling to Cambridge.", + "SYSTEM: There are many trains to your destination what time would you like to leave?", + "USER: The train should arrive by 16:45 and should leave on wednesday.", + "SYSTEM: The TR2452 arrives in Cambridge leaves at 15:11 and arrives at 15.58. Would you like to book it?", + "USER: No, thanks! How long is the travel time?", + "SYSTEM: The travel time is 47 minutes and is 9.80 pounds. Can I give you more information about this train or book you a seat?", + "USER: No thank you. That is all I need today.", + "SYSTEM: Thank you and have a great trip." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "wednesday" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2118.json", + "Complete Dialogue": [ + "USER: I am looking for a place to visit in town that is architecture.", + "SYSTEM: What kind of architecture are you looking for? Churches or schools?", + "USER: I'd like churches, and any really old buildings. If you could give me the addresses of a few of those that would be great.", + "SYSTEM: All saints church is on jesus lane with free entrance, great saint mary's church is located at market square and has an entrance fee of 2 pounds.", + "USER: What is the post code for that place and the area of town it is in?", + "SYSTEM: The postcode for All Saints Church is cb58bs and it is located in the city center.", + "USER: Great. I also need a gastropub restaurant in the east that is expensive.", + "SYSTEM: I have the royal standard. Would you like me to make a booking for you?", + "USER: Yes please. For 3 people at 12:45 on Friday.", + "SYSTEM: You are set, the reference number is 8XDU4HAN, can I help with anything else?", + "USER: Thank you that is all I needed today.", + "SYSTEM: Thank you for using the help desk, enjoy your day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "architecture" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "12:45" + ], + "restaurant-name": [ + "royal standard" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3757.json", + "Complete Dialogue": [ + "USER: Howdy, it would help me a great deal if you could please get me some information about the alexander bed and breakfast", + "SYSTEM: it is a cheap guest house located in the centre. you want their phone number?", + "USER: I would like the address please.", + "SYSTEM: They are located at 56 Saint Barnabas Road. Do you need help with anything else today?", + "USER: Could you provide me with the star rating of the Alexander bed and breakfast?", + "SYSTEM: They are 4 stars. Does that work for you?", + "USER: Yes, that is perfect! Can you also find a restaurant in the centre? I'm looking for Mediterranean, but not too expensive.", + "SYSTEM: The Gardenia is your best bet. It's cheap, but fantastic. Would you like to book a table?", + "USER: I need the phone number, address, and postcode", + "SYSTEM: The phone number is 01223356354.", + "USER: I need the address and postcode. I need a taxi to pick me up at the hotel by 19:00. I need the contact number and car type please.", + "SYSTEM: The gardenia is located at 2 Rose Crescent City Centre. Their post code is cb23ll. I can help you with the taxi. Where are you departing from?", + "USER: I will be departing the hotel by 19:00.", + "SYSTEM: I was able to book that for you. Be expecting a yellow Skoda. Should you need to reach them, please call 07153240944.", + "USER: Great, thanks for your help!", + "SYSTEM: Thank you anything else you need help with today?", + "USER: No, that will be all. Thank you very much for your help.", + "SYSTEM: I glad we could assist you today. Feel free to contact us anytime, and have a pleasant trip." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "mediterranean" + ], + "restaurant-name": [ + "gardenia" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "the gardenia" + ], + "taxi-leaveat": [ + "19:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4586.json", + "Complete Dialogue": [ + "USER: I'm looking for a train departing from cambridge going to birmingham new street.", + "SYSTEM: Please let me know what time you would like to arrive or when you would like to depart.", + "USER: I need to leave after 11:15 on Sunday.", + "SYSTEM: Train TR0686 will work for you. Would you like me to book you passage?", + "USER: Not yet. What time will that arrive in Birmingham?", + "SYSTEM: Train TR0686 will arrive at Birmingham New Street at 14:44.", + "USER: Okay what is the price per ticket?", + "SYSTEM: The price per ticket is 60.08 pounds, how many travelers will be requiring tickets?", + "USER: No tickets yet. But I do need info on a swimming pool in the north. I you could recommend one?", + "SYSTEM: Okay I have two to choose from. Would you like me to recommend one to you?", + "USER: Yes please. I'll also need the entrance fee, post code and address.", + "SYSTEM: which one would you like jesus green outdoor pool or kings hedges learner pool?", + "USER: The outdoor pool please.", + "SYSTEM: jesus green outdoor pool is located between victoria road and the river, cb43px. Phone number is 01223302579. I'm afraid I don't have an entrance fee listed though.", + "USER: That's okay. That will be it. Thanks for all your help!", + "SYSTEM: thank you. Is there anything else?", + "USER: No, that is all the help I need for today. Thanks again!", + "SYSTEM: You're very welcome. Please contact us again, if we can be of further assistance." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "11:15" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2114.json", + "Complete Dialogue": [ + "USER: Hello. I need help finding a train on Friday.", + "SYSTEM: I can help you with that! So that I can serve you better, can you tell me your departure and arrival locations?", + "USER: I'm departing from london kings cross and going to cambridge on Friday. I'm working, so I have to wait until after 11:45 to leave.", + "SYSTEM: I show train TR4748 departing friday from cambridge at 13:17. Would you like me to book it for you?", + "USER: Yes please. Could you also give me the price?", + "SYSTEM: The price for that train is 23.60 pounds.", + "USER: Thank you that will work fine for me and my husband", + "SYSTEM: Wonderful! Thank you", + "USER: Can you help me find a good hotel? I need one in the south.", + "SYSTEM: I have found 1 hotel and 3 guesthouses in the South area that is available for you. Would you like for me to book one for you?", + "USER: I need one with free wifi and parking, please.", + "SYSTEM: Okay, I found three guesthouses and one hotel. Would you prefer a certain type?", + "USER: The hotel please, thanks.", + "SYSTEM: The Lensfield hotel is exactly what you are looking for. Would you like a reservation?", + "USER: Yes, please. Thanks!", + "SYSTEM: What day would you like to book the hotel and how long will your stay be?", + "USER: On second thought I just wanted to find a hotel in the south area. Thanks so much for your help!", + "SYSTEM: There is only one hotel in that area but it is expensive, shall I book it for you?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "london kings cross" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "after 11:45", + "12:00" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1460.json", + "Complete Dialogue": [ + "USER: Can you tell me more about the attraction called cambridge museum of technology?", + "SYSTEM: Yes, I have pulled up information on this. What would you like to know?", + "USER: What part of town is it in? Do you have the postcode?", + "SYSTEM: It is in the east and the postcode is cb58Id.", + "USER: Awesome. Now please find me a train from Cambridge to London Liverpool street", + "SYSTEM: On what day will you be travelling?", + "USER: I leave on Monday.", + "SYSTEM: I'd be happy to help with your request, do you have a time in mind for departure or arrival?", + "USER: I would like to leave after 14:00 on monday.", + "SYSTEM: The TR3602 leaves at 15:59 and arrives at 17:27. Would you like me to book that for you?", + "USER: No, I just need the information for right now. Thanks for all your assistance!", + "SYSTEM: You're very welcome! Is there anything else I can help you with?", + "USER: That's all I need, thank you so much! Have a great day!", + "SYSTEM: Great, glad I could help!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-name": [ + "cambridge museum of technology" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london liverpool street" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "14:00" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0169.json", + "Complete Dialogue": [ + "USER: I would like to eat at cheap restaurant in the centre while I am here in Cambridge.", + "SYSTEM: Is there a food type you have a preference for? Spanish, Italian, Chinese, Indian are just some of the choices.", + "USER: No, I don't really care what kind of food it is as long as it's cheap. I will need a reservation for 1 person at 14:45 on Monday.", + "SYSTEM: Okay, I've got the dojo noddle bar in the centre of town that serves cheap food. How will that be?", + "USER: I'd like to book a table for 1 at 14:45 on monday, please. I also need the reference number.", + "SYSTEM: I have booked the restaurant for you. The table will be reserved for 15 minutes. The reference number is Y3MGYYH6 .", + "USER: I also need a hotel that is near the restaurant.", + "SYSTEM: There a 5 places in the centre. Do you have a preferred price range?", + "USER: No price range. I do need it to have free wifi and parking though. Can you tell me what star that hotel would be?", + "SYSTEM: How about el shaddai? It has free parking and wifi and is in the centre of town.", + "USER: That sounds good. What is it's star rating, please?", + "SYSTEM: The star rating is 0. Would you still like me to book this hotel for you?", + "USER: I don't need a booking, but I need a taxi commuting between that hotel and the booked restaurant.", + "SYSTEM: Taxi booking completed! Your car is a Grey Audi, their contact number is 07263703306.", + "USER: Great thank you very much", + "SYSTEM: You're welcome. Is there anything else I can help you with?", + "USER: Will the taxi arrive by the booked time?", + "SYSTEM: Yes, your taxi will arrive by the booked time of 14:45. Is there anything else I can help you with today?", + "USER: Just the telephone number of the taxi please.", + "SYSTEM: The contact number is 07263703306. Can I provide any further assistance today?", + "USER: Thanks I have everything I need. Goodbye!", + "SYSTEM: Great. Thank you for contacting the Cambridge Towninfo Centre" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "dojo noddle bar", + "dojo noodle bar" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "14:45" + ], + "taxi-departure": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-destination": [ + "dojo noddle bar", + "dojo noodle bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2954.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for information on entertainment attractions located in the centre.", + "SYSTEM: I'm sorry. At the moment there are no entertainment attractions available in the centre.", + "USER: Can you help me find a restaurant?", + "SYSTEM: Sure, I can help with that. Are you sure I can't help you find another attraction that you may like? There are so many great things to see.", + "USER: You convinced me. How about a college?", + "SYSTEM: Yes, there several colleges available. Most have free entry. Do you have one in mind?", + "USER: No. Just give me your best recommendation.", + "SYSTEM: I recommend emmanuel college they are free to visit and located on saint andrew's street. Do you still want me to find a restaurant?", + "USER: Not at this time but could you help me with a moderate priced hotel", + "SYSTEM: We have 18 choice sany other preferences, any at all? please dont make me pick between 18 places, I want to make sure we find a good fit for you.", + "USER: I need a moderately priced hotel with free parking and wifi.", + "SYSTEM: Please show me a moderately priced hotel nearby, and please make sure it includes free wifi and parking.", + "USER: I need a moderately priced hotel with free parking and wifi.", + "SYSTEM: I RECOMMEND acorn guest house", + "USER: That sounds good. please book it for 6 people and 5 nights starting from thursday.", + "SYSTEM: Ok, I've made the booking for you. Your reference number is : UZ1KFAAI .", + "USER: that is all i needed for now. have a great day", + "SYSTEM: Thanks! You have a great day as well! Bye!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "entertainment" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4771.json", + "Complete Dialogue": [ + "USER: Can you help me find a train leaving on Wednesday?", + "SYSTEM: Sure, which stations will you be using?", + "USER: I want to leave from Cambridge and arrive at London Liverpool Street.", + "SYSTEM: TR5285 leaves at 13:59 amd costs 16.60 pounds. how many seats do i book?", + "USER: I just need the travel time on that one", + "SYSTEM: The travel time is 88 minutes. Can I help with anything else?", + "USER: Yes, I'm looking for colleges in the centre.", + "SYSTEM: I'd suggest christ's college. Would you like more information?", + "USER: Yes. Is there an entrance fee?", + "SYSTEM: No. It is free.", + "USER: Can I have the address and postcode? Thanks for your help!", + "SYSTEM: Yes the postcode is cb23bu and the address is saint andrew's street.", + "USER: You have been very helpful. That is all I need, thanks. Bye.", + "SYSTEM: Your welcome. I am glad I could help." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london liverpool street" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0311.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in Centre please.", + "SYSTEM: The Golden House is located at 12 Lensfield Road in the City Centre. The phone number is 01842753771.", + "USER: Thank you. Can you let me know what the price range for the restraunt is? I'm looking for somewhere cheap.", + "SYSTEM: The Golden House is in the cheap price range. Would you like to book a table?", + "USER: What is the food type?", + "SYSTEM: They serve chinese food there.", + "USER: No. I need a guest house, same price as the dining place.", + "SYSTEM: What area would you like to stay in?", + "USER: meh, i don't really care about the area.", + "SYSTEM: There are two guesthouses in the centre area. Alexander Bed and Breakfast and El Shaddai. Would you like a reservation for one of these?", + "USER: Sure. I need a hotel for 5 people and 5 nights, starting on Tuesday. Please book El Shaddai for me.", + "SYSTEM: You're booked! Your reference number is 0H9B4720 . Can I assist you with anything further?", + "USER: Yes, I'd like a taxi from the restaurant to the hotel, leaving by 18:45.", + "SYSTEM: sure thing a black ford will be picking you up, contact number is 07417685839, anything else today?", + "USER: That will be all today, thank you.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "golden house" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "golden house" + ], + "taxi-leaveat": [ + "18:45" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1367.json", + "Complete Dialogue": [ + "USER: Yes, I am looking for information on train schedules for my upcoming trip.", + "SYSTEM: What is your travel destination so I can narrow it down to a useful schedule?", + "USER: I'm trying to go to cambridge.", + "SYSTEM: Where will you be departing from? Also, what day will you be traveling?", + "USER: I'll be departing from the stansted airport on monday.", + "SYSTEM: And what time were you looking to depart?", + "USER: Doesn't matter, as long as I arrived by 12:45.", + "SYSTEM: I've found TR5754 leaving stansted airport at 11:24 and arriving in cambridge at 11:52. The price is 10.10 pounds, can I book this for you?", + "USER: No. I do need to find a swimming pool in the west.", + "SYSTEM: how about parkside pools? they're pretty fun.", + "USER: Is parkside pools on the west side?", + "SYSTEM: No, it's located in the centre.", + "USER: That won't work then. I need one in the west.", + "SYSTEM: There are no pools in the west, can I run another search for you?", + "USER: How about a museum?", + "SYSTEM: There are a few available. I highly suggest Cambridge Artworks located on 5 Greens Road. Do you need any information?", + "USER: Thanks for the information, that is all.", + "SYSTEM: Can I look up any attractions, taxi or anything else for you?", + "USER: No, that is all I need today. Thank you so much.", + "SYSTEM: Thank you for using our services. Have a good day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "stansted airport" + ], + "train-arriveby": [ + "12:45" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "swimmingpool" + ], + "attraction-name": [ + "parkside pools" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0160.json", + "Complete Dialogue": [ + "USER: I need a hotel in the east which includes free wifi.", + "SYSTEM: Yes I have a few in the east that have internet,would you like me to get the information on a few for you?", + "USER: yes, I would also like for it to be a guesthouse style and in the area of east, thank you", + "SYSTEM: I have a few different options available, did you preference a moderate or cheap priced hotel?", + "USER: I don't have a preference on price. It also doesn't need to have free parking.", + "SYSTEM: I found one option with your preferences, the A and B Guest House. It has a moderate price range and 4 stars.", + "USER: That sounds lovely. I also am looking for an Italian restaurant in the moderate price range, can you help me?", + "SYSTEM: Absolutely, you have five choices. Would you prefer a place in the south, centre, west, or east side of Cambridge?", + "USER: I'd like a place in the east, please.", + "SYSTEM: That would be pizza Hut Fen Ditton, what time would you like to go?", + "USER: I'd like a reservation for 6 people at 14:45 on saturday.", + "SYSTEM: I am very sorry I was unable to get a reservation at that time, would you like to try for another time slot?", + "USER: Yes, let's try a little earlier at 13:45, and I will need a reference number please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : Y0GBAGST .", + "USER: Great, I also need a taxi to commute between two places.", + "SYSTEM: I can help you book a taxi, can you tell me a little more detail about your taxi request?", + "USER: Sure, I'll be going from the hotel to the restaurant, and of course I want to get there for that 13:45 reservation.", + "SYSTEM: I have booked a red Volkswagen for you. The contact number is 07121756826.", + "USER: Thank you for all of the helpful information!", + "SYSTEM: Would you like anything else?", + "USER: Can you get me the contact number for the car?", + "SYSTEM: Yes. The contact number is 07121756826. Is there anything else I can help you with?", + "USER: No, thank you, you've been very helpful.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre and you have a nice day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "14:45", + "13:45" + ], + "restaurant-name": [ + "pizza hut fen ditton" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "13:45" + ], + "taxi-departure": [ + "a and b guest house" + ], + "taxi-destination": [ + "pizza hut fen ditton", + "pizza hut fenditton" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0699.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel in Cambridge in the higher prices ranges and would like for it to include free parking.", + "SYSTEM: I can offer you 5 options, ranging from 2-4 stars, all with free internet and free parking. Where in the city would you like to be?", + "USER: I would like to be in the north part of the city please.", + "SYSTEM: I'm sorry, I have no expensive accommodations with your requirements in the northern part of the city. Will any other area do?", + "USER: Do you have anything in the south?", + "SYSTEM: Yes, The Lensfield Hotel is in the south at 53-57 Lensfield Road cb21en, phone 01223355017. If you'd like to book there, let me know what day, and I'll set it up.", + "USER: Is this a hotel or a guesthouse?", + "SYSTEM: The Lensfield is a hotel, not a guesthouse.", + "USER: Sounds great. Could I have the address?", + "SYSTEM: It is located at 53-57 lensfield road", + "USER: Thank you. I am also looking for a train departing on Saturday from Bishops Stortford going to Cambridge.", + "SYSTEM: Okay, there are several trains to choose from. What time would you like to depart?", + "USER: I would like to arrive by 10:30.", + "SYSTEM: I have one that gets there at 10:07. Will this work for you?", + "USER: That would be perfect. Please reserve 8 seats for me.", + "SYSTEM: The booking for 8 tickets was successful. Your reference number is 4MKJKVTR . Can I help you with anything else?", + "USER: No, that'll do it. Thanks!", + "SYSTEM: Glad I could help. Goodbye!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "south", + "north" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:30" + ], + "train-bookpeople": [ + "8" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0316.json", + "Complete Dialogue": [ + "USER: I'd like to find a restaurant that offers Asian Oriental cuisine, in the centre, if possible.", + "SYSTEM: Definitely! I have places from cheap to expensive, though my favorite is Yippee Noodle Bar, which is moderately-priced.", + "USER: I would like Yippee.", + "SYSTEM: I'd be happy to make a reservation for you. What day/time will you be dining, and how many are in your party?", + "USER: Monday, 19:00, for 6 people.", + "SYSTEM: I have successfully reserved a table for your party of 6 at the Yippee Noodle Bar for Monday at 19:00. Your reference number is XSQHK9YG", + "USER: Great, I also need a hotel room if you can help me find something.", + "SYSTEM: Sure. We have several places ready to book. Which part of town would you like?", + "USER: The west please.", + "SYSTEM: There are 4 in that area do you have a price range or type of hotel you prefer?", + "USER: The hotel doesn't need to include internet. It should be in the same area as the restaurant.", + "SYSTEM: I have 5 different options for you. They vary in price range. Did you have a certain price range in mind?", + "USER: The price does not matter. Please make a recommendation and book it for the same group of people and 4 nights starting from the same day.", + "SYSTEM: OK, you are booked in Cityroomz as requested, the reference number is A1ZBLCZ3, any further questions?", + "USER: no and thank you for your help", + "SYSTEM: Ok, have a great day!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-name": [ + "yippee noodle bar", + "yippee" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre", + "west" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "cityroomz" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL0284.json", + "Complete Dialogue": [ + "USER: I am looking for a Thursday departure for a train going to Cambridge.", + "SYSTEM: To help you better with your travel plans, where are you planning on departing from?", + "USER: I am looking to depart from Birmingham new street after 12:45", + "SYSTEM: There is a train leaving Birmingham New Street heading to Cambridge at 13.40.", + "USER: Great can I get the train ID, price, and arrival time for that one?", + "SYSTEM: Sure! The Train ID is TR7509. The price is 75.10 poinds. It arrives by 16.23. Would you like for me to book it for you?", + "USER: I don't need train booking. I do need to find a cheap Spanish restaurant, though.", + "SYSTEM: La Raza is a cheap Spanish restaurant in the center of town. Do you need their address or perhaps I could make a reservation for you?", + "USER: That's all I needed, thank you!", + "SYSTEM: What day and time would like for me to book?", + "USER: I'd like to book a table for 3 at 18:15 on Thursday. And if possible, I'd like a reference number.", + "SYSTEM: I have booked that for you with the reference number D3QVNLWT . Is there anything else I can help you with?", + "USER: That is all, thank you very much.", + "SYSTEM: Your welcome. Please let us know if we can assist you in the future." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "birmingham new street" + ], + "train-leaveat": [ + "12:45" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "spanish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "18:15" + ], + "restaurant-name": [ + "la raza" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20147.json", + "Complete Dialogue": [ + "USER: Is there a cheap restaurant serving belgian food?", + "SYSTEM: What area are you interested in?", + "USER: I do not care what area it is in.", + "SYSTEM: There are no cheap Belgian restaurants. Would you like to change your query?", + "USER: How about a cheap restaurant serving Italian food?", + "SYSTEM: da vinci pizzeria serves italian food in the cheap price range and in the centre of town, is there anything else i can help you with?" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "belgian", + "italian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01570.json", + "Complete Dialogue": [ + "USER: i am looking for the Addenbrookes Hospital with neurology department", + "SYSTEM: The number for the neurology department is 01223274680. Do you need the address?", + "USER: Yes and the postcode", + "SYSTEM: The postcode is CB20QQ.", + "USER: I need the address also please.", + "SYSTEM: It is Hills Rd, Cambridge.", + "USER: All right. Thanks.", + "SYSTEM: You're welcome! Is there anything else I can help you with?", + "USER: No that is all. Thank You", + "SYSTEM: Thank you for using our service, have a great day." + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "neurology" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2449.json", + "Complete Dialogue": [ + "USER: Can you find me a moderately priced chinese restaurant please", + "SYSTEM: Certainly! There are 4; 3 in city centre, and 1 in the north. Do either of these areas look good?", + "USER: Yes, the one in the north does.", + "SYSTEM: I have the golden wok phone 01223350688 postcode cb43hl. It is located in the north and a moderate price. Should I book this for you?", + "USER: Yes please - could you make a reservation for 4 people at 12:15 on Saturday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : YI8BKDR2 . Is there anything else I can do for you?", + "USER: Yes are there any parks in the same area as the restaurant?", + "SYSTEM: Yes there is 1 park in the same area. It is Milton County Park. WOuld you like more information?", + "USER: Yes could I please get the phone number.", + "SYSTEM: Phone is 01223420060. Do you need anything else?", + "USER: Yes, I would like a taxi to go from the two places and make sure it arrives to the restaurant by the booked time.", + "SYSTEM: Okay, I've got you booked with a grey Lexus.", + "USER: Can I please get the taxi company's contact phone number?", + "SYSTEM: Their number is 07607417770, is there anything else I can do?", + "USER: That is everything, thank you.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "north" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:15" + ], + "restaurant-name": [ + "golden wok" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "park" + ], + "attraction-name": [ + "milton", + "milton country park" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "12:15" + ], + "taxi-departure": [ + "milton", + "milton country park" + ], + "taxi-destination": [ + "golden wok" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20659.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in any area that serves scandinavian food", + "SYSTEM: There are no restaurants available that serve scandinavian food. Are there any other restaurants you would like to try?", + "USER: How about french?", + "SYSTEM: Restaurant Two Two serves French food. Would you like the location information?", + "USER: If you could give me the phone number, that would be great.", + "SYSTEM: The phone number for restaurant two two is 01223 351880. Can I help you with anything else?", + "USER: No, thank you, that does it. Thank you and goodbye!", + "SYSTEM: Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "dontcare" + ], + "restaurant-food": [ + "french", + "scandinavian" + ], + "restaurant-name": [ + "restaurant two two" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2481.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for a place to dine. I'd prefer it to be moderately priced and serve Indian food.", + "SYSTEM: We have 4 moderately priced Indian restaurants - 2 in the east, 1 in the north, and one in the west. Which area are you interested in?", + "USER: I'd like to look at the one in the west, please.", + "SYSTEM: That place goes by the name of meghna, the address is 205 Victoria Road Chesterton, they can be reached at 01223727410, would you like me too book you?", + "USER: Can I please have their postcode?", + "SYSTEM: Their postcode is cb43lf. Would you like a reservation?", + "USER: No thanks. I don't need a reservation yet. I am also looking to find a great place to do some boating.", + "SYSTEM: I have several options to choose from. Is there a particular area you want to go boating?", + "USER: No, where would you suggest?", + "SYSTEM: How about Camboats in the East? Their address is the plough, green end, fen ditton.", + "USER: That sounds good. Can I get the postcode please?", + "SYSTEM: The postcode is cb43lf, anything else?", + "USER: No, that's it for now.", + "SYSTEM: It was a pleasure serving you today. Have a wonderful stay!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "meghna" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "dontcare" + ], + "attraction-name": [ + "camboats" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1702.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a place to go in the north. Could you suggest some places?", + "SYSTEM: Milton Country Park is in the north and has free admission.", + "USER: Can I get the phone number please?", + "SYSTEM: Absolutely. Their phone number is 01223420060. Is there anything else I can assist you with?", + "USER: Yea I also need a train that goes to cambridge and should leave after 17:30.", + "SYSTEM: What day will you be traveling, and where would you like to depart from?", + "USER: I'm leaving Kings Lynn on Wednesday.", + "SYSTEM: Is there a time you would liek to arrive by?", + "USER: Arrival time does not matter, just leave after 17:30", + "SYSTEM: How many people would you like to book?", + "USER: I need to book for two people and I need the reference number.", + "SYSTEM: I have a train leaving at 18:11. Will that do?", + "USER: That would work. Can you book that please?", + "SYSTEM: You train has been booked. Total fee is 19.6 GBP which is payable at the station. Your reference number is 5PVB9XYJ .", + "USER: Perfect! That is all I needed. Thank you for the help. Goodbye!", + "SYSTEM: You're welcome. Have a nice day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-name": [ + "milton country park" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "17:30" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "dontcare" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1969.json", + "Complete Dialogue": [ + "USER: I'd like a train leaving from London Liverpool Street on Wednesday, please.", + "SYSTEM: Of course. What's your destination? Also when do you wish to leave and arrive by?", + "USER: I am going to cambridge & leaving after 11:15.", + "SYSTEM: I have an 11:39. Would you like me to book that for you?", + "USER: I'd like the train ID, price, and arrival time please.", + "SYSTEM: The Train ID is TR4161, price is 16.60 and arrival time is 13:07. Would you like me to book that for you?", + "USER: Yes, when is the arrival time on that? And how much for 1 ticket?", + "SYSTEM: I have booked you a seat on the train leaving at 11:39 and arriving in Cambridge by 13:07. Total cost is 16.6 GBP. The reference # is Q0IMH7R0 .", + "USER: Thanks. Could you also look up information for Jesus College?", + "SYSTEM: They are a college located in the centre area, at jesus lane. Their entrance fee is free.", + "USER: That's all I needed.", + "SYSTEM: Great, glad I could help!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:15" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "jesus college" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1677.json", + "Complete Dialogue": [ + "USER: What train should I take to get to Cambridge by 14:45?", + "SYSTEM: Could you be more specific on where you are departing from and what day you want to travel?", + "USER: Depart from london liverpool street and should leave on monday.", + "SYSTEM: Any arrival time in mind?", + "USER: Yes, 14:45. Could you give me a departure time that meets my criteria?", + "SYSTEM: Yes, TR7040 leaves at 11:39 and arrives by 13:07. Would that work for you?", + "USER: I don't know yet. Do you know how much it will cost?", + "SYSTEM: Tickets are 16.60 pounds", + "USER: Okay. I am also looking for a restaurant. Are there any restaurants in the centre that serve asian oriental food?", + "SYSTEM: There are several choices. Do you have a specific price range?", + "USER: Nah. Can you just book me a table at your favorite one? 2 people at 20:45 on Monday, please.", + "SYSTEM: I was not able to book a table at 20:45. Would you like to try another time?", + "USER: How about 19:45 and give me a reference number", + "SYSTEM: One moment while I try to make the reservation for 19:45.", + "USER: I would like the reference number if it s successful please.", + "SYSTEM: The reference number is 2DNK6C4B .", + "USER: Thank you very much for the help. Good bye!", + "SYSTEM: Thank you. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "14:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "london liverpool street" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:45", + "20:45" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0841.json", + "Complete Dialogue": [ + "USER: Good morning, I am looking forward to trying some local restaurants when I arrive in Cambridge next week.", + "SYSTEM: Wonderful. Is there a type of cuisine that interests you?", + "USER: I would like to try some modern American food.", + "SYSTEM: I'm sorry there appear to be no modern American restaurants in the area. Would you like to try something else?", + "USER: Yes, can you check Chinese for me please?", + "SYSTEM: There are 17 Chinese places that you may like, do you have further criteria to narrow it down?", + "USER: what's the most expensive one?", + "SYSTEM: I have nine in the expensive range. Is there an area you prefer?", + "USER: No. I would like you to pick the best one you know of.", + "SYSTEM: In that case, I would recommend the Sesame Restaurant and Bar. Would you like to know more about it?", + "USER: No, that's okay. Can I book a table for 2 on friday at 15:15?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes.Reference number is : LZ2KI6G5 .", + "USER: Thank you. I also need train information. We are planning to leave on Saturday at some time after 11:45.", + "SYSTEM: Would the TR4003 train departing at 13:00 and arriving in london by 13:51 work for you?", + "USER: Yes. That works.", + "SYSTEM: How many tickets do you need?", + "USER: I need 2 tickets please.", + "SYSTEM: the total fee is 37.76 GBP payable at the station, reference number TKP9K1U4 .", + "USER: Thank you for your help.", + "SYSTEM: Do you need anything else?", + "USER: that is it for today thank you for asking", + "SYSTEM: You're welcome. Have a great day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern american", + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-name": [ + "sesame restaurant and bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4500.json", + "Complete Dialogue": [ + "USER: Can you help me find somewhere to stay with free wifi?", + "SYSTEM: Sure, most places offer that these days. Do you have an area of town you would like to stay in?", + "USER: We need the hotel to be in the north.", + "SYSTEM: Okay and what is your price range?", + "USER: Price range doesn't matter to me. I'd like it to have a one star.", + "SYSTEM: I'm so sorry, but we don't have a one star in that area. Would you like for me to check a different area?", + "USER: How about a 4 star rating?", + "SYSTEM: The acorn guest house is a 4 star guesthouse with wifi. Would you like to make a reservation?", + "USER: sure, i need it for 3 nights starting wednesday.", + "SYSTEM: Before I book how many people will be staying with you?", + "USER: Please book the hotel for 5 people.", + "SYSTEM: Booking was successful. Reference number is : YYXR9VMX", + "USER: Thanks. I also need a restaurant in the same area.", + "SYSTEM: There are several restaurants, what type of food and price range?", + "USER: Indian food would be great.", + "SYSTEM: Okay, what is your price range? We have one in the moderate and one in the cheap range.", + "USER: Can you please make a reservation at the moderately priced one?", + "SYSTEM: The Nirala serves Indian cuisine at a moderate price, and is located in the north. How many in your party? What time would you like the table reserved?", + "USER: Ok great, can you book a table for 5 at 14:00 on Wednesday.", + "SYSTEM: I will book that for you now.", + "USER: Thanks, I will need the reference number.", + "SYSTEM: Your reference number is QV1Z4XH7 . Can I help you with anything else?", + "USER: No, thank you for helping me with both bookings so quickly. Have a great day. Goodbye.", + "SYSTEM: Thank you for allowing me to assist you with your travel." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-stars": [ + "4", + "1" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "14:00" + ], + "restaurant-name": [ + "nirala" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0694.json", + "Complete Dialogue": [ + "USER: Hello, I'd like some information on a restaurant in the centre.", + "SYSTEM: There are many options. What's your price range and what type of food do you want?", + "USER: I would like somewhere expensive that serves chinese food", + "SYSTEM: How about HK Fusion, located at 21 Burleigh street?", + "USER: Yes book it for Friday. 5 people at 13:00.", + "SYSTEM: I have your reservation at HK Fusion for 5 people on Friday at 13:00, your reference number is XAMSDTRY . Can I help with anything else?", + "USER: I am also looking to book a train the same day!", + "SYSTEM: I'd be happy to help with your request, to help narrow the results down where will you be departing/arriving and what time?", + "USER: It should go to Cambridge and should arrive by 09:00", + "SYSTEM: There is a train that leaves at 5:17.", + "USER: Thats okay can you book that?", + "SYSTEM: Could you please confirm where you are departing from first? There are many trains and i want to make sure i book you the right one.", + "USER: I need to depart from London liverpool street on friday. Ineed to arrive in Cambridge by 9:00", + "SYSTEM: TR8522 arrives at 07:07.", + "USER: Okay, let's book it for five people.", + "SYSTEM: The booking was successful. The total fee of 83 GBP is payable at the station. The reference number is L4G0ZWC2 .", + "USER: Ok, Thankk you. Bye now.", + "SYSTEM: welcome and thanks for using our services" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-name": [ + "hk fusion" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-arriveby": [ + "09:00" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "london liverpool street" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0397.json", + "Complete Dialogue": [ + "USER: I'd like a train from Leicester to Cambridge, please!", + "SYSTEM: On what day will you be travelling?", + "USER: I will be traveling on monday and need to arrive by 14:15", + "SYSTEM: Train TR5054 leaves Leicester and arrives in Cambridge at 13:54. Would you like to book this train?", + "USER: Sounds great. Can you please book it for 2 people?", + "SYSTEM: Of course. Your total will be 75.59 GBP payable at the station. Your reference number is PCJMQZXO . Can I help you with anything else?", + "USER: No thank you. That's all.", + "SYSTEM: All right, have a great trip!" + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "14:15" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01932.json", + "Complete Dialogue": [ + "USER: Where is the Parkside Police Station?", + "SYSTEM: It's address is Parkside, Cambridge with Postcode CB11JG", + "USER: Thank you, what is their phone number?", + "SYSTEM: The phone number is 01223358966." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL0833.json", + "Complete Dialogue": [ + "USER: Would you be able to suggest a steakhouse restaurant in Cambridge?", + "SYSTEM: There are currently zero Steakhouses listed for this area. Would you like for me to look elsewhere?", + "USER: Is there any European moderate restaurants?", + "SYSTEM: There are 5 moderately priced European restaurants. Would you like to specify a preferred area?", + "USER: No preference in area. Would you be able to recommend one?", + "SYSTEM: Do you have an area preference? If not, I could recommend Restaurant Alimentum. It is moderately priced, popular and in the south.", + "USER: That's fine. Book me a table for 2 on thursday at 16:30, if that doesn't work try 15:30. I need a reference number.", + "SYSTEM: I was able to book a table for two at 15:30, your reference number is 8ZM15RZ8 . Can I assist you with anything else?", + "USER: Yes could you also help me find a nightclub to visit in the city center?", + "SYSTEM: There are 5 nightclubs located in the centre. I recommend the Ballare, which has a 5 pound entrance fee.", + "USER: Awesome... what is the postcode for the Ballare?", + "SYSTEM: The postcode for Ballare is cb23na. How else may I assist you today?", + "USER: that is all thanks", + "SYSTEM: You're welcome! If you need anything else, feel free to ask." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european", + "steakhouse" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "restaurant alimentum" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "ballare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0479.json", + "Complete Dialogue": [ + "USER: Hello, I am looking to find a restaurant that is in the centre. I would prefer something in the expensive price range.", + "SYSTEM: I can help you with that. Do you have any cuisine preferences?", + "USER: Yes, I would like to eat Chinese food.", + "SYSTEM: Oh I have some great options for you. I have a total of 4 restaurants, how about trying th Ugly Duckling?", + "USER: Yes that is good please make a booking for 8 people at 14:15 on sunday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Your reference number is 076ZN8YF", + "USER: I need a place to stay that has free parking and is in the expensive price range.", + "SYSTEM: I found 33 hotels that match that criteria. Is there a particular side of town you prefer so I can make a recommendation?", + "USER: It doesn't matter. I would like 4 stars and fee wifi though.", + "SYSTEM: The huntingdon marriott hotel is a 4 star hotel", + "USER: That sounds great! Does it have free parking and free wifi?", + "SYSTEM: Yes it has both, would you like me to book you?", + "USER: Yes please, I need rooms for 8 people starting Sunday for 3 nights.", + "SYSTEM: Booking was successful. Reference number is : TBICSA49 . Is there anything else I can assist you with?", + "USER: I need a taxi from the hotel to the restaurant by 14:15. Please provide the car type and contact number", + "SYSTEM: I will be happy to book that for you. Where is your destination?", + "USER: I need it to go between the hotel and restaurant, please.", + "SYSTEM: I need to know where you are going?", + "USER: TO THE RESTAURANT! JUST BOOK IT< YOU HAVE ALL OF MY INFO! thank you", + "SYSTEM: Your taxi booking has been completed! The car type is a red Audi, Contact number 07964587638. Can I assist with anything else?", + "USER: No, that is it for now. Thank you so much.", + "SYSTEM: Thank you and enjoy your stay!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "14:15" + ], + "restaurant-name": [ + "ugly duckling" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-departure": [ + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "ugly duckling" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2589.json", + "Complete Dialogue": [ + "USER: I need a hotel in the west part of cambridge. I don't care if it has internet.", + "SYSTEM: We have 4 matches, do you have a price range in mind?", + "USER: Yes expensive please. Just book me a room and send me the reference number.", + "SYSTEM: There is the Huntingdon Marriott hotel would you like me to book it for you?", + "USER: No. Actually sorry. It should be a cheap hotel in the west.", + "SYSTEM: That is no problem, the cambridge belfry is a better price and should meet your needs, would you like more information?", + "USER: Do they have free parking?", + "SYSTEM: Yes, the bell fry has free parking. Would you like me to book a room for you?", + "USER: No, just the phone number and address. I am also looking for places to go in the same area as the hotel.", + "SYSTEM: The phone number is 01954714600, address 01954714600. What type of attraction would you like to go to?", + "USER: I have no preference, just something in the same area as the hotel.", + "SYSTEM: i suggest the queens' college. can i give you the address?", + "USER: Yes please thank you", + "SYSTEM: The address for Queens' College is Silver Street. Can I help you with anything else today?", + "USER: I need the postcode as well.", + "SYSTEM: Their postcode is cb39et. Is there anything else I can assist you with?", + "USER: Nope. That was all I needed. Thank you.", + "SYSTEM: Thank you for choosing Cambridge TownInfo Centre to assist you. Have a good day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-name": [ + "queens college", + "queens' college" + ], + "attraction-type": [ + "college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2921.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a guesthouse. Do you know of any 4-star properties?", + "SYSTEM: There are many options that are 4 star. Is there a particular area or price point you would like to stay in?", + "USER: No particular area but free parking would be nice", + "SYSTEM: Acorn Guest House located in the North is a 4 star location with free parking and wifi, would that suit your needs?", + "USER: Yes please book that for 5 people for 3 nights starting on Saturday.", + "SYSTEM: The booking was successful. Your reference number is: DKI36RGY . Is there anything else I can do to help you today?", + "USER: Actually, yes. I wanted to visit a college whilst I'm in town. Could you recommend one for me?", + "SYSTEM: We have a large number of colleges, could you tell me the area you would like to visit one in?", + "USER: I really do not have a preference on the area. Which one would you recommend?", + "SYSTEM: christ's college is free and located in the centre. Would you like anything else today?", + "USER: Can you give me the phone number for it?", + "SYSTEM: The phone number is 01223334900", + "USER: I will also need a taxi between them. I need to leave the hotel by 24:45.", + "SYSTEM: A red volkswagen is booked. 07772378395 is the number. Do you need more help?", + "USER: That is all I need, thanks.", + "SYSTEM: Okay, I'm glad to have assisted you today!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "christ college", + "christ's college" + ], + "taxi-leaveat": [ + "24:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2663.json", + "Complete Dialogue": [ + "USER: I need a place to stay in the north that includes free parking. What options are available?", + "SYSTEM: I can help you with that. Acorn Guesthouse is a moderately priced offering with 4-stars. Is this something you would be interested in?", + "USER: Yes, that is perfect thank you.", + "SYSTEM: Would you like me to book a room for you?", + "USER: No thanks, just gathering information for now.", + "SYSTEM: Here is the acorn guest house phone number in case you would like to contact them. Their number is 01223353888. Is there anything else I may assist you with?", + "USER: No. That is all for now.", + "SYSTEM: Okay, have a great day!", + "USER: Thank you, have a great day, as well.", + "SYSTEM: Okay great, farewell!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0728.json", + "Complete Dialogue": [ + "USER: I need a train that leaves after 11:00 and goes to Cambridge", + "SYSTEM: What day would you be traveling?", + "USER: I will be traveling on Saturday from Norwich.", + "SYSTEM: The earliest train leaves at 11:16 and every hour thereafter. A ticket costs 14.08 pounds. Can I help you book?", + "USER: Please book the 11:16 train for 5 people and can I please have the reference number?", + "SYSTEM: Alright, I have 5 tickets booked. your reference number is UDGBVRLM .", + "USER: I also need to book accommodations. Something in the expensive range with a 3-star rating will do nicely.", + "SYSTEM: There are two hotels that meet your criteria; the Gonville Hotel and The Lensfield Hotel. Would you like to book a room with one of these?", + "USER: I need one that includes free parking, but it does not need to have internet.", + "SYSTEM: Both the Gonville and the Lensfield have free parking and internet. The Gonville is central, whereas the Lensfield is in the south.", + "USER: I think I would like the Gonville in the central area.", + "SYSTEM: Okay, I will book for you then. How many days and people, and would you like it to start the same day?", + "USER: Yes, I'd like to book for 3 nights starting the same day. There will be 5 people.", + "SYSTEM: I am afraid they have no bookings available. Would you like a shorter stay or different day.", + "USER: Yes, let's try 2 nights and see if that works.", + "SYSTEM: The booking was successful. The reference number is FWFEVQI8 .", + "USER: Thank you - that's all I need today. Have a great day!", + "SYSTEM: My pleasure. Have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:00" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "norwich" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-name": [ + "gonville", + "gonville hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3", + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0136.json", + "Complete Dialogue": [ + "USER: I need a cheap, 2 star hotel to stay at here in Cambridge", + "SYSTEM: I have no hotels matching your request. Would you like to change your price range or star rating and try again?", + "USER: Ok, find me a hotel that has free parking included then.", + "SYSTEM: The Cambridge Belfry has free parking and is in the cheap price range, would you like to book this hotel?", + "USER: Is it in the moderate price range?", + "SYSTEM: No, the hotel is within the cheap price range. Would you like me to alter the search?", + "USER: I would like one in the moderate price range. I need to book one for 4 nights for 4 people.", + "SYSTEM: I have found two hotels meeting your specifications in the moderate price range. Do you have any additional preferences?", + "USER: No, I just need a room for 4 people. We'll arrive on monday and stay 4 nights.", + "SYSTEM: I was able to book you at the Ashley Hotel on Monday for 4 nights/4 guests. Your reference number is KFHQFY56 . Is there anything else I can assist you with?", + "USER: Yes, I am also looking for a restaurant serving British food that is moderately priced.", + "SYSTEM: I have five moderately priced restaurants serving British food. Do you have a preference for location? Four are in city center and one is west.", + "USER: No preference. What would you recommend? And I'll need the address.", + "SYSTEM: I like the copper kettle, it is located at 4 Kings Parade City Centre postcode cb21sj. Would you like me to reserve a table for you?", + "USER: That's OK, I'll handle that, but I'll need a taxi between the Ashley Hotel and the restaurant leaving by 17:30.", + "SYSTEM: I was able to schedule taxi service for you at the time specified. You will be looking for a Blue Lexus. If you need to contact them, please call 07580951630.", + "USER: Thank you. That's all I need today.", + "SYSTEM: You're very welcome, enjoy your visit!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate", + "cheap" + ], + "hotel-stars": [ + "2" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "ashley hotel" + ], + "taxi-destination": [ + "copper kettle" + ], + "taxi-leaveat": [ + "17:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2263.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderate priced place to dine serving modern european food.", + "SYSTEM: Which specific area are you interested in?", + "USER: I'm looking for someplace in the center of town.", + "SYSTEM: There are two restaurants fitting your needs, de luca cucina and bar and riverside brasserie. Do either of these sound good to you?", + "USER: Well I would like modern European food and the prices to be moderate. Do either of these restaurants match those criteria?", + "SYSTEM: De Luca Cucina and Bar and Riverside Brasserie both serve Modern European both are moderate price range. Which would you like?", + "USER: I would like the address and phone number to De Luca Cucina and Bar. Also looking for places to visit in the same area.", + "SYSTEM: Ok De Luca Cucina and Bar's address is 83 Regent Street and their phone number is 01223356666. For places to visit, did you want it to be in the same area as the restaurant?", + "USER: I would like it to be in the same area yes.", + "SYSTEM: We have 44 different attractions in the Centre of Cambridge. Can we narrow it down by type, such as nightclub, college, or architecture?", + "USER: You can recommend anything as long as it is in the same area as the restaurant.", + "SYSTEM: i will recommend old schools. can i give you the contact?", + "USER: Please, and the entrance fee as well.", + "SYSTEM: Old Schools is an architectural attraction in the centre and they're located at Trinity Lane, post code cb21tt. Their phone number is 01223332320 and their entrance fee is free.", + "USER: Thanks! I will need a taxi to commute as well.", + "SYSTEM: Okay! From where to where?", + "USER: leave the attraction by 19:15", + "SYSTEM: I will need your destination in order to book your taxi. Where will you be going to?", + "USER: I'm going to De Luca Cucina and Bar", + "SYSTEM: Your taxi has been booked. It will be a yellow Skoda and their number is 07417597473.", + "USER: Have a nice day.", + "SYSTEM: Thank you, let me know if I can assist with anything else." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "modern european" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-leaveat": [ + "19:15" + ], + "taxi-destination": [ + "de luca cucina and bar" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20018.json", + "Complete Dialogue": [ + "USER: I need to find a moderately priced restaurant in the east part of town.", + "SYSTEM: The Curry Prince is in the moderate price range, and it is on the east part of town.", + "USER: Can you send me the address and the phone number of this restaurant?", + "SYSTEM: Yes, the Curry Prince is located at 451 Newmarket Road Fen Ditton and their phone number is 01223 566388. Can I help you with anything else?", + "USER: No, that will do it, thank you very much.", + "SYSTEM: Thank you. Good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "curry prince" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2505.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for an architecture place to go in the centre of town.", + "SYSTEM: there are several architecture places you could go, all saints church,great saint mary's church,holy trinity church, and old schools, which one could you prefer?", + "USER: Old Schools sounds cool - can I have their phone number?", + "SYSTEM: You can contact Old Schools at 01223332320. Is there anything else I can assist you with?", + "USER: I'm looking for the gonville hotel.", + "SYSTEM: Gonville hotel is in the expensive price range in the centre would you like me to book it", + "USER: No can I just get the hotel type and phone number please?", + "SYSTEM: It is a normal hotel and the phone number is 01223366611.", + "USER: Thanks. Can I also book a taxi to take me from the hotel to the old school. I want to leave the hotel by 21:00.", + "SYSTEM: The taxi has been reserved. Your taxi would be a black honda and you can contact it at 07973129543.", + "USER: Thank you so much that's all i need.", + "SYSTEM: Have a good trip at Cambridge. Goodbye!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "gonville hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "gonville hotel" + ], + "taxi-destination": [ + "old schools", + "old school" + ], + "taxi-leaveat": [ + "21:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0760.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay. I'd like a hotel, not a guesthouse, and I don't care about internet.", + "SYSTEM: Do you have a specific area you would like to stay in?", + "USER: The west, please.", + "SYSTEM: I can offer you the Huntingdon Marriott, which is expensive, or the Cambridge Belfry, which is cheap.", + "USER: I'd like the Cambridge Belfry please.", + "SYSTEM: Great! Do you need information on the Cambridge Belfry, or would you like to book a room?", + "USER: I would like a room starting on Sunday for 4 nights. There will be 6 of staying.", + "SYSTEM: You are all set. The reference number is 12OOOWTR . Can I help you with anything else today?", + "USER: No, you've been great. Thank you. Goodbye.", + "SYSTEM: Your are welcome. I trust you will enjoy your visit.", + "USER: Thank you. Goodbye.", + "SYSTEM: Bye, have a good day" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "dontcare" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "west" + ], + "hotel-name": [ + "cambridge belfry" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3507.json", + "Complete Dialogue": [ + "USER: Hello, can you recommend attractions in the Centre of town, please?", + "SYSTEM: Absolutely! My favorite place in the center of town is Cambridge University Botanic Gardens. It's beautiful there!", + "USER: That sounds great, thank you very much! What type of attraction is that?", + "SYSTEM: it is a park. can i give you their phone numbers?", + "USER: No thanks. Can you find a guesthouse with free parking for me?", + "SYSTEM: There are 21 guesthouses. Do you have a preference in price range or area of town?", + "USER: No, but I definitely need free wifi.", + "SYSTEM: That narrows it down to 21 options. Would you like a particular star rating?", + "USER: Not really. It's fine.", + "SYSTEM: Well, if you'll be visiting the centre, I recommend the El Shaddai. It's moderately priced with wi-fi and parking. Would you like me to make a booking for you?", + "USER: Yes, I will need it for 5 nights. 2 people and starting Monday.", + "SYSTEM: The booking was successful. 8QCQDYFQ is your reference number for that booking. Is there anything else that I can do for you?", + "USER: I will need a taxi as well", + "SYSTEM: Certainly, I can help you with that. What time would you like to leave or arrive by?", + "USER: I would like to leave the park by 11:00.", + "SYSTEM: Your taxi will be a yellow Volvo waiting at 11:00. The contact number for the taxi is 07072119452. May I help you with something else?", + "USER: Great that's all the info I needed today, thanks!", + "SYSTEM: I'm glad I could help you.", + "USER: Me too. Have a nice day.", + "SYSTEM: Enjoy your day, goodbye." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "cambridge university botanic gardens" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "cambridge university botanic gardens" + ], + "taxi-destination": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-leaveat": [ + "11:00" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1313.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay with free parking and need to be in the north", + "SYSTEM: There are several that offer free parking in the north, do you have a price range?", + "USER: Yes, I'd like a moderately priced one, and I also need free wifi.", + "SYSTEM: I have 9 different places for you. Do you prefer a guesthouse or hotel?", + "USER: I would like a hotel please.", + "SYSTEM: Ashley hotel looks like a good choice.", + "USER: ok i would like to book it for thursday for 2 people for 3 night im also looking for a restaurant in the same price range as the hotel", + "SYSTEM: Booking was successful reference number is I53II5MX . There are several restaurants is there any food preference?", + "USER: Great. I also need to find a restaurant for the same number of people on the same day for 19:00.", + "SYSTEM: I'd love to help you find a place to eat. What kind of food do you like, and is there any part of town you prefer to dine in?", + "USER: I don't care about the type of cusine, I'd like it to be in the moderate range in the north.", + "SYSTEM: There is a Chinese restaurant and an Indian restaurant in the North. Where would you like to go?", + "USER: Let's go with the chinese place. Can you book me a table for 2 on Thursday at 19:00?", + "SYSTEM: I have your table reserved at the Golden Wok for Thursday at 19:00. The reference number is 5ZZI5FKL . Is there anything else I can help with?", + "USER: No, thank you, that's all.", + "SYSTEM: It was my pleasure to help. Have a great afternoon. Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:00" + ], + "restaurant-area": [ + "north" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0746.json", + "Complete Dialogue": [ + "USER: I am looking for information on The Varsity restaurant.", + "SYSTEM: The Varsity is a moderately priced restaurant offering international cuisine. Would you like any other information?", + "USER: Could you book me a table for 2 at 20:00 on Tuesday evening?", + "SYSTEM: Ok! Your table for 2 at the Varsity Restaurant has been booked for Tuesday at 20:00. You reference number is: 1EB89A0F", + "USER: Thank you so much, that is all.", + "SYSTEM: You're welcome. Goodbye!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "the varsity restaurant" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "20:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1332.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to go in the centre of town.", + "SYSTEM: There are a lot of attractions in the centre. Anything in particular?", + "USER: I'd like a nightclub please.", + "SYSTEM: I recommend the club salsa? Here is their phone number, 07782218745", + "USER: What is their address and the entrance fee?", + "SYSTEM: The address is 1 Station road and the entrance fee is 5 pounds. Is there anything else I can do for you?", + "USER: That's all for now. Thank you for the information.", + "SYSTEM: You're welcome, thank you for calling the Cambridge TownInfo centre. Have a great day." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4273.json", + "Complete Dialogue": [ + "USER: I'm looking for a train that goes to Cambridge and arrives by 08:45.", + "SYSTEM: I found 231 trains that fit your request. Where will you be departing from?", + "USER: I will be departing from Birmingham New Street on Tuesday.", + "SYSTEM: TR0254 Leaves at 05:40, would you like me to book that for you?", + "USER: No thank you. Please tell me about the ticket pricing and time of travel", + "SYSTEM: The price is 75.10 pounds and it is a 163 minutes ride. Can I help you with anything else?", + "USER: Please book 6 tickets and send me the reference number.", + "SYSTEM: Booking was successful, the total fee is 450.6GBP payable at the station . Reference number is : G368B2VI. Can I help with anything else today?", + "USER: Yes please. I need a 3 star hotel that offers free wifi", + "SYSTEM: I found two expensive hotels, one in the centre and one in the south of town. Do you have a preference?", + "USER: I would like to stay in the centre of town please.", + "SYSTEM: What price range and what star rating are you looking for ?", + "USER: I would prefer a 3 star rating, price range isn't important.", + "SYSTEM: Okay there are two options, the gonville hotel and the lensfield hotel", + "USER: I want the hotel located in the centre, as I stated before.", + "SYSTEM: The Gonville Hotel is in the centre of town. Would you like me to book a room or is there anything i can assist you with?", + "USER: please just send me their postcode. thank you", + "SYSTEM: The postcode is cb11ly.", + "USER: Thank you for all your help.", + "SYSTEM: You are quite welcome. Is there anything else I can assist you with?", + "USER: That is all that I need.", + "SYSTEM: Thank you for using the Cambridge TownInfo Centre. Have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1258.json", + "Complete Dialogue": [ + "USER: i want to book a taxi.", + "SYSTEM: Sure, i can help you with that. Where will you be departing from?", + "USER: I want to leave from the train station.", + "SYSTEM: Can you tell me what time you would like to leave?", + "USER: I want to leave london kings cross train station after 02:00", + "SYSTEM: Okay, and what is your destination?", + "USER: Oh, I'm sorry I need to get to gallery at twelve a high street.", + "SYSTEM: I'm sorry, I don't understand. What is the gallery name you want to travel too?", + "USER: It's called gallery at twelve a high street.", + "SYSTEM: I have booked you a white ford. The contact number is 07064257037", + "USER: Perfect!! Thank you for all your help.", + "SYSTEM: Got it, your booking has been completed! Look out for a blue tesla, contact number 07520411520. May I assist with anything else?", + "USER: That will be all. Thank you.", + "SYSTEM: Reservation reserved, let me know if you need any more assistance with anything else." + ], + "Services Involved": [ + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "the train station", + "london kings cross train station" + ], + "taxi-leaveat": [ + "02:00" + ], + "taxi-destination": [ + "gallery at twelve a high street" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "gallery at twelve a high street" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01355.json", + "Complete Dialogue": [ + "USER: I am looking for the nearest police station", + "SYSTEM: That would be the Parkside Police Station. You can reach them at phone number 01223358966.", + "USER: Can I get the full mailing address for that location?", + "SYSTEM: The address is Parkside, Cambridge. Is there anything else I can help with?", + "USER: Yes I need their postcode also.", + "SYSTEM: Postcode : CB11JG is their postcode", + "USER: Thank you. I will call them.", + "SYSTEM: You're welcome. Call us again and have a wonderful afternoon.", + "USER: Thank You. Goodbye", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Have a nice day!" + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL3892.json", + "Complete Dialogue": [ + "USER: Please find a place called Club Salsa.", + "SYSTEM: Club Salsa Is located at 1 station road. Do you need any more information?", + "USER: Wonderful. The address was exactly what I wanted. You're so efficient.", + "SYSTEM: Great I am glad I could be of help.", + "USER: I am also looking for a moroccan restaurant in the centre.", + "SYSTEM: I'm sorry there are no moroccan restaurants in the centre of town.", + "USER: Boo. I guess I would be able to try a modern european food restaurant?", + "SYSTEM: I recommend De Luca Cucina and Bar on 83 Regent Street. It is moderately priced and in the centre of town. Would you like me to book a reservation?", + "USER: Sounds good! Please book a table for 3 on Friday at 13:00 and be sure to provide me with the reference number.", + "SYSTEM: Your table has been successfully booked! Your reference number is GVN0GC4A . Is there anything else I can help you with today?", + "USER: I also need a taxi to get me between the two places", + "SYSTEM: I need some more information please. When would you like to leave and when would you like to arrive?", + "USER: Can you get me from Club Salsa to De Luca Cucina by 13:00 please?", + "SYSTEM: Absolutely! Your taxi has been booked. It's a blue ford and the contact number is 07118061422. Is there anything else that I can help you with?", + "USER: No not that I can think of you have done everything for me. Thank you so much for your help.", + "SYSTEM: No problem, have a wonderful day!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "club salsa" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "moroccan", + "modern european" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "13:00" + ], + "taxi-departure": [ + "club salsa" + ], + "taxi-destination": [ + "de luca cucina and bar", + "de luca cucina" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0669.json", + "Complete Dialogue": [ + "USER: Yes I am looking for information on Michael House cafe.", + "SYSTEM: The Michael House cafe is an expensive european restaurant located in the centre. Would you like me to make you a reservation?", + "USER: Yes, please. For a party of 7 on Friday, at 17:15.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : ALCPCA3P . Is there anything else I can help you with?", + "USER: That will be all. Thank you very much.", + "SYSTEM: You're welcome. Enjoy your day." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "michaelhouse cafe", + "michael house cafe" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20122.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the centre part of town and serves british food.", + "SYSTEM: There are several British restaurants. Do you have a price range in mind?", + "USER: I have no preference. can i please have the address and phone number of one of them ?", + "SYSTEM: Cotto is a british restaurant in the moderate price range and in the centre. Its address is 183 east road city centre and its phone number is 01223 302010. Is there anything else I can help you with?", + "USER: Nope, that'll do it, thank you for your help.", + "SYSTEM: Have a nice day! thank you, goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2616.json", + "Complete Dialogue": [ + "USER: Yes I am looking for a hotel in the centre of town.", + "SYSTEM: We have 3 hotels in the centre of town. Did you want a moderately priced one or an expensive hotel?", + "USER: Price doesn't matter and I don't need internet. I do however need free parking.", + "SYSTEM: In that case, I recommend the University Arms Hotel, a 4-star place on regent street.", + "USER: That sounds good, let's go with that one.", + "SYSTEM: I can book that for you. How many people will be staying? How many nights do you want to stay?", + "USER: I would like it to be for 6 people and 2 nights starting from Wednesday, please.", + "SYSTEM: Your room is booked, ref# KHHJBQSZ . Can I help you with anything else today?", + "USER: Thank you. I also would like to find some places to go in the area of the hotel.", + "SYSTEM: We're fortunate to have a wide variety of attractions in the centre of town. Do you have any specific interests today?", + "USER: I think I would like it to be of the multiple sports type.", + "SYSTEM: Unfortunately there are no multiple sports attractions in the center. Please consider changing the attraction type or area.", + "USER: Are there any theatres near the University Arms Hotel?", + "SYSTEM: There are four theatres in tat area, I recommend the mumford theatre.", + "USER: Okay, can I please have the postcode?", + "SYSTEM: Of course, it's cb11pt.", + "USER: Thanks! I'll also need a taxi from the theatre to the hotel, and I'll need to leave the theatre by 07:30, please.", + "SYSTEM: I've booked it and the car you're looking for is a yellow ford and the contact number is 07609359169. Is there anything else?", + "USER: That's all I need. Thank you and goodbye!", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre", + "multiple sports" + ], + "attraction-name": [ + "mumford theatre" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "university arms hotel" + ], + "taxi-destination": [ + "mumford theatre" + ], + "taxi-leaveat": [ + "07:30" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0180.json", + "Complete Dialogue": [ + "USER: Hi there, I'm hoping you can help me find a hotel in the south of Cambridge.", + "SYSTEM: The Lensfield hotel, which is expensive is the only hotel in South Cambridge. Will this work for you?", + "USER: no, I need a moderately priced place that doesn't need have free wifi or parking in the area of south, thank you", + "SYSTEM: There are guesthouses available in the South Cambridge area moderately priced that have free wi-fi and parking. Would you like to hear more about them?", + "USER: Yes i would love to hear more information about them. Thank you.", + "SYSTEM: Alright the aylesbray lodge guest house is a 4 star guest house. Does that interest you?", + "USER: Sure. May I have the address?", + "SYSTEM: Sure, the aylesbray lodge guest house is located at 5 mowbray road. Can I be of any further assistance today?", + "USER: I also need a place to dine that is in the same area and price range as the hotel.", + "SYSTEM: I have the Pizza Hut that is moderately priced in the South and also Restaurant Alimentum that serves modern European food. Any interest you?", + "USER: Hmm, I was looking for Fusion type food, are there any that have that?", + "SYSTEM: I'm sorry, there isn't. Can I provide you information on a different type of cuisine?", + "USER: Yes, are there any good Indian restaurants?", + "SYSTEM: There is one expensive Indian restaurant in the South: Taj Tandoori. Would you like to make a reservation?", + "USER: Great can I get their phone number, address, and postcode", + "SYSTEM: Absolutely! The Taj Tandoori is located at 64 Cherry Hinton Road Cherry Hinton. Their postcode is cb17aa. The phone number to reach them is 01223412299. Would you like a reservation?", + "USER: Not at this time. Thank you for the information! Good-bye", + "SYSTEM: You're welcome. Please let us know if you need assistance with anything else. Thanks!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-pricerange": [ + "moderate" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "fusion", + "indian" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0245.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap hotel that includes free parking.", + "SYSTEM: Ok. There are 10 hotels that meet those criteria. What part of town would you prefer?", + "USER: I WOULD PREFER A NICE PART OF TOWN.", + "SYSTEM: The city centre is nice. There's alexander bed and breakfast, a 4 star guesthouse that meets your criteria. Woiuld you like me to book a reservation.", + "USER: Yes, can you book me for 4 people and 3 nights starting on thursday?", + "SYSTEM: Okay I will make the reservation." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20446.json", + "Complete Dialogue": [ + "USER: I would like a moderately priced restaurant in the west part of town", + "SYSTEM: Of course. May I suggest Meghna, an Indian restaurant?", + "USER: Not really wanting Indian today. Anything else?", + "SYSTEM: There is also an Italian and British restaurant. Would you prefer one of these?", + "USER: Could I have the address and phone number for the British restaurant?", + "SYSTEM: Saint johns chop house serves british food, is located in the west part of town and is in the moderate price range. their phone number is 01223 353110 and they are located at 21 - 24 Northampton Street", + "USER: and also postcode please", + "SYSTEM: Their postcode is C.B. 1 7 D.Y", + "USER: Thank you. Goodbye!", + "SYSTEM: Thank you, goodbye!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "british" + ], + "restaurant-name": [ + "saint johns chop house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0189.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel in the north.", + "SYSTEM: We have two options in North available for you, do you have any additional criteria to choose between those or would you like a reccomendation?", + "USER: I do want it to be a 4-star place.", + "SYSTEM: It looks like there aren't any 4 star hotels in the north. Would you like me to check another area?", + "USER: No, I like the North. Perhaps there is a guesthouse that is 4 stars?", + "SYSTEM: There are several options for guesthouses in the north with 4 stars, would you prefer moderate or cheap price range?", + "USER: I would prefer the cheap price range.", + "SYSTEM: Would you like to book worth house?", + "USER: What is the price of the Worth House?", + "SYSTEM: Sorry, I don't have that information. There phone number is 01223316074.", + "USER: can you book a room for tuesday, 5 nights, 5 people.", + "SYSTEM: Sure, your booking for the Worth House for a 5 night stay has been confirmed. Your reference number is GWIK59YW . May I help with anything else?", + "USER: Can you help me find a restaurant as well?", + "SYSTEM: I search for restaurants in the north, there are 9 options, any preferences?", + "USER: The restaurant should be in the same area as the hotel and should be in the expensive price", + "SYSTEM: I have many in those categories. How about trying Saigon City?", + "USER: Thank you. I just need their phone number and postcode.", + "SYSTEM: The phone number for Saigon City is 01223356555. The post code is cb41nl. Can I help you with anyone else?", + "USER: I also need a taxi to commute between the hotel and restaurant.", + "SYSTEM: When would you like to leave?", + "USER: I would like to leave the hotel by 8:30.", + "SYSTEM: I booked you a yellow lexus and you can reach the driver at 07465015812. Would that be all today?", + "USER: Thank you for the booking of the taxi. That will be all foe now.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "worth house" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "worth house" + ], + "taxi-destination": [ + "saigon city" + ], + "taxi-leaveat": [ + "8:30", + "08:30" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1092.json", + "Complete Dialogue": [ + "USER: I'm looking for information about a particular attraction. It's called the Man on the Moon.", + "SYSTEM: The man on the moon is on 2 norfolk street in the centre area. Would you like to order tickets?", + "USER: Not right now. Can you tell me it's postcode and entrance fee?", + "SYSTEM: I'm sorry, we don't have any information in our database regarding their entrance fee, but their postcode is cb12lf. Can I help you with anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: Thank you, goodbye." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "the man on the moon" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0403.json", + "Complete Dialogue": [ + "USER: Can you help me find a hotel in the north?", + "SYSTEM: Yes do you have a price range preference?", + "USER: Yes I have a moderate price range.", + "SYSTEM: Ashley Hotel is moderately priced and located in the north. Would you like to book a room?", + "USER: Does it offer free parking? If so, I would like to book it for four nights starting Thursday for 3 people please.", + "SYSTEM: Yes it offers free parking.", + "USER: Can I have a reference number for the booking?", + "SYSTEM: Ashley Hotel will be expecting your party of 3 for 4 nights starting Thursday. Your reference number is K5JO25UL . Is there anything else I can do for you?", + "USER: Yes. I would like to find a restaurant in the same area and price range of the hotel that serves Cuban food.", + "SYSTEM: I'm sorry, there are no Cuban restaurants in the city - is there another type of cuisine that you'd like to try?", + "USER: What about one that has Chinese food?", + "SYSTEM: I've found one result. It is golden wok. Do you want a reservation?", + "USER: Yes, I'd like to book for Thursday at 17:15 with 3 people. Send me the reference number too.", + "SYSTEM: The booking was successful, here is your reference number 0Q4KUTUA . Is there anything else I can do for you?", + "USER: I will also need a taxi.", + "SYSTEM: Where will you be leaving from?", + "USER: I need picked up at the hotel.", + "SYSTEM: What time would you like to be picked up?", + "USER: I need to get to the restaurant by the reservation time, isn't it obvious?", + "SYSTEM: I did not want to make assumptions for you, but now you are booked. A black bmw will take you. The contact number is 07551001124", + "USER: Thank you, and I apologize for getting snappy with you. That is all I need for today.", + "SYSTEM: You are very welcome! It was a pleasure assisting you, and I hope you have a wonderful time in Cambridge!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "cuban", + "chinese" + ], + "restaurant-pricerange": [ + "moderate", + "dontcare" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "17:15" + ], + "restaurant-name": [ + "golden wok" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "ashley hotel" + ], + "taxi-arriveby": [ + "17:15" + ], + "taxi-destination": [ + "golden wok" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0895.json", + "Complete Dialogue": [ + "USER: Can you assist me with finding a moderately priced restaurant?", + "SYSTEM: Certainly. We have 31 moderately priced restaurants. Is there any particular cuisine you would prefer?", + "USER: I'm looking for a place near the center of town that serves european food.", + "SYSTEM: How about the Hotel Du Vin and Bistro? Would you like to book a table for this restaurant?", + "USER: Yes, that would work. Could you make it for Sunday at 16:30 for 1.", + "SYSTEM: That booking was unsuccessful, I'm sorry. Is there another day or time that would work?", + "USER: How about 15:30?", + "SYSTEM: They do indeed have a table at that time. Your reference number is 0WBNIZLJ .", + "USER: Thank you. Is there a museum in the same area as the restaurant that I could go to?", + "SYSTEM: There are 11, I would recommend broughton house gallery because it has free admission.", + "USER: Alright, that sounds good to me. Could you give me their address and phone number please?", + "SYSTEM: Sure, their address is 98 King Street, and the phone number is 01223314960.", + "USER: Thank you. that is all the information I'l be needing today!", + "SYSTEM: Have a wonderful time!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "european" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "hotel du vin and bistro" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1018.json", + "Complete Dialogue": [ + "USER: I'm looking for information on the People's Portrait Exhibition at Girton College.", + "SYSTEM: The people's portraits exhibition at girton college is a museum in the west area of town and is free to enter. Would you like more information about it?", + "USER: Yes please. You said it was free, correct?", + "SYSTEM: Yes that is correct it is FREE to enter the People's Portraits Exhibition at Girton College.", + "USER: Ok thanks I also need a place to stay located in the east and must be a guesthouse, can you help me?", + "SYSTEM: I have 6 different options. Do you have a preference for the price range?", + "USER: I prefer to stay somewhere in the cheap price range, and it should include free parking.", + "SYSTEM: I have 3 options left. I have the Allenbell, the Autumn House and the Leverton House. All offer free parking and free internet. Which would you prefer?", + "USER: Pick one for me. I need a hotel for 2 people and 5 nights starting from wednesday.", + "SYSTEM: Ok, I booked you at the allenbell. The reference number is KLNF2GX0.", + "USER: Thank you. I also need a taxi to commute between the two places. I want to leave the attraction by 22:30.", + "SYSTEM: I have booked you a taxi leaving the attraction at 22:30 for the allenbell. It's a red ford, and your contact number is 07249911118. Can I help with anything else?", + "USER: No thank you. You've been great!", + "SYSTEM: You're welcome. Have a nice day. Good bye." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "peoples portraits exhibition at girton college", + "people's portrait exhibition at girton college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "allenbell" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "peoples portraits exhibition at girton college", + "people's portrait exhibition at girton college" + ], + "taxi-destination": [ + "allenbell" + ], + "taxi-leaveat": [ + "22:30" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20414.json", + "Complete Dialogue": [ + "USER: I need the address of a restaurant that serves gastropub food.", + "SYSTEM: The cow pizza kitchen and bar serves Gastropub food. Their address is Corn Exchange Street in the centre area.", + "USER: Thank you.", + "SYSTEM: You're welcome. Bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0229.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap hotel in the north.", + "SYSTEM: I would recommend the Worth house on Chesterton Road. Would you like the number?", + "USER: Does it have free wifi and a 4 star rating. I need wifi, and I'd like a nice rating.", + "SYSTEM: I have a listing for worth house that fits what you are looking for,can I make a booking for you?", + "USER: Is there availability for 5 people for 5 nights starting on Thursday?", + "SYSTEM: I have you booked for Thursday at the Worth House for 5 nights with 5 people!", + "USER: Great. What is the reference number?", + "SYSTEM: My mistake, booking was actually unsuccessful. Would you like to find another hotel?", + "USER: Is there another hotel in the same general price range?", + "SYSTEM: With all other parameters the same, unfortunately not. Want to try different parameters?", + "USER: Any hotel, in the north, cheap. Nothing else matters.", + "SYSTEM: City centre north b and b.Reference number is : B2H3YYF4 . Will you need anything else?", + "USER: That is all. Thank You.", + "SYSTEM: Great. Glad I could be of help. Enjoy your stay." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "worth house", + "city centre north b and b.reference", + "city centre north b and b" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1131.json", + "Complete Dialogue": [ + "USER: I need a train going into Cambridge, arriving by 17:45.", + "SYSTEM: Where are you departing from and what day are you travelling on?", + "USER: I am leaving from Bishops Stortford on Sunday.", + "SYSTEM: And what time would you like to leave?", + "USER: I would prefer to leave at 15:00.", + "SYSTEM: The TR4651 train leaves Bishops Stortford at 15:29. Would you like me to book you a seat on it?", + "USER: Does it arrive in Cambridge by 17:45. That is the most important thing.", + "SYSTEM: Yes, it does.", + "USER: What is the price for the train ticket?", + "SYSTEM: The price is 8.08 pounds.", + "USER: Thank you. I also need to find a place to go in the centre of town. The type of attraction should be entertainment.", + "SYSTEM: There are no entertainment areas in the centre, any other preferences?", + "USER: Can you make a suggestion?", + "SYSTEM: How about the Funky Fun House or Cherry Hinton Hall and Grounds in the east?", + "USER: Are there any boat attractions?", + "SYSTEM: I have the cmbridge punter boat located in the centre.", + "USER: That sounds great. Can I get the phone number, address, and entrance fee?", + "SYSTEM: Unfortunately, I don't have information on the entrance fee, but you can call them at 07807718591 to find out. The post code is cb41as", + "USER: Okay thank you for your help.", + "SYSTEM: Is there anything else I can assist you with today?", + "USER: Have a nice day.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Cheers!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-leaveat": [ + "15:00" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "boat", + "entertainment" + ], + "attraction-name": [ + "punter", + "cambridge punter" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0428.json", + "Complete Dialogue": [ + "USER: I am looking for places to go in town in the north.", + "SYSTEM: There are 4 attractions in the north. Do you want to specify an attraction type?", + "USER: No I don't care.", + "SYSTEM: Would you prefer to go boating, swimming, or to visit a park?", + "USER: Uh, let's set it up for a park visit. I'll need the address and is there an entrance fee?", + "SYSTEM: The address is milton country park, milton. Entrance is free!", + "USER: Thanks, that's great! I'm also looking for a train on Thursday from Kings Lynn.", + "SYSTEM: That would be to cambridge correct? I have 19 for that day. Did you have a certain time you wished to leave or arrive?", + "USER: Yes correct to cambridge, and I would like to arrive by 20:45.", + "SYSTEM: The latest train that leaves at 19:11 and arrives at 19:58 for 9.80 pounds. Would you like to book it?", + "USER: That should work for us, I will need tickets for 7 please and the reference number.", + "SYSTEM: The booking was successful. The total fee is 68.6 GBP and your reference number is 8TU1PRQV . Can I help you with anything else?", + "USER: Nope, that's all, thanks. You've been most helpful today. Most helpful, indeed.", + "SYSTEM: Happy to be of service. Thank you for using Cambridge TownInfo centre. Have a wonderful day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "dontcare", + "park" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "20:45" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4019.json", + "Complete Dialogue": [ + "USER: I'm planning a trip and need some suggestions. I'm looking for places to go in town.", + "SYSTEM: I'm sure we can find you something you will really love. I have close to 80 attractions to choose from. Did you have a certain type of attraction in mind?", + "USER: Can I get some information on nightclubs in the east area?", + "SYSTEM: I'm sorry I don't have any nightclubs there. Would another part of town work for you?", + "USER: how about one that is in the type of museum.", + "SYSTEM: We have 4 fantastic museums in the East. My personal favorite is the Gallery at Twelve a High Street, it is free to get in!", + "USER: Could I have the phone number and postcode?", + "SYSTEM: Of course! Their postcode is cb15dh and they can be reached at 01223295264. Can I help you find a restaurant in the area?", + "USER: No but I need a hotel.", + "SYSTEM: anything in particular you had in mind and when is your stay?", + "USER: I need to be in the same area as the attraction", + "SYSTEM: There are 7 results for places to stay in the east, would you prefer a guesthouse or hotel?", + "USER: I don't care about that. I do need a 4-star, moderately priced accommodation in the east area, but it doesn't need to have free parking.", + "SYSTEM: I'd recommend the A and B Guest House. It meets your criteria. Would you like to book a room?", + "USER: Yes. 1 person, 3 nights from Monday on.", + "SYSTEM: I will work on getting this booked and be back with you shortly.", + "USER: I will be waiting for my reference number for 1 person for 3 nights at A and B Guest House.", + "SYSTEM: Booking was successful. Reference number is : WBJGAOT8 .", + "USER: Thank you for your help planning my trip. I think that's everything I need for now. Have a great day!", + "SYSTEM: Have a great day too! Good bye." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "nightclub", + "museum" + ], + "attraction-name": [ + "gallery at twelve a high street" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0988.json", + "Complete Dialogue": [ + "USER: I am looking for places to go in Cambridge. Are there any nightclubs?", + "SYSTEM: There are 6 nightclubs in Cambridge. Is there a specific part of town you prefer?", + "USER: I do not have a preference. Can you give me the phone number and postcode for one?", + "SYSTEM: Club Salsa phone number is 07782218745 and the postcode is cb12jb, is there anything else I can assist you with?", + "USER: Yes I am looking for a restaurant called the Ugly Duckling.", + "SYSTEM: The ugly duckling is located in the centre of town. It serves chinese food. Would you like to book a reservation?", + "USER: I would like to book a table for 5 people at 19:30 on tuesday please.", + "SYSTEM: tuesday at 19:30 is not available, would you like another time or another day?", + "USER: Can you try to book the restaurant for 18:30 instead please? And can you provide a reference number as well.", + "SYSTEM: I have booked a table for you for a party of 5 at 18:30 on Tuesday at the Ugly Duckling restaurant. Is there anything else I can help with?", + "USER: Can you provide me with the reference number for my reservation please? Thanks.", + "SYSTEM: Oh yes. Absolutely. Your reservation reference number is 7ZPRZE74 . Can I be of help with anything else?", + "USER: No, that is all. Thank you!", + "SYSTEM: You're welcome. Have a nice day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ugly duckling" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "18:30", + "19:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3948.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant that's on the pricier end, I want to impress some people. Is there something you'd recommend?", + "SYSTEM: The Bedouin is unusual and expensive. Cote offers the more standard, but elegant French cuisine. Is location a concern?", + "USER: want to book a table for 8 people at 17:00 on wednesday and I need a reference number", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number: PLFTP5GS .", + "USER: I'm also looking for an attraction near the restaurant. Do you recommend anything?", + "SYSTEM: There are many attractions in that area. Do you want something that is free to the public?", + "USER: That would be perfect. What do you recommend?", + "SYSTEM: Williams art and antiques is free to the public. Located in the centre and it is a museum.", + "USER: Great, thanks! Is there a restaurant nearby?", + "SYSTEM: You have already been booked at a nearby African restaurant, Bedouin, on Wednesday at 17:00. Are you interested in an additional restaurant?", + "USER: No thank you. But could you please get me the phone number and postcode for Williams art and antiques?", + "SYSTEM: Of course! Williams Art and Antiques is located in the city centre, postcode cb12lj. You can reach them at 01223311687. Can I help you with anything else?", + "USER: No thank you that will be all", + "SYSTEM: It was a pleasure serving you, goodbye!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "17:00" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "williams art and antiques" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4606.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a train to Cambridge on Friday please.", + "SYSTEM: I'd be happy to help. Where are you departing from?", + "USER: I will be departing from stansted airport going to cambridge on friday and it needs to arrive by 16:00", + "SYSTEM: Train TR2958 arrives in Cambridge at 15:52, does that work for you?", + "USER: Yes, that would be fine. What's the price and departure time?", + "SYSTEM: It will cost 10.10 pounds per ticket and leaves at 15:24.", + "USER: Thanks! Can you also tell me about colleges in the east?", + "SYSTEM: There aren't any colleges in the east. Can I give you information about colleges in another area?", + "USER: how about one that is in the type of museum?", + "SYSTEM: Sure! I recommend Cambridge Artworks. Would you like their information?", + "USER: postcode and entrance fee only thanks !", + "SYSTEM: Okay, sure. Great news, the entrance fee is free and the postal code is cb13ef. Anything else I can help you with today?", + "USER: I don't think so. I am off to work but thanks so much for your help. Goodbye.", + "SYSTEM: Thanks for stopping by!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:00" + ], + "train-departure": [ + "stansted airport" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "college", + "museum" + ], + "attraction-name": [ + "cambridge artworks" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1699.json", + "Complete Dialogue": [ + "USER: I want a train going to cambridge.", + "SYSTEM: You're in luck, I have quite a few trains coming into Cambridge! Where will you be departing from?", + "USER: Stansted Airport, please.", + "SYSTEM: OK, and what day and time are you traveling?", + "USER: I need to leave on sunday and I need to arrive by 12:15.", + "SYSTEM: TR9445 departs at 11:24 and arrives by 11:52. Would you like a ticket?", + "USER: Yes, please. I need a booking for 7 people.", + "SYSTEM: Okay, the booking was successful and the total fee is 56.56 GBP payable at the station. The reference number is D2K69PNC .", + "USER: Thanks so much for the train booking. I also need lodging with free wifi. I don't need free parking, though.", + "SYSTEM: I have a few places available, in which area would you like to stay?", + "USER: Do have anything expensive? I don't care what area.", + "SYSTEM: Would you like a hotel or a guesthouse?", + "USER: Either one is fine. If you can recommend for me, that would be great. Oh and if there's one you like that's moderately priced, that would be fine too.", + "SYSTEM: I have three, is there a star range you prefer?", + "USER: Oh, I don't really care about that. Which place would you recommend?", + "SYSTEM: I would suggest Avalon.", + "USER: Great! Can I get the phone number?", + "SYSTEM: Their phone number is 01223353071. Would you like me to reserve a room for you?", + "USER: No that won't be necessary. I'd just like the postcode and address please.", + "SYSTEM: They are at 62 gilbert road postal cb43pd, may I assist with anything else?", + "USER: That's all for me. Thanks for your help. Bye!", + "SYSTEM: Have a nice day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "stansted airport" + ], + "train-arriveby": [ + "12:15" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1399.json", + "Complete Dialogue": [ + "USER: I'm going south in town, anything interesting to go to there?", + "SYSTEM: Yes, we have several popular attractions in the south part of town. Are you looking for a specific type of place? Or do you want a recommendation?", + "USER: I'll take a recommendation.", + "SYSTEM: I think you would like the Tenpin. Would you like more information on it?", + "USER: Yes, could I get the address, postcode and entrance fee?", + "SYSTEM: Sure, their address is Cambridge Leisure Park, Clifton Way in postcode cb17dy. Their phone is 08715501010.", + "USER: Thank you for the information.", + "SYSTEM: Is there anything else you need today?", + "USER: Yes I need to find a train that will go from Kings Lynn to Cambridge on Wednesday and arrive by 19:00.", + "SYSTEM: I have train TR5831 leaving at 7:11 and arriving at 7:58; Would you like to book that?", + "USER: How long will that take to arrive and how much does a ticket cost?", + "SYSTEM: the ride is 47 minutes long and tickets are 9.8 GBP", + "USER: Ok that will be it for today. thanks !", + "SYSTEM: Thanks for letting us assist you! Enjoy your visit!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-name": [ + "tenpin" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3454.json", + "Complete Dialogue": [ + "USER: I wanted to find out about local restaurants in Cambridge.", + "SYSTEM: kindly be more specific", + "USER: it is called parkside pools. find me their post code.", + "SYSTEM: I cannot locate the restaurant you are speaking of.", + "USER: I am sorry, i'm looking for a attraction called parkside pools not a restaurant. Do you have their postcode?", + "SYSTEM: their post code is cb11ly", + "USER: I also need an expensive place to dine in the mid of town.", + "SYSTEM: There are 33 restaurants with your requirements. What type of food do you feel like eating?", + "USER: I would like Italian food, if possible.", + "SYSTEM: I'd recommend clowns cafe. Would you like reservations?", + "USER: that will be ok once you find the restaurant book a table for 6 people", + "SYSTEM: I would be more than elated to book a table for you, but what day and time would you like it for?", + "USER: I need the table for Tuesday at 14:45, but if for some reason Tuesday doesn't work Sunday is also acceptable. I will need the reference number as well.", + "SYSTEM: 01223355711 is your reference number. May i help you with anything else?", + "USER: No, that was everything. Thank you!", + "SYSTEM: Thank you for contacting us. Have a great day!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "clowns cafe", + "parkside pools" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-booktime": [ + "14:45" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "parkside pools" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2048.json", + "Complete Dialogue": [ + "USER: I'm seeking an attraction! A boat one will be nice.", + "SYSTEM: Great! I have four for you. Two are in the centre. Any location you'd like in particular?", + "USER: No, I'd like the name of one in the centre please.", + "SYSTEM: Sure, I can get tickets for the cambridge punter in the city centre. If that sounds okay, what day and time would you like?", + "USER: Yes please! Thank you so much!", + "SYSTEM: I am sorry but you will have to get ticket there and here is the address 251a chesterton road.", + "USER: I am also looking for the Oak Bistro, a place to eat.", + "SYSTEM: Do you want me to make a booking?" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "centre" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "the oak bistro" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0914.json", + "Complete Dialogue": [ + "USER: Are there any boating activities available?", + "SYSTEM: There are 4 boat attractions. What is your preferred area?", + "USER: I don't care, what do you have?", + "SYSTEM: Camboats is a great choice. It is located in the East area of town. Would you like additional information for the company?", + "USER: Yeah what's the address of Camboats? I also need an expensive place to eat.", + "SYSTEM: Camboats address is The Plough, Green end, Fen Ditton. Regarding restaurants I am showing an elegant Chinese restaurant, British Cuisine, and an upscale Gastropub near the Camboats location.", + "USER: Do any of those serve molecular gastronomy food and in the centre of town?", + "SYSTEM: I'm sorry, there aren't any serving that type of food. Would you like to try something different?", + "USER: How about something that serves seafood?", + "SYSTEM: Yes, loch fyne is in town centre and serves seafood. It is in the expensive price range. Would you like to reserve a table?", + "USER: No thank you. Can I have the phone number, postcode and address though?", + "SYSTEM: Sure thing! The phone number is 01223362433. The address of Loch Fyne is The Little Rose 37 Trumpington Street, and the postcode is cb21qy. Can I help with anything else?", + "USER: Yes, I am going to need to get a taxi to leave the restaurant.", + "SYSTEM: No problem. We can get that booked for you. Can you let me know where you will be going and what time you would like to leave or arrive?", + "USER: Yes, I'd like to leave the restaurant by 09:30 to go to Camboats.", + "SYSTEM: Your booking is completed. Your car will be a white bmw. Can I help you with anything else?", + "USER: No, that's everything thank you very much.", + "SYSTEM: Have a nice day!", + "USER: You too! Bye!", + "SYSTEM: Thank you, let us know if you need anymore help." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "dontcare" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "camboats" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "molecular gastronomy", + "seafood" + ], + "restaurant-name": [ + "loch fyne" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "loch fyne" + ], + "taxi-destination": [ + "camboats" + ], + "taxi-leaveat": [ + "09:30" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20651.json", + "Complete Dialogue": [ + "USER: Hello. I'm trying to find a restaurant that serves Swiss food. Can you recommend anything to me?", + "SYSTEM: Unfortunately there are no restaurants that serve Swiss food in this area. Would you consider trying a different cuisine?", + "USER: Oh okay. What are my choices for British food then?", + "SYSTEM: There are several restaurants that serve British food in this area. Cotto has great food in a moderate price range. It is located at 183 East Road City Centre.", + "USER: What is the phone number?", + "SYSTEM: Their phone number is 01223 302010.", + "USER: Thank you, goodbye.", + "SYSTEM: Thank you. Good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "swiss", + "british" + ], + "restaurant-name": [ + "cotto" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3440.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a train that leaves on Tuesday after 18:15.", + "SYSTEM: Certainly! What are your departure and destination locations?", + "USER: It should leave from Cambridge and go to Leicester please.", + "SYSTEM: Thanks for that information. Is there a time you would like to arrive by?", + "USER: I do not have an arrival time.", + "SYSTEM: The TR0776 leaves Cambridge at 18:21 and gets into Leicester at 20:06. Do you want me to book it for you?", + "USER: Yes. I would like to book it for 6 people please.", + "SYSTEM: Your booking was successful, the total fee is 226.8 GBP payable at the station. Your reference number is: 17I15NSK . Is there anything else I can help you with today?", + "USER: Yes I also need a guesthouse to stay in. It should have 4 stars, free wifi, in the east location.", + "SYSTEM: We have 6 different guesthouses that fit your criteria. Do you have a specific price range in mind?", + "USER: No it doesn't matter.", + "SYSTEM: carolina bed and breakfast has free wifi and parking if you want to book there." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "18:15", + "18:21" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0867.json", + "Complete Dialogue": [ + "USER: I want to dine at an expensive asian oriental food restaurant.", + "SYSTEM: There are two restaurants that meet that criteria. May I suggest Kymmoy?", + "USER: Which of the two restaurants is in the north?", + "SYSTEM: Saigon City is in the North. Do you need a booking for that?", + "USER: Yes, can you book a table for 5 for Monday at 16:15?", + "SYSTEM: Yes, I can book the table for you.", + "USER: ok, provide reference number too please.", + "SYSTEM: The booking was successful. The table will be reserved for 15 minutes. Reference number is : UM6YO5NS ." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "saigon city" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3962.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Certainly! Are you looking for a place to stay, a restaurant, attraction information, or do you need transportation?", + "USER: I need a train that leaves after 15:45 on Wednesday.", + "SYSTEM: Where will you be leaving from and what is your destination?", + "USER: I want to go to Stansted Airport.", + "SYSTEM: Those trains leave every hour. There are trains that meet your specifications. The earliest would leave at 16:40 and arrive at the airport by 17:08.", + "USER: I also need suggestions for places to go. I'm interested in seeing colleges in the north.", + "SYSTEM: There are no colleges in the north. Would you like a different area or a different type of attraction?", + "USER: Could you please try for something in the boat category?", + "SYSTEM: The Riverboat Georgina in a boating place and is in the NORTH" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "15:45" + ], + "train-destination": [ + "stansted airport" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "college", + "boat" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20262.json", + "Complete Dialogue": [ + "USER: I am looking for a moderately priced restaurant in the north part of town. I would also like the address and phone number.", + "SYSTEM: There is an Indian and a Chinese restaurant that are both moderately priced in the north area. Would you like the address and phone for one of those?", + "USER: Yes, I would like the address and phone number for each.", + "SYSTEM: The Golden Wok is located at 191 Histon Road Chesterton , and there address is 01223 350688. The Nirala is located at 7 Milton Road Chesterton, and their phone number is 01223 360966. Is there anything else I can help you with?", + "USER: Thank You", + "SYSTEM: You're welcome." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1334.json", + "Complete Dialogue": [ + "USER: I am looking for a train to cambridge. I would like something on sunday to arrive by 18:30", + "SYSTEM: What is your departure point?", + "USER: My departure will be from Cambridge.", + "SYSTEM: And what is your destination city?", + "USER: I need to go to Peterborough.", + "SYSTEM: What time do you need to leave by?", + "USER: I just want to get there at or shortly before 18:30.", + "SYSTEM: I found the perfect train! TR7771 will get you there at 18:24. Would you like me to book this for you?", + "USER: Yes, please book me for 6 people. My birdwatching club is taking a trip together.", + "SYSTEM: Ok, your booking is complete for 6 people. The cost is 79.19 GBP, payable at the station. The reference number is 8W0OSFM6 .", + "USER: i place want a place to go in the centre", + "SYSTEM: What are you into? Do you like theatre? Museums? We have plenty of attractions in the centre and if you tell me what you enjoy I can recommend one", + "USER: I would like a museum in the centre please.", + "SYSTEM: I'd like to recommend whipple museum of the history of science, at free school lane. Admission is free.", + "USER: Is that the full address for the museum? Free School Lane?", + "SYSTEM: Yes it is their full address and the postcode is cb23rh and their telephone number is 01223330906. May I help you with anything else today?", + "USER: Thank you. That is all that I need.", + "SYSTEM: Okay. Glad I could be of help." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "18:30" + ], + "train-day": [ + "sunday" + ], + "train-destination": [ + "peterborough", + "cambridge" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2007.json", + "Complete Dialogue": [ + "USER: I need some lodging accommodations. It needs to have free parking and Internet please!", + "SYSTEM: I found 29 hotels matching your request. What price range and area of town would you prefer?", + "USER: I would like someone to book me a place with free parking and internet.", + "SYSTEM: acorn guest house is located in 154 chesterton road should i book it for you?", + "USER: Does it have four stars?", + "SYSTEM: Yes it does. Shall I book?", + "USER: Yes. Please book it for 2 people for 4 nights starting Friday.", + "SYSTEM: I've booked your stay at the Acorn Guest House, and your reference number is IT07BRTC .", + "USER: Thanks a lot. Can you also help me find a train going to Ely?", + "SYSTEM: Do you know what day or time you want to leave?", + "USER: I would like to leave on Tuesday after 18:00.", + "SYSTEM: TR5511 leaves Cambridge for Ely at 20.07. Do you need tickets?", + "USER: Not yet, but can you tell me what time the train arrives in Ely please?", + "SYSTEM: It arrives by 20:07! Anything else love?", + "USER: What is the total travel time on that time?", + "SYSTEM: The trip will last 17 minutes. Is there anything else you would like to know?", + "USER: That should do it. Thanks so much for your help!", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Please consider us for your future travel needs." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "18:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0799.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for information on booking a train. I would like to leave on Wednesday and arrive at the destination at 17:00.", + "SYSTEM: From where would you like to catch the train and what is your destination?", + "USER: I would like to catch the train at London Liverpool Street and I'm going to Cambridge.", + "SYSTEM: the TR2826 arrives at 15:07. would that be ok?", + "USER: Yes can you book it for me and give me a reference number ?", + "SYSTEM: Yes of course. Your booking number is DQRT2P5U .", + "USER: Awesome. I also need a place to eat in the moderate range. I'm thinking maybe in the city centre.", + "SYSTEM: There are 5 moderately priced restaurants in the centre, 4 serve british, and one serves asian oriental food. Which would you prefer?", + "USER: I really wanted a moderately priced restaurant in the center that serves spanish food actually", + "SYSTEM: I found la tasca it meets your criteria would you like me to book that for you?", + "USER: Just give me the address if you could please", + "SYSTEM: The address is 14-16 Bridge Street.", + "USER: Thanks, I don't need any more help. Have a good day!", + "SYSTEM: Thank you! And enjoy your stay in Cambridge!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "spanish" + ], + "restaurant-name": [ + "la tasca" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3848.json", + "Complete Dialogue": [ + "USER: Is there a train I can take to cambridge that leaves after 18:00?", + "SYSTEM: Absolutely. Where are you coming from?", + "USER: I'm departing from birmingham new street.", + "SYSTEM: I have train TR8903 that leaves at 18:40 and will arrive in Cambridge at 21:23. Would that interest you?", + "USER: Yes please book me for one ticket.", + "SYSTEM: Booking was successful, the total fee is 75.09 GBP payable at the station . Reference number is : KHBLJGHN . Is there anything else I can do to assit you today?", + "USER: Also looking for a guesthouse in the cheap price range.", + "SYSTEM: Are you going to stay in a specific area of town?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1063.json", + "Complete Dialogue": [ + "USER: Hello, I would like information on club Salsa", + "SYSTEM: It is a nightclub located on the centre where the entrance fee is 5 pounds.", + "USER: Can you let me have their postcode?", + "SYSTEM: Absolutely... Their postcode is cb12jb. Is there any other information I can provide you with?", + "USER: No, that's all. Thank you.", + "SYSTEM: You are welcome. Enjoy your day." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "club salsa" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0943.json", + "Complete Dialogue": [ + "USER: Hello! I'm looking for some entertainment in the centre please!", + "SYSTEM: There is a movie theatre, a concert hall, nightclubs, and museums. What would you like?", + "USER: Could you please provide me with some information on an attraction that is in he type of museum?", + "SYSTEM: There are 11 museums listed in the centre area. Cambridge contemporary art and castle galleries are two that are listed. Would you like more information on one of these?", + "USER: What is the entrance fee for the contemporary art museum?", + "SYSTEM: The entrance fee is free.", + "USER: Free is the best price! I'll probably be hungry after the museum. Are there any moderately priced Italian restaurants around?", + "SYSTEM: Pizza Express is a moderately priced restaurant in the centre of town. Would you like more information on it or to are you interested in booking a table?", + "USER: Could you book a table for me? I need a reservation for 3 people at 11:30 on Wednesday.", + "SYSTEM: It has been booked, your reference number is QFN3A3E9 .", + "USER: Great! I'll need a taxi that will take me from the museum to the restaurant by 11:30. Can you book one for me?", + "SYSTEM: Its booked! Its a red Volvo", + "USER: Can I please have the contact number for the taxi company?", + "SYSTEM: Of course. The contact number is 07172397913. Can I help with anything else?", + "USER: Thank you for your assistance.", + "SYSTEM: Thank you using Cambridge TownInfo centre today! Enjoy the rest of your day." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "contemporary art museum" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "11:30" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "cambridge contemporary art", + "contemporary art" + ], + "taxi-destination": [ + "pizza express" + ], + "taxi-leaveat": [ + "11:30" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1680.json", + "Complete Dialogue": [ + "USER: Is there a restaurant called Cocum?", + "SYSTEM: Yes, it is an indian restaurant in the west. Would you like to book a reservation?", + "USER: Yes, I would like to book a table for 7 people at 18:00 on Monday. Can you please be sure to give me the reference number?", + "SYSTEM: Your booking is successful. The reference number is TOD8XYZB . Is there anything else I can help you with?", + "USER: I also need to find a train departing from Cambridge.", + "SYSTEM: I have multiple trains leaving from Cambridge. What would you like the destination to be so I can narrow it down?", + "USER: We would like to go to leicester on tuesday.", + "SYSTEM: Of course. What time would you like to travel?", + "USER: We would need the train to leaver after 11:45.", + "SYSTEM: I have train TR7692 leaving at 12:21 and arriving at 14:06. Would that be something that would work for you?", + "USER: Yes, please book for seven and I would like a reference number, please.", + "SYSTEM: You're all booked. The total fee is 264.59 GBP and your reference number is HC7OJ4LI", + "USER: Thank you that was all", + "SYSTEM: You're welcome, have a lovely trip!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "cocum" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "18:00" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0607.json", + "Complete Dialogue": [ + "USER: I am looking for a guesthouse that has free parking.", + "SYSTEM: There is a guesthouse in the north of town in the moderate price range.", + "USER: It should include free wifi and should be in the cheap price range.", + "SYSTEM: The Alexander bed and breakfast in the centre of town and the Allenbell on the east side of town. Which guesthouse would you like to book?", + "USER: Alexander is fine. I need to book for 8 people. We'll arrive Wednesday and stay 5 nights. I'll also need the reference number, please.", + "SYSTEM: Great, your reservation is booked at the Alexander, your reference number is Z8BRHTV8 . Is there anything else I can do for you today?", + "USER: I also need to find a train going to cambridge.", + "SYSTEM: Great what is your departure city and what time would you like to leave?", + "USER: I would like to leave after 19:00 the departure city is peterborough. I'm looking to leave the same day as the hotel booking.", + "SYSTEM: Awesome. We have the TR9969 that leaves at 19:19. Would you like me to book that?", + "USER: Yes, may I have the reference number?", + "SYSTEM: Of course. I just want to confirm before booking. That was for all 8 people correct?", + "USER: Yes it was, thank you.", + "SYSTEM: Your train, TR9969, traveling from peterborough to cambridge on wednesday from 19:19 through 20:09 has been booked. The total for 8 people is 132 GBP and your reference number is JHCT9HJU .", + "USER: Thank you that's all that I needed today", + "SYSTEM: You are welcome. Have a wonderful day." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander", + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-bookpeople": [ + "8" + ], + "train-leaveat": [ + "19:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0955.json", + "Complete Dialogue": [ + "USER: I need a place to stay that doesn't have to have internet and is in the expensive price range please.", + "SYSTEM: I have 5 different ones all around town. Did you prefer to stay in a certain area?", + "USER: Yes, on the east side please.", + "SYSTEM: The express by Holiday Inn Cambridge meets your needs, would you like to book it?", + "USER: Does it have free parking?", + "SYSTEM: Yes, it does.", + "USER: I'm not ready to book. Can you just tell me what the address is? Oh, and how many stars is it?", + "SYSTEM: Sure. It's a two star hotel and the address is 15-17 Norman Way, Coldhams Business Park. Anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: You're welcome! Please contact us if you would like to make a reservation in the future." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "east" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2127.json", + "Complete Dialogue": [ + "USER: I'd like a train leaving on Tuesday from Kings Lynn, please.", + "SYSTEM: Is there a particular time you'd like to leave or arrive by?", + "USER: I would like to arrive in cambridge by 17:30.", + "SYSTEM: Ok I can book you on TR8177 from Kings lynn to Cambridge on Tuesday. How many seats do you need?", + "USER: I just needed the info, no booking just yet. Thanks! goodbye.", + "SYSTEM: Thank you for using or system. Good bye.", + "USER: Have a great day", + "SYSTEM: Thank you and have a great day.", + "USER: I actually need a place to stay as well. Something in the east please.", + "SYSTEM: We have 6 guesthouses and one hotel on the eastside, you looking for any specific amenities or have a price range in mind?", + "USER: I am looking for something that is moderately priced with free wifi.", + "SYSTEM: I have the a and b guesthouse that has wifi and is moderately priced.", + "USER: Sounds great, could you book it for 3 people for 2 nights starting on the same day as my train?", + "SYSTEM: Booking was unsuccessful. Would you like to check in on a different day or shorten your stay?", + "USER: Yes let's go ahead and make it for just 1 night then.", + "SYSTEM: Booking was successful. Your reference number is AAO2UA2S . Can I help you with anything else?", + "USER: No, that should do it! Thank you very much for your help.", + "SYSTEM: You are welcome. Have a wonderful day. Goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "17:30" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "a and b guesthouse", + "a and b guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0304.json", + "Complete Dialogue": [ + "USER: Can you find a 4 star hotel in the north side?", + "SYSTEM: There are 8 guesthouses that meet that criteria. Do you have a preferred price range?", + "USER: Yes I want moderate price range", + "SYSTEM: I found 7 hotels that meets your criteria. Do you want parking?", + "USER: Yes, free parking is important. And also make sure it's an actual hotel rather than a guesthouse, I prefer the amenities of a hotel.", + "SYSTEM: I'm sorry but in this area we have only guesthouses. Would you want to choose one of them?", + "USER: I guess I don't have a choice. Book me in one of them a room for 3 people for 5 nights starting from this thursday.", + "SYSTEM: I booked you accomodation at arbury lodge guesthouse. Your reference number is AO41SUKL . Do you need anything else?", + "USER: No, that's all, thanks for the assistance!", + "SYSTEM: Sure, I'm here yo help. Have a lovely stay!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01488.json", + "Complete Dialogue": [ + "USER: I need to book a taxi to come by Saffron Brasserie by 03:30.", + "SYSTEM: I'd be happy to help! Where are you coming from?", + "USER: I'm coming from saffron brasserie.", + "SYSTEM: Where will you be going?", + "USER: I'm going to leicester train station and need to arrive there by 03:30", + "SYSTEM: Just want to confirm before booking you are departing from saffron brasserie and want to arrive at leicester by 3:30, is that correct?", + "USER: Yes, that is correct", + "SYSTEM: Booking completed! Booked car type : white ford Contact number : 07379980416", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Thanks for using the help desk and have a great day." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "saffron brasserie" + ], + "taxi-leaveat": [ + "03:30" + ], + "taxi-destination": [ + "leicester train station" + ], + "taxi-arriveby": [ + "3:30", + "03:30" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0449.json", + "Complete Dialogue": [ + "USER: I'm looking for information on a train that will arrive at 20:45 Wednesday.", + "SYSTEM: I have 318 trains running on Wednesday, to help narrow it down where will you be departing/arriving?", + "USER: The train should depart from cambridge and should go to kings lynn.", + "SYSTEM: Train TR3234 leaves at 19:11 and arrives by 19:58. Shall I book that one for you?", + "USER: Yes. Thank you very much.", + "SYSTEM: Great. I have booked your ticket, your reference number is : NSRUZ1F6 . May I help you with anything else today?", + "USER: No thank you. That is all.", + "SYSTEM: I'm glad we could help. thank you and goodbye!" + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:45" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "kings lynn" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1141.json", + "Complete Dialogue": [ + "USER: I am looking for a swimming pool to go to in the north.", + "SYSTEM: There are two swimming pools to go to in the north. Would you rather go to Jesus Green Outdoor Pool or Kings Hedges Learner Pool?", + "USER: Great can I get their phone number?", + "SYSTEM: The phone number for Jesus Green is 01223302579, and the number for Kings Hedges is 01223353248. Is there anything else I can do to help?", + "USER: No, thank you.", + "SYSTEM: Okay. well I have no information on entrance fee but I do have their locations specifics. Would you like those as well?", + "USER: No, thank you.", + "SYSTEM: Well I'm glad I could help you and if there's anything else you need, please call us again." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1269.json", + "Complete Dialogue": [ + "USER: Yes, I'm looking for a Cuban restaurant in the Centre.", + "SYSTEM: I don't see any Cuban restaurants in the Centre. Would you like to look for Cuban restaurants in another location?", + "USER: Hmm okay can you search for chinese food instead then please?", + "SYSTEM: There are 10 entries here. I recommend charlie chan.", + "USER: That sounds great. Can I have their phone number and address?", + "SYSTEM: Their phone number is 01223361763. Is there anything else I can do for you?", + "USER: Yes, can I please get their postcode and address?", + "SYSTEM: It is Regent Street City Centre, CB21DB", + "USER: Thank you very much, that's all the information that I need.", + "SYSTEM: You're welcome. If you need anything in the future, feel free to check back with us. Enjoy your stay!!", + "USER: Thanks again for the help. Have a great day. Goodbye.", + "SYSTEM: Please let us know if we can help any further. Have a great day." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "cuban", + "chinese" + ], + "restaurant-name": [ + "charlie chan" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2124.json", + "Complete Dialogue": [ + "USER: Hello, we're planning on staying in Cambridge and need lodging. We're looking for a guesthouse which has all amenities etc. Price is no problem.", + "SYSTEM: I can help you find a nice place to stay. First, did you have a particular area of town you were interested in?", + "USER: I would really like to stay in the east of town, and preferably an expensive guesthouse if one is available.", + "SYSTEM: There are no expensively priced guesthouses in that area, but there are 2 moderately priced ones and 3 cheap ones. Would one of those suit you?", + "USER: Can you suggest one of the cheap ones?", + "SYSTEM: I can recommend autumn house at 710 Newmarket Rd. Would you like me to book this for you?", + "USER: Yes. For one person for 5 nights starting from thursday.", + "SYSTEM: Booked! Reference number: WQL1WG7F .", + "USER: Thank you! I also need a train that arrives by 08:45", + "SYSTEM: Sure! Where will you be departing from? Would you like to depart at a certain time?", + "USER: I'd like to leave from Stevenage and go to Cambridge, it should arrive by 8:45 on the same day as my hotel booking.", + "SYSTEM: I have train TR1044 leaving stevenage at 7:54 and arriving in cambridge 8:43. Would you like me to book that?", + "USER: No, I'm not sure I need the train yet. Thanks for the info!", + "SYSTEM: You're welcome. Is there anything else I could help you with?", + "USER: No, that's all I needed. Thanks for your time!", + "SYSTEM: Thank you for using our service. Have a great day.", + "USER: Thanks. I will definitely use your service again.", + "SYSTEM: You're welcome. Thank you for calling. Good bye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "dontcare", + "cheap", + "expensive" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "autumn house" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:45" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1938.json", + "Complete Dialogue": [ + "USER: Hello, could you help me with information on a train?", + "SYSTEM: Yes, I can. There are 2,828 trains traveling between Friday and Wednesday. Where are you departing from and what is your destination?", + "USER: I am leaving from Norwich and going to Cambridge on Wednesday.", + "SYSTEM: What time would you like to leave?", + "USER: I don't have a departure time but I want to arrive by 15:45.", + "SYSTEM: Great I have tran that ik get you there by 15:35. Would you like to book that?", + "USER: Just please get me the train ID and total travel time.", + "SYSTEM: the id is TR1892 and the duration is 79 minutes. anything else today?", + "USER: Can you find me a cheap guesthouse to stay in?", + "SYSTEM: Do you have a area of town you prefer?", + "USER: East part of town please", + "SYSTEM: There are three to choose from that are on the East part of town. They are all in the cheap price range. Should I recommend one?", + "USER: Could you try to book me into one starting Wednesday?", + "SYSTEM: How many nights will you be staying?", + "USER: There will be three of us checking in on Wednesday and staying for two nights.", + "SYSTEM: I have you booked at the Autumn House, and your reference number is 8CCY0VK0 . Do you need the address or phone number?", + "USER: Not at this time. Thank you so much.", + "SYSTEM: Is there anything else I can assist you with?", + "USER: No, thanks. That's all for today.", + "SYSTEM: Have a great day and enjoy your trip." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "15:45" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "autumn house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3807.json", + "Complete Dialogue": [ + "USER: I am looking for a place to eat that's expensive and serves Belgian food.", + "SYSTEM: I'm sorry, we don't have any Belgian restaurants. Would you like to try a different type?", + "USER: How about somewhere expensive in the centre?", + "SYSTEM: no such restraunts too", + "USER: How about a gastropub restaurant?", + "SYSTEM: I have two, the backstreet bistro and the slug and lettuce. Do you have a preference between the two?", + "USER: Can you book a table at the Bistro for me? 4 people at 13:30 on Sunday, please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : NSLKEI1G .", + "USER: Thanks! I also need a train from Cambridge to Ely, please.", + "SYSTEM: what time will you be departing?", + "USER: I want to leave after 10:30 on Monday.", + "SYSTEM: The TR8089 meets your criteria. Would you like to book tickets?", + "USER: Yes, what time do I need to be at the station?", + "SYSTEM: I should be asking you what time you need to be at the station.", + "USER: I just need the arrival time and price.", + "SYSTEM: The arrival time for train TR8089 is 12:07, and it will cost only 4.40 pounds. Is there anything else I can help with?", + "USER: That was everything. Thanks very much!", + "SYSTEM: You're welcome, have a good day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "belgian", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "backstreet bistro", + "bistro" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "10:30" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0206.json", + "Complete Dialogue": [ + "USER: I need a moderately priced guest house.", + "SYSTEM: There are 15 moderately priced guesthouses. Do you have any specific needs, such as area, or internet access, or parking? What star rating would you prefer?", + "USER: Yes I want free wifi and the rating should have 4 stars.", + "SYSTEM: Acorn house is on the north side, has a 4-star rating and is in the moderate price range. They have free WIFI. What dates do you need?", + "USER: I need booking from 1 people and 4 nights starting from wednesday.", + "SYSTEM: I'm sorry, it doesn't look like they have a room available. Would you like me to try a different one?", + "USER: yes, please try a different hotel in the same price range.", + "SYSTEM: I have successfully booked you a room for 1 person and 4 nights starting on Wednesday at the archway house. They are located at 52 gilbert road.", + "USER: Can you give me a reference number to check in with?", + "SYSTEM: Reference number is 4D968P9B .", + "USER: Thank you for your help!", + "SYSTEM: You are welcome! Enjoy your stay.", + "USER: Thank you I'm sure I will.", + "SYSTEM: Great thank you." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "archway house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1769.json", + "Complete Dialogue": [ + "USER: I need information for a train leaving on friday after 15:15.", + "SYSTEM: I'll be happy to help with that. Can you tell me your departure and destination cities please?", + "USER: I am leaving from Cambridge and going to Bishops Stortford.", + "SYSTEM: There is a train leaving at 15:29.", + "USER: Perfect, can we book that for 2 people, and I will need the reference number.", + "SYSTEM: I have made those reservations and your reference number is 5EVEW0AE .", + "USER: Where do I collect my ticket?", + "SYSTEM: You will get that from the station.", + "USER: Great, thanks! Can you please also recommend an expensive place to stay with free parking?", + "SYSTEM: Sure, the Lensfield hotel is within your price range and has free parking. The number is 01223355017 and post code is cb21en. Have a great day.", + "USER: I wasn't done yet, but thanks I will have a great day. Now, can you tell me if that hotel is in the north?", + "SYSTEM: sorry. it is in the south.", + "USER: Okay. So how about one in the north then, because that's what I want. If not, then try the centre. And don't try to book without my permission again please.", + "SYSTEM: There are no hotels in the expensive range in the north." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "15:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1602.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the centre serving modern european food.", + "SYSTEM: We have four choices, do you have a preference in price range?", + "USER: I need one in the moderate price range.", + "SYSTEM: There are 2 restaurants with your given preferences. They are de luca cucina and bar and riverside brasserie. Do want me to book a table for you?", + "USER: Yes please. I need a table for one at noon on Saturday", + "SYSTEM: I tried to book a table using your criteria at both restaurants, but unfortunately, there was no availability at either. Would you like a different day or time?", + "USER: Can you try 11:00 for either place?", + "SYSTEM: That time was successful. You're booked at De Luca Cucina and Bar at 11:00 on Saturday. Your reference number is QCA3LHQC . Need anything else today?", + "USER: Yes please. I need train on the same day arriving in Cambridge.", + "SYSTEM: What time are you looking to arrive in Cambridge?", + "USER: I need to arrive by 08:45. Are there any trains that early?", + "SYSTEM: Oh yes plenty. How about the 07:17 that arrives by 08:08.", + "USER: What is the travel time and train ID?", + "SYSTEM: That ID would be the TR8885, and the travel time is 51 minutes. Would you like to book a seat on that train?", + "USER: No thanks. That will not be necessary. Thanks for the info. Goodbye.", + "SYSTEM: Just to confirm, that train leaves from London Kings Cross. Is that your intended departure station?", + "USER: Sorry, no, I need to depart from Broxbourne.", + "SYSTEM: Okay, it looks like the TR1971 would depart Broxbourne at 7:32 and arrive in Cambridge at 08:32. Would that work for you?", + "USER: Perfect, thanks. I am all set now.", + "SYSTEM: You are welcome. Good bye!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:00", + "at noon", + "12:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "08:45" + ], + "train-departure": [ + "broxbourne" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2303.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the west.", + "SYSTEM: I have about 9 different options for you. What type of food would you like to dine on?", + "USER: I would prefer Caribbean food", + "SYSTEM: I'm so sorry, but we don't have any Caribbean restaurants in that area. Would you like a different type of food? Or I could check a different area.", + "USER: Do you show any Indian restaurants in that area?", + "SYSTEM: Yes I have 5 in that area. I would like to suggest cocum. Would you like to make reservations?", + "USER: That sounds great. There will be 6 of us on Sunday for dinner. Say, 19:15?", + "SYSTEM: Great! Your table at cocum is booked. Your reference number is 1CQ2UX5F . Do you need help with anything else?", + "USER: Yes, I'd also like to visit a museum.", + "SYSTEM: There are 23 museums in Cambridge. Would you like to visit a museum near your restaurant in the west?", + "USER: You can just choose the one you like best please and then tell me its postcode and area", + "SYSTEM: Cafe jello gallery is in the west area. The post code is cb30af. Is there anything else I can help you with?", + "USER: No that will be all thank you", + "SYSTEM: You are most welcome, enjoy your visit!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "indian", + "caribbean" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:15" + ], + "restaurant-name": [ + "cocum" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1516.json", + "Complete Dialogue": [ + "USER: Hi, can you point me to an expensive restaurant that serves Italian food? I will be in the area soon.", + "SYSTEM: I have 4 in the centre of town and one in the south, any preference?", + "USER: Yes, I would like to book a reservation in the south for 2 people on friday afternoon.", + "SYSTEM: Could you give me a more specific time for the \"afternoon\"? Reservations can be placed starting on the hour and every 15 minutes after.", + "USER: Yes. I actually need a restaurant in the centre for three people on Wednesday at 18:15.", + "SYSTEM: I cannot get a table reserved for you at that time. Perhaps another day or time slot maybe?", + "USER: Can you try 17:15?", + "SYSTEM: I was able to book stazione restaurant and coffee bar the reference number is 95K25VSO", + "USER: Thank you. Can you book me a train arriving the same day as I am going to the restaurant?", + "SYSTEM: I would be happy to help if I have some more information. What are the departure and destination locations?", + "USER: I'm coming to Cambridge from London Liverpool Street.", + "SYSTEM: When would you like to leave or arrive by?", + "USER: I would like to arrive by 10:00 and I would like to book it for the same quantity of people as in the restaurant. I also would like the reference number.", + "SYSTEM: Ok, I have booked 2 tickets on TR5936 leaving Liverpool St at 07:39 and arriving in Cambridge at 09:07. Reference number 68JD5L35 . It will be 33.20GBP at the station.", + "USER: Thank you! Goobye.", + "SYSTEM: You're welcome. Have a nice day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "south" + ], + "restaurant-bookday": [ + "friday", + "wednesday" + ], + "restaurant-bookpeople": [ + "3", + "2" + ], + "restaurant-booktime": [ + "18:15", + "17:15" + ], + "restaurant-name": [ + "stazione restaurant and coffee bar" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:00" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0107.json", + "Complete Dialogue": [ + "USER: Hello, I need information for the nearest police station please.", + "SYSTEM: The telephone is 01223358966 and the address is Parkside, Cambridge. Is there anything else I can help you with?", + "USER: Can I have the postcode please?", + "SYSTEM: The postcode is CB11JG. Can I help you with anything else?", + "USER: No, thank you for your help.", + "SYSTEM: You are welcome. Please let us know if there's anything else we can assist you with in the future." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2978.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay with 4 stars.", + "SYSTEM: Certainly, is there an area of town you prefer?", + "USER: No, but it should have free wifi, 4 stars, and free parking.", + "SYSTEM: There are quite a few options that match your needs -would you prefer cheap or moderately priced?", + "USER: No. You can pick the hotel. I will need it for 3 people lasting 2 nights, from Friday.", + "SYSTEM: I have booked you a room at the Acorn Guest House. They are at 154 Chesterson Road, CB41DA. Their phone number is 01223353888. Can I help you with anything else?", + "USER: Yes, I need the reference number.", + "SYSTEM: Booking was successful. Reference number is : UUJ3X14V .", + "USER: Thanks! I am also looking for suggestions for night clubs.", + "SYSTEM: I have 6 night clubs in the city, 5 are in the centre and 1 is in the South? Would you like info on any of them?", + "USER: What is the entrance fee and the phone number for the one in the south?", + "SYSTEM: The Place is a nightclub in the south part of town. I'm sorry, i do not have the entrance fee. Their phone number is 01223324600. Is there anything else?", + "USER: No, that's all I needed! Thanks you've been so helpful! Bye!", + "SYSTEM: You are most welcome. Enjoy your visit!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-area": [ + "south" + ], + "attraction-name": [ + "the place" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1080.json", + "Complete Dialogue": [ + "USER: I am looking for a college to visit.", + "SYSTEM: We have many colleges in Cambridge, most of which are in the center of town. Do you have a specific area in mind?", + "USER: I don't have a preference, but could I have the entrance fee, postcode, and phone number please?", + "SYSTEM: Clare college is located in the west with a postcode of cb21tl. The phone number is 01223333200 and the entrance fee is 2.50 pounds.", + "USER: Thank you. Can you help me in finding a hotel in the centre of town?", + "SYSTEM: May I recommend the Alexander Bed & Breakfast Hotel located in the centre of town at 56 Saint Barnabas Road?", + "USER: Does it have 0 stars? I'm wanting to make sure I book a room at a place with 0 stars.", + "SYSTEM: No, the Alexander has a 4 star rating. There are two others located in the centre of town that have 0 stars. Would you like information for either of those?", + "USER: Could either of the ones with 0 stars accommodate 7 people for 4 nights, starting from Saturday? If so, book it and please provide a reference number.", + "SYSTEM: In order that I may better serve you, I will need the date you will need your accommodations.", + "USER: I just said I needed it on Saturday for 4 nights? There will be 7 of us.", + "SYSTEM: I have you booked for four nights. Your reference number is ACLLASUS .", + "USER: Great, I also need a taxi to take me between the two places.", + "SYSTEM: I'd be happy to help you with a taxi. Which will you be departing from and what time are you looking to leave?", + "USER: I will be departing from Clare college at 02:15.", + "SYSTEM: Okay, I booked a taxi from Clare College to Alexander at 02:15. The car will be a yellow Tesla, contact number is 07924405989.", + "USER: Thanks, that's all I need. Have a nice day.", + "SYSTEM: We are happy to help. Thank you for using our service. Have a great day!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "0" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "clare college" + ], + "taxi-destination": [ + "alexander", + "alexander bed and breakfast" + ], + "taxi-leaveat": [ + "02:15" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02259.json", + "Complete Dialogue": [ + "USER: I'd like for a taxi to take me to autumn house from travellers rest", + "SYSTEM: Sure thing! What time do you want to leave?", + "USER: I want to arrive by 07:00, what time I leave is okay.", + "SYSTEM: There's a grey skoda that will be picking you up. You can contact the driver at 07605689057." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "autumn house" + ], + "taxi-destination": [ + "travellers rest" + ], + "taxi-arriveby": [ + "07:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2319.json", + "Complete Dialogue": [ + "USER: I wanted to visit a place called Center, could you tell me the hours it's open, and if it is an attraction that I would need to book in advance?", + "SYSTEM: I'm sorry, I don't have a listing for an attraction by that name.", + "USER: ok. can you find me a nice hotel where i can spend over the weekend", + "SYSTEM: Perhaps you were interested in an attraction located in city CENTRE? Theatre? dancing? dining? museums? If not, I can help with hotel booking too.", + "USER: Yes, I am interested in one located in the city Centre. Can you list out several for me so I can choose from them?", + "SYSTEM: There are 44 different attractions in the centre ranging from architecture to nightclubs. What type of entertainment are you interested in?", + "USER: Please give me a list of nightclubs and the admission fee", + "SYSTEM: There are five nightclubs in the Centre. May I suggest Soul Tree Nightclub? It cost four pounds for the entrance fee.", + "USER: Can you give me the post code for the Soul Tree Nightclub?", + "SYSTEM: The postcode is cb23qf. Is there anything else I can help you with today?", + "USER: I would also like to book a table for a restaurant that serves British food and is expensive. I need this to be in the same area as the nightclub.", + "SYSTEM: I found 3 restaurants matching your request. The cambridge chop house is very popular. Would you like to book a table there?", + "USER: yes can you please help me with that?", + "SYSTEM: Yes when would you like to book?", + "USER: I'd like to book a table for 12:00 on Wednesday", + "SYSTEM: Ok, and for how many people?", + "USER: I'd like it for 7 people please. And could you also get me a taxi to go between the two?", + "SYSTEM: i booked that for you. your reference number is 2tn0v6dq .", + "USER: Thank you. Can you also book me a taxi to go between the two?", + "SYSTEM: Sure. I'll just need to know where you want to be picked up and where you want to be dropped off, plus either when you want to leave or arrive by", + "USER: adress and phone number please and thank you", + "SYSTEM: Unfortunately, I don't understand your message. To book your taxi, I need to know where you are starting and going to. I also need to know what time.", + "USER: So sorry, I was distracted. I need to arrive at the restaurant in time for my booking, please.", + "SYSTEM: I can book that for you now.", + "USER: please do and give me car type and contact", + "SYSTEM: Booking completed! Your car is a blue honda and the contact number is 07559573662.", + "USER: Thank you so much. That's all I need for today.", + "SYSTEM: You are welcome. It has been a pleasure assisting you today. Have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "soul tree nightclub" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "cambridge chop house" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "12:00" + ], + "taxi-departure": [ + "soul tree nightclub" + ], + "taxi-destination": [ + "cambridge chop house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0911.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a 4-star hotel with free wifi.", + "SYSTEM: Sure thing. I have two options for you, and they are both guesthouses. One in the east, and one in the north. Do you have a preference?", + "USER: Are either of those two cheap?", + "SYSTEM: No I am sorry, they are both in the moderate price range. Would you like to book one of them?", + "USER: Any one will do as long as it has a 4-star rating with free wifi and is cheap.", + "SYSTEM: There are no 4-star places that are cheap and have free wifi. Perhaps something not as fancy, or in a higher price range?", + "USER: I'm not sure. I really needed those specifications.", + "SYSTEM: I apologize, we have several options. The alexander bed and breakfast is a cheap four star guesthouse, in the north area, with wifi. Would you care to reserve a room?", + "USER: Yes, let's book it for 3 nights from Wednesday. There will be 5 of us.", + "SYSTEM: Okay, I've made your reservation. The reference number is 525A3U0N . What else can I help you with today?", + "USER: You've taken care of everything. Thank you.", + "SYSTEM: Thank you have a good day." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3845.json", + "Complete Dialogue": [ + "USER: i need a place to stay", + "SYSTEM: Okay! What part of town would you like to stay in?", + "USER: I'd prefer something in the North, a 4 star hotel with free wifi if possible.", + "SYSTEM: There are no 4 start hotels in the north with free wifi.", + "USER: would you like to book something without free wifi, or in another area.", + "SYSTEM: There are no 4 star hotels in the north are with free internet. Is there anything else I can help you with?", + "USER: What about a guesthouse with 4 stars in the north?", + "SYSTEM: Yes, I see several guesthouses available! They are all in the moderate price range; does parking matter to you?", + "USER: The parking does not matter.", + "SYSTEM: Yes, I would recommend Avalon. It is at 62 Gilbert Road, postcode cb43pd.", + "USER: Can you tell me the phone number?", + "SYSTEM: Sure, the phone number is 01223353071.", + "USER: Can you also help me find an indian place to eat.", + "SYSTEM: Is there a certain area or price range you would like?", + "USER: I'm sorry, I meant to ask for help finding something fun to do in town in the north side of town. I don't need a restaurant after all.", + "SYSTEM: do you have a type in mind?", + "USER: can I get a boat?", + "SYSTEM: riverboat georgina is in the north. Would this work?", + "USER: find me its entrance fee", + "SYSTEM: Yes, I would have to give them a quick call. How many people and what day?", + "USER: I'm not ready to book it. I would just like to know the entrance fee.", + "SYSTEM: I'm sorry. The entrance fee for the Riverboat Georgina is unknown. Would you like the phone number?", + "USER: no thanks that will be all then", + "SYSTEM: I am glad that I can help. Have a nice stay." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-name": [ + "avalon" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0088.json", + "Complete Dialogue": [ + "USER: I need a place to stay that is cheap.", + "SYSTEM: Okay and what area will you be staying in?", + "USER: I need a place in the center of town, and I would prefer a hotel over a guesthouse.", + "SYSTEM: I have three hotels in the centre, one is moderately priced and then there are two expensive ones. Would you like to book one of them?", + "USER: I want to book one of the expensive ones.", + "SYSTEM: The expensive ones are the Gonville Hotel and University Arms Hotel. Both offer free wifi and parking. The Gonville is 3 star rated, and the University Arms is 4 star.", + "USER: Great. Can I book the University Arms for 2 nights for 4 people starting Sunday please? I'll need a reference number.", + "SYSTEM: OK, you're all set. Reference #MEGFYQHA . Is there anything else I can help you with today?", + "USER: Can you help me find a Hungarian restaurant, also in the centre of town?", + "SYSTEM: I'm sorry, there are no Hungarian restaurants in the centre of town, would you like another location?", + "USER: Is there and Indian restaurant available in that area?", + "SYSTEM: There are 9 indian restaurants. Do you prefer cheap or expensive?", + "USER: I would like expensive please.l", + "SYSTEM: There are several options in that area. How about Curry Garden? I hear it's great.", + "USER: Can you book a reservation for me?", + "SYSTEM: Absolutely, what day would you like reservations?", + "USER: I would like to book it fro Sunday at 14:45.", + "SYSTEM: How many people will be dining?", + "USER: 4 people will be dining.", + "SYSTEM: Your table is booked, ref#9BZUL5GV . Is there anything else I can help you with today?", + "USER: I think that is all I need today. Thank you for all your help. Good Bye.", + "SYSTEM: Have a pleasant trip and, as always, we are here if you need us." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "university arms", + "university arms hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "hungarian", + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "curry garden" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-bookpeople": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3887.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge looking for a restaurant in the north", + "SYSTEM: We have a range of options in the north. Do you have preferred cuisine or price range?", + "USER: How about an expensive venetian place?", + "SYSTEM: I'm sorry, I'm not finding any results. Is there another location or price range you'd like to try?", + "USER: How about something that serves Asian Oriental food?", + "SYSTEM: I do have one expensive asian oriental restaurant in the north. It is called Saigon City. Can I make you a reservation?", + "USER: That sounds great. I will need a table for 5.", + "SYSTEM: What day and time would you like this reservation for?", + "USER: 16:30 on Thursday, please.", + "SYSTEM: We booked you for Thursday at 16:30, is their anything else I can assist you with?", + "USER: Can you provide me with a reference number, please?", + "SYSTEM: Yes, your reference number is 80SX075C . Is there anything else I can help you with today?", + "USER: I would like to take a train from stansted airport to cambridge, on Thursday, with arrival by 13:30.", + "SYSTEM: TR9775 arrives by 12:52, would you like more info or tickets?", + "USER: Please give me the departure and travel time.", + "SYSTEM: It departs at 12:24 and the duration of the trip is 28 minutes.", + "USER: Thank you! That is all the information I need.", + "SYSTEM: excellent, have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "asian oriental", + "venetian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:30" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "13:30" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0873.json", + "Complete Dialogue": [ + "USER: What museums are there in the north area of town?", + "SYSTEM: I'm sorry. There are none.", + "USER: How about a swimming pool then?", + "SYSTEM: Kings Hedges Learner Pool is located at Jedburgh Court, Kings Hedges.", + "USER: Thank you. I just need the phone number and I'm wondering how much the entrance fee is?", + "SYSTEM: Yes of course their telephone number is 01223353248 and I do not unfortunately have information on their entrance cost at this time.", + "USER: Thanks, that sounds great. Can you suggest a cheap restaurant near the pool?", + "SYSTEM: There are 2 cheap options in the North by the pool. Royal Spice serves Indian and Da Vinci Pizzeria serves Italian. Do you have a preference?", + "USER: I am actually looking for a restaurant that serves scottish food.", + "SYSTEM: I am sorry there are not any restaurants that serve Scottish food in the north area. Would you like to broaden your area?", + "USER: How about Italian food?", + "SYSTEM: Yes, da vinci pizzeria is in the north and serves italian food and is in the cheap price range. Can I reserve a table for you?", + "USER: Yes please. There will be 5 of us and we would like to eat on Thursday at 17:45.", + "SYSTEM: I am very sorry that time was not available at da vinci pizzeria. Would you like to try a different time/day?", + "USER: How about 16:45 on Tuesday? Can I have the reference number?", + "SYSTEM: I'm sorry, that time is not available either. Would you like to try another one?", + "USER: 15:45, 18:45, if not Is there another italian restaurant that I could get a table for 5 at etiher 16:45 or 17:45?", + "SYSTEM: I am very sorry, our system was giving me an error, but I have managed to book your party of 5 at 16:45 on Tuesday. Your reference number is XRR7UTLU . Is there anything else I can help with?", + "USER: Yes I will also need a taxi to commute between the two places.", + "SYSTEM: I have a taxi that can take you from the Kings Hedges Pool to the restaurant, arriving there by your reservation time of 16:45. Will that work for you?", + "USER: What is the contact number and what will be the car type?", + "SYSTEM: Contact number is 07516311076, car type is a grey Ford.", + "USER: Thank you so much!", + "SYSTEM: Anything else I can do for you?", + "USER: No, that is all I need today. Thanks again! Bye.", + "SYSTEM: Okay enjoy your stay in Cambridge!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "museum", + "swimmingpool" + ], + "attraction-name": [ + "hedges learner pool", + "king hedges learner pool" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "scottish", + "italian" + ], + "restaurant-bookday": [ + "tuesday", + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "17:45", + "16:45" + ], + "restaurant-name": [ + "da vinci pizzeria" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "16:45" + ], + "taxi-departure": [ + "kings hedges pool", + "kings hedges learner pool" + ], + "taxi-destination": [ + "da vinci pizzeria" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0771.json", + "Complete Dialogue": [ + "USER: I need a train that leaves for Ely on Friday.", + "SYSTEM: What time do you need to travel to Ely?", + "USER: I need to arrive in Ely before 11:30. I would be leaving from Cambridge.", + "SYSTEM: There are 3 trains that fit that criteria - is there a specific time you'd like to leave?", + "USER: Yes, I would like to book a train that will arrive in Ely before 11:30.", + "SYSTEM: TR8792 departs Cambridge at 9:50 and arrives in Ely at 10:07. Would you like a ticket on that train?", + "USER: I also need a place to stay on the north side of town that includes free parking.", + "SYSTEM: We have several guesthouses, one hotel and one lodge that meet that criteria.", + "USER: Do any of them have 3 stars?", + "SYSTEM: Yes, the Hamilton Lodge has only three stars. It is a guesthouse in the north part of town. Would you like me to book you here?", + "USER: No, but I do need the address, postcode, and phone number.", + "SYSTEM: Sure, The Hamilton Lodge is located at 156 Chesterton Road, cb41da. You can call at 01223365664. Is there anything else I can help with?", + "USER: That is all I need. Thank you.", + "SYSTEM: TR8792 is the latest departing train on Friday. It departs at 9:50 and arrives in Ely at 10:07. Do you want to depart earlier?", + "USER: I didn't need a train. I have everything I needed now. Thank You for your help.", + "SYSTEM: No problem. Enjoy your stay in Cambridge!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "ely" + ], + "train-arriveby": [ + "11:30" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2573.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called hamilton lodge.", + "SYSTEM: Hamilton lodge is a guesthouse, on the north side of town, in the moderate price range and awarded 3 stars. Do you need more information?", + "USER: What's the hotel type, postcode, and star of the hotel?", + "SYSTEM: It is a moderately-priced guesthouse with 3 stars. The postcode is cb41da.", + "USER: Thank you!! Can you also recommend places to go around the centre. My wife is really into architecture.", + "SYSTEM: Sure, I have many churches in the centre. Would you like more information about one? Perhaps Holy Trinity?", + "USER: Can I get the address of that?", + "SYSTEM: Sure. Their address is market street with postcode cb23nz.", + "USER: Thank you so much, that is all I needed.", + "SYSTEM: Thank you for using our system!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hamilton lodge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "holy trinity", + "holy trinity church" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4158.json", + "Complete Dialogue": [ + "USER: I need to place to eat, say, in the center of the town with some creative food.", + "SYSTEM: I don't have any creative restaurants in that area. maybe another cuisine?", + "USER: What about Italian food?", + "SYSTEM: We have many Italian restaurants! If price is no issue, I recommend Caffe Uno.", + "USER: That is great. I need to make a booking for one.", + "SYSTEM: I can do that. What day and time would you like the booking?", + "USER: book a table for 1 people at 11:15 on tuesday with reference number please and thank you", + "SYSTEM: Your reservation is booked. Your reference number is 4UROSY5A .", + "USER: Thanks for handling the restaurant booking. I also need a cheap place to stay near the restaurant.", + "SYSTEM: If a guesthouse is okay, Alexander Bed and Breakfast is a 4-star cheap hotel in the center part of town near the restaurant. Will that work?", + "USER: That sounds great! Can I get the phone number and postcode too?", + "SYSTEM: The phone number is 01223525725 and the postcode is cb12de", + "USER: Great, Thank you so much for all your help.", + "SYSTEM: You are most welcome. Is there anything else I can assist you with?", + "USER: No, that's everything I needed. Thanks again! Goodbye!", + "SYSTEM: Have a wonderful trip." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian", + "creative" + ], + "restaurant-name": [ + "caffe uno", + "cafe uno" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:15" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4724.json", + "Complete Dialogue": [ + "USER: can you recommend a good place to go in the centre?", + "SYSTEM: Yes! What type of attraction would you like to visit?", + "USER: Can you suggest one for me please. I need the postcode, entrance fee if any and phone number", + "SYSTEM: the fitzwilliam museum is a museum is free. Postcode: cb21rb. Phone: 01223332900.", + "USER: Also looking for a 4 star hotel in the same area as the museum.", + "SYSTEM: We have the University Arms, which is an expensive hotel, or the Alexander B&B, which is a charming, but inexpensive, guesthouse.", + "USER: Can you book a room there for 2 people and two nights? I'll need a reference number as well.", + "SYSTEM: What day will you be staying?", + "USER: i will be staying for 5 days", + "SYSTEM: I'm sorry... are you staying with two people for two days, or alone for five days? Which days would you like me to reserve?", + "USER: Never mind the booking. I need a taxi.", + "SYSTEM: Okay what time do you need the taxi?", + "USER: I want to leave the hotel by 20:00.", + "SYSTEM: What is your destination?", + "USER: The Fitzwilliam Museum is my destination.", + "SYSTEM: The taxi is all set, look for a grey toyota, they can be reached at 07596698267 if there are any issues. Any other questions?", + "USER: Thank you that's all I needed today.", + "SYSTEM: you are welcome all the time", + "USER: Great, that's all I need...thanks so much! Have a great day!", + "SYSTEM: You're welcome! Have a great day!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5", + "2" + ], + "hotel-name": [ + "alexander b&b", + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "alexander b&b", + "alexander bed and breakfast" + ], + "taxi-leaveat": [ + "20:00" + ], + "taxi-destination": [ + "fitzwilliam museum" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2556.json", + "Complete Dialogue": [ + "USER: I'm wanting information about museums in the centre of town.", + "SYSTEM: There are 11 museums in the centre of town. A few are the regency gallery, the fitzwilliam museum, castle galleries, and primavera.", + "USER: The fitzwilliam sounds good. Could I get the phone number?", + "SYSTEM: Absolutely, the fitzwilliam museum's phone number is 01223332900. Is there anything else I can help you with today?", + "USER: I'm also looking for a hotel that is cheap and includes free parking.", + "SYSTEM: I found the Cambridge Belfry. It is located in the west of town. Would you like me to book that for you?", + "USER: No, thanks. That will be all.", + "SYSTEM: Can I assist you with anything else today?", + "USER: No, again, that is all, thank you.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "fitzwilliam", + "fitzwilliam museum" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2598.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderately priced guest house. Can you recommend one?", + "SYSTEM: There are 15 options. Do you have a specific area you would like to stay in? And are you interested in wifi and parking?", + "USER: I don't care about wifi or parking. To be honest, I don't care what area it is in, either. What would you pick?", + "SYSTEM: I would go with the Acorn Guest House if I were choosing a moderately price guesthouse.", + "USER: Sounds nice. What is the address and postcode please?", + "SYSTEM: The address is 154 Chesterton Rd, the postal code is cb41da, is there anything else that I can assist with?", + "USER: I'm also looking for an attraction preferably on a boat in the west.", + "SYSTEM: There are no boats in the west, can I try something else for you?", + "USER: Hmm. What about museums?", + "SYSTEM: Cambridge and county folk museum is available, would you like that?", + "USER: Sure. That sounds good. Can I get their address and postcode please?", + "SYSTEM: Sure their address is 2-3 Castle Street and the postcode is cb30aq", + "USER: Thanks! I also need a taxi between both locations, please.", + "SYSTEM: Can you tell what time you want to be picked up and at which location?", + "USER: I want to leave the hotel by 23:15.", + "SYSTEM: Booking completed! Your contact number is 07349924614. The car type is a black ford. Can I help you with anything else?", + "USER: Wow that was fast thanks! No, that is all I needed. Hope you have a wonderful day.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "boat" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "cambridge and county folk museum" + ], + "taxi-leaveat": [ + "23:15" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2668.json", + "Complete Dialogue": [ + "USER: Can you recommend some places to go in the west side of town?", + "SYSTEM: There are several attractions in the west side of town. Do you have a preference for the type of attraction?", + "USER: Not really. What would you recommend?", + "SYSTEM: The museum of classical archaeology has free admission and is in the west area. Is there anything else that I can help you with?", + "USER: What is the postcode and address for the museum?", + "SYSTEM: The postcode for that is cb3ojg and the address is Girton College, Huntingdon Road. Can I help you anymore today?", + "USER: Can you help me find the Worth House hotel?", + "SYSTEM: Worth House is a guesthouse on the north side. It is in the cheap price range, but has four stars. Would you like me to book you a room?", + "USER: Yes, please, that would be perfect.", + "SYSTEM: what day would you like, and how may days?", + "USER: I'm sorry, but don't book it. I just need the area and address.", + "SYSTEM: It is located in the north. The address is 152 chesterton road.", + "USER: Thanks for all your help!", + "SYSTEM: Happy to help. Have a pleasant day." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "dontcare" + ], + "attraction-name": [ + "museum of classical archaeology" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "worth house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1764.json", + "Complete Dialogue": [ + "USER: I sure hope so. A friend recommended the Alexander Bed and Breakfast. What can you tell me about it?", + "SYSTEM: It is a wonderful guesthouse located in the centre of town. It has a 4 star rating and offers both free parking and free internet. Would you like assistance booking?", + "USER: That sounds like a great place! What's the address?", + "SYSTEM: The address is 56 saint barnabas road.", + "USER: I will also need a train on Tuesday.", + "SYSTEM: There are several for Tuesday. Did you have a particular departure and arrival times?", + "USER: I need the train to depart from Leicester and arrive in Cambridge by 10:15. I am open on departure time.", + "SYSTEM: Can you book it for me and get a reference number ?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-arriveby": [ + "10:15" + ], + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1051.json", + "Complete Dialogue": [ + "USER: I am wanting to go to the theatre. Are there any in the centre of town?", + "SYSTEM: The adc theatre is located on Park Street. There are a few others as well.", + "USER: The adc theatre sounds perfect. Could I get the postcode and phone number please?", + "SYSTEM: Absolutely - the ADC's postcode is cb58as and their phone number is 01223300085. Can I help with anything else today?", + "USER: I'm also looking for a place to stay. I hate star ratings, so this place needs to have a star rating of 0. It doesn't need to include free internet.", + "SYSTEM: There are 3 places to stay in Cambridge that have star ratings of 0, but they all include internet. Would you prefer a cheap or moderately priced hotel/guesthouse?", + "USER: I don't care about the price, but I would like a place in the centre of town with free parking.", + "SYSTEM: I have the perfect place for you. It's called the El Shaddai guesthouse. It is on the cheap side and includes free parking and wifi. Can I interest you in it?", + "USER: Is El Shaddai in the centre of town?", + "SYSTEM: It sure is. Would you like me to reserve it for you?", + "USER: Yes can you reserve for two nights beginning May 18th?", + "SYSTEM: Absolutely. How many people do you need a booking for?", + "USER: I need to book for three people.", + "SYSTEM: With the greeting customer wanted to get information about theatre and hotel in the center of the city with free parking and free wii fii and not bothered about price." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "no" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2342.json", + "Complete Dialogue": [ + "USER: I'm so hungry! Can you find me a really great modern european restaurant? Money is no object!", + "SYSTEM: Darrys cookhouse and wine shop looks good, would you like to book there?", + "USER: I am a little tight on money, do you know the price range?", + "SYSTEM: It is the expensive price range.", + "USER: That's fine. I'd like to know if it's in the centre of town. If so, I need a table for Sunday.", + "SYSTEM: Yes, it's in the centre of town. What time would you like to book the table for on Sunday?", + "USER: Can you book a table for 1 at 11:00 on sunday?", + "SYSTEM: I have made those reservations your reference is XZOJ853X .", + "USER: Thank you so much! I'm also looking for parks to see. Can you help me with this?", + "SYSTEM: Yes I have several. Where would you like it to be?", + "USER: I am not particular but could I have an address for a popular one?", + "SYSTEM: Sure thing, the address is fen causeway", + "USER: You have been a great help. Thank you so much. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern european" + ], + "restaurant-name": [ + "darrys cookhouse and wine shop" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:00" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ], + "attraction-area": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3582.json", + "Complete Dialogue": [ + "USER: Find me a train that leaves after 11:00 on Wednesday", + "SYSTEM: ok, and what is your destination?", + "USER: I'll be leaving cambridge with a destination of stevenage.", + "SYSTEM: The earliest train after that time is TR3844. It departs at 11:21 and arrives in Stevenage at 12:10. Would that work for you or would you like a later train?", + "USER: Yes please. I need the travel time.", + "SYSTEM: It is a 49 minute ride, it will cost 12.80 pounds. Would you like me to make reservations for you?", + "USER: Not right now, thanks. I would like to go to a museum while I'm in town, though.", + "SYSTEM: Were you looking for one in a particular area?", + "USER: No, any area is fine. Can you suggest one?", + "SYSTEM: The Broughton House Gallery is a free museum located in the centre. Would you like more information about it?", + "USER: I would like the address and phone number.", + "SYSTEM: Located at 98 king street. Number is 01223314960.", + "USER: Great thanks. That's all I need.", + "SYSTEM: Do you need me to look up info about another place or attraction? Anything?", + "USER: No, I think you've answered all my questions. Thank you!", + "SYSTEM: No problem! Have a great day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "11:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0319.json", + "Complete Dialogue": [ + "USER: I want to find a place to stay that is a guesthouse and has free parking.", + "SYSTEM: There are 21 guesthouses with free parking. Are you looking for a particular price range or location?", + "USER: I want at least 4 stars rating. Are any of them 4 starts?", + "SYSTEM: There are 16 that have a 4-star rating. Is there a particular price range you are looking for?", + "USER: No, just anywhere that has room for 5 people starting Sunday.", + "SYSTEM: I need to narrow the search. What area do you want to stay in? Do you prefer moderate or cheap?", + "USER: I prefer to stay in a moderate area.", + "SYSTEM: I have 9 guesthouse in the moderate range with free parking and 4 stars. The archway house is nice on the north side.", + "USER: Sounds good. Please book for 5 people and 3 nights starting from this sunday.", + "SYSTEM: Booking was unsuccessful. Want to try aylesbray lodge guest house?", + "USER: Yes let's try that one please.", + "SYSTEM: OK that is all set, thank you!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "archway house", + "aylesbray lodge guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0817.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a 1 star place to stay with free wifi.", + "SYSTEM: I'm sorry there are no 1 star hotels with internet, would you like me to search on 2 stars, we have a few hotels available.", + "USER: Alright. I wanted a 1 star, but I guess I can listen to the 2 star options.", + "SYSTEM: I have 2 on the north side that are in the moderate price range and 1 on the east side in the expensive range. Would you like to book one.", + "USER: Hmm. What do you what about 4 star hotels?", + "SYSTEM: There are 5 guesthouses with 4 star ratings in Cambridge with moderate to cheap price ranges. Would you like more information?", + "USER: Well, I'd like to book one. I don't think it matters which one.", + "SYSTEM: What dates would you like to book the room for?", + "USER: I need it for two nights starting on Saturday.", + "SYSTEM: Okay, how many people will be in your party?", + "USER: It would be for 7 people.", + "SYSTEM: I have booked you at the A and B Guest House at 124 tenison road. The reference number is 0J08KUGQ . Can I help you with anything else?", + "USER: No, that is all. Thank you. Bye.", + "SYSTEM: You are welcome, goodbye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4", + "2", + "1" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0781.json", + "Complete Dialogue": [ + "USER: I need some information on a train departing from peterborough.", + "SYSTEM: I can help you with that! What information are you looking for?", + "USER: I need a train to Cambridge that leaves after 4:15 PM.", + "SYSTEM: What day are you looking for the train?", + "USER: I want to leave on Friday.", + "SYSTEM: There's a train going from Peterborough, leaving at 16:48. Will that work?", + "USER: That may work. What is the train ID, travel time, and arrival time?", + "SYSTEM: Train ID is TR0992, it departs at 16:48 and arrives at 17:38.", + "USER: how long is the train ride?", + "SYSTEM: The train ride will last 50 minutes from 16:48 to 17:38.", + "USER: Great, thanks. Can you also help with finding a great restaurant to eat at. I want something in the centre of town and moderately priced if possible.", + "SYSTEM: great, i have 21 options for you!", + "USER: 21 in the moderate price in the centre? Which one do you say is best?", + "SYSTEM: It would really depend on what kind of food you like. What is your favorite cuisine?", + "USER: I'm open to anything, Ill go with what you recommend and take a booking for three people at 20:00 on friday.", + "SYSTEM: I have reserved a table for you at Restaurant One Seven, it's a real popular locale. Your reference number is JNNU896Z .", + "USER: Thanks so much, that's all I needed help with today!", + "SYSTEM: you are welcome and thanks for using our services" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "after 4:15 pm", + "16:48" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "restaurant one seven" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20242.json", + "Complete Dialogue": [ + "USER: I'd like a restaurant in the north part of town that is in the medium price range.", + "SYSTEM: What type of food are you looking for?", + "USER: I don't care", + "SYSTEM: The golden wok serves Chinese food, is located in the north part of town and in the moderate price range.", + "USER: is there another one as well?", + "SYSTEM: Yes, there is also The Nirala which is an Indian restaurant. Would you be interested in more information on that one?", + "USER: Yes could you give me the phone number for The Nirala?", + "SYSTEM: Their number is 01223 360966.", + "USER: Which part of town it is in ?", + "SYSTEM: it is located in the north part of town", + "USER: Thank you goodbye.", + "SYSTEM: Have a nice day." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "nirala" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1426.json", + "Complete Dialogue": [ + "USER: I am looking for information on a train that goes to Cambridge and arrives at 9:45", + "SYSTEM: There are a few that arrive at cambridge by 09:45 what day are you arriving and where are you departing from?", + "USER: I'm departing from London Liverpool Street and I want to leave on Tuesday.", + "SYSTEM: Okay great! I have one train that would get you to Cambridge on Tuesday by 09:07. Would you like me to book that for you?", + "USER: No I just need to know the departure time please.", + "SYSTEM: The departure time is 07:39 for that train. Can I help you with anything else?", + "USER: Yes, can you tell me some good places to go while I'm in town?", + "SYSTEM: There are lots of nice attractions in town. Do you have a preference for type or area?", + "USER: I think we'd like to see a museum - do you have any recommendations?", + "SYSTEM: There are 23 museums all around the city. If you don't have any area preferences, Cafe Jello Gallery on the west side is very nice, and they have no entrance fee.", + "USER: That sounds perfect. What is there address?", + "SYSTEM: Cafe Jello Gallery, 13 Magdalene Street, and there is no entrance fee. Is there anything else I can assist you with?", + "USER: Do you have their phone number?", + "SYSTEM: Their phone number is 01223312112. Is there anything else I can help with?", + "USER: No that will be all. Thanks.", + "SYSTEM: Thank you and have a good day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "9:45", + "09:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "london liverpool street" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "west" + ], + "attraction-name": [ + "cafe jello gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01631.json", + "Complete Dialogue": [ + "USER: I want to book a taxi to pick me up Travellers Rest to take me to Finches Bed and Breakfast.", + "SYSTEM: Sure! when would you like to arrive?", + "USER: I would like to arrive at the restaurant no later than ten o'clock a.m.", + "SYSTEM: I have confirmed a taxi booking for you, a red tesla will be picking you up.", + "USER: Ok great, can I have the contact number?", + "SYSTEM: Sure its 07915006170. Is there anything else I can do for you?", + "USER: No, thank you. Great service. Goodbye.", + "SYSTEM: Please contact us again if there's anything else you need during your stay." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "travellers rest" + ], + "taxi-destination": [ + "finches bed and breakfast" + ], + "taxi-arriveby": [ + "ten o'clock a.m.", + "ten o'clock a.m" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3381.json", + "Complete Dialogue": [ + "USER: Please find me some information about the mutliple sports in the centre", + "SYSTEM: We only have one multiple sports complex but it is in the east, are you interested in that, or do you want another search in the centre?", + "USER: No, I need to stay in the centre. Are there any parks there?", + "SYSTEM: Okay! You can try Cambridge University Botanic Gardens on Bateman Street. It is in the Centre part of town, and the admission fee is 4 Pounds.", + "USER: Great! What is their phone number?", + "SYSTEM: The phone number is 01223336265.", + "USER: I also need a train departing from cambridge to arrive by 21:15", + "SYSTEM: Ok. I can help with train info. Whata is your destination?", + "USER: The destination is peterborough.", + "SYSTEM: how about TR9859? it leaves at 05:06", + "USER: Sounds good, please book me for four people and can I get a reference number?", + "SYSTEM: Booking was successful, the total fee is 66 GBP payable at the station, your reference number is 2WXSC5I1 . Will that be all?", + "USER: That is all I need.", + "SYSTEM: Thank you for calling. Have a great day. Goodbye!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "park", + "multiple sports" + ], + "attraction-name": [ + "cambridge university botanic gardens" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2159.json", + "Complete Dialogue": [ + "USER: I am looking for an upscale Chinese food restaurant in Cambridge; can you make a recommendation?", + "SYSTEM: Yu garden is in the expensive price range in the east part of town.", + "USER: I need something in the Center of town.", + "SYSTEM: There are four expensive Chinese restaurants in the centre of town. Would Ugly Duckling suit you?", + "USER: That sounds fine. Can you give me the address and phone number?", + "SYSTEM: Yes Ugly Duckling would work. Would you please reserve it for me and send me the reference number? Thank you.", + "USER: Yes, I know it would work, I am the one you asked, lol. Can you just give me the address and phone number though?", + "SYSTEM: Their address is 12 St. Johns Street City Centre. Unfortunately their phone number is not available.", + "USER: Thanks, I am also looking for somewhere to go in the centre area.", + "SYSTEM: Castle Galleries is a museum in the centre and it's free. Would you like the address or another option?", + "USER: Yes, I'd like the address please.", + "SYSTEM: Their address is unit su43, grande arcade, saint andrews street and their postcode is cb23bj.", + "USER: No that's all, thank you!", + "SYSTEM: You're welcome, have a great day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "ugly duckling" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "castle galleries" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01475.json", + "Complete Dialogue": [ + "USER: I need to book a taxi to arrive by 13:45 to take me to La Margherita.", + "SYSTEM: I can help you with that. where are you going?", + "USER: I am going to La Margherita.", + "SYSTEM: You are booked. Your car is a white toyota and contact number is 07178746002", + "USER: Um wait how did you book the taxi if you never even got my departure location?", + "SYSTEM: I can check that. What is your departure location?", + "USER: I am departing from hakka.", + "SYSTEM: I apologize for the error. You are booked for a blue Volvo with the contact number of 07789499283 from hakka.", + "USER: Ok that's all I need. Thanks!", + "SYSTEM: You're more than welcome!" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "13:45" + ], + "taxi-destination": [ + "la margherita" + ], + "taxi-departure": [ + "hakka" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0132.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the west side that's in the moderate price range.", + "SYSTEM: I have three listings,one for british,indian,italian. Are any of those types of food you are looking for?", + "USER: Are any of them available for 8 people at 19:00 on Wednesday?", + "SYSTEM: There are two restaurants available the Indian restaurant Meghna and the Italian restaurant Prezzo 8 people at 19:00 on Wednesday. Which one do you prefer?", + "USER: The Italian restaurant Prezzo sounds good.", + "SYSTEM: Booking was successful, table will be reserved for 15 mins. Reference number is : GVOKLI1A . Anything else?", + "USER: nope thats it. thanks", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ], + "restaurant-name": [ + "prezzo" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1298.json", + "Complete Dialogue": [ + "USER: Hi can you help me to book a train from london liverpool street?", + "SYSTEM: I certainly can! I'll need to know your destination, day of travel, and what time you want to leave or arrive by, so I can find a suitable train, OK?", + "USER: I'll be traveling on Sunday. I'm going from London Liverpool Street to Cambridge.", + "SYSTEM: TR2357 leaves London Liverpool Street at 7:39 and arrives in Cambridge at 9:07. Would this work or do you need another time frame?", + "USER: How long is the travel time?", + "SYSTEM: The travel time will be 88 minutes. Would you like me to book it for you?", + "USER: No thank you. I need information on a attraction called scott polar museum.", + "SYSTEM: Scott Polar Museum is located in the centre area, and has no entrance fee. Do you need additional information?", + "USER: Entrance fee, attraction type, and phone number please.", + "SYSTEM: 01223336540 It is a museum in the center. It is free to get in.", + "USER: Thank you that's all I need today.", + "SYSTEM: I'm glad I could be of assistance. Have a great day.", + "USER: you too have a wonderful day.", + "SYSTEM: Bye bye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "london liverpool street" + ], + "train-day": [ + "sunday" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scott polar museum" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01578.json", + "Complete Dialogue": [ + "USER: I'd like to book a taxi, please. I need to get from the lensfield hotel to peking restaurant.", + "SYSTEM: What time do you want to be picked up at the lensfield hotel?", + "USER: I would like for the taxi to arrive by 06:15.", + "SYSTEM: Booking completed! Booked car type : red audi Contact number : 07547694043" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "lensfield hotel" + ], + "taxi-destination": [ + "peking restaurant" + ], + "taxi-arriveby": [ + "06:15" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20110.json", + "Complete Dialogue": [ + "USER: Cheap restaurant in the north. address and phone number, please.", + "SYSTEM: There are two restaurants in the cheap category in that area. Would you prefer Italian or Indian?", + "USER: I would prefer Italian.", + "SYSTEM: da vinci pizzeria is located at 20 milton road chesterton and they can be reached at 01223 351707", + "USER: Thank you goodbye.", + "SYSTEM: Thank you for using Cambridge restaurant system. Good bye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1703.json", + "Complete Dialogue": [ + "USER: Looking for a place to go to in the centre area, a type of college.", + "SYSTEM: Excellent! There are 13 places that might work. How about Downing College on Regent Street? It has free entrance.", + "USER: Sounds great! Can I have their postalcode and phone number please?", + "SYSTEM: No problem. Their postal code is cb21dq and their phone number is 01223334860. Is there anything else I can help you with?", + "USER: I like to find a train that goes to broxbourne.", + "SYSTEM: I can help you with that. Where will you be leaving from?", + "USER: I will be leaving from Cambridge and will need to arrive by 10:30", + "SYSTEM: I recommend TR2519 leaving at 09:01 and arriving at 10:01. Would you like me to book that train for you?", + "USER: Is that the schedule for Friday? That's when I need to travel. If so, please book 8 tickets for me?", + "SYSTEM: You are booked on train TR2519 for 8 on Friday. The total fee is 143.19 GBP payable at the station and your reference number is LDDIXALA .", + "USER: Thank you so much! Goodbye now!", + "SYSTEM: You're very welcome! Enjoy your travels! Thank you for contacting the Cambridge TownInfo centre." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "downing college" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "broxbourne" + ], + "train-arriveby": [ + "10:30" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ], + "train-day": [ + "friday" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1211.json", + "Complete Dialogue": [ + "USER: Can you find me a hotel in the northern area that isn't to cheap or expensive?", + "SYSTEM: I have the ashley hotel and lovell lodge. Which one would you like?", + "USER: The Ashley Hotel sounds good. Does it have free parking?", + "SYSTEM: Ashley hotel does have free parking", + "USER: Thanks. Coulc you book a room for me, just one person. It will be three nights starting Sunday.", + "SYSTEM: Booking was successful. Reference number is : LCFYMN3F", + "USER: Great, thank you for all your help.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No, thank you for your service.", + "SYSTEM: You are welcome, I'm always glad to help. Goodbye now." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "ashley hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1215.json", + "Complete Dialogue": [ + "USER: Can you find me a guest house?", + "SYSTEM: Their is Acorn guest house in the north, they are located at 154 chesterton road and their number is 01223353888", + "USER: Ok is the Acorn guest house a 4 star moderate priced hotel with free parking", + "SYSTEM: Yes, it is a moderately priced 4 star guesthouse. They offer free parking and internet.", + "USER: I'd like to book it for 2 people for 2 nights starting Wednesday.", + "SYSTEM: I was able to book that, reference number is C0SOOPR7 .", + "USER: Great! I'd also like to find a restaurant in the same price range.", + "SYSTEM: There are many moderately priced restaurants available. Is there a particular type of food you would like?", + "USER: The restaurant would need to serve kosher food.", + "SYSTEM: I'm not finding anything in the price range and area that serves kosher food. Would you like to try a different price range?", + "USER: How about one that serves british food?", + "SYSTEM: I'm not finding any moderately priced British restaurants in the north, either. Would you like me to look for something else, or a different price range?", + "USER: Yes, can you look at five star restaurants offering either kosher or british food?", + "SYSTEM: I'm sorry I do not see any listing for the description you are looking for. Perhaps there is something else you would like to try?", + "USER: Ok, let's start over. I don't want to cause confusion. I am looking for a moderately priced restaurant in the centre of town that serves kosher food. Can we try that?", + "SYSTEM: I'm sorry, I don't have any matches for that, would you like to try another option?", + "USER: How about a restaurant that serves British food in the centre of town?", + "SYSTEM: I have 4 listings for british food in the centre of town.", + "USER: Okay, please pick one for me.", + "SYSTEM: Shall I book one? If so on what day?", + "USER: Wednesday, for 2 people. At 16:30.", + "SYSTEM: Among the four restaurants, I cannot book for 1630, is there another time you would like to aim for?", + "USER: How about 15:30? please send me the reference number once booked. I am also going to need a taxi that will get us to the restaurant by booking time.", + "SYSTEM: OK, you're booked at Cotto, refrence number UH4IHWMG . A red volkswagen should be coming to the Acorn to take you there, contact number 07499457879. Anything else I can help with?", + "USER: No, thanks. That does it for me. Take care. Goodbye.", + "SYSTEM: Please feel free to contact us again for further assistance. Good-bye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "british", + "kosher" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "15:30" + ], + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "cotto" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01995.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should be in the type of guesthouse and should include free parking", + "SYSTEM: There are many options that could satisfy your request, what price range do you require?", + "USER: I don't care about the price range. I do want to be in the north, though.", + "SYSTEM: There are 9 possibilities in either the cheap or moderate price range. Which do you prefer?", + "USER: how about something in the north?", + "SYSTEM: How about acorn guest house?", + "USER: try there for three nights then give me the reference number", + "SYSTEM: Can you tell me for how many people and on what day?", + "USER: i want booking for four people", + "SYSTEM: What day do you need to check in?", + "USER: I'll arrive on Wednesday.", + "SYSTEM: Booking was successful. Your reference number is 6WKSPADC .", + "USER: Great. That takes care of all my needs for now. Thanks!", + "SYSTEM: Terrific, glad I could help. Don't hesitate to contact us if you need anything else." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2200.json", + "Complete Dialogue": [ + "USER: I need train schedule information for Thursdays, please", + "SYSTEM: I can help with that. From where are you departing and to where are you going?", + "USER: departing from cambridge and arrive by 21:45", + "SYSTEM: There are 168 trains that day. Do you have a destination in mind so I can narrow it down?", + "USER: I need to go to stansted airport please", + "SYSTEM: I would recommend train TR7966 that leaves at 05:40", + "USER: That's fine. Please book one seat for me, please.", + "SYSTEM: Success. Your reference number is PMHZ3TJO .", + "USER: I am also looking for a hotel with free wifi, but it doesnt need to have free parking.", + "SYSTEM: Do you have a preferred area or price range?", + "USER: The area doesn't matter, but I would like it to be an expensive 4 star hotel.", + "SYSTEM: I have 2 options for you. The first is the Huntingdon Marriott Hotel in the west. The other is the University Arms Hotel in the centre. Do you have a preference?", + "USER: The Huntingdon Marriott Hotel sounds really nice. Could you book us a room there for 2 nights on Tuesday?", + "SYSTEM: How many people will be staying for the booking?", + "USER: Just one person please", + "SYSTEM: Unfortunately they are booked up for those nights. Would you like to try another night or the University Arms Hotel instead?", + "USER: Try booking the room for just one night, please.", + "SYSTEM: That worked. I have you booked on Tuesday for 1 night. Your reference number is 7IX0V6NU . Can I help you with anything else?", + "USER: Thank you but that's all.", + "SYSTEM: Let us know if you need anything else? Good bye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-arriveby": [ + "21:45" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4678.json", + "Complete Dialogue": [ + "USER: Hello, I need a train to Peterborough from Cambridge please", + "SYSTEM: Which day would you like to travel?", + "USER: I would like to travel on friday, and arrive by 14:45", + "SYSTEM: TR9859 would fit your needs shall i book it ?", + "USER: Actually, no need to book. But, can I get the travel time and the price of the ticket please?", + "SYSTEM: Of course. The travel time is 50 minutes. The price is 16.50 pounds. Would you like any other information?", + "USER: Yes, I'm also looking for places to go in town.", + "SYSTEM: Sure, I can help you with that. What kind of attraction were you looking for?", + "USER: I would like to find a museum in the centre of town.", + "SYSTEM: There are many. Would you like me to recommend one for you?", + "USER: Yes, please. What is your favorite museum? I'd like their address and postcode. You're a lifesaver!", + "SYSTEM: The Museum of Archaeology and Anthropology is excellent. They're at University of Cambridge, Downing Street in postcode cb23dz. Is there anything else I can help you with?", + "USER: Um... no, I think I should be good with that. Thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-arriveby": [ + "14:45" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0054.json", + "Complete Dialogue": [ + "USER: Could you help me find a place to stay? I need a place in town that offers free parking and free wifi.", + "SYSTEM: I am showing 25 entries, maybe we can narrow it down a bit. What price range and part of town are you looking for.", + "USER: Are any of them a guesthouse in the moderate price range?", + "SYSTEM: Yes! The Acorn Guest House is very popular. Would you like more information on that hotel?", + "USER: Could i get the postcode, please?", + "SYSTEM: The postcode for the acorn guest house is cb41da.", + "USER: I am also looking for a place to dine.", + "SYSTEM: Is there a specific type of food you would like to eat?", + "USER: Yes, I would like british food in the moderate price range please.", + "SYSTEM: I have found Restaurant One Seven within your range. Would you like for me to book it?", + "USER: Great! Can I have the address and phone number, please?", + "SYSTEM: The address is De Vere University Arms Regent Street City Centre and the phone number is 01223337766. Have a great night!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3653.json", + "Complete Dialogue": [ + "USER: I will be traveling soon and am excited about seeing some attractions. I am looking for a place to stay when I get there.", + "SYSTEM: I can certainly help with that! Can you tell me a little more about what you're looking for?", + "USER: Thank you! I would like to stay in the North part of town, please.", + "SYSTEM: There are many places to choose from. Do you have a certain price range you want to stay in? How about free wifi and parking?", + "USER: I definitely need free wifi, and I'd like a 4 star place.", + "SYSTEM: The archway house is in the north and 4 stars", + "USER: That sounds great! What's their address and phone? And is that a hotel or a guesthouse?", + "SYSTEM: archway house is a guesthouse. The address is 52 gilbert road and the phone number is 01223575314. Is there anything else I can help you with?", + "USER: Thanks. Yes, I am also looking for places to go when I get there. Are there any cinemas in the same area as Archway House?", + "SYSTEM: What price range are you looking for?", + "USER: I am looking for a cinema, are there any in the area?", + "SYSTEM: I have 2 cinemas. One is in the south. The other is in the centre of town. Which do you prefer?", + "USER: I need a cinema in the north.", + "SYSTEM: Unfortunately there are no cinemas in the north part of town. Would you like me to see if we have a few located in a different area?", + "USER: What about a pool in the north?", + "SYSTEM: There are 2 pools in the north, jesus green outdoor pool and kings hedges learner pool. Would you like more information on one of them?", + "USER: Can I have the phone number and postcode for Kings Hedges?", + "SYSTEM: 01223353248 and cb42xh respectively", + "USER: Thank you, I also need a taxi to communte between the two places. I'll need to leave the kings hedges learner pool by 3:45.", + "SYSTEM: look out for a blue ford. the contact is 07584361462", + "USER: Okay, great. Thank you for your help!", + "SYSTEM: No problem, is there anything else I can help with?", + "USER: No that's all thank you for the help!", + "SYSTEM: Glad, I could help you plan your experience in cambridge, enjoy your day." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool", + "cinema" + ], + "attraction-area": [ + "north" + ], + "attraction-name": [ + "kings hedges", + "kings hedges learner pool" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "kings hedges learner pool" + ], + "taxi-destination": [ + "archway house" + ], + "taxi-leaveat": [ + "03:45", + "3:45" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1074.json", + "Complete Dialogue": [ + "USER: I am trying to get some suggestions on where I can take my wife for our anniversary. We want to try to find something fun to do.", + "SYSTEM: How about whipple museum of the history of science?", + "USER: Sounds interesting. Can I get the entrance fee and postcode info?", + "SYSTEM: It is a free attraction, and the postcode is cb23rh. Is there anything else?", + "USER: Well, I guess I forgot to specify that I need something on the south end of town.", + "SYSTEM: I'm sorry, but there is nothing on the south side of town. Would you like to change the area?", + "USER: Are there any attractions at all on the south side of the city?", + "SYSTEM: I'm sorry, yes, Nusha is an entertainment venue that I think you will enjoy. Postcode for that is cb17dy, but there is no entrance fee listed.", + "USER: That's all. Thanks for the info!", + "SYSTEM: Thank you.Good bye." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "whipple museum of the history of science" + ], + "attraction-area": [ + "south" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2655.json", + "Complete Dialogue": [ + "USER: What are some places to go to?", + "SYSTEM: We have 79 attractions, do you have anything you'd like to see?", + "USER: Recommend something for me, as long as it is in the center.", + "SYSTEM: The Cambridge Contemporary Art museum is in the center. It has free admission.", + "USER: That sounds perfect, thanks. Can you also help me find a guesthouse to stay in? I'd like a 4 star location, please.", + "SYSTEM: Sure thing which area?", + "USER: The hotel should include free wifi it should be near the attractions", + "SYSTEM: There is the Alexander Bed and Breakfast in the centre of town. It is 4 starts and offers free internet and parking. Would you like me to reserve?", + "USER: Yes please make me a booking for 8 people and 4 nights starting from tuesday.", + "SYSTEM: Booking was successful. Reference number is : EHM9N8KK . Can I assist you further today?", + "USER: No that looks like everything I need today. Thank You.", + "SYSTEM: Your welcome. Have a great day." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "cambridge contemporary art museum" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0379.json", + "Complete Dialogue": [ + "USER: I'm looking for a train that leaves Wednesday and arrives by 9:30.", + "SYSTEM: Where is your departure from?", + "USER: Oh, sorry coming in from Kings Lynn", + "SYSTEM: I have train TR4638 from Kings Lynn to Cambridge departing at 8:11 and arriving at 8:58. Would that work for you?", + "USER: May I make a booking for six people?", + "SYSTEM: I have successfully booked your tickets. 58.8 GBP is payable at the station. The reference number is WGS360AQ", + "USER: Great. Thank you.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "9:30", + "09:30" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3251.json", + "Complete Dialogue": [ + "USER: I am traveling to Cambridge and looking forward to try local restaurants.", + "SYSTEM: sure, what can i help you find?", + "USER: I'm looking for a place to eat in the centere of town in the expensive price range serving hungarian food.", + "SYSTEM: There are no hungarian restaurant located in the centre of town. How about another food type?", + "USER: Sure, let's try British food, please?", + "SYSTEM: Yes, there are 3. I recommend midsummer house restaurant.", + "USER: That sounds great! Could you book a table there for Wednesday? There will be 7 of us, and we'd like to eat at 16:00.", + "SYSTEM: I certainly can. Just let me call them and confirm the reservation. Can you hold please?", + "USER: ok and get me the reference number please", + "SYSTEM: Reference number is : TFUP32PH . Is there anything else?", + "USER: I also need a train to Leicester.", + "SYSTEM: Would you be leaving from Cambridge?", + "USER: Yes, on Thursday.", + "SYSTEM: What time would you like to leave?", + "USER: I prefer to depart after 16:45. Just choose the first train you see listed and book tickets for 7 people. Then give me the reference number.", + "SYSTEM: IKCBZMLX Is you confirmation number, have you booked for seven tickets.", + "USER: Thank you for all of your help.", + "SYSTEM: You're welcome. Do you need additional help with a taxi or attractions?", + "USER: No that is everything I needed. Thank you.", + "SYSTEM: You're welcome and enjoy your stay." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "leicester" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ], + "train-leaveat": [ + "16:45" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "hungarian", + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "midsummer house restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02069.json", + "Complete Dialogue": [ + "USER: I am in need of a taxi to the cambridge punter please", + "SYSTEM: I'd be happy to help, where will you be leaving from?", + "USER: I will be leaving from Magdalene college.", + "SYSTEM: What time do you want to leave or arrive by?", + "USER: I want to leave after 16:45.", + "SYSTEM: Booking completed! Booked car type : yellow lexus Contact number : 07556697926", + "USER: Great, thanks for your help.", + "SYSTEM: You're welcome! Is there anything else I can help you with?", + "USER: No I am actually all set now thanks though", + "SYSTEM: Thank you for choosing our service, goodbye." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "cambridge punter" + ], + "taxi-departure": [ + "magdalene college" + ], + "taxi-leaveat": [ + "16:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0363.json", + "Complete Dialogue": [ + "USER: I want to find a German restaurant please that's in the cheap price range.", + "SYSTEM: Unfortunately, there are no German restaurants in the price range you requested. Would you like a different restaurant?", + "USER: Perhaps there is one that serves Indian food. Indian food is also good.", + "SYSTEM: Can I recommend Kohinoor? They serve budget friendly Indian food in the centre of town.", + "USER: The Kohinoor sounds good. Could you book a table for 2 for me?", + "SYSTEM: I'd be happy to reserve your table. What time would you like to dine?", + "USER: It's for around 12:45 on Wednesday. And that was for 2 people please. Can I get the reference number then too please?", + "SYSTEM: I was able to book a table for you at 12:45. The reference number is 0CUR7IQX .", + "USER: I'm also looking for a train that leaves after 15:15 that arrives at Birmingham New Street.", + "SYSTEM: Please book trainid TR8952 leaving cambridge at 16:01.", + "USER: Thanks, could you book 2 tickets and let me know the reference number please?", + "SYSTEM: Booked! Reference number is FGBPBWP1 . Total fee is 150.19 GBP, paid at the station. Anything else?", + "USER: That's everything. Thank you very much!", + "SYSTEM: You are very welcome. Enjoy your day." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "german", + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-booktime": [ + "12:45" + ], + "restaurant-name": [ + "kohinoor" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "birmingham new street" + ], + "train-leaveat": [ + "15:15" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1036.json", + "Complete Dialogue": [ + "USER: Hello, I would like information on Milton County Park.", + "SYSTEM: Milton county park is in the north side area and their phone number is 01223420060. Their address is Milton county park, Milton and postcode is cb46az with free entrance fee.", + "USER: Yes thank you! That is all I needed.", + "SYSTEM: I am glad I could be of assistance. Have a good day!", + "USER: Sorry, also, I need information on the Alexander Bed and Breakfast.", + "SYSTEM: Sure it is a guesthouse in the centre, it is priced cheap with 4 stars, it has internet and free parking.", + "USER: Perfect. I was curious about how many stars they had. Thanks so much for the information.", + "SYSTEM: Would you like me to book you into alexander bed and breakfast? I will need the details of your stay.", + "USER: Maybe. How many stars is the hotel rated?", + "SYSTEM: It's rated 4 stars. Is there any other information you'd like about the Alexander Bed and Breakfast to make your decision?", + "USER: No I need some time to consider my choices. Thank you for your help today. That is all the information I need.", + "SYSTEM: Okay. If you need any help with reservations, please give me a call back.", + "USER: Thank you for your help. I will.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton", + "milton country park" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2141.json", + "Complete Dialogue": [ + "USER: A train depart from Cambridge and arrive by 19:00", + "SYSTEM: What is your destination? And what day are you hoping to travel?", + "USER: I need to leave on Thursday and am heading to Bishops Stortford.", + "SYSTEM: There are 5 trains available what time would you like to leave by?", + "USER: I'd like to leave before 14:00", + "SYSTEM: Okay, TR0927 leaves at 13:29 and arrives at 14:07. Shall I book you a seat?", + "USER: No, I'll look it up later and do it myself. But could you tell me if there are any 4 star places to stay in the city centre?", + "SYSTEM: There are two, a cheap guest house, and an expensive hotel. Any preference?", + "USER: Which ever one has free parking and wifi.", + "SYSTEM: They both have free parking and wifi. How about the alexander bed and breakfast? It's on the cheaper side, 4 stars, and really quite lovely.", + "USER: Sounds great. Can you please book that for me for Tuesday for 2 people, 2 nights please?", + "SYSTEM: I was able to successfully book you, your reference number is D53TP7EU ., can I assist with anything else?", + "USER: Nope, that's all I need today. Thanks!", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-departure": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "14:00" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0309.json", + "Complete Dialogue": [ + "USER: I am looking for a train.", + "SYSTEM: I'd be happy to help you with that. Can you tell me your departure location and where you are headed to?", + "USER: I am looking to go to london kings cross and depart from cambridge.", + "SYSTEM: There are 70 trains making that trip, do you have a day or time?", + "USER: I'll be leaving on friday after 12:45.", + "SYSTEM: The TR3685 leaves just 15 minutes later, at 13:00.", + "USER: That sounds great. I'll get back to you when I decide on the booking. Have a nice day. Bye.", + "SYSTEM: You're welcome! Have a great day. Goodbye." + ], + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london kings cross" + ], + "train-day": [ + "friday" + ], + "train-leaveat": [ + "12:45" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1240.json", + "Complete Dialogue": [ + "USER: I need information on the fitzwilliam museum", + "SYSTEM: Ok, I can help you with that. What kind of information do you need?", + "USER: Can I get the phone number, address, and area it is located in?", + "SYSTEM: Of course, the Fitzwilliam Museum is located in the centre area of town, at Trumpington street, and can be reached at the phone number: 01223332900. Do you need anything else?", + "USER: No, thank you, that is all I need.", + "SYSTEM: OK, have a nice day. Good bye." + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "fitzwilliam museum" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0103.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant that is expensive and in the west", + "SYSTEM: There are 9 matching restaurants. What food would you like?", + "USER: I would really like to try some British food please.", + "SYSTEM: I have 2 matching restaurants. Would you like more details on them?", + "USER: No, if you could just book me into one for saturday, that would be great.", + "SYSTEM: Ok, how many people and what is the time preference?", + "USER: I need if for four, 13:30, Saturday.", + "SYSTEM: Sure, you're booked at Travellers Rest with reference number A5LK844G . May I help with anything else?", + "USER: Okay great no that will be it.", + "SYSTEM: Okay. Glad I could be of help. Please call again." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "british" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "travellers rest" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4845.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay? I'm looking for somewhere in the west.", + "SYSTEM: I can help with that. Would you like a hotel or a guesthouse?", + "USER: That doesn't really matter, but I do need it to include free wifi.", + "SYSTEM: There are four possibilities. Do you have a price range in mind?", + "USER: We would like it to be in the expensive price range.", + "SYSTEM: The huntingdon marriott hotel fits your criteria, would you like me to book you a room?", + "USER: Yes, sounds get. I need to get a room for just myself for 5 nights starting monday", + "SYSTEM: I have booked a room for five nights beginning Monday for a party of 1. Your reference number is IXEZZNYL . Can I help you find anything else in the city?", + "USER: Yes please, can you help me find a restaurant that serves British food in the same area as my hotel?", + "SYSTEM: Would you prefer moderate or expensive prices?", + "USER: It doesn't matter. You can just recommend the one you think is best as long as it is british and in the same area as my hotel", + "SYSTEM: Booking was successful. Reference number is : IXEZZNYL .", + "USER: Uhh Yes, the name of the place please? After that I need a taxi from the hotel to the restaurant to arrive at the mysterious unnamed restaurant.", + "SYSTEM: The name is Saint Johns Chop House. What time would you like a taxi for?", + "USER: I would like it to arrive by my booked time at the restaurant which is 14:15.", + "SYSTEM: Your booking is complete. A blue Lexus has been assigned to pick you up. 07848295370 is the contact number. Anything else I can do?", + "USER: No that is everything I needed. Thank you.", + "SYSTEM: You are quite welcome! Goodbye!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "british" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "dontcare" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-departure": [ + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "saint johns chop house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4656.json", + "Complete Dialogue": [ + "USER: Please find a park in the north.", + "SYSTEM: Sure, there is Milton Country Park in the north. What would you like to know about it?", + "USER: Could I get the postcode, address and entrance fee for that location, please?", + "SYSTEM: The address is milton country park, milton, the postcode is cb46az and it is totally free to enter. Can I assist you further today?", + "USER: Thanks. I also need an expensive restaurant. Do you know of any Asian Oriental places?", + "SYSTEM: We have two such places in the center and North of town. Do you have a preference?", + "USER: I'd like the one in the north, please?", + "SYSTEM: okay, would you like me to book that for you", + "USER: no, just their phone number and address please", + "SYSTEM: Kymmoy's phone number is 01223311911 and the address is 52 Mill Road City Centre.", + "USER: Now I would like to book a taxi to commute between those two locations.", + "SYSTEM: Sure, I can help you with that. When would you like to leave the park?", + "USER: I'd like to leave at 21:30. I'll need the contact number and car type, please?", + "SYSTEM: Your Booking is complete the car type is a blue volkswagen and Contact number is 07433449642. May i assist you with something else?" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "park" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "milton country park" + ], + "taxi-destination": [ + "kymmoy", + "kymmoy's" + ], + "taxi-leaveat": [ + "21:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0704.json", + "Complete Dialogue": [ + "USER: We would like to eat some Japanese food while we are visiting.", + "SYSTEM: There is one Japanese Restaurant in town. Wagamama at 36 Saint Andrews Street in the centre. Would you like to make a reservation?", + "USER: If the price range is moderate then yes but if it is expensive I would like to look instead for Chinese restaurants.", + "SYSTEM: It looks like the Japanese place is expensive. The jinling noodle bar is a moderately price chinese place. Would like me to book a table there?", + "USER: I'm not ready for a reservation, but it would be helpful if you could give me the area, postcode, and phone number for Jinling Noodle Bar.", + "SYSTEM: It is located in the centre area at 11 Peas Hill City Centre. The phone number is 01223566188", + "USER: Can I get their postcode please?", + "SYSTEM: Yes, postcode cb23pp. Can I be of further assistance today?", + "USER: I could use some help finding a train to get me to Leicester on Monday.", + "SYSTEM: Do you have a time you want to leave or arrive by?", + "USER: I want it to arrive by 18:00", + "SYSTEM: TR5465 arrives at 17:06. can i book that one?", + "USER: Just to confirm TR5465 departs Cambridge and arrives in Leicester at 17:06? What time does the train depart?", + "SYSTEM: Train TR5465 departs at 15:21. Is there anything else you need to know?", + "USER: thats all for today. thanks alot for helping", + "SYSTEM: Thanks for contacting us, have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "chinese", + "japanese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "jinling noodle bar" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-destination": [ + "leicester" + ], + "train-arriveby": [ + "18:00" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3116.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Certainly. What can I help you with today?", + "USER: I'm looking for places to stay that has 3 stars", + "SYSTEM: We have several options. Any specific area?", + "USER: I don't really care where. But, it does need free parking. I'm thinking I may need free wifi also. Is there anything?", + "SYSTEM: I have five options available. Would you prefer a hotel or guesthouse?", + "USER: Do you have any recommendations?", + "SYSTEM: I recommend the lensfield hotel located on the south side of town at 53-57 lensfield road. Do you need anymore information?", + "USER: Great can you give me the phone number?", + "SYSTEM: Their phone number is 01223355017.", + "USER: thank you that will be all", + "SYSTEM: Thank you for using our services. Please feel free to call on us again if we can be of help planning your trip to Cambridge." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20375.json", + "Complete Dialogue": [ + "USER: What is good in the south part of town", + "SYSTEM: What type of food are you interested in?", + "USER: I don't care what type of food it is.", + "SYSTEM: There are nine restaurants in the south area. Is there a price range you would like in particular?", + "USER: Yes, under $25.00 per entree.", + "SYSTEM: Would you like the cheap, moderate, or expensive price range?", + "USER: cheap, please", + "SYSTEM: There are two available in the south: Nandos, which serves Portuguese, and The Lucky Star, which serves Chinese. Do you have a preference?" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0911.json", + "Complete Dialogue": [ + "USER: I'm looking for asian oriental food in expensive range.", + "SYSTEM: There is Saigon City in the north and Kymmoy in the centre. Do either of those interest you?", + "USER: Yes. Could you provide the address and phone number for Kymmoy?", + "SYSTEM: Kymmoy is located at 52 Mill Road City Centre and their phone number is 01223311911. Would you like to book a table?", + "USER: Yes can you please and send me the reference number?", + "SYSTEM: Yes, I will send the reference number.", + "USER: I also need a train leaving Peterborough on Wednesday.", + "SYSTEM: Is there any specific time you would like to leave?", + "USER: yes, I would like to leave after 10:30.", + "SYSTEM: Train TR4535 leaves at 10: 48 and arrives at 11:38. should I book that?", + "USER: Can you give me the travel time on that?", + "SYSTEM: The travel time is 50 minutes. Can i help with anything else?", + "USER: That is all I needed today.", + "SYSTEM: Perfect. Glad to have been of service. Thank you for using the Cambridge TownInfo centre. Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-leaveat": [ + "10:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1088.json", + "Complete Dialogue": [ + "USER: Can you help me find a train leaving Norwich after 13:30? Thanks.", + "SYSTEM: I sure can. What day do you plan to travel?", + "USER: Yes, I am traveling on Wednesday.", + "SYSTEM: The TR1892 will get you there by 15:35, just one ticket then?", + "USER: I need reservations for 7 people and I need the reference number.", + "SYSTEM: I was able to get the tickets the fee is 123.20 gbp payable at the station and the reference number is BIBJ2DS0 . Do you need anymore help today?", + "USER: Thank you! I am also looking for places to go in the Centre part of town. Can you help me with that, please?", + "SYSTEM: Sure thing, I would suggest the old schools.", + "USER: What are the old schools? Do you mean colleges?", + "SYSTEM: No, old schools is a tourist attraction in the centre. It's located on trinity lane and there's no charge to check it out.", + "USER: What is the phone number please?", + "SYSTEM: The phone number is 01223332320.", + "USER: I guess I'll go call them. Thanks a lot. Bye.", + "SYSTEM: Ok, have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-leaveat": [ + "13:30" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1890.json", + "Complete Dialogue": [ + "USER: Can you please find me a train that leaves to bishops shortford? Can it also arrive before 10:45 too? Thankyou for your time.", + "SYSTEM: I have the TR2061 that arrives at 06:07. Will that work?", + "USER: Does it leave on Sunday?", + "SYSTEM: No, that one leaves on Friday. TR9219 leaves Sunday at 5:29 and arrives in Cambridge by 6:07. Would you like to book a seat?", + "USER: Yes please book a seat and send me a reference number.", + "SYSTEM: I have booked you a seat and the reference number is : 6IJ7W2BN .", + "USER: Thanks so much. Can you also find me a place to stay?", + "SYSTEM: Definitely - we have 33 great places to stay in town. If you can give me some specific requirements, I can narrow it down to the perfect place for you.", + "USER: I would like a 4 star moderately priced guesthouse in the north.", + "SYSTEM: I'd recommend the acorn guest house. It has free wifi and parking. Would you like to book a room?", + "USER: No that's ok. Can I just get the phone number and postcode?", + "SYSTEM: 01223353888 is the number, the post code is cb41da. Can I help with anything else today?", + "USER: That will be all for today thanks !", + "SYSTEM: Awesome. Thank you for using the Cambridge TownInfo centre. Have a great day" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:45" + ], + "train-departure": [ + "bishops stortford" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4319.json", + "Complete Dialogue": [ + "USER: Are there any trains arriving by 15:15 on Thursday?", + "SYSTEM: I can help you with that. What day are you wanting to travel, and where is the destination?", + "USER: I need to go to Broxbourne, I'll be leaving Cambridge.", + "SYSTEM: Okay what day would you like to travel?", + "USER: I said Thursday.", + "SYSTEM: The TR0071 arrives at 14:01. Would you like to book tickets?", + "USER: Yes please book for 8 people. I need the reference number. Also, I want information on a restaurant called Bangkok City.", + "SYSTEM: Your train is booked, ref #46PQOV6Y . Now, what would you like to know about Bangkok City?", + "USER: yes how did you know? lol. Can I have their phone number please", + "SYSTEM: Their number is 01223354382. Is there anything else I can help you with?", + "USER: That is all thank you goodbye", + "SYSTEM: You're welcome. Thank you. Goodbye" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "15:15" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "broxbourne" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-name": [ + "bangkok city" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0726.json", + "Complete Dialogue": [ + "USER: He, I am looking forward to trying some local restaurants in Cambridge. Can you tell me about some train schedules?", + "SYSTEM: I can help you with both of those things. Let's start with what type of food or what part of town you would like to eat.", + "USER: Can you help me find a cheap restaurant in the north with indian food?", + "SYSTEM: Yes I have one restaurant matching your criteria called Royal Spice. Would you like their telephone number?", + "USER: No thanks, I need a train from cambridge to stevenage in Tuesday. I want to arrive before 21:00", + "SYSTEM: Ok, TR6692 leaves Cambridge at 19:21 and arrives in Stevenage at 20:10. Will this work for you?", + "USER: Could I get the price of that train please?", + "SYSTEM: That ticket will be 12.80 pounds.", + "USER: Thanks. Now I think you could help me with an expensive Italian restaurant perhaps?", + "SYSTEM: How about cafe uno in the centre?", + "USER: Sounds good. Can you book a reservation for Tuesday at 22:00?", + "SYSTEM: How many people will be dining at cafe uno?", + "USER: I need the reservation for three.", + "SYSTEM: Unfortunately I am unable to book at 22:00 at Caffe Uno, do you have another time?", + "USER: Um I meant 14:45, my mind wandered, who wants dinner two hours before midnight, lol. Same booking but 14:45 please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : MRKAMZJM . Anything else I can help with?", + "USER: thanks alot.that is all i needed for today", + "SYSTEM: Great! glad I could help!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:00" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "indian", + "italian" + ], + "restaurant-pricerange": [ + "cheap", + "expensive" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-booktime": [ + "14:45", + "22:00" + ], + "restaurant-name": [ + "cafe uno" + ], + "restaurant-bookpeople": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0685.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the expensive price range. It should serve Sri Lankan food.", + "SYSTEM: I'm sorry but I have nothing listed. Is there another type of food you might be interested in?", + "USER: I was really hoping for Sri Lankan.", + "SYSTEM: I'm afraid there aren't any Sri Lankan restaurants in town at all. Is there something else I can search for you?", + "USER: How about gastropub?", + "SYSTEM: I found three located in the centre and one on the east. Which would you prefer?", + "USER: Are they all listed as expensive?", + "SYSTEM: Yes, they are all expensive. backstreet bistro is in the centre area, and royal standard is in the east. Would you like me to make a reservation at either of these?", + "USER: Could you please give me the phone number for the Royal Standard?", + "SYSTEM: Sure, it's 01223247877.", + "USER: Okay, thanks. That will do it for today.", + "SYSTEM: You are most welcome. Thank you for calling Cambridge TownInfo Centre. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "sri lankan", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01231.json", + "Complete Dialogue": [ + "USER: Can you point me to the nearest police station?", + "SYSTEM: Please call the Parkside police station at 01223358966. They will be able to assist you.", + "USER: Thank you for your help.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: Thanks, that's all. Good bye.", + "SYSTEM: Great! Have a nice day!" + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "WOZ20531.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the south part of town that serves Jamaican food.", + "SYSTEM: I'm sorry but i cannot find any Jamaican restaurant located in the south .", + "USER: Are there ant Jamaican restaurants in any part of town?", + "SYSTEM: Unfortunately there are not. Would you be interested in a different cuisine?", + "USER: How about Portuguese food instead?", + "SYSTEM: Nandos is located on the south side at Cambridge Leisure Park Clifton Way and the phone number is 01223 327908.", + "USER: Awesome, thank you!", + "SYSTEM: Thank you, goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south", + "dontcare" + ], + "restaurant-food": [ + "jamaican", + "portuguese" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20599.json", + "Complete Dialogue": [ + "USER: I want a cheap restaurant in the west part of town. what is the address and phone number?", + "SYSTEM: I have found two that may work. first, la margherita is at 15 Magdalene Street City Centre, phone is 01223 315232. second one serves vietnamese at 17 Magdalene Street City Centre, number is 01223 362456", + "USER: Is there anything else, if so give me their address and phone number.", + "SYSTEM: Those are the only listings in the west part of town. Would you like to change your location or price range?", + "USER: No thank you.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No, that's fine. Thank you!", + "SYSTEM: Thank you very much for using the Cambridge Restaurant system." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1649.json", + "Complete Dialogue": [ + "USER: Any trains leaving after 18:00?", + "SYSTEM: There are lots of trains that leave after 18:00. Where would you like to travel?", + "USER: I would like to travel to the Stansted Airport and leave from Cambridge.", + "SYSTEM: Great! That narrows it down a lot. What day will you be leaving?", + "USER: We will be leaving on Tuesday. Please book four seats on the train and provide the reference number. Thank you!", + "SYSTEM: OK, you have 4 tickets reserved on TR9495, leaving Cambridge at 18:40 on Tuesday. The total fee at the station will be 40.4GBP, and your reference number is 4LL98NYC .", + "USER: I also need a moderate priced guesthouse.", + "SYSTEM: Sure. I can assist you with that request. How many nights will you be staying?", + "USER: i only need the details. is it a 3 star?", + "SYSTEM: alpha-milton guest house is the only 3 star hotel fitting your description.", + "USER: Can I have the address, phone number and the area its in please.", + "SYSTEM: It is in the north, address is 63 Milton Road and the phone number 01223311625. Is there anything else I can assist you with?", + "USER: That is everything for today, thank you.", + "SYSTEM: Thank you for calling. Please call if you need anything else. Goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "4" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "alpha-milton guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0897.json", + "Complete Dialogue": [ + "USER: Please list all restaurants in Cambridge centre in the moderate price range.", + "SYSTEM: There are 21 restaurants matching your criteria. Is there a type of cuisine that interests you?", + "USER: Possibly Italian if that's available for 3 people on Thursday at 13:30.", + "SYSTEM: There are 2 choices, pizza express serves Italian food with a moderate price range, or pizza express Fen Ditton also in the moderate price range. Which shall I reserve?", + "USER: Let's go with Pizza Express, can you book for 3 at 13:30 on thursday please.", + "SYSTEM: Ok. I was able to book the table for three. Your reference number is 0FOAJA8A .", + "USER: I need to catch a train to get to the restaurant. Can you help with that too?", + "SYSTEM: You'll have to tell me where you are departing from?", + "USER: I'm travelling from norwich.", + "SYSTEM: Okay thank you. What time would you like to leave?", + "USER: I need to arrive by 8:00.", + "SYSTEM: which day do you want to travel?", + "USER: I want to get there thursday please.", + "SYSTEM: TR4387 arrives at 07:35, would that work for you?", + "USER: Yeah could I get three tickets please?", + "SYSTEM: Booking was successful, the total fee is 52.8 GBP payable at the station .Reference number is : 5K7P12XZ .", + "USER: Thank you so much, If you can please leave a review for us. I hope your trip is amazing and very enjoyable.", + "SYSTEM: ok, thank you and enjoy your stay!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "norwich" + ], + "train-arriveby": [ + "07:35", + "8:00", + "08:00" + ], + "train-day": [ + "thursday" + ], + "train-bookpeople": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0251.json", + "Complete Dialogue": [ + "USER: Hello. Could you find a train leaving on Wednesday for me? I need it to arrive by 19:00.", + "SYSTEM: Certainly. Where are you going, and where would you like to depart from?", + "USER: I will be leaving Cambridge to go to Bishops Stortford.", + "SYSTEM: TR0449 is going to arrive by 18:07 would that work for you?", + "USER: Sounds good. Could you find me a cheap eatery near there when we arrive?", + "SYSTEM: Sure I'd be happy to find a restaurant. Are you looking for one in the centre area?", + "USER: Maybe later. What time does my train leave and how much is the ticket?", + "SYSTEM: It leaves at 17:29 and the cost of the ticket is 10.10 pounds.", + "USER: How long is the travel time going to be?", + "SYSTEM: It will be a 38 minute train ride", + "USER: That will be all. Thank you.", + "SYSTEM: Alright. Enjoy your stay in Cambridge!", + "USER: Thanks! Have a great day!", + "SYSTEM: You're welcome. Goodbye!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1784.json", + "Complete Dialogue": [ + "USER: I am looking for something to do in Cambridge, can you help me find something?", + "SYSTEM: I have a lot to do there, any specific types of attractions you would prefer?", + "USER: I would like to go to a nightclub.", + "SYSTEM: There are 6 night clubs in the city centre. I would recommend club salsa which is located at 1 station road.", + "USER: May I have the phone and please tell me how much it costs to get in.", + "SYSTEM: Yes, the entrance fee is 5 pounds, and they can be reached by phone at 07782218745, is there anything else that I can assist with?", + "USER: I also need a train that departs from Broxbourne and arrives by 21:00 on Saturday at Cambridge.", + "SYSTEM: TR4967 arrives by 20:32 , would you like me to book you passage?", + "USER: What time does the train depart from Broxbourne, and how long is the travel time? Also, do you know how much it would be?", + "SYSTEM: The train departs from Broxbourne at 19:32 and travels for 60 minutes. The total would be 14.32 pounds.", + "USER: Thank you for the information.", + "SYSTEM: Is there anything else I can help you with?", + "USER: That is all for today. Thank you.", + "SYSTEM: Okay. Enjoy your journey." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:00" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "club salsa" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2540.json", + "Complete Dialogue": [ + "USER: Hi. I'm looking for some moderately priced rooms for the night in the centre of town. Where can I go for that?", + "SYSTEM: Cityrooms is the one moderately priced hotel in the area. It has free wifi but no free parking. Would you like me to book you?", + "USER: No thank you, I'm just looking for now. That's everything I needed.", + "SYSTEM: Very good. If we can be of more assistance please let us know. have a good day!", + "USER: Is Cityrooms 4 stars? I'm sorry I forgot to specify, but I do require it.", + "SYSTEM: It isn't, and unfortunately I don't have a hotel that matches that criteria.", + "USER: Okay, how about one in the cheap price range?", + "SYSTEM: I have the alexander bed and breakfast or el shaddai. Which would you prefer?", + "USER: Alexander Bed and breakfast, can I get the address and hotel type please?", + "SYSTEM: alexander bed and breakfast is a guesthouse. The address is 56 saint barnabas road. Is there anything else I can help you with?", + "USER: i am also looking for scudamores punting co, what attraction type is it?", + "SYSTEM: It's a boat attraction in the centre area. Do you want their phone number?", + "USER: No, I just need a taxi to get between the two places.", + "SYSTEM: Sure. What time would you like to leave and from which destination?", + "USER: I'd like to leave the hotel by 11:45 please.", + "SYSTEM: Your car is a black tesla contact number 07908996217 Will that be all?", + "USER: Excellent. That's all i needed.", + "SYSTEM: I hope you enjoy your visit to Cambridge! See you soon!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "moderate", + "cheap" + ], + "hotel-name": [ + "cityrooms", + "cityroomz", + "alexander bed and breakfast" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scudamores punting co" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "scudamores punting co" + ], + "taxi-leaveat": [ + "11:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0399.json", + "Complete Dialogue": [ + "USER: I'm leaving Cambridge and am looking for a train that should leave on Monday.", + "SYSTEM: Where would you like to arrive? I have some arriving at london kings cross on monday. There are other arrival places also available.", + "USER: I need to depart for Birmingham New Street after 20:15. Thank you so much for your help, you're doing a wonderful job!", + "SYSTEM: Okay there are several trains that leave after that time to the destination you listed. Would you like a reference number to one of them?", + "USER: Yes I would like to book for 4 people and I need the reference number.", + "SYSTEM: Would the TR2392 that arrives in birmingham new street by 23:44 be okay for booking?", + "USER: That would be great thank you. I am also looking for halal food located in the Centre. Can you help me find one?", + "SYSTEM: There are no restaurants matching your requirements in that area.", + "USER: Can you give me alternate expensive restaurants in the Centre?", + "SYSTEM: There are several. Do you have any food preferences?", + "USER: Yes, please tell me about Italian food.", + "SYSTEM: There are four expensive Italian restaurants in the centre region: Stazione Restaurant and Coffee Bar, Clowns Cafedon Pasquale Pizzeria, and Caffe Uno. Would you like to try getting a reservation?", + "USER: I would like to try Caffe Uno.", + "SYSTEM: What time would you like your reservation for?", + "USER: I would like the reservation for 14:45 for 4 people on Monday, please.", + "SYSTEM: You are now booked for Cafe Uno. Your reference number is 0CTGEFMD . Your table will be reserved for 15 minutes.", + "USER: That's all I needed, thank you.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-bookpeople": [ + "4" + ], + "train-leaveat": [ + "20:15" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "halal", + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "caffe uno", + "cafe uno" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "14:45" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0447.json", + "Complete Dialogue": [ + "USER: I am looking for a train going to stevenage and departing from cambridge.", + "SYSTEM: There are 70 trains, what day and time would you like to go?", + "USER: I would like to arrive by 17:00 on Monday.", + "SYSTEM: There are 6 trains available. What time would you like to depart?", + "USER: Departure time doesn't matter, I just want to arrive by 17:00 Monday.", + "SYSTEM: In that case, the TR2045 may be the train you want. It pulls into stevenage at 16:10.", + "USER: Okay, book it for 8 people and get me the reference number. I'm also looking for a college in the south.", + "SYSTEM: I was able to book the train for you. The reference number is NVL339KD .", + "USER: I am also interested in visiting some colleges on the southern tip of town. Can you help me find those?", + "SYSTEM: I'm sorry but I don't have any colleges listed in the south. I have plenty in the city center. Would you like to try a different venue or attraction type?", + "USER: Yes, an entertainment venue would be great. Please give me an address to one you find.", + "SYSTEM: Nusha is an entertainment venue in the south. The address is unit g6m cambridge leisure park, clifton road.", + "USER: Okay. Thank you very much that is all I need.", + "SYSTEM: Thank you and have a safe trip." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "17:00" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "dontcare" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-type": [ + "college", + "entertainment" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0214.json", + "Complete Dialogue": [ + "USER: I am looking for a guesthouse that has free parking.", + "SYSTEM: I have a listing for arbury lodge guesthouse in the north of town, is that okay?", + "USER: What is its rating. I need a 4 star hotel?", + "SYSTEM: Yes it is 4 stars. Would you like me to book that for you?", + "USER: Yes I need a room booked for 8 people. We will be there for 3 nights starting on Friday.", + "SYSTEM: I'm sorry, the booking was unsuccessful. Would you like me to find you another guesthouse?", + "USER: Yes please could you try a different hotel in the same price range?", + "SYSTEM: Is there a price range you would like to stay within?", + "USER: Yes, the same price range as the Arbury Lodge please.", + "SYSTEM: You are booked at limehouse. Reference number: ZUP4YPXA .", + "USER: Okay great. That is all I need.", + "SYSTEM: Sounds wonderful. I hope you have a great day." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "arbury lodge guesthouse", + "limehouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01215.json", + "Complete Dialogue": [ + "USER: I was in a car accident. I need to contact the police, please.", + "SYSTEM: The Parkside Police Station is in Parkside, Cambridge. Is this close to your location?", + "USER: Yes I'll need their address please.", + "SYSTEM: They are located at Parkside, Cambridge CB11JG.", + "USER: Thank you. That's all I need to know for now.", + "SYSTEM: Do you need anything else?", + "USER: That is all now, thank you. Good bye.", + "SYSTEM: Hope you feel better." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG01828.json", + "Complete Dialogue": [ + "USER: My wallet was stolen. Can I get some help?", + "SYSTEM: You should contact the police at 01223358966. The Parkside Police Station is located in Parkside, Cambridge CB11JG.", + "USER: Thank you goodbye.", + "SYSTEM: You're welcome. I hope everything works out." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL0174.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in the centre, thanks!", + "SYSTEM: We have over 69 restaurants i the center of town. Do you have any food style or price preference?", + "USER: I am in the mood for Lebanese food.", + "SYSTEM: Ali Baba is a Lebanese restaurant in the centre. Would you like for me to book it for you?", + "USER: I'm not sure what time I need just yet. Can I get the postcode?", + "SYSTEM: Sure. It's cb21nt. What else can I assist you with today?", + "USER: I'm also in need of a hotel in the same area as the restaurant.", + "SYSTEM: Okay! Would you like to stay in a guesthouse, or in a hotel?", + "USER: I'm gonna get wild this weekend, find me a zero-star guesthouse with free parking!", + "SYSTEM: I have the el shaddai that meets those requirements. Would you like to make reservations?", + "USER: Definitely! There will be 6 of us, arriving Saturday, and staying for 5 nights.", + "SYSTEM: Your reservation for 6 at El Shaddai this Saturday for 6 days 5 nights was successful. Your Reference number is : 6NUZQ2BG .", + "USER: Great. Can you also get me a taxi to take me from Ali Baba to El Shaddai. I want to leave the restaurant by 05:30.", + "SYSTEM: How many people will be traveling?", + "USER: I just need one taxi. Can you book that for me, please?", + "SYSTEM: I have booked you a taxi. The contact number is 07167504810, and it will be a black Honda. Anything else for you today?", + "USER: No, thank you. That was it for today. Thank you very much for your assistance. Have a good one. Good bye.", + "SYSTEM: Thank you for contacting us at Cambridge TownInfo Centre. Have a good trip. Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "lebanese" + ], + "restaurant-name": [ + "ali baba" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "0" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "6" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "ali baba" + ], + "taxi-destination": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-leaveat": [ + "05:30" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20394.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the north part of town and serves international food.", + "SYSTEM: I'm sorry, there are no international restaurants listed in that area. Would you like to try something else?", + "USER: Are there any Italian restaurants in that part of town?", + "SYSTEM: Yes. da vinci pizzeria restaurant in the north part of town and in the cheap price range. Would you like more information for them?", + "USER: Yes, the address and phone number please.", + "SYSTEM: Here is the information you have requested. phone number is 01223 351707, and address is 20 Milton Road Chesterton. Will that be all?", + "USER: thank you . good bye", + "SYSTEM: You're welcome. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "international", + "italian" + ], + "restaurant-name": [ + "da vinci pizzeria" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02225.json", + "Complete Dialogue": [ + "USER: What is the location of the Parkside Police Station?", + "SYSTEM: Cambridge, parkside police telephone number 01223358966.", + "USER: I may be close by. What is the station's postcode?", + "SYSTEM: They are located in Parkside, Cambridge, post code CB11JG", + "USER: Thank you for your help. That is all that I need right now.", + "SYSTEM: You're very welcome. Have a great night." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL1043.json", + "Complete Dialogue": [ + "USER: Hello, could you tell me about the swimming attractions around Cambridge. Something pool based please.", + "SYSTEM: The jesus green outdoor pool in north is really nice. Need a phone number?", + "USER: Actually, I would like the address, please.", + "SYSTEM: Sure their address is between victoria road and the river. Is there anything else I may help you with today?", + "USER: I am also in need of a train that arrives by 10:15 and goes to norwich. Can you please look that up for me.", + "SYSTEM: Sure are you departing from Cambridge?", + "USER: Yes and I will be travelling on Saturday", + "SYSTEM: Is there a time you need to leave by?", + "USER: No, not really. But I will need the train ID and departure time.", + "SYSTEM: TR1062 arrives at 9:55. Their departure time is 8:36. There are trains before that one every hour until 5:35.", + "USER: Thank you so much for your help.", + "SYSTEM: Can I help with anything else today?", + "USER: no. that is all i needed. thanks. goodbye.", + "SYSTEM: Have a good trip. Goodbye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:15" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0700.json", + "Complete Dialogue": [ + "USER: I want a place to eat in the west.", + "SYSTEM: Do you have a particular type of food in mind?", + "USER: I have a taste for something British.", + "SYSTEM: Ok, there are three options in that area. Do you have a certain price range?", + "USER: I want the most expensive one.", + "SYSTEM: There's Graffiti and Travellers Rest. Which one of the two restaurants do you like?", + "USER: Travellers Rest sounds good please make a booking for 2 people at 17:00 on sunday.", + "SYSTEM: Your table for 2 has been reserved at Travellers Rest and your reference number is BSEJZQE6 . They'll hold the table for 15 minutes past 17:00. Need anything else today?", + "USER: I also need a train. Leaving Cambridge on Monday.", + "SYSTEM: OK, where are you headed and at what time of day?", + "USER: i want to go to stevenage", + "SYSTEM: There are several trains going to stevenage on Monday, do you have a time preference?", + "USER: I would like to get there by 21:30.", + "SYSTEM: Okay, we have train's leaving at 05:21 and every hour after for seven hours. Would you like to book one?", + "USER: Just book one that will get me to Stevenage by 21:30 please. 2 Tickets, just like dinner.", + "SYSTEM: Your tickets are booked for train TR9082. The total fee is 25.6 GBP. Your reference number is WSUH42EM . Is there anything else?", + "USER: Thank you for the booking and reference number. I'll let you know if I need anything else.", + "SYSTEM: it was my pleasure to help. goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "17:00" + ], + "restaurant-name": [ + "travellers rest" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "21:30" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2977.json", + "Complete Dialogue": [ + "USER: What is there to do in the centre of town?", + "SYSTEM: There are 44 attractions. What type of attraction do you want to visit?", + "USER: Possibly a theatre?", + "SYSTEM: I have a listing for 4 in that area,can I recommend adc theatre?", + "USER: Ok, what's the phone number for that place?", + "SYSTEM: You can reach ADC at 01223300085. Is there any other information I can get for you today?", + "USER: What's the postcode?", + "SYSTEM: The postcode is cb58as and the address is park street. Enjoy your visit!", + "USER: Thanks! I also need some help finding a hotel on the east side.", + "SYSTEM: How about the express by holiday inn cambridge? It is on the east side & has parking and wifi.", + "USER: What star is it ?", + "SYSTEM: It is a 2 star. Would you like me to book it?", + "USER: No, I'm not ready to book yet. Thanks for all the help today, that's all I needed. Good bye.", + "SYSTEM: Let us know if we can help more." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ], + "attraction-name": [ + "adc", + "adc theatre" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0265.json", + "Complete Dialogue": [ + "USER: I am looking for a train from Stevenage for a trip to Cambridge.", + "SYSTEM: There are several trains to your specifications. What day and time would you like to leave?", + "USER: I need to leave on Wednesday after 10:45", + "SYSTEM: The earliest train that meets your needs is TR6473, leaving at 11:54 and arriving in cambridge at 12:43. Would you like to book passage on that train?", + "USER: Yes I would. There are 3 of us traveling. Could we get a private area on the train?", + "SYSTEM: Certainly, do you have a price range in mind?", + "USER: For the train, no. And I made a mistake. I only need a booking for 1 person.", + "SYSTEM: Not a problem at all. Booking for one person was successful, the total fee is 12.8 GBP payable at the station . Reference number is : 8WYSLEG0 . Anything else today?", + "USER: I also need a place to dine. I'm looking for something cheap in the south.", + "SYSTEM: I have found 2 options for you: The Lucky Star, which serves Chinese food, and Nandos, which serves Portuguese food. Shall I make a reservation for one of them?", + "USER: Please book Nandos.", + "SYSTEM: Sure. What say and time are you thinking? And for how many people?", + "USER: Actually, I'll take care of the reservation. Can I just get the phone number and address for Nandos, please?", + "SYSTEM: Yes, the phone number is 01223327908, and the address is Cambridge Leisure Park Clifton Way. Can I help with anything else?", + "USER: No, that was all the information I needed. Thanks so much. Have a good day.", + "SYSTEM: You too, goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "10:45" + ], + "train-bookpeople": [ + "3", + "1" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20532.json", + "Complete Dialogue": [ + "USER: Please find me a corsica restaurant.", + "SYSTEM: There are no corsica restaurants. Would you like something else?", + "USER: Are there any gastropub restaurants?", + "SYSTEM: There are multiple gastropub restaurants. What area are you looking for?", + "USER: I don't care", + "SYSTEM: There are three expensive gastropub restaurants and one moderately priced gastropub. Do you have a preference?", + "USER: Could I have the area, address, and phone number of the moderately priced one please?", + "SYSTEM: The Cow Pizza Kitchen and Bar is located in the city centre on Corn Exchange Street and the number there is 01223 308871. How else may I help you?", + "USER: Thank you goodbye.", + "SYSTEM: good day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "corsica", + "gastropub" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2621.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel that is in the expensive price range.", + "SYSTEM: I have 5 hotels in Cambridge that match your request. Is there a particular area of town you are interested in? East? Centre? west? south?", + "USER: Any area should be fine. The hotel should include free parking and should include free wifi.", + "SYSTEM: Ok. All five hotels have both free parking and wifi. How does the university arms hotel sound?", + "USER: It sounds expensive. Can I have the phone number and area please?", + "SYSTEM: It is in the centre are and the phone number is 0122351241. May I help you with anything else today?", + "USER: I also want to go to an attraction in the center part of town.", + "SYSTEM: How about The Man on the Moon? It's a concerthall.", + "USER: That sounds great. May I have the phone number and postcode, please?", + "SYSTEM: Phone number is 01223474144, and postcode is cb12lf", + "USER: Thank you. I am looking to get a taxi to commute between the two places.", + "SYSTEM: That should be easy, I just need a time and which place you will be leaving from.", + "USER: I want to leave Man on the Moon at 24:30 and go to the University Arms Hotel.", + "SYSTEM: I have booked you a white Lexus that will arrive by 24:30. The contact number for your driver is 07122328188. Anything else for you today?", + "USER: That's all for me, thank you for your help.", + "SYSTEM: I'm glad I could be of help." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "the man on the moon" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "man on the moon", + "the man on the moon" + ], + "taxi-destination": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "24:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2181.json", + "Complete Dialogue": [ + "USER: I have some questions about attractions, today.", + "SYSTEM: What type of questions do you have. I have 79 attractions available what are you looking for and in what area?", + "USER: I want to learn about attractions in the west side of town.", + "SYSTEM: Are you looking for a museum to visit? Or would you prefer a college?", + "USER: Surprise me :) I need the address, postcode and the entrance fee. I also need a vegetarian restaurant with a moderate price range.", + "SYSTEM: I would recommend churchhill college. It's free to enter. The address is storey's way. The post code is cb30ds. What area should the restaurant be in?", + "USER: i don't mind where it is as long as they have vegetarian food.", + "SYSTEM: I'm sorry, I have no vegetarian restaurants available. Is there something else you would be interested in?", + "USER: Could you look for an Indian restaurant?", + "SYSTEM: There is an indian restaurant called Meghna in the west. It's moderately priced. Would you like me to book a table?", + "USER: No just provide me their address and phone number.", + "SYSTEM: sure they are located at 205 Victoria Rd Chesterton, phone is 01223727410, something else today?", + "USER: I'm going to need a taxi to get to the two places.", + "SYSTEM: Where do you want to depart and arrive and what time?", + "USER: I'm going to need to leave the museum by 9:00.", + "SYSTEM: Your are booked, look for a red volvo, if you need to contact them, their number is 07134286519, any further questions?", + "USER: Thank you so much. I don't think I have any questions right now.", + "SYSTEM: Can I look up anything else for you?", + "USER: No thank you.", + "SYSTEM: Have a nice day, goodbye!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-name": [ + "meghna" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "churchhill college", + "churchills college" + ], + "taxi-destination": [ + "meghna" + ], + "taxi-leaveat": [ + "9:00", + "09:00" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2300.json", + "Complete Dialogue": [ + "USER: I need a train to cambridge that leaves after 13:30.", + "SYSTEM: There are several trains that are going to Cambridge at that time where are you departing from?", + "USER: I'll be departing from Kings Lynn on Tuesday.", + "SYSTEM: Train TR4840 leaves at 14:11. Would you like me to book it for you?", + "USER: First, I'd like to know the arrival time for it.", + "SYSTEM: That train arrives at 14:58. Is there any other information you need before making your decision?", + "USER: No, thanks. I also need a room in the north with free parking.", + "SYSTEM: There are 2 hotels and several guest houses available in that area. Is there a particular price range you need?", + "USER: As long as it is 2-star rated and moderately priced, I'm pretty flexible about all the rest.", + "SYSTEM: Okay we have the ashley hotel, would you like a booking?", + "USER: Yes, please book the Ashley for 2 people and 2 nights starting Tuesday.", + "SYSTEM: Booking was successful. The Reference number is YN5OGYA7 . What else can I do for you?", + "USER: That should be all I need. Thank you for your help!", + "SYSTEM: You are welcome. Would you like for me to go ahead and book train TR4840 for you?", + "USER: No thank you. Good bye.", + "SYSTEM: Enjoy your trip!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "13:30" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley hotel", + "ashley" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0798.json", + "Complete Dialogue": [ + "USER: I was hoping to dine at a korean restaurant while in Cambridge.", + "SYSTEM: We have a Korean restaurant at 108 Regent St. City center, would you like me to make a reservation?", + "USER: What is the price range of that restaurant?", + "SYSTEM: The price range of Little Seoul, the Korean restaurant, is expensive.", + "USER: Is that in the centre area? If so I'd like a reservation for 7 on Friday please.", + "SYSTEM: Yes Little Seoul is in the centre area, what time would you like for your reservation?", + "USER: Yes can you please and send me the reference number.", + "SYSTEM: Sure. What time would you like your reservation?", + "USER: Can you reserve a table for Friday for 7 people at 15:45?", + "SYSTEM: I sure can. I have your table booked.", + "USER: what is the reference number?", + "SYSTEM: Your reference number is A5LITXVZ and they will hold the table for you for 15 minutes. Will you be needing other assistance?", + "USER: I'm also looking for a train. The train should leave after 13:30 and should leave on Monday.", + "SYSTEM: Where are you departing from and headed to?", + "USER: I am departing from Cambridge and need to get to Norwich.", + "SYSTEM: The closest train to your departure time is at 13:36 for train number TR3325. Do you want that booking?" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "korean" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-name": [ + "little seoul" + ], + "restaurant-booktime": [ + "15:45" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-leaveat": [ + "13:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4283.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderate priced place to stay with free wifi.", + "SYSTEM: What day will you be arriving at the hotel and how long are you staying?", + "USER: I am not sure what day, I am just researching now. I would like to have a 4 star hotel. Are there any options?", + "SYSTEM: I have about 11 guesthouses that are available. Do you have a preference as far as area?", + "USER: I do not have a preference on area.", + "SYSTEM: I can suggest the avalon located in the north it is moderately priced with 4 stars. Would you like to make reservations?", + "USER: does it have wifi?", + "SYSTEM: It does have wifi! Will you need parking as well?", + "USER: Nope, that isn't important. Can you book it for 1 person for 3 nights starting on Thursday please?", + "SYSTEM: Okay, I've booked you at the Avalon. Your reference number is ZG7G439M . Can I further assist you?", + "USER: Yes, I need a train to peterbourough on Sunday.", + "SYSTEM: There are several trains to Peterborough on Sunday. Where are you departing from and do you have a time in mind?" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "avalon" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "peterborough" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2024.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called the a and b guest house. Can you help me out?", + "SYSTEM: Yes, what would you like to know about it?", + "USER: I'm hoping to book a room for 8 people on Friday. We will be in town for 4 nights.", + "SYSTEM: I was able to successfully book that for you. Your reference number is XUSQ4E7T . Is there anything else I can do for you today?", + "USER: Yes, I need a train that leaves after 9:30", + "SYSTEM: I can help with that. What are your departure and arrival stations please?", + "USER: I am departing Cambridge and going to Peterborough, on Tuesday please.", + "SYSTEM: How about TR9522? It leaves at 09:34.", + "USER: That sounds good. Could you give me the arrival time and the travel time?", + "SYSTEM: Train TR9522 departs at 09:34 and arrives at 10:24. The travel time is 50 minutes. Would you like to book any tickets?", + "USER: Yes, please go ahead and book the tickets. Can I have the reference number as well?", + "SYSTEM: 7KKKCLIP is the reference number.", + "USER: Thank you so much for all your help today.", + "SYSTEM: Is there anything else I may help you with today?", + "USER: No, that is all I will be needing. Thanks again. Bye.", + "SYSTEM: You're welcome. Goodbye" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "a and b guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-leaveat": [ + "9:30", + "09:30" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1776.json", + "Complete Dialogue": [ + "USER: I'm looking for information on trains from Broxbourne to Cambridge.", + "SYSTEM: There are many trains departing throughout the day, which day were you looking to leave?", + "USER: Tursday, leaving after 17:00, please.", + "SYSTEM: The TR1828 departs Broxbourne at 17:32, arrives in Cambridge at 18:32. Would you like to book a ticket?", + "USER: Yes please. I would like a booking for 5 people and the reference number once the booking has been confirmed.", + "SYSTEM: Reference number is : VRSU89VK . at the price of 89.5 GBP", + "USER: I'm also looking for a college to see in the centre area. Can you give me some matches to this criteria?", + "SYSTEM: I have 13 colleges listed in the centre. Christ's college and downing college both have free admission.", + "USER: Christ's college sounds perfect. Can I get the postcode and phone number please?", + "SYSTEM: Yes. The phone number is 01223334900 and the postcode is cb23bu.", + "USER: That's all I need. Thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-leaveat": [ + "17:00" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20391.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in the north part of town that serves korean food", + "SYSTEM: I'm sorry, there are no Korean restaurants in the north part of town. Can I help you find anything else?", + "USER: How about any area?", + "SYSTEM: little seoul is in the centre and serves korean food", + "USER: What is the address and price range?", + "SYSTEM: Little Seoul is at 108 Regent Street City Centre and is an expensive restaurant. Do you want the phone number?", + "USER: No thank you, goodbye.", + "SYSTEM: Thank you for using our system. Good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "dontcare", + "north" + ], + "restaurant-food": [ + "korean" + ], + "restaurant-name": [ + "little seoul" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1654.json", + "Complete Dialogue": [ + "USER: Hi, can you give me information on trains? I need to leave from London Liverpool Street on Sunday, heading to Cambridge.", + "SYSTEM: Yes, there are several leaving every 2 hours. The ride is 88 minutes long. Can I reserve a seat for you?", + "USER: Can you reserve a seat for me on a train that arrives at Cambridge by 20:30?", + "SYSTEM: I have one arriving at 19:07 would that be okay?", + "USER: Yes. What is the price and train ID of that one?", + "SYSTEM: The trainID is TR8260 and the price is 13.28 pounds. You said you wanted one seat reserved for this train?", + "USER: Yes please. I am also looking for a restaurant in the west side of the city. I would like it to be an expensive restaurant.", + "SYSTEM: I have several places, which type of food do you prefer?", + "USER: I don't have a preference, but I'd like to book the same day for 2 people at 13:15. I also need the reference number.", + "SYSTEM: What date would you like the reservation for?", + "USER: On Sunday as well. May I also have the reference number please?", + "SYSTEM: I reserved you a table at Graffiti. It's a great british restaurant in the west. Your reference number is SSXX4DVL . Is there anything else I can help with?", + "USER: No thank you. Appreciate your help.", + "SYSTEM: It was my pleasure. Have a wonderful evening. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "20:30" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-booktime": [ + "13:15" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-name": [ + "graffiti" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1851.json", + "Complete Dialogue": [ + "USER: I'm looking for a train to stevenage, leaving on Sunday.", + "SYSTEM: Train TR8464 leaves at 11:21 and arrives at 12:10. Would you like to book that one?", + "USER: No, I need to leave some time after 14:30, and I'll be traveling to Cambridge.", + "SYSTEM: There are many trains at that time, where are you leaving from?", + "USER: Im leaving from Cambridge and going to Stevenage.", + "SYSTEM: the 1st train out of cambridge going to stevenage is at 15:21 arriving at 16:10. shall I get a ticket for you?", + "USER: Before we do that are there any attractions that feature a swimming pool in town?", + "SYSTEM: Yes, there are 2 in the north, 1 in the east and 1 in the centre. Which would you be interested in?", + "USER: What is the name, entrance fee, and phone number of the one in the center?", + "SYSTEM: The name is Parkside Pools. The entrance fee is not listed in our database, but you could probably get it by calling them at 01223446100.", + "USER: Do you have entrance fees for any of the others?", + "SYSTEM: Actually none of the pools in our database have an entrance fee listed. Is there anything else I can help you with?", + "USER: No thank you that is all the information I need today.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. I hope you have a pleasant trip! Goodbye!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "stevenage", + "cambridge" + ], + "train-leaveat": [ + "14:30" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ], + "attraction-area": [ + "centre", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0591.json", + "Complete Dialogue": [ + "USER: I need a train from peterborough going to cambridge. Can you help me?", + "SYSTEM: The next train departs Peterborough on Friday at 05:19 and scheduled to arrive in Cambridge by 06:09. Do you want a different departure time?", + "USER: I'd like to leave after 11:45 on Thursday, please.", + "SYSTEM: There's a train scheduled on Thursday from Peterborough to Cambridge, leaving at 11:19 and arriving at 12:09. Will this work for you?", + "USER: With our schedule, we can only go on a train that leaves after 11:45. Is there one leaving later?", + "SYSTEM: There is a train that leaves at 12:19 will that work?", + "USER: That sounds great. Can you please book 7 tickets on that one?", + "SYSTEM: Booking was successful. Reference number is 3854SJZ8 . Do you need help with anything else?", + "USER: Thank you. Yes, I do need a place to dine. I would like an expensive restaurant in the north.", + "SYSTEM: Do you have a particular type of cuisine in mind?", + "USER: Any type is fine. I'd also like the phone number of the restaurant.", + "SYSTEM: I recommend Restaurant Two Two. It is a French restaurant in the north. The telephone number is 01223351880. Would you like me to book a reservation?", + "USER: What type of food is it?", + "SYSTEM: As mentioned before they are French.", + "USER: Thank you. I missed that before. Screaming kids, you know.", + "SYSTEM: Yes, I can hear them. How else can I help you today?", + "USER: Thank you so much for your help.", + "SYSTEM: Happy to help, goodbye.." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-leaveat": [ + "11:45", + "12:19" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3795.json", + "Complete Dialogue": [ + "USER: I'm looking for this restaurant called city stop restaurant", + "SYSTEM: i've got their information, what would you like to know?", + "USER: I need their postcode and price range.", + "SYSTEM: City Stop Restaurant is in the expensive price range and their postcode is cb41uy. Is there anything else you need assistance with today?", + "USER: I need a 3 star guesthouse to stay at please.", + "SYSTEM: There are 4 places that fit what you are looking for. Do you need me to narrow down the list for you?", + "USER: Do any of those places include free parking?", + "SYSTEM: Hamilton lodge is 3 stars with free parking and internet located at 156 chesterton road. Phone 01223365664. Would you like me to book a room for you?" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-name": [ + "city stop restaurant" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0492.json", + "Complete Dialogue": [ + "USER: I need a place to stay and I want it to be a guesthouse.", + "SYSTEM: There are 24 guesthouse listings. What area would you like to stay in?", + "USER: I like the south part of town and should include free wifi", + "SYSTEM: I have the aylesbray lodge, bridge guest house or rosa's bed and breakfast. Would you like to book one today?", + "USER: Does either have free parking?", + "SYSTEM: Yes, they both do. Shall I book one?", + "USER: Yes, please book for Thursday for 2 nights and 3 people.", + "SYSTEM: I was able to book aylesbray lodge guest house for you. Your reference number is NIFUTFQF .", + "USER: Thank you. Can you also help me find a restaurant that is expensive and in the same area as the hotel?", + "SYSTEM: There are 5 expensive restaurants on the south side. You can pick from Chinese, Indian, Italian, or Mexican. Mexican one is chiquito restaurant bar.", + "USER: Mexican sounds good. Please book it for the same day --Thursday and for the same three people at 17:30.", + "SYSTEM: Your booking was successful they will hold your table for 15mins. Your reservation number is YOLN1H2G . Is there anything else I can help you with?", + "USER: Perfect, thanks! Can you also find me a taxi to commute between the two places? I'd like to get to the restaurant in time for that reservation.", + "SYSTEM: aylesbray lodge guest house to chiquito restaurant bar Booking completed! Booked car type : yellow bmw Contact number : 07430668137", + "USER: Thanks a lot goodbye", + "SYSTEM: Would that be all?" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "17:30" + ], + "restaurant-food": [ + "mexican" + ], + "restaurant-name": [ + "chiquito restaurant bar" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "17:30" + ], + "taxi-departure": [ + "aylesbray lodge guest house" + ], + "taxi-destination": [ + "chiquito restaurant bar" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1031.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderately priced guesthouse for the night.", + "SYSTEM: For that price range, I have several guesthouses. Do you have a preference on the area of town you stay in?", + "USER: Yes, I'd really like to stay on the west end of the city. Anything available there?", + "SYSTEM: How about Hobsons House? It is a moderately priced guesthouse in the west end.", + "USER: Does that place have free wifi?", + "SYSTEM: Yes the place provides free wifi.", + "USER: Thank you, can you book me for 7 people and two nights, beginning on Sunday? May I also get a reference number?", + "SYSTEM: Your booking was successful and reference number is Q1P81Y9Z . Can I assist you with anything else?", + "USER: No thanks, that is all.", + "SYSTEM: Thank you, if you need anything else let me know.Good Bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "west" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "hobsons house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4717.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that is moderately priced and includes free wifi?", + "SYSTEM: i have many options for you. are you looking in a particular area?", + "USER: Yes, I would prefer it to be in the north.", + "SYSTEM: That narrowed it down a little bit. Would you prefer a guesthouse or a hotel?", + "USER: A hotel please. I also need free parking.", + "SYSTEM: I have 2 hotels that have what you are asking for. Both are 2 stars and offer free parking and wifi. Ashley Hotel and the other is the Lovell Lodge.", + "USER: Can you book a room at the Ashley for me? 5 people, 5 nights, and we'll arrive on Tuesday.", + "SYSTEM: Ok, you have the rooms. Reference number is : HX250ZFS . Can I help you with anything else?", + "USER: Great I also need a train going to cambridge on tuesday as well.", + "SYSTEM: Did you have a departure or arrival time in mind?", + "USER: i just want to get there by 19:00", + "SYSTEM: Where are you leaving from?", + "USER: I'm leaving from Broxbourne.", + "SYSTEM: Okay the TR7598 leaves at 16:32 and arrives at 17:32.", + "USER: Can you book that train for five people?", + "SYSTEM: I sure can. That total charge is 89.5 GBP and the reference number is OTQM5TP5 .", + "USER: Great, thanks for all of your help today. I won't be needing any further help. Bye.", + "SYSTEM: No thank you that will be all" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "ashley hotel", + "ashley" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "19:00" + ], + "train-departure": [ + "broxbourne" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4900.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Okay, and what kind of information can I retrieve for you today?", + "USER: I need to know if any trains are running to Broxbourne on Saturday that arrive by 10:30.", + "SYSTEM: TR1997 leaves Cambridge at 09:01 on Saturday and arrives in broxbourne at 10:01. Will that work for you?", + "USER: Great can you get me 8 tickets please?", + "SYSTEM: I was able to book you. Your reference number is E7AJ44N7 .", + "USER: I also need to find a guesthouse to stay in that is 4 stars.", + "SYSTEM: we have quite a few when were you planning your stay?", + "USER: Do any of them have free wifi?", + "SYSTEM: Yes there is internet.", + "USER: Ok great, I need a room booked for 8 and for 5 nights starting on the Monday.", + "SYSTEM: I'd be happy to help with your request, which place did you want to book a room at? There are 18 results and all have free wifi.", + "USER: You can just pick one for me. I'd like a 4 star guesthouse with free wifi. I need a room Monday for 5 nights and 8 people.", + "SYSTEM: Okay, I've booked your room for 8 people starting on Monday at the A&B Guest House. Your reference number is C6M738RF . Anything else for you today?", + "USER: No, that will be all. Thanks. You've been a great help. Goodbye.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Goodbye" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:30" + ], + "train-day": [ + "saturday" + ], + "train-destination": [ + "broxbourne" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-internet": [ + "yes" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3642.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge.", + "SYSTEM: Please provide more specifics so I can help you.", + "USER: Can I get some information on milton country park?", + "SYSTEM: Yes, it's free admission and address is milton country park, milton and post code is cb46az.", + "USER: Can you tell me what area Milton Country Park is in and what the entrance fee is?", + "SYSTEM: It's in the north and has free entry. Will that be all?", + "USER: I also need a train for Saturday, traveling from Cambridge to Norwich and I'd like to arrive by 12:15. Can you help with that?", + "SYSTEM: There are 6 trains matching your request that leave starting at 05:36 each hour until 10:36. Do you have a preference as to the train you want?", + "USER: No. Just one that can fit 5 people.", + "SYSTEM: Okay how about the TR9588. It leaves at 10:36 and arrives by 11:55.", + "USER: Sounds great. Please book and provide me with a reference number.", + "SYSTEM: Here is your refrence number XXSU6ZFV . The price is 70.40pounds", + "USER: Thank you so much. That's all I need today. Good-bye.", + "SYSTEM: Thank you for using our service!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "12:15" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0870.json", + "Complete Dialogue": [ + "USER: I am looking for an attraction in the centre of Cambridge.", + "SYSTEM: There are several attractions in the town centre. Are you looking for a particular type?", + "USER: Yes, please find any museums in the town centre.", + "SYSTEM: There is the Whipple Museum of the History of Science located in the town centre, on free school lane. Is there any thing else I can help you with?", + "USER: I need the postcode. Also, is there any place in town serving barbeque?", + "SYSTEM: The museum's post code is cb23rh. Sadly, there are no restaurants serving barbeque. Is there something else you might be interested in instead?", + "USER: I am also interested in a moderately priced place I can get barbeque.", + "SYSTEM: I do apologize there are no restaurants serving barbecue. Is there something else you might be interested in instead?", + "USER: Are there any places that serve gastropub food?", + "SYSTEM: Yes, The Cow Pizza Kitchen and Bar is a moderately priced gastropub in the center of town. Would you like a table there?", + "USER: Sure! For 5 people at 13:45 on Sunday please. Thank you!", + "SYSTEM: They are not available for that time, is there another day and or time that you would like me to check?", + "USER: Sure, would 12:45 be available?", + "SYSTEM: Alright, you're booked for 12:45. Your reference number is DXMY5V92 .", + "USER: I would also like to book a taxi that arrives by 12:45 to the restaurant. I would also like its contact number and car type.", + "SYSTEM: I was able to get a blue lexus and their number is 07087322851", + "USER: Perfect. Thank you very much for your help.", + "SYSTEM: You're welcome! Enjoy your stay." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "whipple museum of the history of science" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "barbeque", + "gastropub" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "12:45", + "13:45" + ], + "restaurant-name": [ + "cow pizza kitchen and bar" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "12:45" + ], + "taxi-departure": [ + "whipple museum of the history of science" + ], + "taxi-destination": [ + "cow pizza kitchen and bar" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3870.json", + "Complete Dialogue": [ + "USER: I'm looking for a pleasant guesthouse to stay in. Would you be able to help me find one?", + "SYSTEM: Sure! What area would you like to stay?", + "USER: I would like to stay in the north. I would also like the guesthouse to have free parking and wifi.", + "SYSTEM: How about the acorn guesthouse?", + "USER: It has free parking and wifi? Sounds great.", + "SYSTEM: How many nights would you like to book it for?", + "USER: Just get me their phone number.", + "SYSTEM: The phone number is 01223353888.", + "USER: Thanks. I could also use some help finding out about a train going into Cambridge.", + "SYSTEM: I will need departure city, time of arrival or departure and day of travel please.", + "USER: Day of travel is Tuesday and departure city is Ely and to arrive by 12:45", + "SYSTEM: I have train TR3412 that arrives at 11:52 in Cambridge. Would you like me to book it for you?", + "USER: Can you give me the departure time and price, please?", + "SYSTEM: It departs at 11:35, and costs 4.40 Pounds. Can I help you with anything else?", + "USER: That was all I needed. Thanks!", + "SYSTEM: Please let us know if we can assist you in the future. Thank you! Goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "12:45" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "ely" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0975.json", + "Complete Dialogue": [ + "USER: Tell me a good nightclub.", + "SYSTEM: Sure, there are 6 fantastic nightclubs in Cambridge. They're located in the centre or south. Would you like more information?", + "USER: Yes, please may I have the postcode for the first one listed?", + "SYSTEM: Sure. Ballare is in the centre, postcode cb23na. Anything else I can do?", + "USER: Yes. I would like an expensive restaurant in the same area.", + "SYSTEM: There are 33 expensive restaurants in the centre of cambridge - are you looking for a particular type of cuisine?", + "USER: Yes. I would like a French restaurant please.", + "SYSTEM: There is a delicious french restaurant called Cote. Would you like a reservation?", + "USER: I actually need a place serving modern european food, please.", + "SYSTEM: There is one expensive restaurant in the centre of town that serves modern european food. Would you like me to book you a table at Darrys Cookhouse and Wine Shop?", + "USER: Yes, please book at table for 4 at 19:15 on Saturday.", + "SYSTEM: I have your reservation all set. Your reference number is X0TX9LWM . Your table will be reserved for 15 minutes. Anything else I can do for you?", + "USER: That's everything I needed. Thanks!", + "SYSTEM: Glad I could help! Thanks for using Cambridge TownInfo Centre today." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "french", + "modern european" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "19:15" + ], + "restaurant-name": [ + "darrys cookhouse and wine shop" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01967.json", + "Complete Dialogue": [ + "USER: I want to get a taxi to pick me up from the Cambridge train station please.", + "SYSTEM: What time would you like to depart at?", + "USER: I'd like to leave after 09:15.", + "SYSTEM: Where is it that you would like to go?", + "USER: I want to go to county folk museum", + "SYSTEM: I have booked a white volvo to leave at 9:15 from Cambridge train station. Your contact number is 07504297575", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Great! Have a nice day!" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "cambridge train station" + ], + "taxi-leaveat": [ + "09:15" + ], + "taxi-destination": [ + "cambridge and county folk museum", + "county folk museum" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0667.json", + "Complete Dialogue": [ + "USER: I am looking for a 3 star hotel to stay in.", + "SYSTEM: There are 6, 3 start hotels in Cambridge. Do you have a preference for the part of town it is located in?", + "USER: The hotel should be in the expensive price range.", + "SYSTEM: Okay, I've got two that fit the bill. One in the centre of town and one in the south. Do you have a preference?", + "USER: I do, yes. I would like to stay in the center of town. I need it to fit five people, for 3 nights, starting Wednesday afternoon.", + "SYSTEM: I am very sorry, but I was unable to book a reservation for you. Would you be willing to book a later day or would you be willing to have a shorter stay?", + "USER: Lets try just booking it for one night.", + "SYSTEM: I apologize. One night is not working either. There are guesthouses.", + "USER: What about the 4 star hotels?", + "SYSTEM: I do have a four star hotel in the centre of town, but it is also unable to accommodate your guests for 3 days. Can you adjust your length of stay?", + "USER: Can we book the other expensive 3 star hotel for one night starting on wednesday?", + "SYSTEM: I reserved Wednesday night at the University Arms Hotel for 5 people. Your reference number is GM90EY8A . Is there anything else?", + "USER: Yes, I also need a train leaving after 18:30 from kings lynn to cambridge.", + "SYSTEM: Sure I will be able to book you a train, on what particular day will you want to travel?", + "USER: same day as my hotel booking.", + "SYSTEM: How many tickets do you need?", + "USER: Great! I will need 5 tickets.", + "SYSTEM: You are booked for Train Tr5556, your reference number is JA6WAOJC .", + "USER: Thank you. What's the travel time?", + "SYSTEM: travel time is 47 minutes", + "USER: Thank you very much.", + "SYSTEM: You're welcome. Is there anything else I can help you with?", + "USER: No, that is all I need. Thanks!", + "SYSTEM: No trouble at all, I hope you have a wonderful stay!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4", + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:30" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0865.json", + "Complete Dialogue": [ + "USER: I need a train departing Cambridge that will arrive by 17:00.", + "SYSTEM: I would be happy to help you find a train leaving Cambridge. In order to better help you can you let me know where you are traveling to, and what day you are looking to leave?", + "USER: I am going to Norwich and I want to leave on Thursday.", + "SYSTEM: TR1584 arrives by 10:55. That should give you plenty of time.", + "USER: Okay, can you please make a booking for 8 people?", + "SYSTEM: Yes I was able to make a booking and your reference number is 2IFP2I1S .", + "USER: Perfect! Can you also find me a restaurant?", + "SYSTEM: What type of restaurant are you looking for?", + "USER: Modern Eclectic please", + "SYSTEM: I'm afraid I could not find a modern eclectic restaurant. Would you be interested in a gastropub?", + "USER: No, but an expensive Mediterranean place in the center of town would work.", + "SYSTEM: What price range? I have a few options for you.", + "USER: Something in the upper range, over 20 a place.", + "SYSTEM: There are two Mediterranean choices: la mimosa or shiraz restaurant. Which one do you prefer?", + "USER: I've heard great things about La Mimosa. Can you book a table for all of us at 10:00 on the day we arrive?", + "SYSTEM: Table for 8 at La Mimosa on Thursday at 10:00. The restaurant will hold your table for up to 15 minutes. Your Reference number is : F56UFR10 .", + "USER: Thank you for booking that for me.", + "SYSTEM: Have a nice day, goodbye!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00" + ], + "train-departure": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern eclectic", + "mediterranean" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "10:00" + ], + "restaurant-name": [ + "la mimosa" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2559.json", + "Complete Dialogue": [ + "USER: What is the address to the hospital in Cambridge?", + "SYSTEM: Address is Hills Road. Is there anything else?", + "USER: Can I also get their phone number please?", + "SYSTEM: The phone number is 01223245151.", + "USER: Thank you! Can you also help me find a hotel?", + "SYSTEM: I sure can. What kind of hotel are you interested in, in what part of town and what's your price range?", + "USER: I'd like a 4-star place with free wifi and parking.", + "SYSTEM: We have 3 hotels and 16 guesthouses across town to choose from! Do you have any preferences?", + "USER: I would like to book the hotel for 8 people spending Wednesday and Thursday night.", + "SYSTEM: Sure, I can help you with that. Was there a particular area of town you were looking for?", + "USER: Well, I was going to visit Christ college so same area is that. I forgot to ask you earlier, I always confuse hospitals and colleges.", + "SYSTEM: Christ College is in the Centre. Would you like me to look for a hotel there?", + "USER: it doesn't matter. i will be looking for a taxi to commute between the two places.", + "SYSTEM: I have found a guesthouse and a hotel in the Centre near Christ College. The guest house is priced cheap and the hotel is expensive. Do you need a booking?", + "USER: Please book the hotel for 8 people starting on wednesday for 2 nights.", + "SYSTEM: I have made reservations for your party of 8 at the University Arms Hotel. Your reference is JN4ZA7ED . Is there anything else I can help you with today?", + "USER: Yes, please. I need a taxi to pick me up at the hotel.", + "SYSTEM: How many people will be traveling?", + "USER: 8 people will be traveling.", + "SYSTEM: What time would you like the taxi for?", + "USER: I want to leave by 21:00.", + "SYSTEM: Okay! You'll be picked up in a grey Toyota, and the phone number is 07183775918. Can I help you with anything else?", + "USER: Okay. Thank you for all your help.", + "SYSTEM: What else can I look up for you?", + "USER: no Have a nice day.", + "SYSTEM: Thank you, let me know if I can assist with anything else." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction", + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "centre", + "dontcare" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "christ college" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "21:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0866.json", + "Complete Dialogue": [ + "USER: I want a train that leaves on wednesday.", + "SYSTEM: Okay, I'd be happy to book that for you. Where would you like to go?", + "USER: I'm going to Cambridge from New Street in Birmingham", + "SYSTEM: How about train TR0014, leaving at 05:40?", + "USER: I need to make sure that I will arrive by 09:15?", + "SYSTEM: Yeah, that train will get you there by 8:23.", + "USER: Great. I'm also looking for information on the Ugly Duckling restaurant.", + "SYSTEM: The Ugly Duckling is a fantastic Chinese place in the center of town. It's expensive, but worth it. I'd be happy to book a table, if you like.", + "USER: Yes, please! I'd like a table for 1 at 15:15 on the same day as the train.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : QLK6MOBC . You are all set! Anything else I can help with?", + "USER: Nope, that's it. Thanks for your help.", + "SYSTEM: You are welcome. Enjoy your stay in Cambridge. Bye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "09:15" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ugly duckling" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1906.json", + "Complete Dialogue": [ + "USER: Is there a train I can take to cambridge that leaves after 18:00?", + "SYSTEM: Absolutely. Where are you coming from?", + "USER: I'm departing from birmingham new street.", + "SYSTEM: I have train TR8903 that leaves at 18:40 and will arrive in Cambridge at 21:23. Would that interest you?", + "USER: Yes please book me for one ticket.", + "SYSTEM: Booking was successful, the total fee is 75.09 GBP payable at the station . Reference number is : KHBLJGHN . Is there anything else I can do to assit you today?", + "USER: Also looking for a guesthouse in the cheap price range.", + "SYSTEM: Are you going to stay in a specific area of town?", + "USER: The area of town is not important, but I would like a hotel with free parking and four stars.", + "SYSTEM: I have the allenbell would you like information on that?", + "USER: Yes please. Can you tell me anything about it- How big are the rooms? Do they offer suites?", + "SYSTEM: I don't have that information in front of me I can give their phone number", + "USER: Yes, I need the phone number please!", + "SYSTEM: 01223210353 is the phone number", + "USER: Could you go ahead and book me the guesthouse?", + "SYSTEM: What day would you like the reservation to be on?", + "USER: I am not looking to book just yet, actually. Just please find information on guesthouse in the cheap price range.", + "SYSTEM: I have several to choose from is there an area you'd prefer?", + "USER: It needs 4 stars please.", + "SYSTEM: Ok! I highly suggest the Leverton House. What information are you looking for?", + "USER: I just need their phone number please.", + "SYSTEM: Sure, the phone number is 01223292094. Can I be of further assistance?", + "USER: No thank you that is all I needed.", + "SYSTEM: You are welcome, have a good day." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "allenbell", + "leverton house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2511.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay that has free wifi.", + "SYSTEM: Do you have any other preferences, such as a price range or a particular part of town?", + "USER: Indeed I do. I'd like a hotel in the expensive price range that's on the west side of town. The hotel should have a 4 star rating.", + "SYSTEM: Yes, the Huntingdon Marriott Hotel is a match! Would you like me to book a room?", + "USER: So that's a hotel and not a guesthouse? And do they have free parking?", + "SYSTEM: Yes, it's a hotel that has free parking. Should I make a booking for you?", + "USER: No thank you. I also would like a place to go in town.", + "SYSTEM: I see many art galleries and museums in that part of town, do you have a preference for one over the other?", + "USER: I am looking for a college.", + "SYSTEM: There are several colleges,what part of town would you like ?", + "USER: It doesn't matter, pick one for me? I'll just need the address.", + "SYSTEM: Okay, I suggest clare hall. It is in the west. The address is herschel road. Entrance is free.", + "USER: Thanks. Now I just need a taxi to pick me up at 22:00 from the Huntingdon Marriott and take me to Clare Hall. I'll need car type and contact number", + "SYSTEM: Your car is booked. The care type is a blue toyota. Your contact number is 07372726556", + "USER: Thank you. That is it for now.", + "SYSTEM: You're welcome! Have a wonderful day!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "west" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "huntingdon marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "clare hall" + ], + "taxi-leaveat": [ + "22:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0222.json", + "Complete Dialogue": [ + "USER: I'm looking for a 2 star hotel in the north.", + "SYSTEM: I have two hotels meeting your criteria. Ashely Hotel located at 74 Chesterton road and Lovell Lodge located at 365 Milton road.", + "USER: I would like to book at 74 Chesterton Road.", + "SYSTEM: Great, how many people will be staying? Also, how many days you will be staying?", + "USER: Wait, before we do that I should probably check on the prices. What sort of room rates am I looking at?", + "SYSTEM: It appears to be in the moderate price range. Would that work for you?", + "USER: Yes that would work", + "SYSTEM: Okay great, so how many people will be staying and for how many nights?", + "USER: There will be 5 people for a total of 4 nights starting from Monday.", + "SYSTEM: I was able to book your stay at ashley motel. Your reference number is KJHYRDCA . Is there anything else today?", + "USER: Okay thank you for everything.", + "SYSTEM: Thank you, enjoy your stay." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "ashely hotel", + "ashley hotel" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-pricerange": [ + "moderate" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0071.json", + "Complete Dialogue": [ + "USER: I need to book a taxi from Saint Johns Chop House to Williams Art and Antiques please.", + "SYSTEM: Not a problem, I will need your preferred pick up and arrival times in order to book your cab.", + "USER: The taxi should leave by 3:15.", + "SYSTEM: I have booked a taxi for you! The car is a yellow honda. The contact number is 07799036655. Is there anything else you need today?", + "USER: I'm sorry, could you make sure the taxi is actually leaving after 3:15? I made an error earlier.", + "SYSTEM: No problem, a blue lexus will pick you up at 3:20. The contact number is 07581540721. Will there be anything else?", + "USER: That should be perfect!", + "SYSTEM: It was a pleasure to help you.", + "USER: Thank you so much!", + "SYSTEM: Thank you let me know if you need anything else." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "saint johns chop house" + ], + "taxi-destination": [ + "williams art and antiques" + ], + "taxi-leaveat": [ + "3:20", + "3:15", + "03:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4468.json", + "Complete Dialogue": [ + "USER: I want to find out if there are any places to dine that serve Australian food in the centre.", + "SYSTEM: Unfortunately, there are not. Do you want me to run another search?", + "USER: What about an expensive restaurant in the centre?", + "SYSTEM: Sure I have many types of cuisine to choose from: African, French, Asian Oriental, British, European..any preference?", + "USER: I'd be interested in any serving British food.", + "SYSTEM: Okay, how about midsummer house restaurant located at midsummer common?", + "USER: Sounds great. Please book me a table for Wednesday at 16:00 for 5 people.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : W3Y6OCL8 .", + "USER: Thank you, I'm also looking for a hotel with free parking and wifi. Can you find me one?", + "SYSTEM: Sure i will find you one thanks i lot and welcome again" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british", + "australian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "midsummer house restaurant" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2788.json", + "Complete Dialogue": [ + "USER: Are there good hotels that you can book?", + "SYSTEM: Yes we have 33 locations, do you have any requirements?", + "USER: I need it to have free wifi and priced moderately.", + "SYSTEM: That cuts it down to 17 possibilities. Can you tell me the area of town you are interested in staying?", + "USER: I want the north area.", + "SYSTEM: I have two 2-star hotels available. If you'd like something rated more highly, there are also several guesthouse options that would meet your needs. Any preferences?", + "USER: Are any options able to accommodate 6 people for 5 nights, starting Tuesday, with free parking? Hopefully, near some attractions too. Oh, and I almost forgot, may I get a reference number?", + "SYSTEM: I booked the Acorn Guesthouse for you. Reference number is B1QXF4T2 . Did you need to look up some attractions?", + "USER: Yes please. What do you have in the same area as the hotel?", + "SYSTEM: We have boating, a park, and two swimming pools. Do you want more information on any of these?", + "USER: Boating sounds fun what's the entrance fee? I also need the phone number and address.", + "SYSTEM: The entrance fee for riverboat georgina is only available at the location but it is located at cambridge passenger cruisers, jubilee house and you can reach them at 01223902091.", + "USER: Thanks. Can you book me a taxi to take me from Acorn Guesthouse to the Riverboat Georgina by 20:15?", + "SYSTEM: You are all set. Look for a red Ford, contact number 07682372972. May I be of any further assistance today?", + "USER: I have everything I need. Thanks for all your help!", + "SYSTEM: Okay great, have a nice day!" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "20:15" + ], + "taxi-departure": [ + "acorn guesthouse", + "acorn guest house" + ], + "taxi-destination": [ + "riverboat georgina" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2596.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel call arbury lodge guesthouse.", + "SYSTEM: Arbury Lodge Guesthouse is located at 82 Arbury Road in the north side of Cambridge. Do you need more information or would you like to book a room?", + "USER: I would like to book it for 4 nights for 4 people please.", + "SYSTEM: Will you be needing a reference number?", + "USER: Yes please, a reference number would be great!", + "SYSTEM: Okay, I can help you with that. What day do you plan to check in?", + "USER: i want to check in on tuesday", + "SYSTEM: Your booking was successful. Reference number is : OE6IHAT2 . Is there anything else I can assist you with today?", + "USER: Yes, i am looking for colleges to visit on the west side of town.", + "SYSTEM: There are five. Three that are free, and two that have an entrance fee.", + "USER: Get me a phone number for one that is close to the hotel and is free.", + "SYSTEM: Well then should I search for a college in the north instead, if you want it close to your hotel?", + "USER: Make sure you get contact number and i'll be there as soon thank you", + "SYSTEM: I'm sorry for the confusion, which college do you want a contact number for?", + "USER: that's okay, give me the number for the college closest to the hotel and is free, may I know the address as well?", + "SYSTEM: There are not any colleges located in the north actually.", + "USER: none in the west, I talked so someone earlier", + "SYSTEM: None in the north 5 in the west, I personally recommend churchill college entrance is free, any further questions?", + "USER: Could you give me the address and phone number?", + "SYSTEM: Their address is storey's way and their phone is 01223336233. Is there anything else I can do for you today?", + "USER: I also want to book a taxi to commute between the two places.", + "SYSTEM: Which will be your departure site? What time do you want to leave or to arrive?", + "USER: I will need to be picked up at the hotel by 4:45 to arrive at the college on tuesday.", + "SYSTEM: All set, the car is a white volvo, Contact number is 07321652724, any other questions?", + "USER: No I believe we got everything covered today.Thanks. Goodbye.", + "SYSTEM: Happy to help. Please let us know if you need anything else." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "arbury lodge guesthouse" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "tuesday" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north", + "west" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "churchill college", + "churchills college" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "arbury lodge guesthouse" + ], + "taxi-destination": [ + "churchill college", + "churchills college" + ], + "taxi-leaveat": [ + "4:45", + "04:45" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1647.json", + "Complete Dialogue": [ + "USER: I could use some help finding a train for my stay with you.", + "SYSTEM: That won't be a problem. Can you please provide me with some addition details? For example, what day and time you'd like to travel?", + "USER: I would like to travel on Sunday please.", + "SYSTEM: Any more details you would like to provide? The TR7423 leaves Cambridge on Sunday at 5, heads to London Kings Corss and arrives at 5:51.", + "USER: Oops. Sorry. My travel day is Monday not Sunday. What do you have for that day.", + "SYSTEM: There are many trains running on Monday, what is your arrival destination?", + "USER: My arrival destination is Cambridge.", + "SYSTEM: Okay when would you like to leave by?", + "USER: I want to arrive by 15:45", + "SYSTEM: What is your departure site?", + "USER: Kings Lynn. I need 5 tickets and my reference number", + "SYSTEM: TR2257 will arrive at 14:58. Should I go ahead and book 5 tickets for this train?", + "USER: Yes that would be great also I need the reference number after you book it.", + "SYSTEM: I'm sorry, my booking system seems to be down. Can you try again later?", + "USER: Yea that is okay THank you", + "SYSTEM: Train TR2257 has been booked for 5 seats. Your reference number is E720WBAI . Can I assist you with anything else today?", + "USER: no thanks that's all", + "SYSTEM: Thank you for using our service today!" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday", + "sunday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "15:45" + ], + "train-bookpeople": [ + "5" + ], + "train-departure": [ + "kings lynn" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL0097.json", + "Complete Dialogue": [ + "USER: Are there any British restaurant that serve moderate priced food?", + "SYSTEM: There are 5 available. Do you prefer the area of centre or west?", + "USER: I don't care, just local.", + "SYSTEM: Saint johns chop house is a moderately priced British restaurant in the west of town.", + "USER: Could you book a table for 8 at 19:45 on Tuesday?", + "SYSTEM: I found this restaurant. This is at 4 Kings Parade City Centre.", + "USER: Thank you. Could you book a table for 8 on 19:45 on Tuesday?", + "SYSTEM: Absolutely! Your reference number is T4M08E7A . Anything else I can do for you?", + "USER: I am looking for a place to stay. Is there a guesthouse-type hotel in the west that has free parking? It doesn't need to include internet.", + "SYSTEM: We have 21 entries that match that criteria. Do you have a further preference?", + "USER: As long as I can book it for eight people I do not have a preference otherwise", + "SYSTEM: Alright. Let's just try to narrow it down a bit. Does the price range matter?", + "USER: The price range does not matter. It needs to be a guesthouse and located in the west with free parking.", + "SYSTEM: There are 2 choices that match. I would recommend Finches Bed and Breakfast as it meets your criteria, is cheap and has 4 stars. Shall I book it?", + "USER: Yeah, I've heard good stuff about Finches', could you give me the most earliest available dates for the place? I need to get a reservation as soon as possible please.", + "SYSTEM: What day would you like your reservation and for how many nights? Also, how many guests will there be?", + "USER: There'll be 8 guests and we'll be staying on Tuesday.", + "SYSTEM: How many days would you like to stay?", + "USER: We will be staying 2 nights starting on Tuesday.", + "SYSTEM: I'm sorry, but there are no vacancies at that time. Would you like to try a different day or perhaps a shorter stay?", + "USER: Would it be available for just one night?", + "SYSTEM: Yes, you're booked for one night with reference number RAHZVKVN . How else may I assist you?", + "USER: Oh, yeah, can you get me a car from dinner to the hotel leaving at 21:45?", + "SYSTEM: Ok. A white ford will pick you up at Saint Johns Chop House at 21:45. The contact number is 07368759455. Is there anything else I can help you with?", + "USER: That's all I needed. Thank you.", + "SYSTEM: Thank you, enjoy the rest of your day!" + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:45" + ], + "restaurant-name": [ + "saint johns chop house" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "saint johns chop house" + ], + "taxi-destination": [ + "finches bed and breakfast" + ], + "taxi-leaveat": [ + "21:45" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3132.json", + "Complete Dialogue": [ + "USER: Yes, hopefully you can help with some information on a particular hotel?", + "SYSTEM: What hotel are you interested in?", + "USER: It is called home from home. I was wondering what type of hotel it is and the star of the hotel.", + "SYSTEM: Home from Home is a 4 star, guesthouse type hotel.", + "USER: Thanks, that is all I need on the hotel but can I book a train from cambridge to stevenage, I need to arrive by 20:45 and leave at 05:00.", + "SYSTEM: I'll be more than happy to help you book the train. What day do you want to leave?", + "USER: I would like to leave on Thursday.", + "SYSTEM: I have trains available would you like me to book that for you?", + "USER: I just need the departure time and price please", + "SYSTEM: leave at 5:21 and arrive by 6:10 for 12.80 pounds" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "home from home" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:45" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-leaveat": [ + "05:00" + ], + "train-day": [ + "thursday" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02246.json", + "Complete Dialogue": [ + "USER: Am looking for the nearest police station", + "SYSTEM: It looks like the Parkside Police Station is closest to your location, does this sound right?", + "USER: That looks right. What is the phone number for that location?", + "SYSTEM: Telephone : 01223358966 there you go", + "USER: Thank you. That's all I need.", + "SYSTEM: Thank you for using our services." + ], + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "WOZ20205.json", + "Complete Dialogue": [ + "USER: I want to find a moderately priced restaurant in the south part of town. What is the phone number and address?", + "SYSTEM: restaurant alimentum is a moderately price restaurant in the south area of town. their phone number is 01223 413000 and their address is 152 - 154 Hills Road.", + "USER: Thank you, goodbye", + "SYSTEM: You're welcome and thank you for calling. Goodbye." + ], + "Services Involved": [ + "restaurant", + "hospital" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL0456.json", + "Complete Dialogue": [ + "USER: I am looking for places to go. preferably a museum in west.", + "SYSTEM: There are several museums in the west. Is there a particular type of museum you are interested in?", + "USER: No, I'd just like it to be in the west. Can you pick one and provide a phone number?", + "SYSTEM: Ok, the Lynne Strover Gallery is free. The phone number is 01223295264. Anything else I can help with?", + "USER: Yes I am looking for a train on friday that should depart from cambridge.", + "SYSTEM: There are over 200 trains leaving from Cambridge on Friday. Do you have departure time and destination?", + "USER: Yes, I want to go to bishops stortford and leave after 20:00 please.", + "SYSTEM: TR4664 departs at 21:29. Would you like me to book that for you?", + "USER: I was first wondering the price of that train and what time it arrived. Oh! I also forgot to ask for the postcode of the Gallery!", + "SYSTEM: No problem. The gallery's postcode is cb30aq and the train to Bishops Stortford is 10.10 pounds per ticket and will arrive by 22:07. Would you like to book this train?", + "USER: Yes please! Can I get the arrival time and train ID, please?", + "SYSTEM: The arrival time is 22:07 and the trainID is TR4664.", + "USER: Thank you, this is very helpful.", + "SYSTEM: Would you like me to book this train for you?", + "USER: No that is not necessary. Thanks for your help, that's all I need for today.", + "SYSTEM: Thank you for using this system." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "lynne strover gallery" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "20:00" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20647.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for an expensive restaurant that serves vegetarian food.", + "SYSTEM: There is not a restaurant matching your request. Would you like another restaurant?", + "USER: Yes, how about european food instead.", + "SYSTEM: cambridge lodge restaurant is a nice restaurant serves european if you want something in the west .", + "USER: Could I have their phone number and address?", + "SYSTEM: Cambridge Lodge restaurant is located at Cambridge Lodge Hotel 139 Huntingdon Road City Centre and their phone number is 01223 355166.", + "USER: thank you good bye", + "SYSTEM: glad we could help!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "european" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2857.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay, I would prefer a hotel in the expensive price range.", + "SYSTEM: We have lots of those. Did you have something a little more specific in mind?", + "USER: Whatever you'd recommend. I would prefer free parking and wifi, though.", + "SYSTEM: I like the Express by Holiday Inn Cambridge. Can I get you some more information on that one?", + "USER: no, let's just book it.", + "SYSTEM: Sounds like a plan. May please get the number of guests, the day of arrival, and how many nights you will be staying?", + "USER: I would like it for 2 people and 4 nights starting from monday.", + "SYSTEM: Booking was successful, your reference number is RKEFYHM0 . Will that be all?", + "USER: Can you also find an attraction called Milton Country Park?", + "SYSTEM: Yes it is located at milton country park, milton and the postcode is cb46az", + "USER: Could you tell me what kind of attraction that is?", + "SYSTEM: Sure. Milton Country Park is a park. Can I help you with anything else today?", + "USER: No. That will be all. Thanks so much for all your help. Goodbye", + "SYSTEM: Thank you, have a good day." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2899.json", + "Complete Dialogue": [ + "USER: Where do I get info on hotels?", + "SYSTEM: You can get information here, through our help desk.", + "USER: A hotel that has free parking and in the north part of town. I would like one in the moderate price range.", + "SYSTEM: The Ashley Hotel and the Lovell Lodge meet that criteria, would you like me to book one of them for you?", + "USER: Yes please book the The Ashley Hotel for 7 people and 2 nights starting from wednesday.", + "SYSTEM: I was successful in making your reservation. Your reference number is 2W4KNZYJ . Is there anything else I can help you with?", + "USER: I would also like to find a boat attraction in the same area.", + "SYSTEM: The Riverboat Georgina would work. It's in the north. Do you need more information?", + "USER: Yes, I'd like the phone number and postcode.", + "SYSTEM: The phone number is 01223902091 and the postcode is cb43ax.", + "USER: Okay thank you that is all I need.", + "SYSTEM: Yeah, happy to assist. Let us know if there is anything else you need.", + "USER: I really have to run. I'm late for work. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01945.json", + "Complete Dialogue": [ + "USER: I'll need a taxi to pick me up today after 02:45", + "SYSTEM: Certainly. Can you tell me your departure and destination locations?", + "USER: I'm departing from nusha and I want to go to pizza hut city centre.", + "SYSTEM: You're all set! Booked car type : yellow tesla Contact number : 07359534792", + "USER: Thank you so much, you've been very helpful.", + "SYSTEM: We are glad to help. Do you need any further assistance?", + "USER: Thats perfect that you for your help", + "SYSTEM: Have a wonderful day." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-leaveat": [ + "02:45" + ], + "taxi-departure": [ + "nusha" + ], + "taxi-destination": [ + "pizza hut city centre" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1413.json", + "Complete Dialogue": [ + "USER: I need help finding places to go in town. I want to go to nightclub type attractions in the centre of Cambridge.", + "SYSTEM: Okay, how about Club Salsa? Or the Soul Tree Nightclub? There are 3 more options if you'd like me to list them.", + "USER: Do any of them have an entrance fee?", + "SYSTEM: Soul tree nightclub has an entrance fee of 4 pounds. The other 4 have a fee of 5 pounds.", + "USER: Okay, thank you. I'm also looking for a train that arrives in Kings Lynn by 20:00.", + "SYSTEM: I also need to know you departure location please.", + "USER: The departure location is Cambridge and the day is Thursday. Thanks!", + "SYSTEM: Would you like me to book the TR0481. It arrives at 19:58.", + "USER: Can I book that for 4 people please?", + "SYSTEM: Booking was successful, the total fee is 39.2 GBP payable at the station. Reference number is : YY5OJFYH .", + "USER: Thank you. That is all I need today.", + "SYSTEM: Okay, great. I hope you have a wonderful time! Please call back if you need anything else.", + "USER: Thanks for all your help", + "SYSTEM: You're welcome. Enjoy your time in Cambridge!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:00" + ], + "train-destination": [ + "kings lynn" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "4" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2572.json", + "Complete Dialogue": [ + "USER: What is there to do or see for entertainment?", + "SYSTEM: There are many options, including a boat, college, architechture, and theatre.", + "USER: What is in the centre?", + "SYSTEM: There are still 44 entries including options like architecture, theatre, museums, concerthall, etc. Do you think you can narrow down your options a bit?", + "USER: If there is nothing under entertainment, do you have a museum you can recommend?", + "SYSTEM: Do you have a price preference?", + "USER: No, I don't mind paying admission.", + "SYSTEM: OKay then I would suggest great saint mary's church", + "USER: Sound good. Can I get their address, phone number and entrance fee please?", + "SYSTEM: Sure! The address is Market Square. Phone number is 01223350914 and it costs 2 pounds to get in.", + "USER: Thanks. I also need help with lodging in the moderate price range with free wifi, please.", + "SYSTEM: The cityroomz hotel is located in the centre and has free wifi. Would you like to make a reservation?", + "USER: Do you happen to have any guesthouses in that area?", + "SYSTEM: I don't. Would you like to try a different location or price?", + "USER: Yes please find me a guesthouse in the north, in the moderate price range that includes free wifi.", + "SYSTEM: of how many stars do you prefer?", + "USER: I have no preference.", + "SYSTEM: The Avalon is a guesthouse in the north, in the moderate price range, with free wifi. Do you want me to book it? I will need your details.", + "USER: Yes please. I need the reservation to be for 5 people.", + "SYSTEM: I can do that for you. What day do you want to book the hotel for?", + "USER: Saturday or tuesday.", + "SYSTEM: Which day do you prefer?", + "USER: I would prefer Saturday please.", + "SYSTEM: do you want to book for one day?", + "USER: I want five nights.", + "SYSTEM: Booking was successful. Reference number is : G1KVK1RL", + "USER: Thanks. I will also need a taxi from great saint mary's church to the Avalon guesthouse.", + "SYSTEM: When do you want to leave or arrive by?", + "USER: I'd like to leave the church by 12:00, please.", + "SYSTEM: Okay. No problem I have you booked into a red Lexus and their contact number will be 07211078651.", + "USER: Thank you, goodbye", + "SYSTEM: Thank you for using our service today." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum", + "architecture", + "entertainment" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "great saint mary's church", + "great saint marys church" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "centre", + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-name": [ + "avalon" + ], + "hotel-bookday": [ + "tuesday", + "saturday" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "great saint mary's church", + "great saint marys church" + ], + "taxi-destination": [ + "avalon" + ], + "taxi-leaveat": [ + "12:00" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20646.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the west part of town.", + "SYSTEM: Cambridge Lodge Restaurant is in the west part of town, and it serves European food.", + "USER: Thank you. Can I have the address please?", + "SYSTEM: Yes. Their address is 139 Huntingdon Road City Centre.", + "USER: Thank you. I would like their price range and phone number as well please.", + "SYSTEM: Cambridge Lodge Restaurant is in the expensive price range and the phone number is 01223 355166.", + "USER: Thank you, goodbye.", + "SYSTEM: You're welcome. Goodbye.", + "USER: Goodbye.", + "SYSTEM: Enjoy your dining experience." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3681.json", + "Complete Dialogue": [ + "USER: Can you tell me about any german restaurants in the east part of the city?", + "SYSTEM: I'm not finding a German restaurant in the east part of town. Would you like me to try other parts of town?", + "USER: yes please. tell me if there are other restaurants in the east as well.", + "SYSTEM: There are 9 restaurants in the east, including british, chinese, gastropub, indian, international and italian. Do you need more information?", + "USER: Indian sounds good.", + "SYSTEM: There are four Indian restaurants in the east part of town ranging from moderate to expensive. Do you have a preference?", + "USER: Can you book a table at your favorite expensive one? There will be 4 of us at 15:15 on Friday.", + "SYSTEM: the sitar tandoori seems appropriate. i have booked it for you.", + "USER: i am also looking for a place to stay", + "SYSTEM: I'm sorry, I forgot to confirm your reservation at Pipasha Restaurant. The table will be reserved for 15 minutes. Reference number : CF1YTOAV . What type of hotel would you like?", + "USER: Expensive hotel, free wifi and parking, 4 star, please.", + "SYSTEM: I have two hotels that fit your criteria. Huntingdon Marriott Hotel is located in the west, and the University Arms Hotel is in the centre. Which would you prefer?", + "USER: How about Huntingdon Marriott Hotel? I need a reservation for 4 people for 3 nights starting on Friday.", + "SYSTEM: Ok. I reserved those rooms for you. Your reference number is FWZ4XMJO .", + "USER: Thanks, that's all I needed today. Goodbye!", + "SYSTEM: Have a lovely visit. Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "german", + "indian" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-name": [ + "sitar" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1365.json", + "Complete Dialogue": [ + "USER: I need some recommendations for attractions in Cambridge at the centre, what would you suggest?", + "SYSTEM: Is there a specific type of attraction you are most interested in? The centre has many different kinds of attractions from museums to theaters. Do you have a preference?", + "USER: No, I don't have a preference. May I please have some suggestions?", + "SYSTEM: If you're in the mood for boating there is The Cambridge Punter at 251a Chesterton Road, or maybe a movie? The Vue Cinema is at Grafton Centre, East Road.", + "USER: Could you also provide me with the postcodes for these establishments?", + "SYSTEM: Yes All Saints Church is at jesus lane and is free" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL1551.json", + "Complete Dialogue": [ + "USER: Hi there, I'm trying to find a train that leaves from Leicester but it must be after 11:15. Can you help me book a ticket?", + "SYSTEM: I see there is a train on Friday that leaves leicester at 14:09 to Cambridge, could you book me a ticket for this train?", + "USER: Please book me a ticket for that train.", + "SYSTEM: Did you only need one ticket?", + "USER: I just need the train ID please.", + "SYSTEM: The train ID is TR6247, would you like to book a seat?", + "USER: No thank you. That's not necessary. Can you help me find an indian restaurant in the centre of town?", + "SYSTEM: I have 9 restaurants in that area. May I ask what your budget for lunch is?", + "USER: Nothing expensive please.", + "SYSTEM: There are three cheap resturants int hat area, kohinoor, the gandhi, and mahal of cambridge.", + "USER: The Ghandi sounds nice. Can I get their address? And they are a cheap restaurant, right?", + "SYSTEM: Yes, the gandhi is in the cheap price range. Their address is 72 Regent Street City Centre. Would you like me to book a table for you?", + "USER: No thank you, their information is enough at this time. Do they have a phone number?", + "SYSTEM: Yes, their phone number is 01223353942. Is there anything else I can help you with today?", + "USER: I need a train from leicester on thursday and should leave after 11:15.", + "SYSTEM: I have a 12:09 that arrives at 13:54. Would that do for you?", + "USER: Yes, that would be fine. Could I get the train ID?", + "SYSTEM: The train ID is TR8882. Can I help you with anything else?", + "USER: I think that is all for now.", + "SYSTEM: The duration of the trip is 105 minutes. Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-leaveat": [ + "11:30", + "after 11:15." + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-name": [ + "the gandhi" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1336.json", + "Complete Dialogue": [ + "USER: Do you have any suggestions on a place in the centre to eat. I would like it to be expensive please.", + "SYSTEM: Is there any particular cuisine you prefer?", + "USER: No, I'm not particular in fact I would like to try something exotic. Can you also give me the address please?", + "SYSTEM: I recommend Bedouin at 100 Mill Road City Centre. Can I help you with anything else today?", + "USER: Yes. I am also looking for a place to stay that includes free wifi and is in the same area as the restaurant.", + "SYSTEM: Cityroomz looks like a good fit. Would you like to book that?", + "USER: Hmm, that name doesn't inspire a lot of confidence. How many stars is it rated?", + "SYSTEM: Cityroomz is rated as zero stars. If you're looking for something more highly regarded the Gonville Hotel is 3 stars and the University Arms gets 4. Do those sound better?", + "USER: What price range is the University of Arms in?", + "SYSTEM: The University Arms Hotel is in the expensive price range.", + "USER: Would you like to book that?", + "SYSTEM: Do you need any more information about the University Arms Hotel?", + "USER: Yes, just give me their phone number if I want to reserve something I'll call them myself.", + "SYSTEM: The phone number is 01223351241. Can I help you with anything else?", + "USER: Can you please confirm for me if the hotel has free wifi and what part of town it is in? Thanks.", + "SYSTEM: The hotel has free internet and is in the center. The address is regent street cb21ad.", + "USER: Thank you! That's all I needed today. Bye!", + "SYSTEM: Great, thank you for using our service. Have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "university of arms", + "university arms hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1935.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for information on a place to stay.", + "SYSTEM: Sure, are you looking for anything specific?", + "USER: Yes a four star hotel that is cheap.", + "SYSTEM: The Cambridge Belfry is a cheap hotel with a 4 star rating. It's at Back Lane, cambourne. Can I book it?", + "USER: Is that a guesthouse? That is the type I am looking for.", + "SYSTEM: There are 7 guest houses that are cheap, which part if town did you have in mind?", + "USER: I don't care about price. I just need a place to stay in the north that's 4 stars.", + "SYSTEM: There are eight guesthouses in the north. I recommend home from home it has free internet and parking. Would you like me to book that?", + "USER: Yes, I would appreciate it if you would book that.", + "SYSTEM: Can you tell me the day, number of nights and how many guests please?", + "USER: Our stay will start on Tuesday for 4 nights. Our party includes 8 people.", + "SYSTEM: Okay, your booking was successful. The reference number is DB9C3OVK . Can I help you with anything else?", + "USER: Great, that's all I need, thanks so much for your help! Have a great day!", + "SYSTEM: Will you need a restaurant booking or attraction information? I can also help with transportation.", + "USER: no that will be all.", + "SYSTEM: Thank you and have a great day." + ], + "Services Involved": [ + "hotel", + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "dontcare", + "cheap" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-name": [ + "home from home" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG01430.json", + "Complete Dialogue": [ + "USER: Please have a taxi pick me up from riverboat georgina", + "SYSTEM: Ok, What time do you want to be picked up?", + "USER: I want to be picked up at riverboat georgina around 11:15. I need to get to cambridge arts theatre. What is the car type and the contact number?", + "SYSTEM: Ok, what time do you want to arrive by?", + "USER: I need to arrive by 11:15.", + "SYSTEM: Your taxi has been booked, you will be riding a white tesla with the contact number 07492127564. Is there anything else I can help you with today?", + "USER: Nothing else for now. Thank you for booking the taxi. Goodbye.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Services Involved": [ + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "riverboat georgina" + ], + "taxi-leaveat": [ + "11:15" + ], + "taxi-arriveby": [ + "11:15" + ], + "taxi-destination": [ + "cambridge arts theatre" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "riverboat georgina" + ], + "attraction-type": [ + "boat" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0335.json", + "Complete Dialogue": [ + "USER: I am looking for the gonville hotel. Can you help me?", + "SYSTEM: Yes, would you like some information or do you want to go ahead and book it?", + "USER: Could you check to see if they have booking for 3 people and 2 nights starting from thursday?", + "SYSTEM: There are no rooms available for that time. Can I find a different hotel for you?", + "USER: Yes,please try South part of town,thank you.", + "SYSTEM: I can book a room for you at bridge guest house. Your reference number is C147JV9N . Will that be okay?", + "USER: That's great. Thank you.", + "SYSTEM: Okay is there anything else I can do for you?", + "USER: No that will be it. Thank you.", + "SYSTEM: Thank you for using our system!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "bridge guest house", + "gonville hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "south" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02000.json", + "Complete Dialogue": [ + "USER: I need a taxi from thanh binh.", + "SYSTEM: Great. I can help with that. What will your destination be?", + "USER: Prezzo is my destination", + "SYSTEM: Your booking is complete, a grey honda will pick you up.", + "USER: Thats perfect that you for your help", + "SYSTEM: Have a great day." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "thanh binh" + ], + "taxi-destination": [ + "prezzo" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0516.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant.", + "SYSTEM: What type of food are you looking for?", + "USER: I'm looking for unusual food. And I want a place in the centre of town.", + "SYSTEM: I don't have anything matching unusual but I do have an African restaurant in the center of town as well as some gastropubs. Would either interest you?", + "USER: I'll take something that is cheap.", + "SYSTEM: There are a total of 15 restaurants that are cheap in the centre. Is there another type you would like to try?", + "USER: Do you recommend a restaurant that is a little more different then the rest?", + "SYSTEM: I would recommend golden house", + "USER: Is that Italian? I would like an Italian restaurant, please.", + "SYSTEM: Okay, how about the pizza hut city centre? I heard it's pretty good.", + "USER: Okay, that sounds good. I need to make a reservation for 2 people on Tuesday.", + "SYSTEM: What time would you like to visit?", + "USER: How about 13:15?", + "SYSTEM: I was able to book the table for you. It will be reserved for 15 minutes. The reference number is 97AAF776 .", + "USER: That's great, thank you.", + "SYSTEM: Awesome. Have a good day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-name": [ + "pizza hut city centre" + ], + "restaurant-booktime": [ + "13:15" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3138.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a restaurant that is expensive and serves European food.", + "SYSTEM: I show 5 listings. Would you like a certain area of town?", + "USER: No specific area, but I would like it for Friday.", + "SYSTEM: Okay, I recommend City Stop Restaurant. What time would you like the reservation for and for how many people?", + "USER: I'd like to make reservations for 7 people at 11:15 on Friday please.", + "SYSTEM: You have a table reserved for 7 on Friday at 11:15. Your reference number is V2IWL8VW .", + "USER: Thanks, I'm also looking for a train for Friday that goes to Cambridge and arrives by 08:15.", + "SYSTEM: And where will you be coming from?", + "USER: I'll be coming from Peterborough. All 7 of us will need tickets for the train.", + "SYSTEM: TR0035 arrives by 08:09. Does that work for you?", + "USER: Yes, please include the reference number.", + "SYSTEM: Yes of course, the reference number for the train is MU82CCWU .", + "USER: Thank you, that is all for today. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "11:15" + ], + "restaurant-name": [ + "city stop restaurant" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:15" + ], + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "peterborough" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0333.json", + "Complete Dialogue": [ + "USER: Can you find a room available at a 4 star hotel with free wi-fi?", + "SYSTEM: The huntingdon marriott hotel is a 4 star hotel with Internet in the west. Would you like me to make a booking?", + "USER: Is the place expensive?", + "SYSTEM: Yes it is an expensive, I have listings for another place that is cheap if that is what you need.", + "USER: I would prefer the expensive hotel. Please book it for 2 people for 2 nights starting on Sunday.", + "SYSTEM: I was unable to book the hotel for that day. Would you like to try the cheap hotel?", + "USER: No, I'd like to keep looking for an expensive hotel.", + "SYSTEM: Is there a certain area you would like it to be in?", + "USER: North part of town,please.", + "SYSTEM: I was able to successfully book you at the university arms hotel, the reference number is 1F6HEPGZ .", + "USER: Thank you very much. I appreciate your help.", + "SYSTEM: No problem. Will that be all for today?", + "USER: Yes, that will be all for today, goodbye.", + "SYSTEM: Thank you for using our system!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "huntingdon marriott hotel", + "university arms hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "north" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2479.json", + "Complete Dialogue": [ + "USER: I am looking for a place called Cherry Hinton Water Play", + "SYSTEM: It's located on cherry hinton hall, cherry hinton road, cb18dw. Their phone number is 01223446100. Will that be all?", + "USER: I also need their postcode.", + "SYSTEM: the postcode is cb18dw", + "USER: I'm also looking for a restaurant. Do you have anything cheap that serves Indian food?", + "SYSTEM: Yes, we have cheap Indian restaurants in both the centre and northern parts of town. Do you have any preferences?", + "USER: Can you suggest one thats in the north? I would just need the name and address please. Thanks.", + "SYSTEM: How does royal spice sound? They're on Victoria Avenue in Chesterton.", + "USER: I would need a taxi to travel to cherry hinton water play from the restaurant.", + "SYSTEM: What time do you need that taxi?", + "USER: I want to leave royal spice by 11:45 please", + "SYSTEM: A blue tesla will pick you at 11:45 from royal spice. There contact number is 07346133095. Is there anything else I can help you with?", + "USER: No, that will be all today. Thank you.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "cherry hinton water play" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "north" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "royal spice", + "cherry hinton water play" + ], + "taxi-destination": [ + "royal spice", + "cherry hinton water play" + ], + "taxi-leaveat": [ + "11:45" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1590.json", + "Complete Dialogue": [ + "USER: Can you help me find a train going to cambridge that arrives by 18:30?", + "SYSTEM: Okay, I think I can help you. Where will be coming from?", + "USER: I will be departing kings lynn.", + "SYSTEM: The TR3677 arrives at 17:58. Would you like to book it?", + "USER: Yes for 2 people on a Tuesday please. And I would like the reference number.", + "SYSTEM: I'm going with TR5793 since you are travelling on Tuesday arriving at the same time. The total fee is 19.6 GBP payable at the station . Reference number is : 4NLGW7WM .", + "USER: Thanks so much. Can you also help me look for the Carolina Bed and Breakfast?", + "SYSTEM: Carolina Bed and Breakfast is in the East, it is a guesthouse in the moderate price range. Would you like to book a room?", + "USER: Yes please. Two nights from Tuesday for two people.", + "SYSTEM: I got your room booked at the Carolina Bed and Breakfast. Your reference is FYLDIZUF . Is there anything else I can help you with today?", + "USER: I need a room for the same group of people for 1 night on the same day. And I need the reference number then too please", + "SYSTEM: Ok I will book it for you" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "18:30" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "kings lynn" + ], + "train-bookpeople": [ + "2" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "carolina bed and breakfast" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0170.json", + "Complete Dialogue": [ + "USER: I would like a 3-star hotel with free WiFi, please.", + "SYSTEM: Yes, there are 5 different options to choose from. What area will you be staying in?", + "USER: I don't have a particular area in mind but I do also need free parking please.", + "SYSTEM: How about the hamilton lodge. It is in the north of town and meets your requirements including parking.", + "USER: that sounds nice but will you book it for 7 people and 4 nights starting from wednesday", + "SYSTEM: Your booking was successful, the reference number is CUY4J5PR . Is there anything else I can help you with today?", + "USER: Yes, I'm also looking for a cheap Chinese food restaurant. Can you recommend one?", + "SYSTEM: Sure, there are 4 options. I recommend charlie chan. would you like a booking?", + "USER: I should have mentioned I am looking for a restaurant in the centre. Sorry about that.", + "SYSTEM: Okay, the three results are the same. I still recommend charlie chan. Do you need more help today?", + "USER: Yes, please book that restaurant for me. It'll be 7 people on wednesday at 14:45. I'll definitely need a reference number.", + "SYSTEM: I'm sorry, I am unable to book it for that time. Do you have another time that will work?", + "USER: Thanks for trying. Let's do Thursday, please.", + "SYSTEM: Booking is all set your ref number is 05MF6IQL", + "USER: That's all I needed today. Thanks for your help. Goodbye!", + "SYSTEM: Thank you enjoy the rest of your day!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "hamilton lodge" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "thursday", + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-name": [ + "charlie chan" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2700.json", + "Complete Dialogue": [ + "USER: I will be going to Cambridge to do the tourist thing and would like a hotel in the moderate price range.", + "SYSTEM: We have many moderately-priced places to stay! Are you interested in staying in a particular area?", + "USER: No, but I definitely want a four star hotel.", + "SYSTEM: we have a variety. if we can narrow down by need of internet and parking", + "USER: Actually are any of them 4 stars?", + "SYSTEM: Yes, 11 of them are 4-star hotels. Do you need one with internet and/or parking?", + "USER: i'd like free parking.", + "SYSTEM: I would recommend the kirkwood house, located on the north side of town at 172 chesterton road. Would you be interested in booking a room?", + "USER: Not yet, but I would like the postcode.", + "SYSTEM: The postcode for the Kirkwood House is cb41da. Is there anything else I can help you with?", + "USER: I am also looking for places to go in town, preferably in the centre.", + "SYSTEM: The center offers architecture, colleges, boats, cinema, concert halls, museums, nightclubs, parks and theatres. What appeals to you?", + "USER: How about a concert hall?", + "SYSTEM: The Man on the Moon is the only concert hall in the area of centre. I have no info on their entrance fee but their phone is 01223447144.", + "USER: Thank you. Can I also get the address and postcode?", + "SYSTEM: the address is 2 norfolk street and the postcode is cb12lf. any other information you'd like to have?", + "USER: Thank you for your help. That's all for today.", + "SYSTEM: Have a wonderful time.", + "USER: Thank you, take care!", + "SYSTEM: Enjoy your stay!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "kirkwood house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "concerthall" + ], + "attraction-name": [ + "the man on the moon" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0504.json", + "Complete Dialogue": [ + "USER: I need to catch a train in Broxbourne on Wednesday.", + "SYSTEM: What time would you like to leave Broxbourne?", + "USER: I need to arrive in Cambridge by 17:15 please.", + "SYSTEM: There is a train arriving in Cambridge by 7:32.", + "USER: Train ID please and thank you", + "SYSTEM: I'd suggest TR5972, it departs at 15:32 arrives by 16:32. It costs 17.90 pounds per ticket.", + "USER: Thank you I also would like a place to eat in the centre that serves afternoon tea food.", + "SYSTEM: No record match your search, can I try anything else?", + "USER: How about one that serves international food?", + "SYSTEM: I have the varsity and the bloomsbury restaurants when would you like to book", + "USER: I would like to book at Varsity for 5 people around 20:45 on the same day I arrive.", + "SYSTEM: No problem! I have a table booked for you. Your reference number is KFUNWVWH . What else can I do for you?", + "USER: Nothing else for today. Thank you.", + "SYSTEM: Have a good day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "broxbourne" + ], + "train-arriveby": [ + "17:15" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "afternoon tea", + "international" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "20:45" + ], + "restaurant-name": [ + "the varsity restaurant", + "the varsity" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0755.json", + "Complete Dialogue": [ + "USER: I would like to dine at a restaurant serving Indian food on the east side of town. Any suggestions?", + "SYSTEM: Okay there are four different restaurants. What is your price range?", + "USER: Price does not matter.", + "SYSTEM: I would recommend Pipasha Restaurant.", + "USER: Great, can you book me for 5 people at 11:45 on tuesday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : MLAA1D4V . anything else i can help you with today?", + "USER: I also need to travel by train to Norwich, some time on Tuesday after 14:30.", + "SYSTEM: There is a train departing Cambridge for Norwich at 14:36 on Tuesday. Would you like me to book this?", + "USER: Yes please and I need a confirmation number", + "SYSTEM: It has been booked! Reference number is BSJKVN2Y . Do you need anything else?", + "USER: Thank you goodbye", + "SYSTEM: You're welcome, have a great day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "pipasha restaurant" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "norwich" + ], + "train-leaveat": [ + "14:30" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1072.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to go in the centre of town.", + "SYSTEM: We offer lots to do in the center of town. We have everything from boats and parks to nightclubs. Are you in the mood for anything particular?", + "USER: Do you have any suggestions? I would just need the postcode and phone number and let me know what kind of attraction you suggest. Thanks!", + "SYSTEM: If you are interested in architecture, there is All Saints Church. The phone number is 01223452587 and the postcode is cb58bs.", + "USER: Great, thank you so much! I will check it out.", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0122.json", + "Complete Dialogue": [ + "USER: I need help finding a place to eat that is moderately priced and located in the east.", + "SYSTEM: I have three restaurants with that information,can I ask what type of food you are looking for to narrow it down?", + "USER: I would like an Italian restaurant.", + "SYSTEM: Pizza Hut Fen Ditton is the only moderate Italian restaurant in the east. Would you like a reservation?", + "USER: Yes, please, I would like a reservation for 4 people at 1:45 on Saturday.", + "SYSTEM: Booking was unsuccessful. Want to find another restaurant?", + "USER: Are there any other restaurants in the same area in the moderate price range?", + "SYSTEM: Yes I have several Indian restaurants if you are interested.", + "USER: Sure. Please book me at one of those.", + "SYSTEM: I'd be happy to. What day and time would you like the reservation, and for how many people?", + "USER: 4 people at 13:45 on saturday, please.", + "SYSTEM: I've booked you a table for 4 at 13:45 at Curry Prince. Your reference number is GE1NWVTX . Is there anything else I can help with today?", + "USER: No, that's all I needed. Have a nice day.", + "SYSTEM: Happy to be of service, and I hope you enjoy your meal!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "1:45", + "13:45" + ], + "restaurant-name": [ + "curry prince" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0009.json", + "Complete Dialogue": [ + "USER: I'd like to book a taxi. I need it to arrive by 14:15 and my destination is Cambridge Lodge Restaurant.", + "SYSTEM: Thank you, but before I can create your booking I need to know where you'll be departing from.", + "USER: I will be departing from Jesus Green Outdoor Pool.", + "SYSTEM: Your booking was successful. Your car is a red honda and its contact number is 07924138056. Can I assist you with anything else today?", + "USER: What type of car is it? And is there a contact number?", + "SYSTEM: Yes, I can repeat it. A Red Honda car and the contact info is 07924138056. Can I help you with anything else?", + "USER: than you very much. that is all i need today.", + "SYSTEM: Great. Thank you for contacting Cambridge Towninfo Centre. Have a great day." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-destination": [ + "cambridge lodge restaurant" + ], + "taxi-departure": [ + "jesus green outdoor pool" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4156.json", + "Complete Dialogue": [ + "USER: I'm looking for a place called maharajah tandoori restaurant. Do you know it? It's a restaurant.", + "SYSTEM: Yes, it's a luxurious place on the west side. Would you like the number, or a reservation?", + "USER: Yes, I would like to make a reservation for 6 people at 19:30 this Saturday. Could I also get the reference number?", + "SYSTEM: Yes! Your all set confirmation number is QX0059LN, anything else today?", + "USER: I was hoping to find a hotel that is 4 star.", + "SYSTEM: What part of town are you looking at staying in?", + "USER: I don't care, just as long as it's in the moderate price range.", + "SYSTEM: You have 11 options. They are all guesthouses. Would you like free parking or internet at your location?", + "USER: Oh, I really prefer a hotel. Maybe you could find someplace that is cheap instead?", + "SYSTEM: the cambridge belfry is in the west. It's a cheap 4 star hotel. Are you interested in booking a night?", + "USER: Yes book it for Saturday. 6 people, 5 nights.", + "SYSTEM: You are all set, the reference number is OEX7Z2S0, can I assist with anything else today?", + "USER: That is all I need.", + "SYSTEM: Thank you for calling and if you need anything else don't hesitate to call again. Enjoy your dinner and hotel stay!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "maharajah tandoori restaurant" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:30" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "moderate", + "cheap" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0303.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the centre of town and it needs to be in the expensive price range.", + "SYSTEM: What type of food are you interested in having?", + "USER: I'm open to anything. I need a booking for 5 people at 12:00 on Wednesday. Give me the reference number please.", + "SYSTEM: You have a reservation for 5 at the Asian restaurant, Kymmoy at 52 Mill Road City Centre for 12:00 on Wednesday, reference number CL644V0R . Anything else I can assist with?", + "USER: Thank you very much, yes, I also need to book a train ticket. I'd like to take the train on the same day and arrive by 09:45 if possible.", + "SYSTEM: I have 84 train departures with this criteria. Where are you departing from or where is your destination?", + "USER: I'll be leaving from kings lynn. Any train that gets me there close to the arrival time will be fine.", + "SYSTEM: I have a train that leaves Kings Lynn on Wednesday at 08:11 and arrives at 08:58. Will this work for you?", + "USER: That works perfectly. Please make the booking for five people, and include my reference number, thank you.", + "SYSTEM: Great it's all booked your reference number is 5X6H64MG .", + "USER: Thank you very much for your help. Have a great day!", + "SYSTEM: You are very welcome! Before we end the conversation, did you need any other assistance?", + "USER: Nope that should do it", + "SYSTEM: Alright. Enjoy the rest of your day!" + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-food": [ + "dontcare", + "asian" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "09:45" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3749.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: OK, what type of information are you looking for?", + "USER: I need to find a train to arrive on Saturday by 11:45 going to Cambridge from Bishops Stortford.", + "SYSTEM: Train number TR6163 leaves Bishops Stortford at 05:29 and arrives in Cambridge by 06:07. Would you like a ticket for this one?", + "USER: Yes, I would like a ticket for one please.", + "SYSTEM: Your booking was successful. Your reference number is CQB3NI5K . Is there anything else?", + "USER: How much is the ticket going to cost me? Do I pay you?", + "SYSTEM: The cost of the ticket is 8.08 GBP and it's payable at the station. Anything else I can help you with?", + "USER: Yes, can you help me find places to go in town?", + "SYSTEM: Yes, is there a specific type of attraction you would like to see?", + "USER: Yes, what do you recommend for entertainment?", + "SYSTEM: I suggest the funky fun house on the east side of town!", + "USER: Ok great! What type of entertainment is that?", + "SYSTEM: it's listed as \"entertainment\"", + "USER: Of course. Can you tell me the address and entrance fee please?", + "SYSTEM: 8 mercers row, mercers row industrial estate is the address but there is no entrance fee in our data base", + "USER: Thank. That is all I need.", + "SYSTEM: Happy to have been of assistance. Please let us know if there is anything else we can do for you. Goodbye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "11:45" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ], + "attraction-name": [ + "funky fun house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2558.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel with free parking in the North.", + "SYSTEM: There are 11 places meeting your needs. Do you prefer a guest house or a hotel? Also, do you have a price range in mind?", + "USER: A hotel and it needs to have free parking.", + "SYSTEM: There are only two hotels that fit your needs. They are the Ashley Hotel and Lovell Lodge. Would you like to book a room with either of these?", + "USER: I'm sorry. Can you try a guesthouse? Still north w/free parking. Thanks and sorry!", + "SYSTEM: The guesthouses in that area range from cheap to moderate in price. I recommend the Archway House, with 4 stars.", + "USER: Perfect, please book that for 1 person, 2 nights, starting on friday.", + "SYSTEM: That booking was unsuccessful, perhaps a shorter stay? Or a different place?", + "USER: Let's try just one night then.", + "SYSTEM: Excellent. You are booked- Reference ALKK8MTG . Anything else I can help you with?", + "USER: I am looking for a multiple sports event. Can you find one for me?", + "SYSTEM: Sure the only one in town is in the east and is the cherry hinton village centre. Would you like their phone number?", + "USER: Actually, I wanted to stay in the centre. Can you see if there is something there?", + "SYSTEM: There is not a multiple sports event there, but there are 4 theatres and one swimming pool.", + "USER: Are there any colleges? If so, can you choose the best one and give me the address, postcode, and entrance fee?", + "SYSTEM: There are a number of colleges in centre city, I would recommend Downing College on Regent Street, cb21dq, the entrance is free!", + "USER: Terrific. I would like to book a taxi between the two places.", + "SYSTEM: Sure! Can you confirm your departure and arrival locations and a time frame, please?", + "USER: I want want to leave the hotel by 02:45.", + "SYSTEM: The Booking completed! Booked car type : yellow toyota Contact number : 07736257134" + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel", + "guesthouse" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "archway house" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-area": [ + "centre" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "archway house" + ], + "taxi-destination": [ + "downing college" + ], + "taxi-leaveat": [ + "02:45" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0378.json", + "Complete Dialogue": [ + "USER: I am searching for a guesthouse in town that has free parking, do you know of any?", + "SYSTEM: There are 21 guesthouses with free parking. What are your preferences for area or price range so I can narrow the search?", + "USER: I don't care what the price is but do you have anything in the east?", + "SYSTEM: I have 5 hotels in the east. Three are inexpensive and two are moderately priced. Would you like me to book one of those for you?", + "USER: Yes, find me some place that 7 people can stay for 3 nights. We'll be arriving on Monday.", + "SYSTEM: Would you prefer one with free internet?", + "USER: That doesn't matter to me.", + "SYSTEM: Okay, I've booked you at Autumn House with reference number 6OSPYSH1 . May I help with anything else?", + "USER: That's all I need right now. Thank you for your help. Good bye.", + "SYSTEM: Thank you for using our system!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-name": [ + "autumn house" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2545.json", + "Complete Dialogue": [ + "USER: Hey, any entertainment type places in this town?", + "SYSTEM: Yes, the Cherry Hinton Hall and Grounds and Funky Fun House are in the east, the south has Tenpin as well as Nusha, and Whale of a Time in the west.", + "USER: Could I get the Cherry Hinton Hall's phone number, entrance fee, and postcode?", + "SYSTEM: You might have to call, I do not have an entrance fee listed. The number is 01223446104 and postcode cb18dw.", + "USER: I am also looking for information on the ashley hotel.", + "SYSTEM: What information can I provide for you?", + "USER: I would like to book it for 3 nights starting Sunday. For 5 people, please.", + "SYSTEM: I was able to book it, reference number 6BIQ6UWS", + "USER: Great! That was all I needed.", + "SYSTEM: Hope you have a great trip!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ], + "attraction-name": [ + "cherry hinton hall and grounds" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "ashley hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1025.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a place to stay? I'd like a hotel on the north side, please.", + "SYSTEM: The Acorn Guest House is a 4-star guesthouse in the North. It has free parking and wifi, and is in the moderate price range. Would you like a room?", + "USER: That sounds like what I am looking for. Yes, I'd like to book a room.", + "SYSTEM: Great! When would you like to stay?", + "USER: I would like to book a room for 3 days starting Tuesday. There is a total of 3 people.", + "SYSTEM: Sorry, they don't have those dates available. Would you like me to try for other days or another location?", + "USER: Can you try for just 1 night then?", + "SYSTEM: Sorry, the Acorn is not open then, shall I try somewhere else that fits your criteria?", + "USER: Yes, whatever you can find.", + "SYSTEM: Good news, The Acorn just opened up for one night. Your reference number is UKMNFD3Q . Can I help you with anything else today?", + "USER: Thanks, I think that's all I need right now. Bye", + "SYSTEM: Glad I could help. Have a nice stay. Bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3", + "1" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20221.json", + "Complete Dialogue": [ + "USER: I am looking for a moderately priced restaurant.", + "SYSTEM: What type of food would you like?", + "USER: Turkish food.", + "SYSTEM: I have two restaurants in the Centre area of town. Would you like the information for both?", + "USER: Yes, please give me the one Turkish food restaurant's phone number and address please.", + "SYSTEM: Anatolia is located at 30 Bridge Street City Centre, phone number is 01223 362372", + "USER: thank you.", + "SYSTEM: Thank you." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "turkish" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20540.json", + "Complete Dialogue": [ + "USER: I am looking for a German restaurant in the west part of town.", + "SYSTEM: There are no German restaurants in the west part of town. Would you like to make another query?", + "USER: How about Italian?", + "SYSTEM: There are several Italian restaurants in the west part of town. La Margherita is cheap and Prezzo is moderate. Would you like the address of one of those?", + "USER: What is the phone number of one of them?", + "SYSTEM: The phone number to Prezzo, which is moderately priced, is 01799 521260. Is there anything else I can assist you with today?", + "USER: Thank you goodbye.", + "SYSTEM: thank you. good bye" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "german", + "italian" + ], + "restaurant-name": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4185.json", + "Complete Dialogue": [ + "USER: I'm looking for a guesthouse that includes free parking.", + "SYSTEM: There are 21 results. Is there a certain area you'd like to stay in?", + "USER: I'd like to stay in the centre please.", + "SYSTEM: May I recommend Alexander Bed and Breakfast. They are a four star guesthouse in the cheap price range with free wifi and parking.", + "USER: That sounds like exactly what I need.", + "SYSTEM: They are located at 56 Saint Barnabas Road and their phone number is 01223525725. Can I make a booking for you?", + "USER: Yes. I would like to book for Tuesday for 3 nights for 2 people.", + "SYSTEM: You have a reservation for 2 people for 3 nights, starting Tuesday at the alexander bed and breakfast. Your reference number is : H3PIALJO . Can I assist with something else.", + "USER: I am also looking for the Restaurant \"The Good Luck Chinese Food Takeaway\". Do you know it?", + "SYSTEM: I found the good luck Chinese food takeaway is in south side of the town and price range is expensive. Do you want me to book a table?", + "USER: Yes for Tuesday at 14:00 on Tuesday please.", + "SYSTEM: How many people will join you?", + "USER: It will be for two people. I will also need a taxi and to make sure it arrives at the restaurant on time. I need the contact number and car.", + "SYSTEM: Is there a certain time you want to leave?", + "USER: Sorry, did you get a reservation made for the restaurant?", + "SYSTEM: Sorry, yes, the reference number for the restaurant is STX7467S .", + "USER: That is everything that I need.", + "SYSTEM: We thank you for using our services. Goodbye." + ], + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "good luck" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "14:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "good luck" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0904.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in west part of town with cheap food.", + "SYSTEM: There are 2 restaurants in that area that serve cheap food, one that serves Italian food the other Vietnamese, are you interested in either of these?", + "USER: Can I get the address and phone number of the Vietnamese one?", + "SYSTEM: Of course! The phone number for Thanh Binh is 01223362456. How else may I help you?", + "USER: I'm looking for attractions in the category of colleges, any suggestions?", + "SYSTEM: I am showing a wide selection for College Attractions. To better assist me was there anything specific you were wanting to do, and was price a concern?", + "USER: What areas of town are they in?", + "SYSTEM: They're located in either the centre or the west.", + "USER: Tell me about the ones in the west. And can I get the address for Thanh Binh?", + "SYSTEM: The address for Thanh Binh is 17 Magdalene Street City Centre. Is there a particular type of attraction that you would like to know more about?", + "USER: No, I also need a taxi to get between the two place.", + "SYSTEM: I would need to know what attraction you are looking at before being able to book a taxi.", + "USER: Yes, it's going to be one of the college...I need a suggestion for that. I need to leave the attraction by 2:00 to go to the restaurant.", + "SYSTEM: There are a couple of good colleges to visit in that area. Would you like to go to one that is free?", + "USER: Sure, that sounds great. I just need that taxi to take me from Thanh Binh to the college.", + "SYSTEM: How does Churchill College sound? I can definitely reserve a taxi for you. What time would you like to arrive at the restaurant?", + "USER: I want to get to the college by 02:00.", + "SYSTEM: It has been booked the car will be a yellow audi contact number 07021104597.", + "USER: Okay great, that's all I needed today!", + "SYSTEM: Wonderful! Have a great day!" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "vietnamese" + ], + "restaurant-name": [ + "thanh binh" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "west" + ], + "attraction-name": [ + "churchill college", + "churchills college" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "churchill college", + "thanh binh", + "churchills college" + ], + "taxi-leaveat": [ + "2:00", + "02:00" + ], + "taxi-departure": [ + "thanh binh" + ], + "taxi-arriveby": [ + "02:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01192.json", + "Complete Dialogue": [ + "USER: I need the location of Addenbrookes Hospital, if you don't mind.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge. Is there a particular department you're looking for?", + "USER: No particular department, I need the address and postcode please.", + "SYSTEM: The address is Hills Rd, Cambridge. Post code is CB20QQ." + ], + "Services Involved": [ + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL1162.json", + "Complete Dialogue": [ + "USER: I need a train out of peterborough on wednesday.", + "SYSTEM: we have a variety so if we can narrow down by giving departure time good with you", + "USER: Yes, I need to arrive in Cambridge at or a little before 21:45.", + "SYSTEM: I have several trains available. What time would you like to depart?", + "USER: Whatever the closest train to arriving before 21:45 is will be fine with me.", + "SYSTEM: I got 1 ticket for you on TR8935 it will arrive by 08:09. Your reference number is C0M3TLKH . Anything else today?", + "USER: Can you cancel that and get me 5 tickets instead of 1 please?", + "SYSTEM: Sure, this is the new information : Booking was successful, the total fee is 82.5 GBP payable at the station . Reference number is : 0196JVLZ .", + "USER: Thank you so much! I also need some entertainment in the centre. What do you recommend?", + "SYSTEM: All Saints Church is nice if you like architecture! It is on Jesus Lane and the entrance fee is free!", + "USER: I would prefer a lively college in the centre, please.", + "SYSTEM: Okay! How about Christ's College?", + "USER: sure, i just need the address, postcode, and entrance fee.", + "SYSTEM: Christ's College is free to enter, and they're located on Saint Andrew's Street in postcode cb23bu.", + "USER: Ok. Thank you. That's all for now.", + "SYSTEM: thank you for using our services", + "USER: Have a great day!", + "SYSTEM: Have a nice day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-arriveby": [ + "21:45" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "dontcare" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "entertainment" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4154.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: I can help you find what you are looking for.", + "USER: Thank you! Can you help me find a train to Norwich, please?", + "SYSTEM: Yes if you can tell me where you will leaving from and what day and time?", + "USER: I'll be leaving Cambridge on Monday at 9 PM.", + "SYSTEM: Train 2662 leaves Cambridge at 21:36 and arrives in Norwich at 22:55. Would you like me to book a ticket for you?", + "USER: I need the train to arrive by 21:00. Is there one at that time?", + "SYSTEM: May I recommend the TR9246 train arriving at 20:55", + "USER: yes book that for 3 people please", + "SYSTEM: Booking was successful, the total fee is 52.8 GBP payable at the station .Reference number is : 8L54O12B .", + "USER: I am now looking to dine at mahal of cambridge", + "SYSTEM: Would you like more info or for me to book it?", + "USER: what kind of food do they serve and how expensive is it?", + "SYSTEM: It is a cheap Indian restaurant. Would you like to book a table?", + "USER: No. I think that is all.", + "SYSTEM: Is there anything else I can assist you with today?", + "USER: Actually, I would like to book a table at that restaurant.", + "SYSTEM: On what day would you like a reservation?", + "USER: Come to think of it, I won't need a reservation. That will be all for today. Thanks for your help!", + "SYSTEM: No worries we are here if you need us, have a nice day.", + "USER: Great. I'll call back if I need anything. Goodbye.", + "SYSTEM: My pleasure. Have a great day. Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "norwich" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "21:00", + "9 pm" + ], + "train-arriveby": [ + "21:00" + ], + "train-bookpeople": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-name": [ + "mahal of cambridge" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01654.json", + "Complete Dialogue": [ + "USER: Please show me where the nearest hospital is", + "SYSTEM: The nearest hospital is The Addenbrookes Hospital located at Hills Rd, Cambridge Postcode CB20QQ.", + "USER: Thank you. Can you book a taxi to take me there?", + "SYSTEM: Yes, what time would you like the taxi to pick you up?", + "USER: Nevermind, I don't need a taxi. Thanks for your help.", + "SYSTEM: What can I help you with?", + "USER: That's all. Thank you, good bye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a nice day!" + ], + "Services Involved": [ + "taxi", + "hospital" + ], + "Service Details": [ + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "SNG0827.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a place to stay on the north side?", + "SYSTEM: I have 13 hotels on the north side of town, do you have any preferences for price range, internet or parking?", + "USER: Yes, are there any expensive ones? I also would like free parking as well.", + "SYSTEM: Unfortunately I can't find any expensive hotels with free parking.", + "USER: How about something in the moderate range?", + "SYSTEM: I found the acorn guest house. Can I book this for you?", + "USER: That sounds great! Can you see if you can get me a room starting Friday? We'll be staying 4 nights, and there will be 2 of us.", + "SYSTEM: OK, you're all set for 4 nights at the Acorn, reference #9PD946FD . Can I help with anything else today?", + "USER: No, that's all I need. I appreciate your help!", + "SYSTEM: Have a great day!" + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2015.json", + "Complete Dialogue": [ + "USER: I need a train leaving on monday after 18:45.", + "SYSTEM: There are a lot of trains running then. Did you have a particular station you were going to or leaving from?", + "USER: Yes, I need to travel from Kings Lynn to Cambridge.", + "SYSTEM: I have train TR1978 that departs at 19:11 and arrives by 19:58. Do you think that would be a good fit for you?", + "USER: That would be great can you get me 4 tickets for that?", + "SYSTEM: That has been booked. Your reference number is SGEZXO5V .", + "USER: I would also need a place to stay in a guesthouse with free parking", + "SYSTEM: The Allenbell is an affordable guesthouse in the area. How does that sound?", + "USER: Is it cheap? And do they offer free parking?", + "SYSTEM: They have free parking and internet. Is there anything else you would like to know?", + "USER: Can you book it for the same people for 5 nights starting on the same day", + "SYSTEM: I have that reservation made for you the reference number is 2U1NU0BI .", + "USER: Thank you. That is all for now.", + "SYSTEM: its been a pleasure to serve you." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-leaveat": [ + "18:45" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "19:58" + ], + "train-bookpeople": [ + "4" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "allenbell" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2645.json", + "Complete Dialogue": [ + "USER: I am looking for a museum on the east side.", + "SYSTEM: Yes, there are 4 museums available. Three of them are free.", + "USER: Can I get the address to one?", + "SYSTEM: Sure, the cambridge artworks is located at 5 greens road. Is there anything else you need?", + "USER: Could you give me the postcode, too?", + "SYSTEM: The postcode is cb13ef. It is a great museum.", + "USER: Thank you, can't wait to go! Can you help me with one more thing? I need to find a guesthouse for us in the north.", + "SYSTEM: There are several, all are in the moderate price range. Do you have any other preferences?", + "USER: Not really. I won't be needing free parking.", + "SYSTEM: Okay I recommend the Acorn Guest House. Would you like their information?", + "USER: Please book for 8 people for 5 nights starting from saturday.", + "SYSTEM: Acorn Guest House will be expecting the 8 of you to arrive on Saturday and stay for 5 nights. Your Reference number is : VXH2CWOR . Is there anything else?", + "USER: Awsome! I also need a taxi to leave the hotel by 19:00.", + "SYSTEM: Where will you be leaving from and what is the destination?", + "USER: I'll need to go from the hotel to the museum. I'd like to leave by 19:00 please.", + "SYSTEM: I have booked you a taxi. A yellow Tesla will arrive to pick you up by 19:00. The contact number is 07384178468. Can I help you with anything else?", + "USER: Thank you. That is all I need.", + "SYSTEM: You are welcome, enjoy your holiday in Cambridge." + ], + "Services Involved": [ + "hotel", + "taxi", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "no" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-leaveat": [ + "19:00" + ], + "taxi-destination": [ + "cambridge artworks" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2134.json", + "Complete Dialogue": [ + "USER: Can you give me information on a particular attraction, called kambar?", + "SYSTEM: Sure, it's a nightclub in the centre of town.", + "USER: Great, could you also provide me with the phone number?", + "SYSTEM: Of course, the phone number for Kambar is 01223842725. Can I help you with anything else?", + "USER: I want to also eat Indian food. What expensive restaurant do you have?", + "SYSTEM: We have many options for Indian. How about Saffron Brasserie at Hills Road City Centre. Phone 011223354679. Anything else?", + "USER: Great. Could you make a reservation for 7 people at 17:30 on Monday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : 7E8IT3A0 . What else can I help you with today?", + "USER: No. That will be all.", + "SYSTEM: Thank you for using our services, feel free to contact us any time for assistance.", + "USER: thank you for helping", + "SYSTEM: Thank you for using our service today." + ], + "Services Involved": [ + "restaurant", + "attraction", + "hospital" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "kambar" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "17:30" + ], + "restaurant-name": [ + "saffron brasserie" + ] + } + }, + { + "Service Type": "hospital", + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "MUL1393.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to dine in the moderate price range and in the town centre.", + "SYSTEM: Great! We have a wide variety of foods to try. Are you interested in a particular type?", + "USER: I would like to try gastropub. Do you have one that serves that?", + "SYSTEM: There is a restaurant called the cow pizza kitchen and bar on Corn Exchange Street. Would you like me to book a table?", + "USER: No thank you. Can you tell me the postcode, address, and phone number please?", + "SYSTEM: The postcode is cb23qf. The address is Corn Exchange Street. And the phone number is 01223308871. Anything else I can help you with?", + "USER: I'm looking for a place to stay that has 4 stars and is a guesthouse, what is there like that?", + "SYSTEM: Acorn guest house looks like it matches your criteria, would you like to try that?", + "USER: Great, can I get their postcode, address, and phone number?", + "SYSTEM: There phone is 01223353888, postcode cb41da and address 154 chesterton road. Would you like me to book there for you?", + "USER: Yes that would be great. Thank you.", + "SYSTEM: Ok, what days would you like to book your stay?", + "USER: I would like to book it for 3 nights starting Friday.", + "SYSTEM: How many people would you like to book this for?", + "USER: Actually I'm not sure yet how many people will be with me. Can you just give me their phone number for now?", + "SYSTEM: Sure. Their phone number is 01223353888. Is there anything else I can help you with?", + "USER: No, I do not think so. Thank you for your help!", + "SYSTEM: You are very welcome. Thank you for using Cambridge TownInfo centre!" + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "gastropub" + ], + "restaurant-name": [ + "cow pizza kitchen and bar" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1100.json", + "Complete Dialogue": [ + "USER: I would like to find a place to go in the centre of town, that includes multiple sports", + "SYSTEM: Unfortunately, I am not finding anything that meets your criteria.", + "USER: Are there museums instead?", + "SYSTEM: There are 11 museums in the centre of town. How about Castle Galleries in unit su43, grande arcade, saint andrews street?", + "USER: That would be perfect. Thanks for all your help. Have a good night.", + "SYSTEM: Is there anything else you need help with?", + "USER: No, that's all.", + "SYSTEM: Okay, then, enjoy your day." + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum", + "multiple sports" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL2289.json", + "Complete Dialogue": [ + "USER: Yeah, my wife and kids are demanding Spanish food. Can we keep it on the cheap side, please?", + "SYSTEM: La Raza is an inexpensive Spanish restaurant at the centre. Would you like the address?", + "USER: Yes, I would like the address please.", + "SYSTEM: 4 - 6 Rose Crescent postal cb23ll, can I assist with anything else today?", + "USER: We are also looking to visit a local museum. Do you have any recommendations?", + "SYSTEM: What area would you like?", + "USER: Something close to the restaurant would be nice.", + "SYSTEM: Broughton House Gallery is located in the centre at 98 king street. It has free entrance.", + "USER: What is the entrance fee and address? I think this sounds like a great place to visit.", + "SYSTEM: Broughton House Gallery is completely free. The address is at 98 King Street.", + "USER: Thank you that was all I needed.", + "SYSTEM: Your welcome. It was a pleasure assisting you today. Have a wonderful day." + ], + "Services Involved": [ + "restaurant", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "spanish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "la raza" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3503.json", + "Complete Dialogue": [ + "USER: i need a place to go in cambridge that has sports in the centre", + "SYSTEM: The only sports area in town is in the east. Would you like to look for a different type of attraction?", + "USER: Sure. I'd like to find something in the area of architecture.", + "SYSTEM: I have 5 different options, the Holy Trinity Church is free and it is a must see attraction!", + "USER: Ok. What is the phone number for Holy Trinity Church?", + "SYSTEM: The phone number is 01223355397.", + "USER: Can I have the address and phone number, please?", + "SYSTEM: Sure thing, the phone number is 01223355397 and the Holy Trinity Church is located on Market Street. Is there anything else that I can do for you?", + "USER: Can you find me an expensive place to stay, it should be only 4 stars and include free wifi and parking.", + "SYSTEM: Would you like it to be in the West or Centre?", + "USER: It doesn't matter. Could you also get me the postcode for Holy Trinity Church? I forgot to ask.", + "SYSTEM: cb23nz is the postcode", + "USER: What area is it in?", + "SYSTEM: It is in the centre area, can I assist with anything else?", + "USER: No that will be all thank you so much.", + "SYSTEM: You're very welcome! Bye!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture", + "multiple sports" + ], + "attraction-name": [ + "holy trinity church" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0527.json", + "Complete Dialogue": [ + "USER: I need to book a train to cambridge on wednesday", + "SYSTEM: Understood. Where do you want to depart from and by when do you want to arrive?", + "USER: I'm leaving on Wednesday from Stevenage.", + "SYSTEM: There are 10 results. What time would you like to leave or arrive by?", + "USER: I would like to leave after 12:30 please.", + "SYSTEM: train TR7411 leaves at 13:54. would that be good?", + "USER: Possibly. What is the price for that ticket?", + "SYSTEM: The price of that ticket would be 12.80 pounds. Would you like me to reserve your ticket?", + "USER: could you tell me how long the train ride will be?", + "SYSTEM: The travel time is 49 minutes. What else would you like to know?", + "USER: That's all the information, about the train, that I need right now. Can you help me find a restaurant that serves Indian food?", + "SYSTEM: Definitely! My favorite is Tandoori Palace, which is in the center and expensive. If you want something a little cheaper, I recommend Kohinoor.", + "USER: Let's go for Tandoori Palace. I need a reservation for 2 people at 20:15 on Wednesday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : 4ZBNKZ8U .", + "USER: Was it booked for 2 people?", + "SYSTEM: Yes it was booked for 2 people reference number 4ZBNKZ8U .", + "USER: Fantastic. That is all.", + "SYSTEM: Enjoy your visit! Let us know if we can be of any further assistance." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "stevenage" + ], + "train-leaveat": [ + "12:30" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "20:15" + ], + "restaurant-name": [ + "tandoori palace" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1458.json", + "Complete Dialogue": [ + "USER: I'm looking for find more information about an attraction I want to visit. What can you tell me about Gallery at Twelve a High Street?", + "SYSTEM: That's a museum on the east side, with free admission.", + "USER: What is their postcode?", + "SYSTEM: Their postcode is cb15dh. Is there anything else I can help you with today?", + "USER: Yes, I am coming from peterborough to cambridge, I need to take a train that will allow me to arrive by 08:15", + "SYSTEM: What day will you be traveling on?", + "USER: monday is fine", + "SYSTEM: well I can put you on the tr6741 you will arrive at 08:09, how many tickets please?", + "USER: i want to make a booking for 6 people.", + "SYSTEM: Okay great! Your reference number is HAXFBKAP, is that all you needed?", + "USER: Yes, thank you for all your help. Have a good day!", + "SYSTEM: Do you need help finding a restaurant? Cambridge has all types of cuisines.", + "USER: thank you for all your help. Have a good day!", + "SYSTEM: You're welcome. Goodbye" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "gallery at twelve a high street" + ], + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:15" + ], + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0707.json", + "Complete Dialogue": [ + "USER: I'm needing a place to dine. It needs to be an expensive Brazilian place.", + "SYSTEM: Unfortunately, I don't happen to show any restaurants that meet that criteria. Would you like me to try looking for a different price range or cuisine type?", + "USER: British food, then.", + "SYSTEM: We have six. Do you have an area preference? Graffiti, on the west side, is popular.", + "USER: All right, I'll try that. I need a reservation for a party of 5 at 11:00 on Thursday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : P15GVV9V . Is there anything else I can help you with?", + "USER: No that was all I needed, thanks so much, goodbye!", + "SYSTEM: You're welcome! Have a great day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "brazilian", + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:00" + ], + "restaurant-name": [ + "graffiti" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0056.json", + "Complete Dialogue": [ + "USER: Can I book a taxi today, please? I'm going to Avalon.", + "SYSTEM: I would be happy to help you. First I will need to know where you are departing from and what time you want to arrive/depart.", + "USER: Pick me up at the pizza express Fen Ditton and take me to the avalon before 21:00. Can I get the car type and contact number?", + "SYSTEM: A red lexus will pick you up by 21:00. Your contact number is 07323820078.", + "USER: I need to be at the avalon by 21:00. The taxi will have to arrive slightly earlier to get me to my destination on time.", + "SYSTEM: Oh, I am very sorry for my error. You will arrive at Avalon by 21:00. I reserved a blue lexus with new contact # 07060980339.", + "USER: Thank you so much for your help.", + "SYSTEM: Let me know if there is anything else you need." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "avalon" + ], + "taxi-departure": [ + "pizza express fen ditton" + ], + "taxi-leaveat": [ + "21:00" + ], + "taxi-arriveby": [ + "21:00" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20620.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the south part of town that is in the cheap price range.", + "SYSTEM: I have two restaurants that meet your requirements. Do you have a cuisine preference?", + "USER: I would like Italian food.", + "SYSTEM: I'm sorry, there are no restaurants matching your request. Would you like to try something else?", + "USER: I don't care.", + "SYSTEM: Nandos is cheap restaurant in the south part of town serving Portuguese food. Would you like their phone number?", + "USER: Yes, also I will need their address.", + "SYSTEM: Their address is Cambridge Leisure Park Clifton Way. Would you also like the phone number?", + "USER: Yes, please give me their number.", + "SYSTEM: The phone number for Nandos is 01223 327908. Is there anything else I can help you with?", + "USER: No, thanks. I'll head to Nandos now. Goodbye.", + "SYSTEM: Have a nice day!" + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "dontcare", + "italian" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0114.json", + "Complete Dialogue": [ + "USER: I'm hoping to find a restaurant in the centre that serves British food.", + "SYSTEM: How about the oak bistro on Lensfield Road?", + "USER: What is the price range? It needs to be moderate.", + "SYSTEM: The Oak Bistros price range is moderate would you like more information on it or to book a table?", + "USER: I'd like a table for 3 people at 11:00 on Friday, please.", + "SYSTEM: The oak bistro is fully booked. Do you want me to try another restaurant in the centre serving moderate British food?", + "USER: Yes, please try another restaurant in the center serving moderate British food.", + "SYSTEM: I was able to book restaurant one seven, reference number is XXZ4D253 .", + "USER: Sounds wonderful, thank you for your help. That is all I need. Bye.", + "SYSTEM: Thank you for calling Cambridge TownInfo centre. Have a great day." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-name": [ + "restaurant one seven", + "the oak bistro" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "11:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0359.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. Can you help me out?", + "SYSTEM: Sure. Are you looking for anything in particular?", + "USER: In the East and must be a hotel", + "SYSTEM: I have one listing for express by holiday inn cambridge,will that be okay?", + "USER: That would be fine.", + "SYSTEM: Would you like me to book a room for you?", + "USER: Yes please for 2 people for 4 nights starting from Friday.", + "SYSTEM: sure thing, your all set. Confirmation # is ZSDFLXSJ . Anything else I can help you with today?", + "USER: Yes, I'm also looking for a moderate priced restaurant near the hotel. Can you find one?", + "SYSTEM: There are 2 moderately price Indian restaurants and one Italian place in the area. Which type of cuisine do you prefer?", + "USER: Definitely Italian, curry gives me gas.", + "SYSTEM: I can suggest Pizza Hut in Fen Ditton located in Cambridge Retail Park Newmarket.", + "USER: That sounds great. Thanks.", + "SYSTEM: Sweet! Do you need a reservation?", + "USER: I do not need a reservation right now.", + "SYSTEM: Okay, how else can I help then?", + "USER: That's all I needed tonight. Thanks for the help.", + "SYSTEM: I am glad to be of service, enjoy your stay in Cambridge." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "express by holiday inn cambridge,will", + "express by holiday inn cambridge" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza hut" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0709.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a hotel to stay in in east cambridge.", + "SYSTEM: Certainly, there are 6 guesthouses, and one hotel. Do you have any preferences I should include?", + "USER: The hotel in question ideally would be in the expensive price range. It doesn't need to have free parking, though.", + "SYSTEM: Your best bet would be the Express by Holiday Inn Cambridge. It is an expensive 2-star hotel in the east area of town with free wifi and free parking.", + "USER: If there are not any hotels that do not include free parking then that place will do.", + "SYSTEM: Great. How many guests should I make a reservation for and what nights would you like to stay?", + "USER: There will be 3 guests for 2 nights starting Sunday.", + "SYSTEM: I'm sorry, I was unable to book with those constraints, would you like to try another day or a shorter stay?", + "USER: Would it be possible to book this for one night?", + "SYSTEM: I was able to book one night starting Sunday for 3 guests. Your reference number is 1OOWMJEN . Would you like anything else?", + "USER: Yes, I also need a train to Birmingham New Street.", + "SYSTEM: I just need some more information. Where are you departing from? What day and what time do you need to leave and arrive by?", + "USER: I would like to depart from cambridge on monday.", + "SYSTEM: I have 19 available trains. TR6628 leaves at 08:01 and arrives at 10:44. Would you like me to book that for you?", + "USER: Yes please, for the same 3 people. And can I have the reference number?", + "SYSTEM: I've completed your booking! The reference number for your train is X4WPOS52 . The total cost is 225.3 GBP and is payable at the station. Can I help with anything else?", + "USER: No, that'll be all. Thank you so much for all of your help!", + "SYSTEM: We are happy to be of help. Thank you for using our service." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "birmingham new street" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0268.json", + "Complete Dialogue": [ + "USER: I'm looking for a 3-star lodging with free wifi.", + "SYSTEM: We have 5 locations with a 3 star rating that offer free wifi, do you prefer a particular area or price range?", + "USER: I would like it to be in the west", + "SYSTEM: The hobsons house is available in that area.", + "USER: That sounds like it will work. Can I book that for 3 nights starting Wednesday?", + "SYSTEM: I've booked you a one person stay for 3 nights starting on Wednesday. Your reference number is: Q81KT0VN .", + "USER: I also am looking for somewhere to get afternoon tea.", + "SYSTEM: Would you be interested in a British restaurant then?", + "USER: Let's try a Chinese restaurant instead.", + "SYSTEM: There are quite a few Chinese restaurants. Are you you looking for one in the west, like your hotel? Any price range in mind?", + "USER: No I'm not too picky. You can just select one for me and then please book a table for 8 people on wednesday at 15:45", + "SYSTEM: Your booking at the Yu Garden on Wednesday at 15:45 for a party of 8 is confirmed. Your Reference number is : FPL31KWN . Can I help you wroth anything further?", + "USER: That's all for today! Thanks a ton. Bye!", + "SYSTEM: I hope you have a wonderful meal." + ], + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "west" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "hobsons house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "15:45" + ], + "restaurant-name": [ + "yu garden" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20445.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant with vegetarian food.", + "SYSTEM: What area of town are you looking for?", + "USER: Any area of town would be fine.", + "SYSTEM: There are no restaurants serving vegetarian food.", + "USER: How about european food?", + "SYSTEM: Would you prefer European or modern European food?", + "USER: European, please.", + "SYSTEM: There are ten results. Do you have a price range preference?", + "USER: No I do not", + "SYSTEM: Cambridge Lodge Restaurant serves European food and is the expensive price range.", + "USER: Can I have the address and phone number?", + "SYSTEM: The address is Cambridge Lodge Hotel 139 Huntingdon Road City Centre, postcode C.B 3, 0 d.Q , phone is 01223 355166", + "USER: Thank you, goodbye", + "SYSTEM: You're welcome and thank you for calling. Goodbye." + ], + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "european" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2591.json", + "Complete Dialogue": [ + "USER: I would like to visit some colleges or universities in Cambridge. Can you make some recommendations?", + "SYSTEM: We have 18 colleges open to visitors. Christ's College and Churchill College are popular choices, and they're free to enter.", + "USER: Could you please give me the area, address, and postcode for Churchill College?", + "SYSTEM: I can! It is in the west at Storey's Way, postcode cb30ds. Phone 01223336233. Need anything else?", + "USER: Yes please. I need a place to crash. I'm thinking a 4 star guesthouse.", + "SYSTEM: I see one place that is a match for you; Finches bed and breakfast on the west side of town (for your convenience) the price is cheap. If you would like I can make you a booking?", + "USER: What is the address and post code?", + "SYSTEM: The address is 144 Thornton Road, and the post code is cb30nd. Is there anything else I can help you with?", + "USER: Does that hotel include free wifi?", + "SYSTEM: Yes Finches Bed and Breakfast does have free wifi.", + "USER: Great that's all I need for now. Thank you so much.", + "SYSTEM: Thank you for calling. Have a great day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-name": [ + "churchill college", + "churchills college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3716.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: Great! What can i help you find?", + "USER: place to stay a hotel should have a star of 4 in the West and cheap", + "SYSTEM: The Cambridge Belfry is the only place that matches all of your criteria. Would you like to reserve a room?", + "USER: I'm not sure yet. Does it have free parking?", + "SYSTEM: It does have free parking and wifi.", + "USER: Ok, let's get rooms for 7 people for 5 nights. I'll need it from Monday please.", + "SYSTEM: Your booking was successful and the reference number is C505YX1I . Is there anything else I can do for you?", + "USER: Yes, I need a train on Tuesday going to Birmingham New Street. Can you find me one?", + "SYSTEM: Absolutely, What time would you like to leave? And, I assume you will be leaving from Cambridge?", + "USER: The train should arrive by 14:15", + "SYSTEM: Ok there is one leaving earlier i will book it for and send you the infomation" + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-arriveby": [ + "14:15" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1382.json", + "Complete Dialogue": [ + "USER: Find me places to go in town. I want to go to museum type attractions.", + "SYSTEM: I have 11 museum type locations in the city centre, would you care to see a listing?", + "USER: Can you give me the phone number to the closest one to my location?", + "SYSTEM: Yes the phone number is 01223314960.", + "USER: I also need a train to Cambridge departing from Kings Lynn", + "SYSTEM: What day are you leaving?", + "USER: I am wanting to leave on Sunday after 18:30.", + "SYSTEM: I have the TR1526 leaving at 09:11. How many ticket please?", + "USER: Oh, I'm not gonna book right now. Do you know how long the trip will take?", + "SYSTEM: that trip will take 47 minutes. anything else today?", + "USER: No thank you", + "SYSTEM: If that's all, then I hope you enjoy your time in Cambridge! Have a great day." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "18:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3796.json", + "Complete Dialogue": [ + "USER: I'm looking for a good museum to visit in the center of town. Can you recommend anything?", + "SYSTEM: There are 11 museums in the centre. The broughton house gallery doesn't have a fee. Would you like more information?", + "USER: Yes, please. Can I get the phone number?", + "SYSTEM: broughton house gallery's phone number is 01223314960", + "USER: I also need a train going to Cambridge and need to arrive by 15:30.", + "SYSTEM: And where will you be departing from?", + "USER: I am departing from norwich on Tuesday.", + "SYSTEM: TR2098 will arrive in Cambridge at 14:35 on Tuesday. Would you like to book passage on that train?", + "USER: No thank you. Could you just tell me the departure time?", + "SYSTEM: Yes, it leaves at 13:16.", + "USER: Thanks for being so helpful. That is all I need today. Bye.", + "SYSTEM: You're welcome, have a great day!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "15:30" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "norwich" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1202.json", + "Complete Dialogue": [ + "USER: Hello, I would to know about some places to go in Cambridge. I'd like to do something on a boat, if possible.", + "SYSTEM: Ok, there are four options. Two are in the centre, one is in the east and one is in the north.", + "USER: Let's try the one in the north. What is the entrance fee?", + "SYSTEM: I have a listing for riverboat georgina in the north is that okay?", + "USER: Yes, can I get the postcode and entrance fee?", + "SYSTEM: Yes, the postcode is cb43ax and the entrance fee is not known at this time.", + "USER: Thank you I also need a train that will depart from cambridge and should go to leicester.", + "SYSTEM: I have several trains available. What day will you be traveling and when would you like to leave and arrive?", + "USER: I need the train to leave after 13:00 on Monday. Tell me if any fit this description. I need to know the arrival time and train ID as well.", + "SYSTEM: Train TR6799 leaves Cambridge at 13:21 and arrives at Leicester at 15:06. Will that work for you?", + "USER: Yes, that's perfect! Could I have the arrival time and train ID please?", + "SYSTEM: The train id number is TR6799 and the arrival time is 15:06. Is there anything else I can assist you with today?", + "USER: No thank you, looking forward to my time here. Have a great day.", + "SYSTEM: Yes, please enjoy your time in Cambridge. Thanks for letting me help you today. Bye." + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "north" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "13:00" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01356.json", + "Complete Dialogue": [ + "USER: Help me arrange for a taxi to tandoori palace", + "SYSTEM: Alright. What time do you want to leave by?", + "USER: I'd like to leave after 16:30, please.", + "SYSTEM: Booking is done. Your car is a white tesla and contact number is 072411211316", + "USER: Great. That's all for today. Thanks", + "SYSTEM: You're welcome. Have a good time!" + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-destination": [ + "tandoori palace" + ], + "taxi-leaveat": [ + "16:30" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1888.json", + "Complete Dialogue": [ + "USER: I'm looking for a train for my trip to Cambridge. I need it to leave on Monday and to depart from Peterborough. Can you give me some times?", + "SYSTEM: Sure, there are plenty of available time starting at 05:19 and going all day. Was there a particular time of day you wanted to depart?", + "USER: I want to arrive at or a little before 12:15, please.", + "SYSTEM: TR0919 leaves Peterborough at 11:19 and arrives at 12:09. Would you like to book seats on that one?", + "USER: How long is the travel time. My math is not the best.", + "SYSTEM: My math isn't the best either but the travel duration is 50 minutes. I can help you book a seat on the TR0919 if you'd like.", + "USER: I am also looking for a hotel called Archway House.", + "SYSTEM: Archway house is a guesthouse located in the north part of town in the moderate price range at 52 gilbert road", + "USER: I need it for one person, 3 nights and starting on Monday.", + "SYSTEM: Booking was successful. Reference number is : LMABMGNI . Do you need anything else?", + "USER: No thank you. That's it.", + "SYSTEM: Alright. Have a great day.", + "USER: Thanks, you too.", + "SYSTEM: Thank you. Goodbye." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "12:15" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "archway house" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1225.json", + "Complete Dialogue": [ + "USER: I'm looking for a train headed to Cambridge.", + "SYSTEM: When and where would you like to depart?", + "USER: I would like to depart from Stevenage on Wednesday.", + "SYSTEM: Is there a particular time you would like to leave or arrive by?", + "USER: I would like to arrive by 8:30.", + "SYSTEM: There is one options available TR9448, leaves at 05:54 and arrives at 06:43.", + "USER: Okay, could you tell me the price?", + "SYSTEM: The 5:54 train is 12.80 pounds.", + "USER: Can you book it for me and send me the reference number?", + "SYSTEM: Booking was successful, the total fee is 12.8 GBP payable at the station . Reference number is : 26GRQWBX .", + "USER: I am also looking for the attraction, Tenpin.", + "SYSTEM: Tenpin is in the south. The address is cambridge leisure park, clifton way.", + "USER: Is there an entrance fee?", + "SYSTEM: My database does not have that information currently available. Would you like the phone number so you can call and ask?", + "USER: Are you sure? I've always been able to get that information from this system. Can you check again please?", + "SYSTEM: Our system does not provide the entrance fee for tenpin. You don't have much experience with this system do you?", + "USER: Yeah, my first time taking a trip here, sorry. Im sure the fee is no big deal, thank you so much for your help.", + "SYSTEM: Thank you for using our service today!" + ], + "Services Involved": [ + "attraction", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "stevenage" + ], + "train-arriveby": [ + "8:30", + "08:30" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "tenpin" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0909.json", + "Complete Dialogue": [ + "USER: Hi there, I've just started planning my trip. Can you help me find a restaurant?", + "SYSTEM: I would be happy to assist you. Is there a price range you prefer, or a type of cuisine?", + "USER: I am looking for a moderately priced chinese restaurant.", + "SYSTEM: What area of town would you like to dine in?", + "USER: I'm sorry, I just thought of a restaurant I had forgotten about. I would like to dine at a particular restaurant called Shiraz Restaurant.", + "SYSTEM: I have no matching restaurants. Can I help you find something else?", + "USER: I also need a train ticket.", + "SYSTEM: I'll be happy to assist with that, but I'll need some additional information. What is your destination and departure point? Also, when will you be traveling?", + "USER: I'll be heading to the airport on Friday after finishing up sightseeing here.", + "SYSTEM: I actually did find Shiraz Restaurant. Great Mediterranean place. Can I book a table before we work on your train?", + "USER: Oh perfect! Can I have a table for 8 people at 19:00 on thursday", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes.Reference number is : 4JP4LX3W .", + "USER: Alright, would you like to continue finding a train?", + "SYSTEM: I just want to confirm. You need a train on Friday from Cambridge to Stansted Airport. What time would you like to depart? This is a 28 minute train ride.", + "USER: I want one that gets there by 16:00", + "SYSTEM: I've booked on TR1316 friday leaving cambridge 14:40 arriving at stansted airport at 15:08 cost is 10.10 pounds, referenece E0X8YVGZ . Is there anything else I can help you with?", + "USER: Can you please confirm the travel time?", + "SYSTEM: The travel time is 28 minutes.", + "USER: OK, thanks for everything.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: I don't need anything else.", + "SYSTEM: Have a great trip.", + "USER: Thank you for your help.", + "SYSTEM: Thanks again for letting us help you! Enjoy your visit! Goodbye." + ], + "Services Involved": [ + "restaurant", + "train" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese", + "mediterranean" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "shiraz" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "16:00" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2147.json", + "Complete Dialogue": [ + "USER: I am looking for King's College.", + "SYSTEM: Yes, King's College is in the centre and located on King's Parade. Their phone number is 01223331100.", + "USER: Thank you!", + "SYSTEM: May I help you with any thing else?", + "USER: Yes. Do you know what their entrance fee is? Also, I need some help finding an Italian restaurant in the centre area.", + "SYSTEM: It is free admission into the King's college. Sure I can help with that. What is your price range?", + "USER: I don't have a price range preference.", + "SYSTEM: There is pizza express it's moderately priced, would you like more information or for me to book it for you?", + "USER: Yes please. I would like the reservation for Thursday at 15:00 for 2 people.", + "SYSTEM: I was able to book your table. The Reference number is : WA5JKA4G . Is there anything else you needed?", + "USER: I also need a taxi to travel between King's College and the restaurant.", + "SYSTEM: Booking completed! Booked car type : blue tesla Contact number : 07982639539", + "USER: That was all I needed, thank you.", + "SYSTEM: thanks for using our services and welcome anytime" + ], + "Services Involved": [ + "restaurant", + "attraction", + "taxi" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "king's college", + "kings college" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant", + "NONE", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:00" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "15:00" + ], + "taxi-departure": [ + "king's college", + "kings college" + ], + "taxi-destination": [ + "pizza express" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1773.json", + "Complete Dialogue": [ + "USER: I need to take a train from Cambridge to London Kings Cross, it would need to be after 10.", + "SYSTEM: Okay. What day will you be traveling?", + "USER: On Friday after 10.", + "SYSTEM: The TR1502 leaves friday at 11:00.", + "USER: Yes, that will be great. How much does a ticket cost?", + "SYSTEM: A ticket is 23.60 pounds.", + "USER: Can you also give me the travel time?", + "SYSTEM: The travel time is 51 minutes.", + "USER: Thanks! Can you also see if there are any expensive, 4-star guesthouses in the north area of town?", + "SYSTEM: What you are looking for can not be found. Is there any other area you would mind searching in?", + "USER: No I want to stay in that area. What other hotel accomadations are in the area?", + "SYSTEM: Avalon is a moderate priced 4 star guesthouse in the north part of town. It has free internent. Would you like more information or can I book it for you?", + "USER: Can you book it for 4 people and 4 nights starting from Monday?", + "SYSTEM: Booking was successful.Reference number is : 1VF2W9YC .", + "USER: Thank you! That is all.", + "SYSTEM: You're welcome. Call back if you need further bookings or assistance." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london kings cross" + ], + "train-leaveat": [ + "10:00", + "10" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0865.json", + "Complete Dialogue": [ + "USER: I need a 5 star luxury hotel with a jacuzzi.", + "SYSTEM: I am sorry but I am not finding any hotels that fit your needs.", + "USER: What about an expensive, 4 star hotel?", + "SYSTEM: I have two for you to choose from. I have the Huntingdon Marriott Hotel in the west, and the University Arms Hotel in the centre of town.", + "USER: Does either one have free parking?", + "SYSTEM: Yes, they both offer free parking, and are expensive four star hotels. Would you prefer the centre area or the west area?", + "USER: I guess the centre. Can you reserve 2 nights starting Saturday? There are 8 of us.", + "SYSTEM: Unfortunately, neither location can accommodate your request, would you like to try for a different length length of time?", + "USER: Yes. Is either one available for just one night?", + "SYSTEM: The marriott worked. Your reference number is NNFT47MW .", + "USER: Thank you, that is all I need. Toodles.", + "SYSTEM: Have a fun stay. Bye." + ], + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "5", + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "the marriott", + "the huntingdon marriott hotel" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1866.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay in Cambridge, moderate price for a hotel.", + "SYSTEM: Are there any amenities that you are looking for? Parking? Internet?", + "USER: I'd like free parking.", + "SYSTEM: What area would you like to stay in?", + "USER: I don't really have a preference for area. But I would like it to be a hotel rather than a guesthouse. And I would love free parking.", + "SYSTEM: We have ashley hotel and lovell lodge, shall I book you for one of the two?", + "USER: I need it for 7 people. 5 nights starting Sunday.", + "SYSTEM: Which of the 2 hotels should I book for you?", + "USER: How about the Ashley Hotel?", + "SYSTEM: Booking was successful. Reference number is L1S8JNAC . Do you need anything else?", + "USER: I am also looking for a train departing from stansted airport going to cambridge on sunday. I need to leave after 19:30.", + "SYSTEM: TR2021 is leaving at 20:24 would that work for you?", + "USER: Yes, please make a booking for my group. We'll all be traveling together.", + "SYSTEM: Booking was successful, the total fee is 56.56 GBP payable at the station . Reference number is : EZIAXWCQ . Can I help you with anything else?", + "USER: Thank you that is all I needed today.", + "SYSTEM: Great! I'm glad I could be of help. Have a good day." + ], + "Services Involved": [ + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "19:30" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2509.json", + "Complete Dialogue": [ + "USER: I am staying in the west part of cambridge and would like to know about some places to go.", + "SYSTEM: I have several attractions in the west for you. Is there a certain type you have in mind?", + "USER: No, what would you recommend?", + "SYSTEM: i suggest queens college in the silver street. you want the address?", + "USER: I would like the phone number and the post code please.", + "SYSTEM: Sure! The phone number is 01223335511 and the postcode is cb39et. Is there anything else I can help you with today?", + "USER: I need a 3 star guesthouse in the same area. Does not need to include internet.", + "SYSTEM: There is a guesthouse named Hobsons House located in the west with 3 stars. It is moderately priced and has internet and parking. Would you like this one booked?", + "USER: No thank you. I just needed the information. That's all I need.", + "SYSTEM: Great! Have a good day!" + ], + "Services Involved": [ + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "dontcare" + ], + "attraction-name": [ + "queens college" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "guesthouse" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0044.json", + "Complete Dialogue": [ + "USER: I need a taxi. I'll be departing the Fitzwilliam museum and need to arrive by 20:15", + "SYSTEM: I can reserve that for you. Where is your destination?", + "USER: I am heading to restaurant one seven.", + "SYSTEM: Okay a white honda will be picking you up and the contact number is 07631927676. What else can I help you with?", + "USER: That is all that I need thanks.", + "SYSTEM: Great, thank you for using our service!", + "USER: Thanks for your help. Bye.", + "SYSTEM: You are welcome. Have a great day. Bye." + ], + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "find_taxi", + "NONE" + ], + "Preferences": { + "taxi-arriveby": [ + "20:15" + ], + "taxi-departure": [ + "fitzwilliam museum" + ], + "taxi-destination": [ + "restaurant one seven" + ] + } + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue_2.json b/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue_2.json new file mode 100644 index 0000000000000000000000000000000000000000..5bb5532cd26ed8e0b11a53a0b9eeb3a81c28deb6 --- /dev/null +++ b/notebooks/dialogue_generation/dialogue_domain_knowledge_with_dialogue_2.json @@ -0,0 +1,33000 @@ +[ + { + "Dialogue ID": "PMUL4398.json", + "Complete Dialogue": [ + "USER: i need a place to dine in the center thats expensive", + "SYSTEM: I have several options for you; do you prefer African, Asian, or British food?", + "USER: Any sort of food would be fine, as long as it is a bit expensive. Could I get the phone number for your recommendation?", + "SYSTEM: There is an Afrian place named Bedouin in the centre. How does that sound?", + "USER: Sounds good, could I get that phone number? Also, could you recommend me an expensive hotel?", + "SYSTEM: Bedouin's phone is 01223367660. As far as hotels go, I recommend the University Arms Hotel in the center of town.", + "USER: Yes. Can you book it for me?", + "SYSTEM: Sure, when would you like that reservation?", + "USER: i want to book it for 2 people and 2 nights starting from saturday.", + "SYSTEM: Your booking was successful. Your reference number is FRGZWQL2 . May I help you further?", + "USER: That is all I need to know. Thanks, good bye.", + "SYSTEM: Thank you so much for Cambridge TownInfo centre. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1013.json", + "Complete Dialogue": [ + "USER: Guten Tag, I am staying overnight in Cambridge and need a place to sleep. I need free parking and internet.", + "SYSTEM: I have 4 different options for you. I have two cheaper guesthouses and two expensive hotels. Do you have a preference?", + "USER: No, but I'd really like to be on the south end of the city. Do any of those fit the bill?", + "SYSTEM: Sure. Does price matter? We can narrow it down and find exactly what you need.", + "USER: No I don't care about the price. Which one do you recommend?", + "SYSTEM: I would recommend aylesbray lodge guest house. Would you like me to book that for you?", + "USER: Yes, book it for 4 people and 4 nights starting from tuesday.", + "SYSTEM: The booking was unsuccessful. would you like another day or a shorter stay?", + "USER: How about for 3 nights?", + "SYSTEM: Booked! Reference number is: 84ESP6F5", + "USER: Great. I am all set then. Have a nice day. Bye.", + "SYSTEM: Have a nice stay. Bye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3", + "4" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL0121.json", + "Complete Dialogue": [ + "USER: Hi there! Can you give me some info on Cityroomz?", + "SYSTEM: Cityroomz is located at Sleeperz Hotel, Station Road in the Centre area. It is a moderatley priced hotel with a 0 star rating. Would you like to book a room?", + "USER: Yes please. I need it for 7 people for 3 nights starting on tuesday.", + "SYSTEM: How many days would you like to book it for?", + "USER: I would like to book it for 3 nights beginning on Tuesday.", + "SYSTEM: Ok, Your rooms have been booked. Your reference number is CYJDAR7R . Is there anything else I can help you with today?", + "USER: Yeah, I need a restaurant in the west and with expensive pricing.", + "SYSTEM: There are 9 expensive restaurants in the west area. Do you prefer a certain type of food?", + "USER: No, I don't have a preference, but I need the phone number and postcode.", + "SYSTEM: I recommend Graffiti, the number is 01223277977 and the postcode is cb30lx. Would you like me to book a table for you?", + "USER: No, right now, I just need the infor. Thanks!", + "SYSTEM: Can I help you with anything else today?", + "USER: That is all. thanks", + "SYSTEM: Thank you for using our system." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3484.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel named alyesbray lodge guest house.", + "SYSTEM: i have their info, what would you like to know?", + "USER: I would like to book a reservation for it. Can you help me with that?", + "SYSTEM: I sure can. First, I will need to know when you want your stay to begin and how many days you'll be staying. Also, how many people will be staying?", + "USER: We will be arriving on Sunday and will stay for 5 nights.", + "SYSTEM: Can you tell me how many guests will be staying in the room?", + "USER: There will be 8 guests.", + "SYSTEM: Booking was successful. Your reference number is 4UFN3SWC . Will that be all for today?", + "USER: that is it thank you.", + "SYSTEM: You have a nice day then!", + "USER: Can you actually look up a restaurant for me as well?", + "SYSTEM: sure thing what's the area and or name?", + "USER: It's a place called Don Pasquale Pizzeria.", + "SYSTEM: A very nice place in the centre. Need a reservation?", + "USER: Yes, I do. I'll need it booked for the same day, same people, and we'd like to eat at 19:00.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : GVM0PAM2 .", + "USER: Great. One more thing. Can you book a taxi between the two places? I'd like to arrive at the restaurant in time for my reservation.", + "SYSTEM: Contact number 07404031593. You are in a Red Skoda.", + "USER: Thank you so much that was all I needed.", + "SYSTEM: Alright, hope you enjoy the rest of your day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "don pasquale pizzeria" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "19:00" + ], + "taxi-departure": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "taxi-destination": [ + "don pasquale pizzeria" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0389.json", + "Complete Dialogue": [ + "USER: i need a train on tuesday out of kings lynn", + "SYSTEM: What time of day would you like to leave?", + "USER: I want to leave on Tuesday.", + "SYSTEM: Do you have a time you'd like to leave?", + "USER: I'd like to leave after 9:30.", + "SYSTEM: Is that 9:30 AM or PM?", + "USER: Looking for a train Tuesday leaving kings lynn after 9:30 to go to cambridge.", + "SYSTEM: I'm sorry, I'm not seeing any trains for that time. Would you like to try another time or a different route?", + "USER: No, I'd like a train leaving after 09:30 departing from Kings Lynn and going to Cambridge. Please take another look?", + "SYSTEM: There are no trains running at this time. Can I narrow your search in any way?", + "USER: Wow...no, I really needed that time. I guess not. Thanks anyway.", + "SYSTEM: I do have a train living at 10:11 of that would work for you.", + "USER: Yes, that works. Please book for two people. Thanks for checking again.", + "SYSTEM: It's my pleasure. You're booked with reference HXG3N56O . The total fee is 19.6 GBP payable at the station. May I help with anything else?", + "USER: Perfect. Thank you for your help. Have a great day. Bye.", + "SYSTEM: Thank you for using our service, goodbye.", + "USER: Have a nice day.", + "SYSTEM: Booking was successful, the total fee is 19.6 GBP payable at the station . Reference number is : HXG3N56O ." + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "09:30", + "9:30" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01520.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant. I would like something cheap that has Chinese food.", + "SYSTEM: I've heard good things about the lucky star. Need a reservation?", + "USER: Yes, could you make a reservation for 1 at 20:00 on Saturday?", + "SYSTEM: Your booking was successful. The table will be reserved for 15 minutes. Reference number is : FDLFKTZM .", + "USER: Thank you so much for your help!", + "SYSTEM: You're welcome. Thank you! Have a good day now!", + "USER: Thanks, you too. Goodbye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Good-bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3951.json", + "Complete Dialogue": [ + "USER: Please find me a train from cambridge to stansted airport", + "SYSTEM: Sure, I can do that but first I need a little more information. What day would you like to travel as well as departure and arrival times?", + "USER: Saturday leaving Cambridge anytime after 20:00 please", + "SYSTEM: TR3128 will leave at 20:40 and arrive by 21:08. Do you need more information or would you like to book tickets?", + "USER: Can you book me 6 tickets please?", + "SYSTEM: You're all set. Total for tickets is 48.48 GBP payable at the station. Reference number is JD6SA21J .", + "USER: I am also looking for The Riverside Brasserie.", + "SYSTEM: riverside brasserie is a modern european restaurant in the centre. Its address is Doubletree by Hilton Cambridge Granta Place Mill Lane and postcode is cb21rt. Want to book it?", + "USER: Yes, I would like to book it and get a reference number.", + "SYSTEM: Unfortunately, I cannot book it at this time.", + "USER: Can you try for Saturday at 13:00?", + "SYSTEM: How many people will be dining?", + "USER: 6 people will be dining", + "SYSTEM: Your booking was successful. Your reference number is 3VX3AOKS .", + "USER: Thanks for everything you have been great!", + "SYSTEM: Thank you is there anything else today?", + "USER: No that is all I needed. Thank you ever so kindly.", + "SYSTEM: Wonderful. I'm glad I could help. Have a great day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-day": [ + "saturday" + ], + "train-leaveat": [ + "20:00" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "riverside brasserie" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-bookpeople": [ + "6" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0843.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the centre if you could help me.", + "SYSTEM: I sure can. There are lots of choices. Are you looking for a particular type of food?", + "USER: No, not really. I think I'd like to try something different. Could you suggest something?", + "SYSTEM: There is a Korean restaurant called Little Seoul located at 108 Regent Street City Centre. Would you like their phone number?", + "USER: Yes, I would like both the phone number and the postcode please.", + "SYSTEM: The phone number for little seoul is 01223308681, postcode cb21dp. Can I help you with anything else today?", + "USER: Can I also have the address please?", + "SYSTEM: The address for Little Seoul is 108 Regent Street, City Centre. Is there anything else I can help you with?", + "USER: I also want to see the travel times for a train going from Kings Lynn from Cambridge on Saturday. It should leave after 09:15.", + "SYSTEM: Is there a time you would like to arrive by?", + "USER: I got that backwards. Need a train leaving Kings Lynn after 9:15 and arriving in Cambridge sometime on Saturday.", + "SYSTEM: TR2514 leaves at 10:11 and arrives at 10:58. Will this one work for you?", + "USER: Sure. Could you tell me the exact travel time?", + "SYSTEM: Sure. The travel time for TR2514 is 47 minutes. Anything else I can help you with today?", + "USER: that is it for today. good day thank you", + "SYSTEM: Have a wonderful day yourself. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "little seoul" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "09:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2979.json", + "Complete Dialogue": [ + "USER: I'm looking for a places to go and see during my upcoming trip to Cambridge.", + "SYSTEM: What area of town would you like?", + "USER: I would like to go to the south area please.", + "SYSTEM: On the south side, your options are the cinema, entertainment venues, museums, nightclubs, parks, and a theatre.", + "USER: That's a lot of choices, how about nightclubs? Can you get me a couple of phone numbers for good ones? I'm hoping to catch DJ Squalour from Ibiza!", + "SYSTEM: The only nightclub in the south is called the place on 22 sidney street. Phone number is 01223324600. Can I help you with anything else?", + "USER: Yes, I would like an expensive hotel with free parking.", + "SYSTEM: I have places that fit that description all over town, except in the north. If area is no concern, I recommend the Gonville in the center of town.", + "USER: Is it four star?", + "SYSTEM: No, it only 3 stars. The Huntington Marriott is 4 stars though. It is also expensive and has free parking and internet.", + "USER: Okay well now I need to get a taxi to leave the hotel by 17:45 to the attraction. I will need a contact number and car type.", + "SYSTEM: Booking completed! Booked car type : red lexus Contact number : 07421633218", + "USER: I want to confirm that the booked red Lexus is a taxi, as I previously requested?", + "SYSTEM: Yes, it is! Anything else needed?", + "USER: No that is it. Thank you!", + "SYSTEM: you are welcome. enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "huntington marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "the place", + "places" + ], + "taxi-leaveat": [ + "17:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1681.json", + "Complete Dialogue": [ + "USER: Hi, I'd like to book a train to stansted airport from cambridge. Can you help?", + "SYSTEM: Absolutely. Where will you departing from?", + "USER: From Cambridge, which is why I asked the Cambridge TownInfo centre.", + "SYSTEM: What day would you like to leave?", + "USER: On Saturday. Is there a train that will arrive by 15:15?", + "SYSTEM: There is! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds. Can I book that for you?", + "USER: No need to book it. Thanks. But can you help me find a cheap restaurant in the south?", + "SYSTEM: Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food. Do either of those sound good?", + "USER: The Lucky Star sounds good. That's all I need.", + "SYSTEM: Would you like to book a table?", + "USER: Can you also tell me the postcode?", + "SYSTEM: Sure. The post code is cb17dy.", + "USER: Thanks for your help. Good bye.", + "SYSTEM: You're welcome. Please let me know if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "15:15" + ], + "train-day": [ + "saturday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0928.json", + "Complete Dialogue": [ + "USER: Yeah, could you recommend a good gastropub?", + "SYSTEM: Backstreet Bistro. It's expensive though. There is a moderately priced one called The Cow Pizza Kitchen and Bar if preferred.", + "USER: I would like to book a table at the Backstreet Bistro for 5 people at 16:00 on Thursday.", + "SYSTEM: No problem. That is booked for you and your reference number is 2VE84YC5 . Is there anything else I can book for you?", + "USER: Yes, any suggestions of museums found in the east area of town?", + "SYSTEM: Yes, Gallery at Twelve a High Street is excellent, and has free admission. Would you like more information?", + "USER: Can I please have the phone number and address for that place?", + "SYSTEM: Certainly! The address for gallery at twelve a high street is fulbourn and the phone number is 01223295264. Can I help you with anything else?", + "USER: Great that's all the information I needed today, thank you!", + "SYSTEM: You are very welcome. Have a nice day. Good bye." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "backstreet bistro" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20645.json", + "Complete Dialogue": [ + "USER: I want to find an expensive restaurant and serves european food. Can i also have the address, phone number and its area. ?", + "SYSTEM: Eraina is a European restaurant in the centre area. Their address is St. Michael's Church Trinity Street City Centre and phone number 01223 355166.", + "USER: thank you goodbye", + "SYSTEM: Thank you and good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02152.json", + "Complete Dialogue": [ + "USER: I need a 19:15 taxi to take me to Avalon.", + "SYSTEM: I can definitely help! Where are you departing from?", + "USER: I will be departing from Primavera.", + "SYSTEM: You car has been booked. It is a black volvo. Can I assist you any further?", + "USER: Can i get the contact number please", + "SYSTEM: Yes, your contact number is 07698022958. Can I assist you any further?", + "USER: No, that will be all. Good bye.", + "SYSTEM: You're very welcome! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "avalon" + ], + "taxi-leaveat": [ + "19:15" + ], + "taxi-departure": [ + "primavera" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2460.json", + "Complete Dialogue": [ + "USER: Where's a good place to eat crossover food in Cambridge?", + "SYSTEM: There are no crossover locations in Cambridge.", + "USER: How about British restaurants in the Centre instead?", + "SYSTEM: I have 7 in the centre that serve british food. I have 4 in the moderate price range and 3 in the expensive. Did you have a preference?", + "USER: I would prefer the british food.", + "SYSTEM: I have cotto that serves moderate priced food. Would you like to book a table?", + "USER: Yes please make a booking for 8 people at 12:30 on friday.", + "SYSTEM: I have made your booking here is the information:Booking was successful. The table will be reserved for 15 minutes. Reference number is : VVSOH0TQ .", + "USER: What's a good college to visit near the restaurant?", + "SYSTEM: There are 13 colleges in the centre. Is there a particular one you are interested in?", + "USER: Any college will be fine what do you recommend? I need the phone number for whichever you pick.", + "SYSTEM: christi's college is in that area and has free entrance. There phone number is 01223334900. Is there anything else I can assist you with?", + "USER: That is all I needed.", + "SYSTEM: Thank you for choosing us and enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "crossover", + "british" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "dontcare", + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0358.json", + "Complete Dialogue": [ + "USER: I want a restaurant in the north of Cambridge that is within a moderate price range.", + "SYSTEM: There are two restaurants fitting your description, one is Chinese cuisine and one is Indian cuisine. Do you have a preference?", + "USER: Please book a table for 4 at the Chinese place at 12:30 on Sunday and give me the reference number.", + "SYSTEM: Okay you're all set for Sunday at 12:30. Your reference number is F5BTP63A . Can I help you find anything else?", + "USER: I am also looking for a train that goes to broxbourne on monday.", + "SYSTEM: There are 19 trains to broxbourne on Monday leaving every hour starting at 05:01. Is there a specific time you'd like?", + "USER: I would like to arrive in broxbourne by 13:00.", + "SYSTEM: The one arriving closest to 13:00 is TR5971 leaving cambridge at 11:01 and arrives by 12:01 in broxbourne. Would you like to book a ticket?", + "USER: Can I just get the price on one of them?", + "SYSTEM: All tickets from cambridge to broxbourne on that day cost 17.90 pounds each.", + "USER: Please book one.", + "SYSTEM: How many tickets do I need to reserve for your train?", + "USER: Just one, thank you! Please provide me with a reference number.", + "SYSTEM: Booking was successful, the total fee is 17.89 GBP payable at the station. Reference number is : T1FGQFDJ . Can I help with anything else today?", + "USER: No, thank you. That will be all for today. Thanks.", + "SYSTEM: Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-food": [ + "chinese" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-destination": [ + "broxbourne" + ], + "train-arriveby": [ + "13:00" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4450.json", + "Complete Dialogue": [ + "USER: Find me a train that leaves on Sunday after 14:00 please", + "SYSTEM: Certainly. Where are you headed?", + "USER: I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00", + "SYSTEM: TR5234 will leave at 14:16, would that work for you?", + "USER: Yes. Give me the ref number please.", + "SYSTEM: In order to get a ref number I must complete a booking first. How many tickets would you like me to book for you?", + "USER: I would like one train ticket please.", + "SYSTEM: Your reservation for 1 ticket on the TR5234 train was successful. Your Reference number is : PGQKG62W . Is there anything else I can do for you?", + "USER: Yes I am looking for a moderate priced place to eat in the east. Phone #, postcode and food type please", + "SYSTEM: You have three options for moderately priced restaurants. Do you prefer indian or italian food?", + "USER: I would prefer Italian but Indian would be good as well. I will need the phone number and postcode of the restaurant. Thanks!", + "SYSTEM: The place is called The Curry Prince and the phone number is: 01223566388 and the post code is: cb58jj.", + "USER: Thanks for helping me with this. I appreciate it! Goodbye!", + "SYSTEM: My pleasure. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "14:00" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian", + "indian" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1251.json", + "Complete Dialogue": [ + "USER: I need to book a train to norwich that arrives by 16:15.", + "SYSTEM: What day would you like to leave?", + "USER: I want to leave on Wednesday from Cambridge.", + "SYSTEM: The TR1144 leaves Cambridge for Norwich on Wednesday at 05:36. Would that be good for you?", + "USER: What is the price and travel time?", + "SYSTEM: The price is 17.60 pounds.", + "USER: And what is the travel time?", + "SYSTEM: It is 79 minutes.", + "USER: Thanks! Can you also tell me if there are any multiple sports attractions in the center of town?", + "SYSTEM: there are not. i do have one in the east part of town. would you like the information for that venue?", + "USER: Thats ok. I really want something in the centre. How about any suggestions on a good college to visit?", + "SYSTEM: Christ's college is in the centre of town. Is there anything you need?", + "USER: Could you please get me the phone number?", + "SYSTEM: sure it's 01223334900", + "USER: Thank you. That is all that I need.", + "SYSTEM: Thank you, have a good day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:15" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1842.json", + "Complete Dialogue": [ + "USER: I need a place to stay that has free wifi.", + "SYSTEM: I have 32 places that offer wifi, do you have a price range preference?", + "USER: could you provide details for something in the cheap price range?", + "SYSTEM: There are 33 cheap hotels with wifi in Cambridge. Do you have a particular area you are interested in?", + "USER: No, I have no preference. Just pick one. That will be fine.", + "SYSTEM: I recommend alexander bed and breakfast on 56 saint barnabas road would that due?", + "USER: Perfect. I'll need a room for myself, for five nights on tuesday.", + "SYSTEM: Perfect, you are all set for Alexander Bed and Breakfast on Tuesday, your reference number is 22DG5770 . Is there anything I can help with today?", + "USER: Nope, that's it. Thanks!", + "SYSTEM: I hope you not going to sit in your room by yourself for 5 days, are you sure that you dont want to know about a restaurant or attraction?", + "USER: Actaully i will be on business so not out much but I do need a train, to cambridge leaving after 21:15", + "SYSTEM: Ok great. What day will you be traveling?", + "USER: Yes, I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne.", + "SYSTEM: I have the TR9688, which leaves at 12:32. Would you like to book this train?", + "USER: I need a train after 21:15.", + "SYSTEM: There are 3 trains leaving an hour apart starting at 21:32. The travel time is 60 minutes and costs 17.90 pounds. Would you like me to book one?", + "USER: No thank you. I just need the train ID and arrival time for one of them.", + "SYSTEM: The TR3112 arrives at 22:32.", + "USER: Great, thanks for that information on the train. Can you book for a train leaving after 21:15?", + "SYSTEM: How many tickets do you need?", + "USER: I need tickets for one person.", + "SYSTEM: Your total is 17.89 GBP. You can pay that at the station. Your reference number is RAIYCNJU .", + "USER: that is all i needed for today. thanks alot", + "SYSTEM: thank you for using this service good bye" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "21:15" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "broxbourne" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4896.json", + "Complete Dialogue": [ + "USER: Hi, I'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions.", + "SYSTEM: There are many to see! Are you going to be traveling within a certain area of town?", + "USER: Actually, yes. We are traveling into the northern part of town.", + "SYSTEM: If you're heading north, I recommend taking a ride on the Riverboat Georgina.", + "USER: That sounds nice but I would like to see about a guesthouse with free wifi.", + "SYSTEM: There at 10 guest houses in the north offering free wifi. Are you looking for a particular price range?", + "USER: No, I don't really care about price. Just something in the north that includes wifi.", + "SYSTEM: Acorn Guest house is located in the north , has free wifi and is moderately priced.", + "USER: Groovy!! Let get a booking for 2 people and 2 nights starting sunday.", + "SYSTEM: Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road. Is there anything else I can do for you?", + "USER: Yes, I am looking to visit the cherry hinton hall and grounds. Can I please have more information on that?", + "SYSTEM: Sure, that's a great entertainment venue in the East. Their phone number is 01223446104. Is there anything else you need to know?", + "USER: No, taht will be all. Thanks, goodbye.", + "SYSTEM: Thank you for using our service!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-name": [ + "cherry hinton hall and grounds" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2431.json", + "Complete Dialogue": [ + "USER: Can you help me book a table at a chinese restaurant that's in the centre of town?", + "SYSTEM: Great choice! I have 10 Chinese restaurants. What is your price range and we can narrow them down.", + "USER: I need some cheap Chop Suey, please.", + "SYSTEM: How does the Charlie Chan sound? It is a cheap Chinese restaurant in the centre.", + "USER: That sounds like they'll have some awesome Chop Suey. Please book me a table for 2 on Tuesday at 12:45.", + "SYSTEM: I am sorry but charlie chan is booked for that time. Do you want to pick an earlier or later time, or a different day?", + "USER: Can we try the same day for 11:45 please? And can I have the reference number as well, thanks.", + "SYSTEM: Great News! I was able to reserve your table for 2 at the 11:45 time. They will hold the table for 15 minutes. Reference number is : GFIL3UG5 .", + "USER: Thank you. I am also looking for places to go in the same area as the restaurant.", + "SYSTEM: There are dozens of attractions in the centre. What type of activities are you interested in? Museums? Architecture? Boat Rides? Something else?", + "USER: I am looking for some type of entertainment in the same area as the restaurant, please.", + "SYSTEM: There are all kinds of entertainment choices. Did you have something in mind?", + "USER: No, just an entertainment attraction in the same area as the restaurant. Can you make a suggestion?", + "SYSTEM: What about a museum? The cambridge contemporary art is a nice one.", + "USER: That sounds nice can I get their phone number, entrance fee, and address please?", + "SYSTEM: The phone number is 01223324222, the address is 6 Trinity Street, and it is free admittance.", + "USER: Thank you so much for your help.", + "SYSTEM: Will that be everything for you today then?", + "USER: That will be all. Thank you for your help!", + "SYSTEM: Glad to be of assistance, have a great day!", + "USER: Thanks, take care buddy!", + "SYSTEM: Thank you goodbye" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "12:45", + "11:45" + ], + "restaurant-name": [ + "charlie chan" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "entertainment", + "museum" + ], + "attraction-name": [ + "cambridge contemporary art" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1375.json", + "Complete Dialogue": [ + "USER: I am looking for a train to Ely.", + "SYSTEM: What day are you looking to travel?", + "USER: I need to leave a little after 8:00 on Sunday, and I'm leaving from Cambridge.", + "SYSTEM: The closest train I have is the TR3177 that leaves at 09:50. There's nothing earlier on that day.", + "USER: That will have to work. What is the arrival time?", + "SYSTEM: The arrival time is 10:07.", + "USER: Perfect! That's all I needed to know. Thanks. Have a great day.", + "SYSTEM: Have a wonderful day!" + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "08:00", + "8:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1031.json", + "Complete Dialogue": [ + "USER: I need to take a train from bishops stortford to Cambridge. Ill need to leave after 9:00", + "SYSTEM: There are 56 trains traveling from Bishops Stortford to Cambridge after 9:00 between Friday and Wednesday. What day to you want to travel?", + "USER: I want to leave on Sunday.", + "SYSTEM: How about TR4803 that leaves at 09:29?", + "USER: That will work can you book that for me please?", + "SYSTEM: Of course. How many tickets do you need?", + "USER: Actually, I don't need a booking. I just need to know when it arrives, thanks.", + "SYSTEM: It arrives at 10:07.", + "USER: Thank you. I am also looking for a park to go to.", + "SYSTEM: I have 5 to choose from. Is there a certain area you were wanting the park to be in?", + "USER: no specific area. just recommend one.", + "SYSTEM: Milton Country Park is a great place to visit! It's in the North and free to enter.", + "USER: Great! Please, give me the address of the park.", + "SYSTEM: milton country park, milton.", + "USER: Thank you so much for your time. Have a nice day!", + "SYSTEM: You too, enjoy your stay!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "9:00", + "09:00" + ], + "train-day": [ + "sunday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20027.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant that is in the expensive price range and in the south part of town.", + "SYSTEM: There are results matching your query. Would you like Mexican, Italian, Chinese, or Indian?", + "USER: Let's go with Italian food.", + "SYSTEM: Frankie and Bennys is an expensive Italian eatery in the south part of town. Would you like any additional information about this restaurant?", + "USER: address and phone number", + "SYSTEM: The address is Cambridge Leisure Park Clifton Way Cherry Hinton. The phone number is 01223 412430.", + "USER: Thank you, goodbye.", + "SYSTEM: You're welcome, goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "italian" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4827.json", + "Complete Dialogue": [ + "USER: Can you help me find an expensive Chinese food restaurant?", + "SYSTEM: What area would you like? There are nine results.", + "USER: I'm interested in restaurants located in the East.", + "SYSTEM: Okay, Yu Garden matches your specifications. Would you like me to book a reservation?", + "USER: Yeah, could you book it for 8 people on Monday? I think 16:15 is when we want to be seated.", + "SYSTEM: The booking went through, your table is reserved for 15 minutes starting at 16:15. Reference number is BT75STQI .", + "USER: Thanks! I'm also looking for a hotel near that restaurant.", + "SYSTEM: I would recommend the Express by Holiday Inn Cambridge, should I book it for you?", + "USER: If that has free wifi that'll work.", + "SYSTEM: Yes, there is internet there. Would you like a booking then?", + "USER: Could you tell me the price, address and phone number?", + "SYSTEM: They are expensive and can be reached at 01223866800. The address is 15-17 norman way, coldhams business park. Anything else?", + "USER: No, that's all for me today! Thank you! Bye!", + "SYSTEM: I hope you have a wonderful stay." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-name": [ + "yu garden" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3086.json", + "Complete Dialogue": [ + "USER: I am planning a vacation and really could use some help finding a good place to stay in town. I've never been to Cambridge before.", + "SYSTEM: which side of town do you prefer and what is the price range?", + "USER: It doesn't matter. What do you recommend?", + "SYSTEM: alexander bed and breakfast is a guest house in the centre area. Would you like to book a room?", + "USER: Oh, ok. I really don't want to stay at a guesthouse though. Can you recommend a hotel instead?", + "SYSTEM: The Huntingdon Marriott hotel is a very nice place.", + "USER: Sounds good. Can you get me a room for 2 for 5 nights starting Sunday?", + "SYSTEM: Booking was successful. Reference number is : 36N9VCAD . Is there anything else I can help with?", + "USER: What is the train schedule from birmingham new street like? I need to arrive at 13:45.", + "SYSTEM: Where would you like the train to arrive, and what time will you be leaving?", + "USER: I need the travel day to be Sunday. I'll be going to Cambridge and arrive by 13:45. I'll be leaving from Birmingham New street.", + "SYSTEM: Train TR7468 will arrive at 13:23. Will this work for you?", + "USER: What is the travel time on that train?", + "SYSTEM: It is 163 minutes on that train.", + "USER: Excellent. Thanks for all the help!", + "SYSTEM: You are quite welcome, thank you for using our services. Have we met all of your needs today?", + "USER: Yes, thanks very much! Have a great day!", + "SYSTEM: ok thanks and have a great day", + "USER: You too! Thanks so much for all the help. Please end the convo and read the directions next time. thanks", + "SYSTEM: Keep the snarky comments to yourself." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "13:45" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0598.json", + "Complete Dialogue": [ + "USER: I'm looking to go to dinner tonight and am in the mood for some good Bistro in the centre of town, can you find me some options?", + "SYSTEM: I'm sorry. There is no matching restaurant. Would you like to try a different food type or area?", + "USER: Hmm... let me think. Let's try maybe something italian instead.", + "SYSTEM: There are nine Italian restaurants in the centre of town! Are you looking for an Italian restaurant in any particular price range?", + "USER: Which of those nine has the best ratings? Can I please have the address and postcode.", + "SYSTEM: I recommend Caffe Uno - it's very nice. They're at 32 Bridge Street City Centre, cb21uj. Can I help with anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: Thank you! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian", + "bistro" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01162.json", + "Complete Dialogue": [ + "USER: I am looking for a particular restaurant. Its name is called travellers rest", + "SYSTEM: It is an expensive British restaurant on the west side of town. Would you like the address?", + "USER: Yes, and can you book a table for 1 at 14:15 on Monday, please.", + "SYSTEM: Ok. You're all set for Monday at 14:15. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "travellers rest" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "14:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1146.json", + "Complete Dialogue": [ + "USER: I'm wanting a train that leaves on Friday and goes to Cambridge.", + "SYSTEM: Sure thing. What's your departure site and around what time would you like to leave?", + "USER: I want to leave after 16:45, depart from Birmingham New Street.", + "SYSTEM: The first train will leave at 17:40 and arrive at 20:23. Does that sound good?", + "USER: This time works fine for me.", + "SYSTEM: You train has been booked, and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive.", + "USER: thanks, i'm also looking for some museums.", + "SYSTEM: We have lots of wonderful museums. Is there a particular area of the town you would like to find one in?", + "USER: Yes, do you have any in the centre?", + "SYSTEM: There's 11 museums in the centre is there a type of museum you'd like to visit?", + "USER: Anyone of those would work. Could you recommend something for me? I'll need the phone number, and address as well.", + "SYSTEM: The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street.", + "USER: What area is it in?", + "SYSTEM: It is in the centre." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "birmingham new street" + ], + "train-leaveat": [ + "16:45" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0018.json", + "Complete Dialogue": [ + "USER: Heya, can you find me an expensive restaurant with north african food?", + "SYSTEM: I actually cannot find any expensive restaurants with north african food. There is however an expensive restaurant with african food. Would that be okay?", + "USER: Are there any expensive restaurants with gastropub food?", + "SYSTEM: Yes, I have 3. Two are located in the centre and one is located in the east. Do you have a preference?", + "USER: Yes, the one in the east please.", + "SYSTEM: One in the East is called Royal Standard. Can I book a table for you?", + "USER: Yes, please book it for 2 people at 13:45 on monday.", + "SYSTEM: I'm sorry that isn't available. Can I try a different restaurant for you?", + "USER: No thank you that will be all.", + "SYSTEM: Is there anything else I can assist you with?", + "USER: That was all thank you.", + "SYSTEM: Thank you. Good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "african", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "13:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2293.json", + "Complete Dialogue": [ + "USER: I'm planning a trip to Cambridge and I was told the A and B Guest House was a great place to stay. Can you give me information about it?", + "SYSTEM: Absolutely! This is a moderately priced guest house with four stars. There is wifi included. It is located on the east. What else can I help with?", + "USER: Do you have free parking? I refuse to pay for parking in a hotel that I am staying at. Wouldn't you agree?", + "SYSTEM: Yes, I would as a matter of fact. And yes the offer free parking.", + "USER: Okay, sounds good. Also I need to get a train from Liverpool street to Cambridge.", + "SYSTEM: What day would you like to make this trip? Do you have any other specifications?", + "USER: Oh wait, you know what? I forgot to ask about star ratings. What's the star rating on the A and B Guest House, please?", + "SYSTEM: It has four stars. Would you still like information on the train?", + "USER: The train should leave after 12:45 and should leave on friday. for 2 people please book.", + "SYSTEM: TR5015 leaves london liverpool street at 13:39 and arrives at cambridge by 15:07. Would this work for you?", + "USER: Does that train leave on Friday?", + "SYSTEM: Yes, that train leaves on Friday.", + "USER: I need two tickets.", + "SYSTEM: Okay, two tickets are booked, for a total price of 33.2 GBP, and your reference number is MY04HJ0A, do you need anything else today?", + "USER: No thanks, that is everything.", + "SYSTEM: Thanks for using our system!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "a and b guest house" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "friday" + ], + "train-leaveat": [ + "12:45" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1586.json", + "Complete Dialogue": [ + "USER: I need a train to go from Cambridge to Norwich.", + "SYSTEM: What day of the week are you looking to travel?", + "USER: I am traveling on Sunday", + "SYSTEM: What time would you like to leave or arrive by?", + "USER: I would like to arrive by 13:45.", + "SYSTEM: I have the TR7438 that will arrive at 12:55. Would you like a booking made today?", + "USER: I would like to book that train for 4 people please.", + "SYSTEM: 7G6OJ8G2 is your confirmation code. May I help you further?", + "USER: yeah, I'm also looking for a place to stay. I don't like hotels, so a guesthouse would be better. Moderate in price.", + "SYSTEM: There are several moderate priced guesthouses do you have a preferred area that you want to stay in?", + "USER: Yes, the hotel should be in the east and doesn't need to have free parking.", + "SYSTEM: a and b guest house is a guesthouse in the east and it is moderate. Shall I book it ?", + "USER: can I have the star rating and idf they have wi fi ?", + "SYSTEM: The star rating is 4 and they do have free wifi.", + "USER: OK, that's all I need for now. Thanks.", + "SYSTEM: Great. I hope you have an excellent day.", + "USER: Thanks you too Goodbye", + "SYSTEM: Great! Have a good day." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "13:45" + ], + "train-bookpeople": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0039.json", + "Complete Dialogue": [ + "USER: Good day. Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45?", + "SYSTEM: Sure I can do that! Where is the departure site?", + "USER: I need it to pick me up from gourmet burger kitchen.", + "SYSTEM: The car coming is a White Tesla with contact number is: 07441094025", + "USER: Thank you so much.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: Nope, that will do it, thanks!", + "SYSTEM: You're welcome. Have a great trip!" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "corpus christi" + ], + "taxi-leaveat": [ + "08:45" + ], + "taxi-departure": [ + "gourmet burger kitchen" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0142.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant.", + "SYSTEM: Is there a price range or type of food that you would prefer?", + "USER: Not sure of that, I am looking for a restaurant named \"ask.\"", + "SYSTEM: That is an Italian restaurant located in the centre of town. It is at 12 Bridge Street. Can I call and reserve a table for you?", + "USER: I would like to book a table for 5 people on Sunday at 14:15", + "SYSTEM: I am afraid that booking was unsuccessful. Would you like to try another restaurant?", + "USER: Yes, a different restaurant in the same area and with the same price range.", + "SYSTEM: Yes there are 15 restaurants that are a similar price range. Did you still want Italian?", + "USER: Type of food doesn't matter. Which is the best one? I'll book that.", + "SYSTEM: Your reservation is at the Dojo Noodle Bar at Millers Yard. The reference number is W87AKIBY and the table will be held for 15 minutes. Is that all?", + "USER: That is all. Thank you!", + "SYSTEM: Thank you for calling. Enjoy your dining experience." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ask.\"", + "dontcare", + "ask" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "14:15" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01795.json", + "Complete Dialogue": [ + "USER: I'm looking for a train please.", + "SYSTEM: Where are you leaving from and where would you like to go?", + "USER: I plan to leave from stevenage to go to Cambridge.", + "SYSTEM: Okay. There are 70 trains that go from stevenage to cambridge. Would you like to narrow it down by day or time?", + "USER: I want to leave on Sunday and arrive by 12:15.", + "SYSTEM: trainID departure destination day leaveAt arriveBy price duration book (optional) TR1542 stevenage cambridge sunday 05:54 06:43 10.24 pounds 49 minutes TR5870 stevenage cambridge sunday 07:54 08:43 10.24 pounds 49 minutes TR7802 stevenage cambridge sunday 09:54 10:43 10.24 pounds 49 minutes TR8225 stevenage cambridge sunday 11:54 12:43 10.24 pounds 49 minutes are the opitions", + "USER: Thank you, I will check them out and get back to you.", + "SYSTEM: You are welcome. Call back anytime you are ready to book.", + "USER: That information is very overwhelming. Can you please pick the best option that meets my criteria and book for 6 people.", + "SYSTEM: I would like to book the TR7802 stevenage cambridge sunday 09:54 10:43, please.", + "USER: I think you're confused. I need the info, you're the help desk.", + "SYSTEM: I apologize for the mistake. I have booked six tickets for you and your party on the TR7802 train departing from Stevenage at 09:54 and arriving at Cambridge at 10:43.", + "USER: That's more like it. And, what's the reference number?", + "SYSTEM: Your reference number is DDBA2U1R . The total fee is 61.44 GBP payable at the station. May I help with something else?", + "USER: That was all. Thank you", + "SYSTEM: Thanks for using our services." + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:43", + "12:15" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "6" + ], + "train-leaveat": [ + "09:54" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4433.json", + "Complete Dialogue": [ + "USER: I need to get a train going to Stevenage.", + "SYSTEM: I will need some more information. The train is departing from cambridge correct? What day would you like to leave?", + "USER: Yes, departing from Cambridge. We'll be leaving on Tuesday, hopefully after 15:15.", + "SYSTEM: How about TR5343? It leaves at 15:21. Your next choice is TR9883 which leaves at 17:21.", + "USER: What is the price for TR5343?", + "SYSTEM: It is 12.80 pounds.", + "USER: I would like information on pools in the north.", + "SYSTEM: jesus green outdoor pool and kings hedges learner pool are in that area. Could I get you info on one of those?", + "USER: How about Jesus Green Outdoor pool. Could I have their address and phone number.", + "SYSTEM: Sure, the phone number for jesus green outdoor pool is 01223302579. The address is listed as between victoria road and the river.", + "USER: thanks! that's all i need now", + "SYSTEM: Is there any other info or booking I can do?", + "USER: No, not at this time. Thank you.", + "SYSTEM: Okay glad I could help." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "stevenage" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "15:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green outdoor pool" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1116.json", + "Complete Dialogue": [ + "USER: I am getting ready to go off to college. I thought while I was in town maybe I could visit one.", + "SYSTEM: Great idea! There are 18 entries found! What area of town would you like to visit?", + "USER: I think I'd like to visit the centre.", + "SYSTEM: There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in.", + "USER: Great! Can I have the address, please?", + "SYSTEM: Sure, it's located at Regent Street.", + "USER: Great, thank you very much. That's all I need.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "downing college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1165.json", + "Complete Dialogue": [ + "USER: I am looking for a high priced hotel in the north side of town", + "SYSTEM: I'm sorry, but there aren't any places that meet those qualifications. Would you like to try a different part of town?", + "USER: How about an expensive hotel in the south side of town?", + "SYSTEM: There is one option, it is The Lensfield Hotel. Do you want me to reserve any rooms for you?", + "USER: Does it offer free wifi?", + "SYSTEM: Yes the Lensfield Hotel does have free wifi.", + "USER: How about free parking, does it have that as well?", + "SYSTEM: Yes it also has free parking. Anything else today?", + "USER: book it for 7 people and 3 nights starting from monday.", + "SYSTEM: The booking was successful. Your reference number is 81E1ITXC . Is there anything else I can help with today?", + "USER: No that is all I need. Thank you for your time.", + "SYSTEM: we appreciate you using our services. have a good day." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north", + "south" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3460.json", + "Complete Dialogue": [ + "USER: Hi, what can you tell me about the bangkok city restaurant?", + "SYSTEM: Sure! It serves Thai food and is located in the centre. Would you like to book it?", + "USER: Yes for 2 at 19:30 on Sunday please. I need the reference number then too.", + "SYSTEM: I've booked that for you and your reference number is X4W3U0LM .", + "USER: I'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday.", + "SYSTEM: I can certainly help with that. Could you just verify your departure point for me?", + "USER: Yes, it should depart from Cambridge.", + "SYSTEM: the earliest arrives by 17.58", + "USER: Ok, I think that should be fine. Can you make a booking for me?", + "SYSTEM: sorry, the arrival time is actually 16:58. how many tickets would you like?", + "USER: I need tickets for the same group of people going to the restaurant with me.", + "SYSTEM: I have booked train TR2324. The total fee is 19.6 GBP which is payable at the station. Your reference number is EGIIL92A .", + "USER: Thank you so much.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No that is it. Thank you so much.", + "SYSTEM: Well we are here to help. Enjoy your time here !", + "USER: Thank you for your assistance.", + "SYSTEM: Thank you for calling. I hope you enjoy your trip. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "bangkok city" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:30" + ], + "restaurant-food": [ + "thai" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00", + "17.58", + "17:58", + "16:58" + ], + "train-day": [ + "monday" + ], + "train-destination": [ + "kings lynn" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2583.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel, can you help?", + "SYSTEM: I can, we have 9 hotels, do you have anything else to narrow it down?", + "USER: It should be in the centre and be on the expensive side.", + "SYSTEM: I have 2 available hotels. One is the Gonville Hotel located on Gonville Place. The other is University Arms Hotel on Regent Street. Which one would you like to book?", + "USER: Can you book the one without wifi?", + "SYSTEM: they both have internet, for what days and how many people should I book?", + "USER: Do either of them offer free wifi?", + "SYSTEM: As previously mentioned, they both have internet available. I don't have specifications about the internet service however. Would you like to book one of these?", + "USER: Yes, please book for two nights beginning on Sunday for one person.", + "SYSTEM: Your booking was successful and the reference number is ELYPAXQZ .", + "USER: Thank you. I'm also looking for a museum to go to in the same area.", + "SYSTEM: there are 11 all with free entrance. Would you like me to recommend one?", + "USER: Yes, please. Can I get the address and phone number for the one you reccommend?", + "SYSTEM: castle galleries is a nice place, their address is unit su43 grande arcade st andrews st and their postcode is cb23bj, anything else today?", + "USER: Do you have there phone number?", + "SYSTEM: Their phone is 01223307402. Is there anything else I can help you with today?", + "USER: Yes, I also need a taxi going between the two places.", + "SYSTEM: What time do you need the taxi, and which is the destination site?", + "USER: I want to arrive at the Castle Galleries by 11:15.", + "SYSTEM: Your white ford taxi booking was successful. Its contact number is 07580691974.", + "USER: Ok, thank you for the help.", + "SYSTEM: Was there anything else you needed today?" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "sunday", + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "1" + ], + "hotel-name": [ + "gonville hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "11:15" + ], + "taxi-destination": [ + "castle galleries" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1914.json", + "Complete Dialogue": [ + "USER: I'm looking for a train.", + "SYSTEM: Let's start with where you are departing from and where you are going?", + "USER: Departing from ely to cambridge.", + "SYSTEM: There are quite a few trains from Ely to Cambridge. On what day will you be traveling, and at what time would you like to depart?", + "USER: It's on Tuesday. I need to arrive by 9:30 and need to book for 7 people. Could I also get the reference number too?", + "SYSTEM: Ok I have booked you on TR6971 leaving Ely at 7:35, arriving at cambridge by 7:52 for 7 people. Reference number AQRMT6Q9 . Anything else I can help with?", + "USER: One more thing. Can you give me information about an attraction called Ruskin Gallery?", + "SYSTEM: It's a free museum in the city centre, located at anglia ruskin university, east road. Anything else I can help with?", + "USER: What is the phone number for there?", + "SYSTEM: Phone # is 01245493131. Anything else I can do for you?", + "USER: That was all I needed today. Thank you.", + "SYSTEM: You're welcome, have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "ely" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "09:30", + "9:30" + ], + "train-bookpeople": [ + "7" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "ruskin gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2097.json", + "Complete Dialogue": [ + "USER: Please find me a place to dine that's expensive and in the centre.", + "SYSTEM: Fitzbillies restaurant is expensive in the centre of town. Would you like to try that?", + "USER: I am looking for Thai food.", + "SYSTEM: we have bankok city. it is located in 24 green street centre. can i give you the phone number?", + "USER: Ok great. Can you reserve a table there for Thursday for 5 people at 15:00 please?", + "SYSTEM: it was successful. Reference number is : AKNPF1IH .", + "USER: Thank you for your help.", + "SYSTEM: Your very welcome. Can I help you with anything else today?", + "USER: Yes a hotel please.", + "SYSTEM: Okay. I can help you with that. Can you help me narrow the options down by providing preferences such as area, price range, and type?", + "USER: You know what? I don't need a hotel after all. I heard something about an attraction called ballare, could you give me some information about it?", + "SYSTEM: Ballare is a nightclub located in the centre area. the phone is 01223364222 and the entrance fee is 5 pounds. Can I help you with anything else?", + "USER: That is everything. Thank you so much for your help.", + "SYSTEM: You're welcome! Is there anything else I can help you with today - transportation perhaps, or other attractions?", + "USER: That is all I need.", + "SYSTEM: Thanks for using the Cambridge booking service and have a great day." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "thai" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "15:00" + ], + "restaurant-name": [ + "bangkok city", + "city" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "ballare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0949.json", + "Complete Dialogue": [ + "USER: I'm looking for a particular restaurant called ask. Please give me information on that restaurant.", + "SYSTEM: Ask is an italian place in the centre area, they are in the cheap price range. Can I help with anything else?", + "USER: Yes, I'd like to book a table for 1 at 17:15 on Wednesday. Can you do that?", + "SYSTEM: I was able to book that table for you. Your reference number should you need it, is DFEBH5D1 .Can I help with anything else?", + "USER: No. I think I am all set. Thanks.", + "SYSTEM: You're very welcome, just let us know if we can help with anything else." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ask" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3847.json", + "Complete Dialogue": [ + "USER: What fun places can I visit in the East?", + "SYSTEM: We have five spots which include boating, museums and entertainment. Any preferences that you have?", + "USER: I don't have a preference. Which place would you recommend?", + "SYSTEM: I'm fond of the Cambridge Museum of Technology. Would you like more information on it?", + "USER: What is the entrance fee?", + "SYSTEM: It is 5 pounds to get in.", + "USER: Great, thanks! Can you help me find a train going into Cambridge as well?", + "SYSTEM: I certainly can! Where would you be coming from and what day and time?", + "USER: I am leaving birmingham new street and going to cambridge; I need to travel on Friday and arrive by 13:15.", + "SYSTEM: TR0497 arrives by 12:23. Would you like a ticket?", + "USER: Yes please. Book the train for 2 people. Please include the reference number.", + "SYSTEM: Reference number is : PYPBSAXI . Is there anything else?", + "USER: That's everything. Thanks again and have a great day!", + "SYSTEM: Enjoy your trip! Have a great time!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "13:15" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2710.json", + "Complete Dialogue": [ + "USER: Hi, I am traveling to Cambridge and am super excited to see some local tourist attractions. I am looking for some suggestions on places to go in town.", + "SYSTEM: There are 79 attractions in Cambridge. There are churches, museums, swimming pool, and many more attractions. What are you interested in doing?", + "USER: Perhaps I'd like to see a museum. Are there any in the centre?", + "SYSTEM: There are 11 museums in the centre area. There is a science museum, an art and antiques museum, and 9 others. What kind of museum are you interested in?", + "USER: Does not matter can you just recommend one please.", + "SYSTEM: Castle Galleries is a very nice museum in the centre, and their entrance fee is free!", + "USER: Excellent. Can I please have they're phone number and address please?", + "SYSTEM: They are located at unit su43, grande arcade, saint andrews street, cb23bj. You can reach them at 01223307402.", + "USER: Thank you. I am also needing help booking a guesthouse in the north part of town. Can you assist me with that?", + "SYSTEM: You're in luck. There are 11 guesthouses in the north. What amenities are you looking for?", + "USER: 4 people for 5 nights starting Sunday and I also need the ref # too please", + "SYSTEM: Ok great, we have you booked in the alpha-milton guest house at 63 milton road. Your Reference number is : KPUSMIB9 . Thank you!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "castle galleries" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20385.json", + "Complete Dialogue": [ + "USER: Hey, I'm up south can you give me a place to eat?", + "SYSTEM: What kind of food would you like?", + "USER: Don't care.", + "SYSTEM: I recommend Chiquito Restaurant Bar", + "USER: Can I have the address and telephone number?", + "SYSTEM: Chiquito Restaurant Bar is located at 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton. The phone number is 01223 400170.", + "USER: THAT WILL BE FINE.", + "SYSTEM: You're welcome, goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "chiquito restaurant bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0172.json", + "Complete Dialogue": [ + "USER: I will be staying in Cambridge. I need a hotel with wifi.", + "SYSTEM: What about a and b guest house? It's in the East.", + "USER: I need something in the centre.", + "SYSTEM: There are 7 hotels which area do you prefer?", + "USER: The north part of town", + "SYSTEM: I ran a search in the north, there's 12 choices. Lets make sure were on the same page, is this the area that you want? Also hotel or Guesthouse?", + "USER: Sorry, I've been all over the place. To be clear, I need a hotel with free wifi and parking that is in the centre.", + "SYSTEM: Shall I choose a hotel for you, or do you have a preference? 4 hotels have free parking and internet in that area.", + "USER: yes please recommend one. the booking is needed for saturday. 3 nights, 6 people", + "SYSTEM: May I recommend alexander bed and breakfast. While it is a cheap guesthouse in the centre of town, it has a 4 star rating and also included internet and parking", + "USER: Ok great. Can you book a room for 6 people and 3 nights starting from Saturday.", + "SYSTEM: Booking was successful. Reference number is : QK6KCZQA", + "USER: Great, thank you. I'm also in need of an Indian restaurant in the cheap price range. Can you find me one?", + "SYSTEM: We have several. What part of town are you thinking?", + "USER: Any will do, what ever you recommend.", + "SYSTEM: Royal Spice is located in the north. It's one of my personal favorites. Would you like me to make reservations for you?", + "USER: I certainly want to try it then. Please book for 6 people at 11:30 on Saturday.", + "SYSTEM: You have been booked at the Royal Spice. Your reference number is WSPAI5JJ . Can I be of further assistance today?", + "USER: Thank you . I am all set.", + "SYSTEM: Great! And you're welcome, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "north", + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "11:30" + ], + "restaurant-name": [ + "royal spice" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3867.json", + "Complete Dialogue": [ + "USER: Can you assist me in finding me an Expensive Restaurant in Cambridge where I can dine? The restaurant should be serving British foods.", + "SYSTEM: sure, i have 6 options for you", + "USER: I'd like it to be in Centre.", + "SYSTEM: I would suggest midsummer house restaurant it has great food.", + "USER: Can you make me a reservation for Saturday please for 3 people?", + "SYSTEM: What time would you like to dine on Saturday?", + "USER: We will be dining at 16:30. Please book a table for 3 on Saturday and provide the reference number. I also need a hotel in the same area.", + "SYSTEM: Alright, I have your restaurant booking. Your reference number is: DHDB0H4V . What are you looking for in a hotel, so I can narrow down the choices?", + "USER: Something in the same area as the restaurant. It should also be in that same price range.", + "SYSTEM: I've got two expensive hotels in the area. Both have internet and parking. university arms hotel has 4 stars. Does that meet your needs?", + "USER: Yes, that should be perfect thank you.", + "SYSTEM: Would you like me to book you a room? If so, i will need how many people and nights you will be staying and on what day.", + "USER: I would like a room for three people, just for Saturday night.", + "SYSTEM: The booking was successful I have a reference number and the hotel number for you.", + "USER: Can I have the postcode and hotel type, please?", + "SYSTEM: it is the type of a hotel. its post code is cb21ad. anything else?", + "USER: I also need a taxi between the hotel and the restaurant.", + "SYSTEM: I will look a taxi up for you.", + "USER: Thank you very much! Can you please make sure that it arrives at the restaurant by the time of my reservation?", + "SYSTEM: A grey toyota will be waiting to pick you up, if you have any further questions the contact number is 07137847685.", + "USER: Thanks so much!", + "SYSTEM: Can I help you with anything else today?", + "USER: No, that will be all. Thank you!", + "SYSTEM: Thanks for using our service, good day!", + "USER: Thanks for all the help.", + "SYSTEM: Anytime, were here to help. Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "midsummer house restaurant" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "16:30" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "16:30" + ], + "taxi-departure": [ + "university arms hotel" + ], + "taxi-destination": [ + "midsummer house restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01373.json", + "Complete Dialogue": [ + "USER: I need a taxi to don pasquale pizzeria.", + "SYSTEM: When would you like to arrive?", + "USER: I would like to arrive at one o'clock p.m. because I am meeting my husband there when he goes on his lunch break.", + "SYSTEM: Ok, where are you departing from?", + "USER: I will be departing from finches bed and breakfast.", + "SYSTEM: Alright. I have a white honda for you.", + "USER: Great, thanks. Is there a contact number for the driver by any chance?", + "SYSTEM: That number is 07303450247.", + "USER: Thank you very much. Will they be contacting me?", + "SYSTEM: They will only contact you if they cannot find you. Thank you.", + "USER: Thank you I will be watching the white honda then.", + "SYSTEM: Sounds good. Have a great night!" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "don pasquale pizzeria" + ], + "taxi-arriveby": [ + "one o'clock p.m", + "one o'clock p.m." + ], + "taxi-departure": [ + "finches bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3555.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge.", + "SYSTEM: I am glad that you are visiting, but I cannot help you until you give me something to search for?", + "USER: I'm looking for a train from Cambridge to Leicester on Monday.", + "SYSTEM: We have quite a few trains available that day. Is there any time you would like to depart or arrive by?", + "USER: I need to leave after 21:45", + "SYSTEM: TR2919 is leaving at 22:21, would that work?", + "USER: Yes, could you book me 2 tickets and get me a reference number?", + "SYSTEM: Absolutely. I have booked two tickets for TR2919 at a total fee of 75.59 GBP. Your reference number is 8BG1O6W0 . Is there anything else I can assist you with?", + "USER: Yes, i also need a hotel with free wi-fi. I do not mind if it is expensive.", + "SYSTEM: how about allenbell? it looks lovely", + "USER: does it have free parking?", + "SYSTEM: allenbell has free parking. Should I book it?", + "USER: Yes, I need it for Thursday. 2 people 4 nights.", + "SYSTEM: your all set! Reference # is DQ0Z16N7 . Anything else I can help you with today?", + "USER: That is all I need.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "21:45" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "allenbell" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01958.json", + "Complete Dialogue": [ + "USER: Hi, I am trying to find the police station that's closest to my location please.", + "SYSTEM: The nearest police station is in Parkside, Cambridge, CB11JG", + "USER: Thanks, what is their phone number?", + "SYSTEM: Telephone : 01223358966 there you go", + "USER: Thank you, that is all I need today.", + "SYSTEM: Best of luck with everything and enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG0935.json", + "Complete Dialogue": [ + "USER: I live in the centre of town and want to see if I can find a reasonable room for my parents to stay while they are visiting.", + "SYSTEM: How about the Alexander bed and breakfast in the centre? It is a cheap 4 star guesthouse with free internet and wifi.", + "USER: That sounds like it might work. Could you check availability for two people this weekend?", + "SYSTEM: What day are they arriving, and how many nights are they staying?", + "USER: I am unsure at this time.", + "SYSTEM: Okay, would you like some more information about that hotel?", + "USER: Can you tell me what the address is?", + "SYSTEM: The address is 56 saint barnabas road.", + "USER: Does this place include free parking?", + "SYSTEM: The alexander bed and breakfast is a cheap, 4 star guesthouse in the centre area, It has wifi and parking. Does this fit your needs?", + "USER: You have been very helpful. I have everything I need, thanks. Bye", + "SYSTEM: I am glad to help. Have a nice day. Bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3529.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge. I need a place to dine.", + "SYSTEM: Sure, do you have a type of food you are wanting?", + "USER: Crossover food would be perfect.", + "SYSTEM: Unfortunately, there aren't any crossover restaurants in Cambridge. Is there something else you'd like to try?", + "USER: Is there a gastropub in Centre?", + "SYSTEM: Yes, I have two that are expensive and one that is moderately priced. Do you have a preference?", + "USER: Let's go with the moderately priced option. Can I please have the phone number?", + "SYSTEM: In the moderate price range, I have one place. It's called the Cow Pizza Kitchen and Bar. It's located on Corn Exchange Street. Do you need a reservation?", + "USER: Not right now, but I am looking for a place to stay. Are there any 5-star accommodations in Cambridge?", + "SYSTEM: I'm sorry, there are no 5-star accommodations anywhere in Cambridge. There are many 4-star options. Would you like to try one of those?", + "USER: Do you have one with free parking", + "SYSTEM: Yes the allenbell does.", + "USER: Is the allenbell a guesthouse?", + "SYSTEM: Yes, it is a guesthouse. It's located at 517a Coldham Lane. Would you like me to book this for you?", + "USER: No thank you that will be all", + "SYSTEM: Is there anything further that I can assist you with today?", + "USER: Yes, I'll need a taxi from the restaurant to the hotel. I want to leave the restaurant by 18:30.", + "SYSTEM: Sure. I booked a black BMW for you. Contact number : 07568490583", + "USER: Thank you so much.", + "SYSTEM: You're very welcome! Is there anything else i can help you with?", + "USER: No thank you! Thanks for your help! Bye!", + "SYSTEM: excellent, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "crossover", + "gastropub" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4", + "5" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "allenbell" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "cow pizza kitchen and bar" + ], + "taxi-destination": [ + "allenbell" + ], + "taxi-leaveat": [ + "18:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1576.json", + "Complete Dialogue": [ + "USER: I really need to get out of Cambridge! Can you find me a train to Leicester? Sometime after 08:45 because I like to sleep in.", + "SYSTEM: I would be happy to help with your request, what day will you be leaving?", + "USER: I'll be leaving this place on Saturday.", + "SYSTEM: What time would you like to arrive by?", + "USER: It does not matter.", + "SYSTEM: There is a train that leaves at 9:21 and arrive in Leiester at 11:06. Would you like me to book it for you?", + "USER: No thank you. What's the cost of the ticket?", + "SYSTEM: The ticket price is 30.24 pounds. Can I be of further assistance?", + "USER: I also need the travel time and arrival time please.", + "SYSTEM: arrival time is 11:06 and travel time is 105 minutes", + "USER: I'm also looking for a particular hotel. Its name is called cityroomz.", + "SYSTEM: Sure, what kind of information do you need?", + "USER: I'd like to to book it for 8 people and 4 nights starting from tuesday", + "SYSTEM: I have booked a room for 8 for 4 nights beginning on Tuesday. Your reference number is SY5AJ8CL . Is there anything else I can help you with today?", + "USER: Not at this time. Thank you.", + "SYSTEM: Have a fantastic day, goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "08:45" + ], + "train-day": [ + "saturday" + ], + "train-arriveby": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0143.json", + "Complete Dialogue": [ + "USER: Hello, I need information on the parkside police station.", + "SYSTEM: The phone number for Parkside Police Station is 01223358966, address Parkside, Cambridge, CB11JG.", + "USER: amazing, thanks for your help", + "SYSTEM: Do you want me to call 911?", + "USER: No, that's ok. I've got it. Thanks again.", + "SYSTEM: Let us know if you need more help." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2676.json", + "Complete Dialogue": [ + "USER: I would like to find a cheap hotel to stay at where there is free parking. Do you have any suggestions?", + "SYSTEM: The cambridge belfry fits the bill, would you like me to book you a room?", + "USER: Do they have free parking? are they rated 3 stars?", + "SYSTEM: Yes, they do have free parking and they have 4 stars.", + "USER: Did you have something that fits with 3 stars?", + "SYSTEM: I hovw no listing for a 3 star hotel,would you like too try another area ?", + "USER: What about a 4 star hotel?", + "SYSTEM: The Cambridge Belfry is a 4 star hotel in the cheap price range and is on the west side. They offer free Wifi and parking. Would you like a reservation?", + "USER: Yes,please book for 5 people for 5 nights starting on Thursday.", + "SYSTEM: I am unable to book for Tuesday.", + "USER: I would like to book for Thursday, not Tuesday.", + "SYSTEM: I am sorry, I can't make that reservation either.", + "USER: Is Monday available?", + "SYSTEM: As it turns out, Thursday just opened up. I was able to book it for you, here is your reference number, UGU8T7UB .", + "USER: Thanks! Can you also help me find a college to visit in town?", + "SYSTEM: There are 18 options. Was there a part of town you would like to visit?", + "USER: Can you suggest one for me?", + "SYSTEM: I would recommend christ's college in Saint Andrew's street in the centre of town.", + "USER: What is the entrance fee and postcode there?", + "SYSTEM: Entry is free. The postcode is cb23bu. May I help with anything else?", + "USER: Thank you so much. Good bye", + "SYSTEM: Okay, goodbye and enjoy your time in town" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ], + "hotel-stars": [ + "3", + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0485.json", + "Complete Dialogue": [ + "USER: I am looking for a place to go in the centre, of type multiple sports.", + "SYSTEM: Unfortunately, there is not attraction type with multiple sports in the centre areat.", + "USER: Is there a nightclub located in the centre instead then?", + "SYSTEM: There are 5 nightclubs in the centre. Would you like me to send you a list with their address and price information?", + "USER: No, I just need the phone number and entrance fee for each of them.", + "SYSTEM: Ballare 5 pounds, phone 01223364222. club salsa 5 pounds, phone 07782218745. kambar 5 pounds, phone 01223842725. soul tree nightclub 4 pounds, phone 01223477900. the fez club 5 pounds, phone 01223519224", + "USER: Thank you I also need a train going to Cambridge leaving after 17:00", + "SYSTEM: There are a lot of trains then, can you tell me where you are departing from and how many tickets you need?", + "USER: I will be departing from Bishops Stortford on Sunday.", + "SYSTEM: TR5298 leaves at 17:29 and arrives by 18:07. Can I book you for this train?", + "USER: No, that's all I needed. Thank you!", + "SYSTEM: Thank you, enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "17:00" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "bishops stortford" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1382.json", + "Complete Dialogue": [ + "USER: I am looking for a 4 star place to stay.", + "SYSTEM: What area would you like to stay in?", + "USER: I'd like it to be in the north, and to be a guesthouse.", + "SYSTEM: Great, there are 4 options for you here. I personally recommend avalon. Would you like to book?", + "USER: Yes, please book it for 5 people and 5 nights starting from wednesday.", + "SYSTEM: Your booking was successful. Reference number is : YB23KVSX . Is there anything else I can help you with?", + "USER: No that is all. Thanks for your help!", + "SYSTEM: You're welcome and thanks for using our help desk. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0095.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to eat. I would like it to be an expensive restaurant in the centre.", + "SYSTEM: I found 33 expensive restaurants in the centre. What type of cuisine would you like?", + "USER: I'm looking for a restaurant with mediterranean food.", + "SYSTEM: I have found two restaurants. One is La mimosa, and the other is Shiraz restaurant, would you like me to book one for you?", + "USER: Please book the One is La mimosa", + "SYSTEM: Can I please get the number of people dining,day,and time please.", + "USER: Yes, it's for 8 people. 16:45 on Monday. I would like the reference number, if it is available.", + "SYSTEM: That wasn't available. Shall I try the Shiraz Restaurant?", + "USER: Yes please try the Shiraz Restaurant.", + "SYSTEM: You've got a table for Monday at Shiraz Restaurant. Your reference number is NS7MCM5B . Can I help with anything else today?", + "USER: That will be all. Thank you very much.", + "SYSTEM: You are welcome. Enjoy your stay in Cambridge." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "mediterranean" + ], + "restaurant-name": [ + "la mimosa", + "shiraz" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1969.json", + "Complete Dialogue": [ + "USER: I would like to find out information about a hotel called Warkworth House.", + "SYSTEM: Warkworth house is a guesthouse in the east area. It is moderate pricing with 4 stars. It offers free parking and internet. Would you like a reservation?", + "USER: Yes please. It'll be for 4 nights.", + "SYSTEM: I will go ahead and book your room.", + "USER: Thank you. Can I get a reference number for the booking?", + "SYSTEM: In order to book, can you tell me the number of guests, number of nights and the day of the week you want to start your stay?", + "USER: I need to book it to 2 people for 4 nights starting from wednesday.", + "SYSTEM: Okay the booking was successful. The reference number is HZ6B38TH .", + "USER: I'm also looking for a train. I'll be traveling back to Broxbourne on Friday.", + "SYSTEM: Will you be leaving from Cambridge.", + "USER: yes i will be leaving from Cambridge.", + "SYSTEM: What time would you like to leave around?", + "USER: I would like to leave after 10:30.", + "SYSTEM: TR7372 leaves Cambridge at 11:01 and arrives at broxbourne by 12:01, would that train work for you?", + "USER: Yes that will work. I need to book it for 2 people.", + "SYSTEM: i have booked that for you. your reference number is xhrx4ig7 .", + "USER: Can you find me a expensive cafe to eat at once i get off the train?", + "SYSTEM: What type of food would you like?", + "USER: I actually don't need a place to eat. Thank you, that is all.", + "SYSTEM: To be clear do you need me to fine you a place to eat?", + "USER: That is helpful.Thanks", + "SYSTEM: I'm confused. Should I look for a restaurant?", + "USER: No, I'm sorry. That's all for now. Thank you for all your help.", + "SYSTEM: Thank you for using this service good bye" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "warkworth house" + ], + "hotel-area": [ + "east" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "broxbourne" + ], + "train-leaveat": [ + "10:30" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL0015.json", + "Complete Dialogue": [ + "USER: I need a hotel with free wifi and free parking, thank you", + "SYSTEM: Allenbell is cheap and has free internet.", + "USER: I'm looking for something in the moderate price range actually.", + "SYSTEM: Archway House is a moderately priced 4 star hotel in the North. Would you like to make a reservation?", + "USER: Yes please book the Archway House.", + "SYSTEM: I'd be happy to book for you. How many people will be staying, what is your arrival day, and how many nights are you staying?", + "USER: I will be arriving on tuesday and I need to book the room for four nights for three people.", + "SYSTEM: Ok. I've booked that guesthouse for you. Your reference number is YBT4JRTR . Can I help with anything else?", + "USER: Yes, I would also l like to find a splendid, moderately-priced place to dine in the centre. That would be just wonderful if you could help me out with that!", + "SYSTEM: There are several moderately priced restaurant in the centre area. Would you like a certain type of food?", + "USER: I'd like an Italian restaurant, please.", + "SYSTEM: Pizza express Fen Ditton would be perfect for you guys then! Would you like more information or for me to book that for you?", + "USER: Yes, just give me the address please.", + "SYSTEM: Pizza Express Fen Ditton is located at Jesus Lane Fen Ditton. Is there anything else I can help you with?", + "USER: Yes. I would like to leave the restaurant by 11:15 and I would like to book a taxi to commute between the hotel and the restaurant.", + "SYSTEM: Not a problem! I booked a taxi to depart the restaurant by 11:15. The car type is a blue skoda and the contact number is 07621131070.", + "USER: Thank you very much! That's all I need today!", + "SYSTEM: You are very welcome. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-name": [ + "archway house" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "pizza express fen ditton" + ], + "taxi-destination": [ + "archway house" + ], + "taxi-leaveat": [ + "11:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0969.json", + "Complete Dialogue": [ + "USER: Hi, I need a moderate price range restaurant in the centre of town.", + "SYSTEM: There are 21 restaurants that are moderately priced in the centre of town. Do you have a food preference?", + "USER: British or European would be fine. May I book a table for 2 at 16:00 on a Wednesday and get a reference number please?", + "SYSTEM: The oak bistro is a British restaurant in the centre area, in the moderate price range. Would you like to book this restaurant?", + "USER: Yes. The booking should be for 2 on wednesday at 16:00. Could I also get a reference number?", + "SYSTEM: Alright, you're all booked! Your reference number is YWEKSO7H . Is there anything else I can help you with?", + "USER: I'm also looking for a place to visit within the same area as the restaurant. Do you have any recommendations?", + "SYSTEM: We have parks, boats, museums, and many other interesting things to do. What strikes your fancy?", + "USER: An art museum near the restaurant sounds nice. How much is the admission price?", + "SYSTEM: The Cambridge Contemporary Art Museum is fantastic, and it's free. Would you like more information?", + "USER: I will need a taxi to take me from the museum to the restaurant. Obviously it needs to get me there before my reservation.", + "SYSTEM: sure! expect a grey toyota and call 07319086162 to contact your taxi", + "USER: thank you, that is all I need.", + "SYSTEM: You are welcome, please enjoy your time in Cambridge and if there's anything else we can assist you with let us know!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "the oak bistro" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "16:00" + ], + "taxi-departure": [ + "cambridge contemporary art" + ], + "taxi-destination": [ + "the oak bistro" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0800.json", + "Complete Dialogue": [ + "USER: We will be on the west side of town and would like to find a place to eat while there.", + "SYSTEM: What type of cuisine would you be looking for?", + "USER: I want some Scottish food.", + "SYSTEM: There are none in the area. Another type or area perhaps?", + "USER: Yeah, can you check the south please?", + "SYSTEM: There are no restaurants in that area.", + "USER: What a bummer. Find me a restaurant that serves British food on the West please.", + "SYSTEM: There are 3 restaurants in that area that serve British food. Is there a particular price range your looking for?", + "USER: The expensive range please. I will need their phone number and address. Also, I am looking for a train departing from Cambridge on Saturday.", + "SYSTEM: Travellers Rest is located at Huntingdon Road City Centre. The phone number is 01223276182. Where are you traveling to on Sunday?", + "USER: I need to get to london liverpool street by 13:00.", + "SYSTEM: I would suggest train TR0995, it leaves at 09:59 and will get you to your destination by 11:27. Would you like me to book that for you?", + "USER: No need to book. But, can I please get the price of the ticket?", + "SYSTEM: the price for the ticket is 13.28 pounds", + "USER: Thanks so much. That will be all the information I need today. Bye.", + "SYSTEM: Glad I could help, Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west", + "south" + ], + "restaurant-food": [ + "british", + "scottish" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "13:00" + ], + "train-destination": [ + "london liverpool street" + ], + "train-leaveat": [ + "09:59" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3610.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: What area in cambridge would you like to stay?", + "USER: I'm actually looking to book a specific hotel. It is called the Alpha-Milton Guest House.", + "SYSTEM: Okay, can you tell me how many people are staying, how many days you want to stay and when you begin your stay, please?", + "USER: I'd like to start my stay on Wednesday, it will be for two nights, and it will be 6 people.", + "SYSTEM: Ok, so you are all booked. Reference number is NM7IWBOC .", + "USER: Thanks so much. I also need a train to arrive in Peterborough by 16:45.", + "SYSTEM: Would you like to take the TR8327 on Friday, it arrives at 16:24?", + "USER: I just want to verify that train leaves from Cambridge correct? If so, can you book it for 6 people and provide the reference number.", + "SYSTEM: Yes, that is correct. I have booked it for you, the reference number is IBM6BL8X and will be leaving at 15:34. Is there anything else I can help you with?", + "USER: No thank you. Goodbye.", + "SYSTEM: Alright, have a wonderful visit in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:45" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "6" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "alpha-milton guest house" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1151.json", + "Complete Dialogue": [ + "USER: I am traveling to Cambridge and excited about seeing location attractions. Could you help me find a place to go, like a college?", + "SYSTEM: Certainly. I have many available. Is there a particular area you are looking in? I have several in the west and centre.", + "USER: Can you give me the entrance fee for one of the colleges in the centre?", + "SYSTEM: Corpus christi is 2 pounds, which is in centre.", + "USER: I'm also looking for a hotel in the centre. I don't want to stay in a guesthouse. It needs to be a hotel.", + "SYSTEM: I can book you at the university arms hotel. It has a 4 star rating, free parking and wifi. Does this interest you?", + "USER: Yes. That would be great.", + "SYSTEM: What will be the first day you will stay and how long will you be staying?", + "USER: I want to stay for 5 nights starting on Tuesday.", + "SYSTEM: I'm sorry but you'll have to book another day or a shorter stay. When would you like to stay?", + "USER: Can you see if they have just 1 night available?", + "SYSTEM: Your booking was successful with a reference number of S1HTVV32 . Is there anything else I can do for you today?", + "USER: I need a taxi please between the 2 places. I want to leave the attraction by 2:30.", + "SYSTEM: Booking completed! Please look out for a Grey BMW, their contact number is 07130839627. Is there anything else I can help with?", + "USER: Awesome, thanks! I think that takes care of everything I needed.", + "SYSTEM: Okay great please enjoy your stay and don't hesitate to call us back if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "1", + "5" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "corpus christi" + ], + "taxi-destination": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "02:30", + "2:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1873.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel that includes free wifi and free parking.", + "SYSTEM: There are definitely lots of places that provide complimentary parking and wifi. Do you prefer any particular part of town, or are you looking for a certain price range?", + "USER: I would like a hotel in the centre and it should be in the cheap price range.", + "SYSTEM: I don't have any hotels that meet your criteria but I do have two guesthouses available? Would that be okay?", + "USER: Yes, that would be fine. What are the names of the two guesthouses?", + "SYSTEM: One id alexander bed and breakfast and the other is el shaddai.", + "USER: What star ratings are they?", + "SYSTEM: Alexander bed and breakfast is 4 stars and el shaddai is 0 stars.", + "USER: Okay may I please have the phone number for Alexander bed and breakfast?", + "SYSTEM: Of course! The telephone number for Alexander Bed and Breakfast is 01223525725.", + "USER: Thank you! I'm also looking for a train for saturday.", + "SYSTEM: Okay. Would you like to narrow it down by departure site, destination, or arrival time?", + "USER: I need to leave Cambridge on Saturday, please.", + "SYSTEM: OK. Where are you heading, and at what time?", + "USER: i am going to ely and it should leave by 18:00", + "SYSTEM: The earliest train leaves at 19:50 and the last one leaves at 23:50. Which one could you like to take?", + "USER: Please pick one that meets my requirements.", + "SYSTEM: Then, that would be TR7349 departing at 19:50 and arriving in Ely by 20:07. Do you need any tickets?", + "USER: No, Make sure you get travel time, price, and train ID", + "SYSTEM: Train ID is the one that was referenced earlier, price is 3.52 pounds per person, it is only a 17 minute trip. Is there anything else that i can do?", + "USER: No thank you.", + "SYSTEM: Do you need any further assistance with anything else?", + "USER: No thank you that will be all", + "SYSTEM: You are welcome. Thank you for contacting Cambridge TownInfo centre. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-leaveat": [ + "18:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4349.json", + "Complete Dialogue": [ + "USER: Let's find me an expensiove place to eat in the centre", + "SYSTEM: sure i have 33 options for you", + "USER: How about you pick one and reserve a table for 5 on sunday at 11:45, and I'll need that reference number too.", + "SYSTEM: Sure! I've booked you at Fitzbillies at 11:45 on Sunday for 5. Your reference number is Y5EX13L7 . Is there anything else I can help you with?", + "USER: Great can you also help me get a train? I'm looking to go to ely and arrive by 21:30", + "SYSTEM: On what day will you be leaving?", + "USER: I will be leaving on Monday", + "SYSTEM: TR5484 leaves at 13:50 and costs 4.40 pounds. is that fine with you?", + "USER: Yes, but i need to book four more people as well.", + "SYSTEM: So I have 5 tickets booked. The reference number is YD9YNVV4 .", + "USER: Thank you very much.", + "SYSTEM: Thank you. Is there anything else?", + "USER: No, that's all. Good bye", + "SYSTEM: You're very welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "fitzbillies", + "fitzbillies restaurant" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0509.json", + "Complete Dialogue": [ + "USER: I would like to eat in the Center of town at a expensive place.", + "SYSTEM: For Town Centre, there are African, Asian Oriental, and British options. Which of these would you prefer?", + "USER: How about African? I'd like to book a table for 7 at 16:15 on Tuesday.", + "SYSTEM: I have booked a table at bedouin African restaurant for 7 people at 16:15 tuesday. Your reference number is VAZCWIS6 . May I help with anything else?", + "USER: Nope that's all I needed! Thanks!", + "SYSTEM: Okay great. Enjoy your dining experience." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-food": [ + "african" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1566.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that's four stars and has free wifi?", + "SYSTEM: Twenty one accomodations meet your needs. What part of town are you planning to stay in?", + "USER: That doesn't matter as long as it's cheap.", + "SYSTEM: There are 21 places in that criteria. What area of town? Or perhaps a need for free parking?", + "USER: It doesn't matter. Like I told you, it just needs to be a cheap 4 star place with free wifi.", + "SYSTEM: The Alexander bed and breakfast is the best option.", + "USER: Okay I would like to make a booking for 5 people and 4 nights starting from wednesday.", + "SYSTEM: Will you needing a reference number?", + "USER: Yes, of course.", + "SYSTEM: Booking was successful. Reference number is : JVC5MSAV . anything else today?", + "USER: I also need a train on Friday, departing after 9:00.", + "SYSTEM: Ok. Where are you departing from?", + "USER: i am departing from cambridge", + "SYSTEM: Where will you be traveling to?", + "USER: I will be traveling to ely, no need to book, but i need the train number, travel time departure time and arrival time", + "SYSTEM: Train TR8792 departs at 09:50 and will arrive in Ely at 10:07. The total travel time is 17 minutes. Anything more I can help with?", + "USER: That is all. Thanks for your time.", + "SYSTEM: Your welcome, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "9:00", + "09:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3566.json", + "Complete Dialogue": [ + "USER: I don't know if this is possible but can you please get me some information on the alexander bed and breakfast?", + "SYSTEM: sure, i have their information. what would you like to know?", + "USER: Ah, I just wanted to know it was still open. Could you book me a room?", + "SYSTEM: Sure, what day would you like it for?", + "USER: 3 nights starting from friday.", + "SYSTEM: A reservation for 1 person?", + "USER: No, I would like it for 4 people.", + "SYSTEM: Booking was successful. Reference number is : CRLJAWX3 .", + "USER: I also need to find an Indian restaurant in the east please.", + "SYSTEM: There are a few Indian restaurants in the east, do you have a price range you are trying to stick to?", + "USER: In the mid-range would be fine.", + "SYSTEM: Rajmahal is a moderately priced Indian restaurant. How many people will be dining?", + "USER: 4 of us Friday at 14:45 I need the reference number too.", + "SYSTEM: Your table is reserved, reference #NKKOLWNU . Can I help you with anything else today?", + "USER: Yes, I'd also like to book a taxi. I'd like to arrive at the restaurant by the booked time.", + "SYSTEM: Where will you be departing from?", + "USER: I will be traveling between the hotel and restaurant.", + "SYSTEM: What time would you like to travel?", + "USER: I would like to get to the restaurant by 14:45 please.", + "SYSTEM: Booking completed! Booked car type : white honda Contact number : 07125482836", + "USER: Great, thanks so much, that's all I need! Have a great day!", + "SYSTEM: You're welcome! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-name": [ + "rajmahal" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "rajmahal" + ], + "taxi-arriveby": [ + "14:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1209.json", + "Complete Dialogue": [ + "USER: Can you find me a train from Cambridge to Leicester?", + "SYSTEM: There are several what day and time do you want to leave or arrive?", + "USER: I'd like to leave on wednesday and should arrive by 13:00", + "SYSTEM: The TR2176 leaves Cambridge at 09:21 and gets into Leicester at 11:06. Will that work for you?", + "USER: What is the price of that train?", + "SYSTEM: The price is 37.80 pounds. Would you like to go ahead a book a seat?", + "USER: Yes, I would like to book a seat on that train. Thank you.", + "SYSTEM: Just to clarify, am I booking just one ticket or more?", + "USER: yes. also findme primavera's phone number", + "SYSTEM: Booking was successful, the total fee is 37.79 GBP payable at the station . Reference number is : 2Z3LQ075 . What else did you need?", + "USER: Thanks. I am also looking for the Primavera. It is an attraction.", + "SYSTEM: yes its a very nice attraction.", + "USER: Can I get their phone number please?", + "SYSTEM: their phone number is 01223357708. can i help with something else?", + "USER: No. That will be all. Thank you.", + "SYSTEM: Thank you for contacting the Cambridge TownInfo centre. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-arriveby": [ + "13:00" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "primavera", + "primavera's" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0115.json", + "Complete Dialogue": [ + "USER: I need a place to eat that is expensive.", + "SYSTEM: I've found 57 restaurants that match your request. Is there a particular area you'd like to dine in?", + "USER: In the centre, please.", + "SYSTEM: There are 33 restaurants in that area, do you have a preference of the type of restaurant?", + "USER: i want something with malaysian food.", + "SYSTEM: I am sorry I have no listings for malaysian food,another type?", + "USER: I actually just need an expensive place to dine in the Centre of town.", + "SYSTEM: Kymmoy offers Asian Oriental food. Would you like to book a table there?", + "USER: Yes please. Can you book that for 8 people on Saturday at 15:30?", + "SYSTEM: Sure thing. I will work on getting this booked and be right back with you.", + "USER: Okay, thank you.", + "SYSTEM: you are welcome", + "USER: If Saturday fails, try Monday and provide the reference number. Also looking for a guesthouse in the same area with internet. Provide starts and address please.", + "SYSTEM: Your restaurant booking was successful. This is the reference number PQA4WKNF . It is for Saturday at 15:30 for 8 people.", + "USER: Can you book me two taxi cabs that offer groupon discounts to take us to the restaurant?", + "SYSTEM: I don't think we have any affiliations with Groupon. Is there anything else I can help you with today?", + "USER: I'm looking for a place to stay. The hotel should be in the same price range as the restaurant and should be in the type of guesthouse.", + "SYSTEM: I am sorry but there are no guesthouses matching. Would you like to try a hotel instead?", + "USER: A hotel would be fine.", + "SYSTEM: Would you like me to book it for you?", + "USER: What expensive hotel do you recommend?", + "SYSTEM: There are two hotels matching your needs and I highly recommend university arms hotel. Do you want me to book it?", + "USER: I just need their address, star level and whether they have internet please.", + "SYSTEM: University arms hotel is 4 stars located on regent street. They have internet and parking. Would you like me to book that for you?", + "USER: Not yet, that's all for now. Thank you for all your help.", + "SYSTEM: Thank you for calling. Please call us back if we can assist you in any other way. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "dontcare", + "malaysian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "15:30" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "kymmoy" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3769.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: I can help plan your trip! What do you need?", + "USER: I need a train ticket going to cambridge from norwich on saturday anytime after 15:00", + "SYSTEM: There are 9 trains traveling from norwich to cambridge after that time on Saturday. Do you need to arrive by a certain time?", + "USER: No it doesn't matter when I get there. Can you pick one, and make me a booking for three people? I need a reference number too!", + "SYSTEM: Okay. I've booked you three tickets on the TR9724. Your reference number is J87QHBRM . You'll owe 42.24 at the station.", + "USER: Thank you. I also need info on a place to go in the west. Any one will do. Just something to see.", + "SYSTEM: You have a few attraction options in the west area; colleges, museums and even an entertainment attraction. Which one sounds best for your trip?", + "USER: Can you recommend one and give their post code?", + "SYSTEM: How does the Clare Hall sound? The postcode is cb39al.", + "USER: That sonds great, thanks. Thats all I need for today.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "15:00" + ], + "train-bookpeople": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0819.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a place to stay in town. I'd like a place with free parking and a 2 star rating, please.", + "SYSTEM: Ashley hotel is in the north part of town and has a 2 star rating and parking.", + "USER: Is it a hotel or guesthouse?", + "SYSTEM: The Ashley is a hotel. It's on the north end of town. Would you like to make a reservation here or should we keep looking?", + "USER: That's fine. Can you book it for 2 people for 2 nights, starting from Thursday?", + "SYSTEM: Sure! Your reference number is VEPGFLTA . Anything else?", + "USER: No thank you. I appreciate all your help.", + "SYSTEM: You're welcome! Have a great day! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1714.json", + "Complete Dialogue": [ + "USER: I need a train on Tuesday that arrives by 16:45.", + "SYSTEM: Certainly, where is your place of departure and arrival?", + "USER: I want to depart from London and arrive in Cambridge.", + "SYSTEM: london kings cross or london liverpool street?", + "USER: london liverpool street.", + "SYSTEM: I have train TR1395 that leaves at 13:39 and will arrive in Cambridge by 15:07. Would that work for you? I would be happy to book your ticket.", + "USER: For two people please. I will need the reference number. I also want to stay at the Lensfield hotel.", + "SYSTEM: Your train booking was successful. You can pay the fee of 33.2 at the station. Your reference number is 14AXWO0V .", + "USER: do you know the lensfield hotel? I need their phone # and how many stars do they currently have?", + "SYSTEM: The lensfield is a 3 star hotel and the phone number is 01223355017. Would you like to make reservations there?", + "USER: No thank you. That's all I need for now.", + "SYSTEM: Ok. Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "london liverpool street" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2135.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip and could use some help with a particular attraction.", + "SYSTEM: Okay, sounds good. What attraction are you thinking about?", + "USER: I'm looking for Milton Country Park.", + "SYSTEM: I have found it what types of information can I get you on it?", + "USER: Can I get the attraction type, entrance fee, and postcode please?", + "SYSTEM: It's a Park and there's no entrance fee. It's free for all. The postcode is cb46az. How can I be of further assistance today?", + "USER: I'm also looking for a great Italian restaurant on the east side of town that you would recommend.", + "SYSTEM: I would suggest pizza hut fen ditton", + "USER: What are their prices like?", + "SYSTEM: They are moderately priced", + "USER: What is the address and phone number to Pizza Hut Fen Ditton?", + "SYSTEM: The number is 01223323737, and it is in Cambridge Retail Park Newmarket Road Fen Ditton.", + "USER: Great! Thank you! That's all I needed.", + "SYSTEM: You're welcome! Have a wonderful day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza hut fenditton", + "pizza hut fen ditton" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1941.json", + "Complete Dialogue": [ + "USER: I'm hoping to book a train from bishops stortford to cambridge. Please list all times for that route.", + "SYSTEM: There's a total of 70 trains. Is there a particular time of day you would like to travel?", + "USER: I need to leave Wednesday and arrive after 11:15.", + "SYSTEM: Thanks for that information. What time you would like to leave?", + "USER: I would like to leave after 11:15.", + "SYSTEM: Unfortunately there are no trains meeting your criteria. Would you like me to look up another departure and arrival time?", + "USER: no, i want that day and time please", + "SYSTEM: The TR0516 leaves Cambridge at 11:29 on Wednesday. Will that work for you?", + "USER: Well, I need to know the arrival time first.", + "SYSTEM: Arrival time is 12:07 does that work for you?", + "USER: Yeah, that works. Can you recommend a 0 star hotel for me?", + "SYSTEM: Yes I have two guesthouses and 1 hotel in that category do you have a preferred area?", + "USER: I'd like it to be in the centre please.", + "SYSTEM: In the town centre there is one guesthouse and one hotel with 0 stars. Would you like the hotel or the guesthouse?", + "USER: it doesn't really matter. Moderately priced located in the centre. I need phone number, hotel type and if they have free parking or not", + "SYSTEM: i suggest cityroomz. its a hotel in the moderate price range. their phone number is 01223327978", + "USER: Does it have free parking?", + "SYSTEM: Yes, they do have free parking at this hotel.", + "USER: Great, thank you. That is all that I need.", + "SYSTEM: You're welcome, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "11:15" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "11:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0616.json", + "Complete Dialogue": [ + "USER: Hi! I'm looking for a train to Norwich on Saturday.", + "SYSTEM: What is your departure site and time?", + "USER: From Cambridge and I want to arrive by 20:30.", + "SYSTEM: I have a train that would leave at 18:36 and arrive by 19:55. It's 79 minutes long and costs 14.08 pounds. Would you like me to book it?", + "USER: Yes please, book it for 7 people.", + "SYSTEM: All booked and ready to go! The reference number is RJVNE0PT .", + "USER: I am also looking for a place to stay. Can you find a 1 star hotel for me that is a guesthouse?", + "SYSTEM: Unfortunately, there are no guesthouses that meet that criteria. In the area, there are 24 guesthouses, some of them cheap, some expensive. Can you narrow down your choices?", + "USER: If there are no 1 star guesthouses, please find me the cheapest one that includes free wifi.", + "SYSTEM: Alexander bed and breakfast is a 4 star cheap guesthouse with free interenet and parking located in the centre. Does that work for you?", + "USER: Yes Alexander bed and breakfast that has a star of 4 would be great.", + "SYSTEM: Sure, I can book that for you. How many people will be staying and for how long also arriving what day?", + "USER: There will be 7 people staying for 2 nights beginning on Thursday.", + "SYSTEM: My attempt to book your party was unsuccessful. Would you like to try a different length of stay, or a different hotel?", + "USER: Would 1 night work instead? If it does could I get the reference number please?", + "SYSTEM: Yes, 1 night will work. I've booked the hotel for you, and your reference number is FIINUE5N . What else can I help you with?", + "USER: That will be all. Thank you.", + "SYSTEM: Wonderful. Enjoy your stay in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "norwich" + ], + "train-arriveby": [ + "20:30" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "1" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0952.json", + "Complete Dialogue": [ + "USER: Can you help me in finding a suitable guesthouse please?", + "SYSTEM: There are 24 guest houses available. Is there a particular area of the city you'd prefer to stay in?", + "USER: Yes, I'd like to stay in the centre of town please.", + "SYSTEM: I have two options for you. Both offer free wifi and parking. The El Shaddai has no star rating or the Alexander B & B has a 4-star rating.", + "USER: I'll take the El Shaddai please.", + "SYSTEM: Sure thing. Do you want me to book it for you?", + "USER: Yes. I want to book it for 2 nights, 5 people starting on Friday.", + "SYSTEM: The booking was successful, your reference code is 8090X905 . Do you want further assistance?", + "USER: No that's all. Good bye!", + "SYSTEM: Thank you goodbye!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "el shaddai" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1254.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to go on the east side of town where I can enjoy multiple sports? Thanks.", + "SYSTEM: There is the cherry hinton village centre. Would you like me to making a reservation for you?", + "USER: No thanks, I'd like to call them first. Can you give me the address, phone number and entry fee for Cherry hinton village centre?", + "SYSTEM: Their phone number is 01223576412 and the postcode cb19ej. They are located at Colville Road, Cherry Hinton.", + "USER: looking for a train. The train should go to london liverpool street and should leave on saturday", + "SYSTEM: Where will you leave from?", + "USER: I am leaving from Cambridge.", + "SYSTEM: how about train TR4078 that leaves at 13:39?", + "USER: When will it arrive? I need it to arrive by 19:30.", + "SYSTEM: how about the TR8530? that train arrives at 19:07", + "USER: That will work, go ahead and book that.", + "SYSTEM: For how many people?", + "USER: I don't need need reservations I just need a price and train ID.", + "SYSTEM: The train ID is TR8530 and the price is 13.28 pounds.", + "USER: ok thats it thank you.", + "SYSTEM: Thank you for letting us help you today." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "multiple sports" + ], + "attraction-name": [ + "cherry hinton village centre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "london liverpool street" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "19:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20556.json", + "Complete Dialogue": [ + "USER: Hi, I want a moderately priced restaurant located in the south part of town.", + "SYSTEM: Pizza hut cherry hinton is in the south part of town and in the moderate price range. Would you like their location?", + "USER: address and postcode please", + "SYSTEM: Their address is G4 Cambridge Leisure Park Clifton Way Cherry Hinton and their postcode is C.B 1, 7 D.Y. Is there anything else I can do for you today?", + "USER: No, thank you, goodbye.", + "SYSTEM: enjoy your meal!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "pizza hut cherry hilton", + "pizza hut cherry" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20251.json", + "Complete Dialogue": [ + "USER: I would like inexpensive Turkish food.", + "SYSTEM: I'm sorry I do not show anything available. Would you like to try something else?", + "USER: Ok, how about an Italian restaurant?", + "SYSTEM: There are 5 listings matching your criteria. Do you have a preference on the area?", + "USER: I do not have a preference of area as long as it's cheap. Please make a suggestion.", + "SYSTEM: Ask is an Italian restaurant in the cheap priced category, and is the centre of town.", + "USER: Can I get the address and phone number?", + "SYSTEM: Ask is at 12 Bridge Street City Centre and can be reached at 01223 364917. Can I help you anything else today?", + "USER: No, thank you. Good bye.", + "SYSTEM: You're welcome, enjoy your food." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian", + "turkish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-name": [ + "ask" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1961.json", + "Complete Dialogue": [ + "USER: Hi! Would you please help me find a hotel to stay at?", + "SYSTEM: Certainly, what can I use to narrow down your search?", + "USER: It needs to be 2 star, have free parking and free wifi.", + "SYSTEM: We have 3 results. What area are you interested in staying in? And what price range?", + "USER: I do not have a preference. Please pick one and get me a booking for 8 people for 3 nights staring from Friday.", + "SYSTEM: I was able to book you at the Ashley Hotel. Your booking was successful. Reference number is : 79F1XIW2 . Is there anything else I can help you with?", + "USER: i also need a train that should leave after 16:45 destination bishops stortford", + "SYSTEM: I see a departing train leaving at 17:29.", + "USER: I need to travel on Monday, departing Cambridge. Does that make a difference?", + "SYSTEM: That train still meets your criteria. Train TR2530 departs Cambridge for Bishops Stortford on Monday at 17:29. Would you like me to book this?", + "USER: Yes, I need 8 tickets. And could you provide the reference number?", + "SYSTEM: Booking was successful, the total fee is 80.8 GBP payable at the station. Your reference number is 99VHJ3AR . Do you need anything else?", + "USER: No thanks, that will be everything.", + "SYSTEM: It was a pleasure to help you. Have a good day.", + "USER: Thank you for your time goodbye!", + "SYSTEM: thanks for using our services" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "16:45" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1239.json", + "Complete Dialogue": [ + "USER: I need to book a train from stansted airport to cambridge, can you help me?", + "SYSTEM: Yes, what day will you be traveling?", + "USER: monday, after 11:15", + "SYSTEM: There are 13 trains that match. Shall I reserve any tickets for you?", + "USER: Can you reserve 6 tickets on the next train after 11:15?", + "SYSTEM: I reserved you 6 seats on the TR5754. It leaves at 11:24. The total fee of 60.59 GBP is payable at the station. Your reference number is : 1IBJMMM8", + "USER: Great sounds perfect!! Thank you so much for all your help.", + "SYSTEM: No problem. Have a great day and trip. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "11:15" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20364.json", + "Complete Dialogue": [ + "USER: I would like a restaurant that serves world food", + "SYSTEM: Im sorry, there are no restaurants that serve world food. Can I help you with something else?", + "USER: How about portuguese food?", + "SYSTEM: Nandos serves Portuguese and is located in the south part of town and is in the cheap price range.", + "USER: What is the phone number and address?", + "SYSTEM: The phone number is 01223 327908, and the address is Cambridge Leisure Park Clifton Way. May I help you with anything else?", + "USER: Thank you goodbye.", + "SYSTEM: Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "world", + "portuguese" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2160.json", + "Complete Dialogue": [ + "USER: Can you find me an expensive restaurant in the north?", + "SYSTEM: There are five expensive places to dine in the North. Would you like to try asian oriental cuisine?", + "USER: Yes. That's exactly what I'm looking for.", + "SYSTEM: Saigon City at 169 High Street Chesterton fits the description. Shall I make a reservation for you?", + "USER: Yes, please. Can you make a reservation for 7 people at 12:30 on a Tuesday? Thanks", + "SYSTEM: I made a reservation for you at Saigon City for a party of 7 on Tuesday at 12:30. Your reference is N2FHZ30Y . Is there anything else I can help you with?", + "USER: Wonderful. I'm also looking for a cool place to check out in the same area.", + "SYSTEM: There are 79 attractions, would you like to try cineworld cinema?", + "USER: I actually want to find a museum and it should be in the same area as my restaurant", + "SYSTEM: Sorry, I'm not seeing any results. Want to try a different type or area?", + "USER: Let's try for a boat type instead then", + "SYSTEM: There is one listing here. It is riverboat georgina. Its entrance fee is unlisted but the address is cambridge passenger cruisers, jubilee house, postcode cb43ax and phone 01223902091", + "USER: Thanks, I don't need anything else today! bye!", + "SYSTEM: Ok. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "museum", + "boat" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0564.json", + "Complete Dialogue": [ + "USER: Hello, do you have any information regarding interesting theatres to visit in the centre of town?", + "SYSTEM: Sure thing, there are four theatres in the centre of town. ADC Theatre, Cambridge Arts Theatre, Mumford Theatre, and The Cambridge Corn Exchange.", + "USER: I'm interested in one of the theatres! Can I get the entrance fee information for those?", + "SYSTEM: I'm sorry, but none of the theaters list the entrance fee. Would you like the phone number for any of them?", + "USER: That's okay, could you provide me with the postcode and address, please? Also, I am looking for a train leaving after 16:00 this Monday.", + "SYSTEM: The ADC Theatre is located on Park Street and its postcode is cb23pj. Before I find your train, could you tell me where you would like to go?", + "USER: Of course, silly me :P I am looking for a train from cambridge to stevenage", + "SYSTEM: The TR0254 leaves Cambridge at 17:21.", + "USER: Awesome, thank you very much! I'm pretty sure that's all I need right now, but I'll be back if I think of anything else. Later!", + "SYSTEM: Great thank you for using our system." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1398.json", + "Complete Dialogue": [ + "USER: Yes, I am hoping you can give me some information on a train.", + "SYSTEM: Can you please give me more information? There are numerous trains leaving on Friday to Cambridge.", + "USER: I am leaving cambridge on Tuesday and going to Birmingham new street.", + "SYSTEM: Sure, there are plenty of trains that match your requirements. Did you have a particular time of day you were wanting to travel on Friday?", + "USER: I would like to leave after 21:45.", + "SYSTEM: There are two trains that fit your criteria. One will arrive at 24:33 and the other at 01:44. Which suits your needs?", + "USER: How about the one arriving at 01:44.", + "SYSTEM: How many tickets can I book for you?", + "USER: What is the travel time for the one arriving at 1:44.", + "SYSTEM: The travel time for TR4724 is 163 minutes.", + "USER: I would also like to go to a museum.", + "SYSTEM: There are 23 museums available. Which part of town do you prefer?", + "USER: I'm fine with any area of town.", + "SYSTEM: we have lovely museums in the east, west, south and centre. I prefer the byard art myself that's in the south", + "USER: I would like to give that a try. What is the entrance fee, phone number and area?", + "SYSTEM: byard art museum is located in the south part of town. Their entrance fee is free. Their phone number is 01223464646. Can I further assist you today?", + "USER: Thanks so much. That's all I need. Goodbye!", + "SYSTEM: You are welcome! I hope you enjoy your time at the museum. I am happy to have been able to assist you." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-leaveat": [ + "21:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "byard art" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20486.json", + "Complete Dialogue": [ + "USER: I need a South restaurant with british food.", + "SYSTEM: I'm sorry but I cannot find any british food located in the south part of town.", + "USER: Is there a chinese restaurant in the south part of town?", + "SYSTEM: I've found three Chinese restaurants in the south part of town. Does price range matter to you?", + "USER: No, any price range is fine. I would just like to know the address and price range of one of the restaurants.", + "SYSTEM: Peking Restaurant is an expensive Chinese restaurant that is located at 10 Homerton Street City Centre. Is there anything else I can help you with today?", + "USER: No, thank you.", + "SYSTEM: Thank you." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "british", + "chinese" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0702.json", + "Complete Dialogue": [ + "USER: Are you able to find me a french expensive restaurant?", + "SYSTEM: There are 2 expensive French restaurants. Restaurant Two Two, and Cote. Which would you like to book?", + "USER: I like the sound of Restaurant Two Two, could you give me their postcode, address and phone number?", + "SYSTEM: Restaurant Two Two is located at 22 Chesterton Road, Chesterton. Their postcode is cb43ax. You can reach them at 01223351880. Any other information I can provide?", + "USER: No, that's everything I needed today. Thank you.", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "french" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2406.json", + "Complete Dialogue": [ + "USER: I want to know where I can go in the town centre of Cambridge.", + "SYSTEM: There are many places to go in the centre. Are you looking for an attraction or restaurant?", + "USER: An attraction of any type would be fine as long as it's in the centre, please.", + "SYSTEM: I could recommend old schools. It is architecture and free to see. Would you like more information?", + "USER: Yes tell me one of those recommendations.", + "SYSTEM: Old Schools is an architectural attraction on Trinity Lane that has no entrance fee. Their phone number is 01223332320. Can I help you with anything else?", + "USER: Can you provide me the full address including postal code? Thanks.", + "SYSTEM: The address listed for Old Schools is simply Trinity Lane. And their postcode is cb21tt. Is there anything more I can do for you today?", + "USER: Yes, I would also like to find an expensive restaurant in the same area.", + "SYSTEM: What kind of food would you like and what price range", + "USER: I would prefer British food and an expensive price range if possible.", + "SYSTEM: I have three restaurants in the town centre that meet your needs. Might I suggest the Cambridge Chop house or Fitzbillies restaurant?", + "USER: Can you please recommend one and give me their postcode and phone number?", + "SYSTEM: The Cambridge Chop House is a favorite of mine. It's located at 1 Kings Parade. Would you like me to book it for you?", + "USER: No thanks, but I am interested in getting a tax from Old Schools to the Cambridge Chop House. Can you help?", + "SYSTEM: What time will you be needing the taxi service for?", + "USER: I would like to leave Old Schools by 19:00.", + "SYSTEM: Okay your all set! A red lexus will be picking you up the contact number is 07885505407, is there anything else I can help you with today?", + "USER: Thank you that will be all I need.", + "SYSTEM: I'm happy to have been of service. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "british" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-destination": [ + "cambridge chop house" + ], + "taxi-leaveat": [ + "19:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4611.json", + "Complete Dialogue": [ + "USER: Can I please get a train ticket from Norwich to Cambridge?", + "SYSTEM: We have many trains available but to help find the right one could you provide me with what day you will be departing and your departure time and arrival?", + "USER: I will be leaving after 15:15 on Tuesday.", + "SYSTEM: TR4180 leaves at 15:16. Does that work for you?", + "USER: Perfect, can I get 8 tickets?", + "SYSTEM: Booking was successful, the total fee is 140.8 GBP payable at the station . Reference number is : CO0GWJCJ . Can I help you with anything else today?", + "USER: i am also looking for places to go in town. The attraction should be in the type of park.", + "SYSTEM: We have a lot of excellent options. Is there a particular area you'd like to visit?", + "USER: Yes, I would like to visit a park.", + "SYSTEM: There are parks in the centre, east, north and south. Could you please let me know which area you prefer?", + "USER: The area doesn't matter, can you recommend one?", + "SYSTEM: There is the Cherry Hinton Water Play park in the east. It's free to get into.", + "USER: Can I get the phone number and the postcode?", + "SYSTEM: Sure, the phone number is 01223446011 and the postcode is cb18dw. Is there anything else I can help you with?", + "USER: Yes, I would like to find a park to go to. I will need the phone number and postcode. Also, what is the entrance fee for this? Thanks!", + "SYSTEM: It is free admission.", + "USER: Okay, that's all I need, thank you so much!", + "SYSTEM: Have a nice day, goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "15:15" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ], + "attraction-name": [ + "cherry hinton water play" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0220.json", + "Complete Dialogue": [ + "USER: I'm looking for a hospital, specifically the Addenbrookes Hospital.", + "SYSTEM: I am looking for the main line at the hospital", + "USER: I would like the postcode and address please.", + "SYSTEM: The address is Hills Rd, Cambridge and the postcode is CB20QQ. The phone number is 01223245151.", + "USER: Ok, I'll call an Uber.", + "SYSTEM: Is there anything else I can do for you today?", + "USER: No, thank you again.", + "SYSTEM: You're welcome, have a great day!", + "USER: That is all I need. Thanks", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hospital", + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG0818.json", + "Complete Dialogue": [ + "USER: Could you help me find a 0 star hotel?", + "SYSTEM: The cityroomz is a 0 star hotel in the moderate price range. It is in the centre of town. Would you like me to book it for you?", + "USER: Is the cityroomz a guesthouse? That's what I'm looking for.", + "SYSTEM: No, Cityroomz is a hotel. The City Center North B&B or the El Shaddai are 0 star guesthouses.", + "USER: You know what, the hotel will actually work for me. Can you tell me where Cityroomz is located?", + "SYSTEM: Sure. It's in the centre on Station Road. Anything else?", + "USER: Yes, can you book that for me for 5 people and 4 nights? I need it on Sunday.", + "SYSTEM: Sorry, that booking wasn't available. Maybe another day or a shorter stay would work?", + "USER: How about two night?", + "SYSTEM: That worked. Your reference number is YZMQ4JNN .", + "USER: Thank you, good bye.", + "SYSTEM: Have a wonderful time, good bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "2", + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0100.json", + "Complete Dialogue": [ + "USER: Good morning, I need help finding a restaurant that serves bistro in the moderate price range.", + "SYSTEM: I couldn't find a restaurant with the attributes you are looking for. Would you like something else?", + "USER: How about one with british food?", + "SYSTEM: There are 5 restaurants serving british food. Do you have a preferred area?", + "USER: I do not have a preferred area. Which ones have a table available for 6 people at 12:30 on Tuesday?", + "SYSTEM: Is there a price range you would prefer to stay within?", + "USER: No I do not need to stay within a price.", + "SYSTEM: I have Restaurant One Seven in the moderate price range. Would you like me to book a reservation?", + "USER: Yes, please.", + "SYSTEM: The booking was unsuccessful, do you have any other preference?", + "USER: I just need a restaurant in the same area and has the same price range.", + "SYSTEM: Sure. I booked you a table in the oak bistro which is in the center part of the town. Your reservation number is CMJ6WM0Z .", + "USER: Great, thanks for that. See you!", + "SYSTEM: Sure, I'm here to help you. Bye!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "bistro", + "british" + ], + "restaurant-pricerange": [ + "dontcare", + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-name": [ + "restaurant one seven", + "the oak bistro" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2534.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called Kirkwood House please.", + "SYSTEM: I've located Kirkwood House. It's a guesthouse in the north. Would you like to book a room?", + "USER: May I please have the phone number for the hotel?", + "SYSTEM: Absolutely. That number is 01223306283.", + "USER: I'm also looking for some places to go while I'm in town.", + "SYSTEM: There is boating, a park, and some swimmingpools in the north. Any preference?", + "USER: I would like it to be a museum please.", + "SYSTEM: I'm sorry there are no museums in the north. Would you like me to check a different area?", + "USER: How about in the south?", + "SYSTEM: How about the byard art museum the phone number is 01223464646.", + "USER: How much is it to get in that place? And what's their postcode?", + "SYSTEM: Entrance is free, and the postcode is cb21sj. Can I help with anything else?", + "USER: No that was all I needed. Thanks so much.", + "SYSTEM: Thank you for using our system today!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "kirkwood house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "south" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0144.json", + "Complete Dialogue": [ + "USER: Can you help me find a moderately priced place to eat located in the centre?", + "SYSTEM: Certainly, there are many restaurants that fit that criteria. Do you have a food type preference?", + "USER: Yes, do any serve international food?", + "SYSTEM: I have 2. The varsity restaurant and bloomsberry. Both serve international food and are in the moderate price range. Do you have a preference?", + "USER: Can you check to see if either has booking for 5 people at 17:15 on monday?", + "SYSTEM: Neither are available at that time. Would you like to try a different time?", + "USER: No, I need 17:15 on Monday. Perhaps a different restaurant in the centre with moderate prices? Any cuisine is fine.", + "SYSTEM: I was able to book you for the yippee noodle bar, your reference number is E6ERFBKG", + "USER: Thank you and goodbye", + "SYSTEM: Good bye to you, let us know if you need us again." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "dontcare", + "international" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "17:15" + ], + "restaurant-name": [ + "yippee noodle bar", + "the varsity restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01330.json", + "Complete Dialogue": [ + "USER: Yes, could you help me find the Parkside Police Station please?", + "SYSTEM: The Parkside Police Station is located at Parkside, Cambridge CB11JG. The phone number is 01223358966. Is there anything else I can help you with?", + "USER: Thank you. That's all I need.", + "SYSTEM: Thank you for contacting us." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL3268.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that is expensive and includes free parking?", + "SYSTEM: Absolutely, what area were you wanting to stay in?", + "USER: Area doesn't really matter, but I would like a 3-star place with internet.", + "SYSTEM: There are two hotels that meet your preferences. I suggest the Gonville Hotel as it's in the city centre.", + "USER: Could you give me the address, please?", + "SYSTEM: They are located at gonville place. Would you like to book a room there?", + "USER: Nah, not right now. I do need info on a train though. What's the schedule like on Sunday trains leaving cambridge?", + "SYSTEM: I'll be happy to help you with that. Where would you like to travel to?", + "USER: How about a train that will arrive by 12:15 heading to london liverpool street?", + "SYSTEM: Train TR0995 arrives by 11:27. Would you like me to book you a ticket?", + "USER: Yes, that sounds perfect. Can you make me a booking for 1 person please?", + "SYSTEM: Booking was successful, the total fee is 13.28 GBP payable at the station . Reference number is : 39JEV1T5 .", + "USER: Excellent, thank you!", + "SYSTEM: Is there anything else I can help you with?", + "USER: Thank you for your help.", + "SYSTEM: You are welcome. Let us know if you need anymore assistance." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "12:15" + ], + "train-destination": [ + "london liverpool street" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01431.json", + "Complete Dialogue": [ + "USER: Can you help me book a taxi please?", + "SYSTEM: Yes what is your departure site?", + "USER: I am departing from sheep's green and lammas land park fen causeway.", + "SYSTEM: What time do you want to leave ?" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "sheep's green and lammas land park", + "sheeps green and lammas land park" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1111.json", + "Complete Dialogue": [ + "USER: Good Morning, I am looking for a place to on the east side that has entertainment", + "SYSTEM: Ok, cherry hinton hall and grounds is in the east side of town. Would you like the address?", + "USER: Yes, and the postcode please!", + "SYSTEM: cb18dw is their postcode.", + "USER: Thank You. I think that's all I need.", + "SYSTEM: You're welcome! Have a great day! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "entertainment" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0788.json", + "Complete Dialogue": [ + "USER: I want to find an expensive restaurant in the centre of town.", + "SYSTEM: The cambridge chop house serves british food, it is in the centre of town and is in the expensive price range.", + "USER: Great, what is the postcode and phone number?", + "SYSTEM: The postcode is cb21sj and the phone number is 01223359506.", + "USER: I also need a train from Cambridge to Stansted Airport. Can you please look that up for me.", + "SYSTEM: i got 5 choices. what time do you want to leave?", + "USER: I just need to leave on Wednesday and should arrive by 18:15.", + "SYSTEM: Train TR2912 arrives at Stansted Airport at 17:08. Would you like to reserve a ticket?", + "USER: What is the departure time?", + "SYSTEM: I will be leaving at 17:00.", + "USER: Ok, thank you. That is all the information I need today.", + "SYSTEM: OK, if that's all you need, I'm happy to have been of service! Have a wonderful day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cambridge chop house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "18:15" + ], + "train-day": [ + "wednesday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0540.json", + "Complete Dialogue": [ + "USER: What are my options for cheap restaurants in the city center?", + "SYSTEM: There are 15 options to choose from. Is there a particular style of food you would like?", + "USER: I don't have a style preference.", + "SYSTEM: Well how about Asian oriental? I have several good but cheap options.", + "USER: That sounds wonderful, can you book a table for 5 on Tuesday at 15:15?", + "SYSTEM: Certainly! I have made a reservation at dojonoodlebar for the time specified and number of people in your party. Enjoy the restaurant!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "15:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1101.json", + "Complete Dialogue": [ + "USER: I would like a guesthouse in the moderate price range. Do you think you could find one for me?", + "SYSTEM: What part of town would you like to stay in?", + "USER: I have no preference, but the guesthouse should include free parking.", + "SYSTEM: Acorn guest house meets all your needs, would you like to book that?", + "USER: That's perfect. I would like to book it for 1 person. It needs to be for 4 nights beginning Saturday.", + "SYSTEM: I'm sorry, but the Acorn Guest House doesn't have those dates available. Would you like to try for a different day or shorter stay?", + "USER: Yes, please try booking for 2 nights.", + "SYSTEM: Your booking for 2 nights at the Acorn Guesthouse was a success! Your reference number is R4ES2ZFT . What else can I do for you today?", + "USER: Are there any attractions to see in town? I'm interested in going to a museum if any exist.", + "SYSTEM: We have 79 museums listed. Would you like a certain area of town?", + "USER: Which is your favorite museum? If you'll get me their postcode, entrance fee, and phone number, I'll give them a call.", + "SYSTEM: I would recommend the Broughton House Gallery. It has a free entrance.", + "USER: Ok, that sounds great.", + "SYSTEM: The postcode is cb11ln and address is 98 King Street. The phone number there is 01223314960. Anything else?", + "USER: Yes, I'd like to get a taxi from the hotel to the museum please.", + "SYSTEM: When do you want to leave?", + "USER: I'd like to leave the Acorn by 5:00 if possible.", + "SYSTEM: Your taxi booking was a success! The taxi will be a red Lexus with contact number 07432305998.", + "USER: Okay great! That is all I need. Thank you.", + "SYSTEM: I am happy to have helped. Thank you, have a nice day. Good bye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2", + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "broughton house gallery" + ], + "taxi-leaveat": [ + "5:00", + "05:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0343.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel that gives me free parking and free wifi.", + "SYSTEM: We have many with those features. Do you have any other preferences to narrow it down, such as price range or location?", + "USER: Oh, I would like a guesthouse that is moderately priced please.", + "SYSTEM: There are many, can I get the area you are looking for to narrow it down a bit?", + "USER: I don't care about the area. As long as I can have it booked for 3 people starting on Tuesday for 5 nights.", + "SYSTEM: I have the Arbury Lodge in the North that meets your needs. Would you like me to book a room there?", + "USER: Yes, please book Arbury Lodge for me.", + "SYSTEM: The booking was successful, reference number is POHIT2CO .", + "USER: Thank you! That's all for today. Goodbye!", + "SYSTEM: Have an enjoyable stay. Thank you for calling the Cambridge TownInfo Centre. Good bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse", + "arbury lodge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2257.json", + "Complete Dialogue": [ + "USER: Hi, Can you help me find a train from Norwich to Cambridge?", + "SYSTEM: I would be happy to help! What day would you like to travel?", + "USER: I would like to arrive wednesday at 16:45.", + "SYSTEM: There is a train which departs at 15:16 and arrives at 16:35 would you like me to book that one?", + "USER: No need to book it today. I would like the price and travel time if you have it there, though.", + "SYSTEM: The price is 17.60 pounds and travel time is 79 minutes. Can I assist you with anything else today?", + "USER: I also need a hotel with free parking.", + "SYSTEM: We have 29 hotels that may be what you need. Is there a certain area or price range you are looking for perhaps?", + "USER: I'd like a guesthouse with a star of 4, please.", + "SYSTEM: The archway house meets your criteria. Do you need help with booking?", + "USER: Yes please, I need it for 4 people, 3 nights starting on Wednesday.", + "SYSTEM: Unfortunately, that length of stay is not available. Would you like to try again for a shorter stay?", + "USER: How about 1 night at the archway house for 4 people. Please book and provide a reference number. Thank you.", + "SYSTEM: Booking was successful. Reference number is : FEK7TT66 . Is there anything else?", + "USER: That's all I needed today, thank you", + "SYSTEM: Thank you for contacting us, have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "wednesday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "archway house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20580.json", + "Complete Dialogue": [ + "USER: Is there any place here in the centre that serves corsica food?", + "SYSTEM: What price range are you looking for?", + "USER: Any price range will do.", + "SYSTEM: There are no restaurants available matching your criteria. Would you like to try a different area, price range, or food type?", + "USER: Are there any restaurants in the centre that serves North American type of food?", + "SYSTEM: Yes. The gourmet burger kitchen serves north american food and is located in the centre part of the city. Would you like their location?", + "USER: Can I get the phone number?", + "SYSTEM: The phone number for gourmet burger kitchen is 01223 312598.", + "USER: Thank you. Good bye.", + "SYSTEM: Thank you for using the Cambridge restaurant system. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "north american", + "corsica" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-name": [ + "gourmet burger kitchen" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0135.json", + "Complete Dialogue": [ + "USER: I need a cheap place to eat on the south side of town.", + "SYSTEM: Great, I have two places to recommend. Nados serves Portuguese and the Lucky Star serves Chinese. Which one do you like?", + "USER: Nados serves Portuguese sounds good can I get a address, food type, and phone number?", + "SYSTEM: The address is Cambridge Leisure Park Clifton Way and the phone number is 01223327908.", + "USER: Excellent. I also need to find a place to stay while in town. Can you help me find a cheap hotel?", + "SYSTEM: Yes I can help. Will you be staying on the south side as well? Do you have any accommodation requirements? Thanks.", + "USER: Yes, I'll be staying on the South side so a cheap 4 star guesthouse with free wifi will do", + "SYSTEM: I found Rosa's Bed and Breakfast for you. Would you like me to book it?", + "USER: Can i just get the address please?", + "SYSTEM: Sure the address is 53 Roseford Road. Do you need anything else?", + "USER: No, that's all I need.", + "SYSTEM: Okay, I will go ahead and sign off then. Let me know if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nados", + "nandos" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "rosas bed and breakfast", + "rosa's" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20389.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap restaurant that serves Scandinavian food", + "SYSTEM: No results for your query have been found. Would you like to try again?", + "USER: Are there any cheap restaurants that serve Italian food?", + "SYSTEM: Yes, there are five options for cheap Italian food. Three are located in the centre of town, one in the north, and one in the west part of town. Do you have a preference on area?", + "USER: It really doesn't matter, but I suppose the north. Can I get the address and phone number please?", + "SYSTEM: Of course. Da vinci pizzeria is at 20 Milton Road Chesterton, and the number is 01223 351707.", + "USER: Thank you for your help.", + "SYSTEM: You're welcome, enjoy your food." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian", + "scandinavian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0189.json", + "Complete Dialogue": [ + "USER: Please find for me the location of Addenbrookes Hospital.", + "SYSTEM: Is is located on Hills Rd in Cambridge. Postcode: cb20qq.", + "USER: What is the phone number?", + "SYSTEM: The number is 01223245151. Is there any department that you're looking for?" + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG01669.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should include free wifi and should be in the type of hotel", + "SYSTEM: There are quite a few hotels that fit that description. Do you have a preference as to area or price range?", + "USER: I would like something in the east with 2 stars.", + "SYSTEM: It looks like the Express by Holiday Inn Cambridge will work well for you. Would you like me to book that?", + "USER: Does it have free parking? Can you provide me with the contact details of this hotel?", + "SYSTEM: Yes, it offers free parking. The phone number is 01223866800.", + "USER: thanks. What's the address?", + "SYSTEM: The address is 15-17 norman way, coldhams business park. Would you like a reservation?", + "USER: That's not necessary, thanks.", + "SYSTEM: You're welcome. May I help you with a taxi or restaurant booking?", + "USER: That was all. Thank you", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "east" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3659.json", + "Complete Dialogue": [ + "USER: I'm interested in finding a train to peterborough on Wednesday please", + "SYSTEM: I can help! What time are you looking to depart?", + "USER: on wednesday by 8 15 please", + "SYSTEM: Ok, I've got train TR3730 that leaves at 07:06 and would put you in Peterborough by 07:56. Would that work for you?", + "USER: Yes that will work great can you book me 2 tickets?", + "SYSTEM: Booking was successful, the total fee is 33 GBP payable at the station. Reference number is : J7JWEILX .", + "USER: Great, I'm also looking for a swimming pool in the north. Can you find me one?", + "SYSTEM: There are 2 to choose from - Jesus Green Outdoor Pool and Kings Hedges Learner Pool. Which would you prefer?", + "USER: Either is fine, I just need the postcode.", + "SYSTEM: The postcode is cb43px. Anything else.", + "USER: No that takes care of all my needs for now. Thanks! Bye!", + "SYSTEM: You are welcome. Glad I could help." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-destination": [ + "peterborough" + ], + "train-departure": [ + "cambridge" + ], + "train-arriveby": [ + "07:56" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green outdoor pool" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0526.json", + "Complete Dialogue": [ + "USER: I'm looking for a multiple sports attraction in the area of center.", + "SYSTEM: We currently do not show any locations that fit that criteria. Would like me to look in a different area?", + "USER: No, How about a swimming pool in that area?", + "SYSTEM: Parkside Pools is located at Gonville Place. I do not have the entrance fee available, but the phone number is 01223446100 and the postcode is cb11ly", + "USER: Thank you for the phone number. Thanks for the help!", + "SYSTEM: Is there anything else I can help you with today?", + "USER: I am also looking for a train leaving friday.", + "SYSTEM: There are 404 trains that day, what destinations do you need?", + "USER: I am looking to depart cambridge, head to ely, and arrive by 18:30", + "SYSTEM: Alright, there are seven trains that meet that requirement, starting at 5:50 and running once an hour every hour until 17:50. Would you like me to book any of these trips?", + "USER: Yes, please book for 1 person the train that departs at 17:50.", + "SYSTEM: Booking was successful for TR9933, the total fee is 4.4 GBP payable at the station. Reference number is : P4U5T2N6 .", + "USER: Thank you for all your help.", + "SYSTEM: You're welcome. Is there anything else I can help you with today?", + "USER: That's everything I needed, thank you very much for your time!", + "SYSTEM: Enjoy your trip!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "swimmingpool" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-arriveby": [ + "18:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0297.json", + "Complete Dialogue": [ + "USER: Can you find me a 3 star hotel in the centre?", + "SYSTEM: The Gonville Hotel meets your requirements. Would you like me to book you a room?", + "USER: Does it have free wifi? I need wifi.", + "SYSTEM: Yes, they do offer free internet. Would you like me to make a booking?", + "USER: Yes. I want to book it for 1 person. I want to stay for 5 nights starting from Wednesday.", + "SYSTEM: I am sorry Booking was unsuccessful,can I help you find another place to stay?", + "USER: Yes please. Another 3-star hotel in the centre with free wifi.", + "SYSTEM: I do not have another 3 star hotel in the centre that meets your requirements. Would you like to try another area?", + "USER: Do you have any hotels in the same price range as the Gonville Hotel?", + "SYSTEM: The only other hotel that matches your requirements is the lensfield hotel located in the south. Would you like me to make a booking?", + "USER: Yes please book a room there.", + "SYSTEM: Great your booking was successful Your reference number is 9GBHVFZW . Anything else today?", + "USER: Thank you for all of your help.", + "SYSTEM: Your welcome. Have a good day." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "gonville hotel", + "lensfield hotel" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2797.json", + "Complete Dialogue": [ + "USER: I would like to book a train.", + "SYSTEM: What day do you need the train? What is your destination?", + "USER: I am sorry I mean I want a nightclub to go in the wast side of town.", + "SYSTEM: Unfortunately, there aren't any in that area. How about another location?", + "USER: how about one that is in the type of museum.and make Make sure you get address", + "SYSTEM: Kettle's yard is museum in the west part of town. It is located on castle street.", + "USER: I also need a moderate priced room.", + "SYSTEM: great! what area of town are you thinking of?", + "USER: I'd like it to be a guest house in the north.", + "SYSTEM: okay, I can help you with that. When are you planning your stay?", + "USER: I'm not sure yet. I'm really researching right now. Can you please recommend a guesthouse in the north in the moderate price range?", + "SYSTEM: I've got 9 guesthouses in that price range. Do you need internet and/or parking?", + "USER: No but I do need to know if they have internet, free parking, and the address of the guesthouse of your choice, thanks!", + "SYSTEM: I have found 7 hotels now that match your criteria for parking and internet. Would you like me to choose on for you?", + "USER: Yes, please tell me your favorite guesthouse in the north and let me know their address and whether they offer free Internet and parking.", + "SYSTEM: I recommend Acorn Guesthouse. They are in the moderate price range and have 4 stars. They offer both free internet and parking. May I reserve you any rooms?", + "USER: Yes, please, I would appreciate that.", + "SYSTEM: Ok great, and how many people and nights?", + "USER: I actually don't need a room. I just need the address please.", + "SYSTEM: 154 chesterton road", + "USER: Thank you, that is everything, sorry for being so annoying in the process.", + "SYSTEM: No worries at all. Thank you for using the Cambridge TownInfo centre. Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ], + "hotel-stars": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0905.json", + "Complete Dialogue": [ + "USER: I'm looking for some place to go in the town centre. Something sports related.", + "SYSTEM: I am sorry but I have nothing in that area for sports. Would you like to try another area or attraction today?", + "USER: OK, are there any colleges in the center of town?", + "SYSTEM: There are 13 colleges in the centre area. Christ's College and Downing College are two of these, would you like some more information on one of these?", + "USER: Yes, Christ's College. What is the entrance fee for that college?", + "SYSTEM: I'm sorry, I cannot look up the entry fee to Christ's College. Is there anything else I can do for you today?", + "USER: I also need a restaurant in the same area.", + "SYSTEM: Sure, there are many nearby, do you have a type of cuisine you are looking for or a price range to look at?", + "USER: I'd like something moderately priced.", + "SYSTEM: The yippee noodle bar is in the centre and moderately priced. Would you like more information?", + "USER: Yes, I'd like the post code. Also, if you can't get it for Christ's College, do you know the entrance fee for Downing College, by any chance?", + "SYSTEM: The postcode of yippee noodle bar is cb11lh. Christ's college is free to enter.", + "USER: Thanks! I think you covered everything I need. Have a good one. Bye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Please contact us for your future travel needs." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "yippee noodle bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1547.json", + "Complete Dialogue": [ + "USER: I need a train on Tuesday that goes to london kings cross.", + "SYSTEM: There are ten trains on tuesday to that location. What time would you like to depart?", + "USER: I want to leave by 19:30.", + "SYSTEM: I have a train leaving Cambridge at 11:00 to go to London Kings Cross by 11:51, TR6925. Does this sound acceptable?", + "USER: Well I need it to leave after 19:30 and I would like to make a booking for 5 people on Tuesday and I will need a reference number.", + "SYSTEM: Booking was successful, the total fee is 118 GBP payable at the station .Reference number is : MMHRON1T .", + "USER: i am also looking for information about the hamilton lodge.", + "SYSTEM: The hamilton lodge is a guesthouse in the north area. Would you like a booking?", + "USER: Can you tell me if they have free internet?", + "SYSTEM: They do indeed have free internet as well as free parking.", + "USER: Ok. Thanks. All set.", + "SYSTEM: Is there anything else I can get for you today?", + "USER: No, that would be all for today. Thank you for all your help.", + "SYSTEM: You are welcome, enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "london kings cross" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "19:30" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hamilton lodge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0932.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant that serves international food.", + "SYSTEM: There are three international restaurants in Cambridge. Do you have a price preference?", + "USER: I would like to find a moderately priced place and I need a reservation for 4 people at 12:15 on a Thursday.", + "SYSTEM: Okay I have the Bloomsbury and the Varsity restaurants. But I was unable to reserve either. Is there another time that would suit you?", + "USER: Yes, could you make it for 11:15, and can you give me the reference number?", + "SYSTEM: Alright, I have booked you a table for 11:15 at the varsity restaurant. Your reference number is HM90EAET . Is there anything else I can help you with?", + "USER: I am looking for some entertainment, do you know anywhere I could go in the centre of town?", + "SYSTEM: Unfortunately I don't see anything entertainment related in the centre of town. How about another area of the city?", + "USER: That's fine. I'd like to know about museums in the area instead.", + "SYSTEM: Fantastic, there are 11 museums in the centre. Can I recommend the Fitzwilliam Museum, if you don't have a preference?", + "USER: Fitzwilliam Museum sounds great. What is the postcode?", + "SYSTEM: The postcode is cb21rb.", + "USER: Great. Now can you book a taxi for me between the two places? From The Varsity Restaurant to Fitzwilliam Museum?", + "SYSTEM: At what time would you like the taxi to arrive?", + "USER: Actually it's from Fitzwilliam Museum to The Varsity Restaurant I want to arrive by the 11:15 booking please.", + "SYSTEM: Certainly. What time would you like to leave?", + "USER: It doesn't matter, at long as I arrive at the restaurant by 11:15.", + "SYSTEM: OK, a yellow Lexus will pick you up at the Varsity and get you to the Fitzwilliam by 11:15. The contact number is 07462272535. Can I help with anything else?", + "USER: No thank you, that will do for now! Thanks for helping me today!", + "SYSTEM: Have a fantastic day!", + "USER: Thank you for all your help.", + "SYSTEM: Glad I could be of assistance." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "international" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "11:15", + "12:15" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "the varsity restaurant", + "the varsity restaurants" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "fitzwilliam museum", + "the varsity restaurant" + ], + "taxi-destination": [ + "fitzwilliam museum", + "the varsity restaurant" + ], + "taxi-arriveby": [ + "11:15" + ], + "taxi-leaveat": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "entertainment", + "museum" + ], + "attraction-name": [ + "fitzwilliam museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01433.json", + "Complete Dialogue": [ + "USER: I want to find a hospital in town", + "SYSTEM: The Addenbrookes Hospital is here in town. Is there particular department you need help contacting?", + "USER: No, I just need the postcode.", + "SYSTEM: Okay. The postcode is CB20QQ", + "USER: Thank you for your help.", + "SYSTEM: Thank you for contacting us. Don't hesitate to contact us in the future if you need any more help." + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2035.json", + "Complete Dialogue": [ + "USER: I need a three star hotel with internet. Can you help?", + "SYSTEM: I'm sorry, I cannot help you with hotels. Are you sure that's what you're looking for?", + "USER: I'm sorry. I meant to ask for information on a restaurant. It's called the Stazione Restaurant and Coffee Bar.", + "SYSTEM: The stazione restaurant is an expensive, italian restaurant located in the centre area. Would you like me to make you a booking today?", + "USER: Yes, sounds wonderful. Can you book a table for 7 at 12:00 on Saturday?", + "SYSTEM: The booking was successful. Your table will be reserved for 15 minutes and your reference number is TA6XS4CY .", + "USER: Great. I also need to find an attraction in the center and would like to know what type, address and entrance fee you find.", + "SYSTEM: Okay what kind of attraction are you looking for?", + "USER: Anything you'd recommend, as long as it's in the centre.", + "SYSTEM: I recommend the vue cinema, it's got a lot of great features to watch!", + "USER: Sounds good! Could I have the address and entrance fee, please?", + "SYSTEM: Address is the grafton centre, east road, I do not know the entrance fee.", + "USER: Thanks! Do you have a phone number so I can find the entrance fee.", + "SYSTEM: The phone number is 08712240240.", + "USER: Thank you! And this is a cinema attraction?", + "SYSTEM: Yes it is. Is there anything else I can do for you?", + "USER: I don't need anything else.", + "SYSTEM: I hope you have a good trip. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "stazione restaurant and coffee bar" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "vue cinema" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1820.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called city centre north b and b", + "SYSTEM: May I help set a booking for you?", + "USER: Does the hotel have free parking?", + "SYSTEM: They offer parking but I am unsure if it is free, but their phone number is 01223312843 if you'd like to call and check with them.", + "USER: Hmm. Okay. Could you help me find a train? I need to leave on Sunday.", + "SYSTEM: And when would you like to leave by?", + "USER: I want to leave on Sunday and arrive by 14:00.", + "SYSTEM: Where are you traveling from and to?", + "USER: I am traveling to cambridge from broxbourne.", + "SYSTEM: TR2939 will leave at 12:01 and arrive at 13:01. Would you like to book this train?", + "USER: Can you book it for me and get a reference number ?", + "SYSTEM: It is done, your reference number is YNUEX070 and you will need to pay 14.32 GBP at the station.", + "USER: Thanks very much for your help today.", + "SYSTEM: Was that everything you needed?", + "USER: I'm awful with math, what is the travel time on that train?", + "SYSTEM: 60 mins would be the total duration.", + "USER: Thank you for informing about the total duration.", + "SYSTEM: You're welcome! I hope I've answered all of your questions. If you need further assistance, please give us a call." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "city centre north b and b" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "14:00" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0917.json", + "Complete Dialogue": [ + "USER: I am look for a hotel near the beach near the main strip", + "SYSTEM: Sorry, I don't think I can help you there. Can I help with something else?", + "USER: I am looking for a particular restaurant called Zizzi Cambridge. Can you tell me what area it is in?", + "SYSTEM: Zizzi is in the centre of town.", + "USER: Excellent. Thank you. Also, can you assist me with finding a train for Monday?", + "SYSTEM: Sure! Provide me your itinerary.", + "USER: We will be traveling from Cambridge and going to Ely, but it needs to leave after 21:00.", + "SYSTEM: Is there a time you need to arrive by?", + "USER: I need to leave after 21:00.", + "SYSTEM: I've booked you a train, the fee is 4.4GBP and the reference number is CYJKG5SK.", + "USER: i didnt really need a booking, but oh well. can i get the price of the ticket though?", + "SYSTEM: 4.40 pounds is the price", + "USER: Thanks for the info, that's all I need today.", + "SYSTEM: Thank you for contacting us, have a nice day.", + "USER: You're welcome for contacting you. Have a nice day too. Bye bye.", + "SYSTEM: In review, did you need a restaurant reservation or more information? Also, I have cancelled your train booking." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "zizzi cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-leaveat": [ + "21:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20210.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the south part of town", + "SYSTEM: Taj Tandoori is an expensive Indian restaurant in the South. Would you like more information on them?", + "USER: Is there anything else?", + "SYSTEM: Yes. chiquito restaurant bar serves mexican food in the expensive price range and is located in the south part of town.", + "USER: May I have their address and phone number?", + "SYSTEM: chiquito restaurant bar is located at 2G Cambridge leisure park cherry hinton road cherry hinton. Its phone number is 01223400170. Would you like anything else?", + "USER: Thank you goodbye.", + "SYSTEM: Thanks for your call. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "chiquito" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1390.json", + "Complete Dialogue": [ + "USER: I am looking for information about a hotel called the autumn house.", + "SYSTEM: Ok. The autumn house is a guesthouse in the east. Would you like me to book a room?", + "USER: Yes, please. I would like a room for 6 people for 2 nights. We'll arrive on Saturday.", + "SYSTEM: You are booked! Reference number is : AS63WLAE .", + "USER: Thank you so much!!", + "SYSTEM: You are welcome. Do you need anything further?", + "USER: Thank you. That is all for now.", + "SYSTEM: You are welcome. Please let us know if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "autumn house" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0238.json", + "Complete Dialogue": [ + "USER: Could you find me a hospital in town?", + "SYSTEM: Yes, Addenbrookes Hospital is in your area, would you like me to book you an appointment?", + "USER: Do they have a transitional care department? I would also like to know the postcode and phone number.", + "SYSTEM: Yes they have transitional care. Their post code is CB20QQ and the phone is 01223254668. Would you like me to book that for you?", + "USER: No, I'll just head down, so I don't need anything else at the moment. Later!", + "SYSTEM: Good luck, sir!" + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "transitional care" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1303.json", + "Complete Dialogue": [ + "USER: Hello, I need to book a train at 07:15 leaving Cambridge going to the town center on Thursday for 7 people.", + "SYSTEM: Sure I can help with that. There are no trains going to the town centre. Do you have another destination in mind?", + "USER: Could you check for a bus?", + "SYSTEM: I think we may need to recheck your intended arrival location. To where and from where do you wish to travel?", + "USER: I am leaving from Cambridge at 14:30.", + "SYSTEM: And where are you going?", + "USER: I will be going to ely.", + "SYSTEM: What time do you want to arrive by?", + "USER: Doesn't matter. I just can't leave until 14:30", + "SYSTEM: There is a 15:50 train that will arrive at 16:07. Does that sound good?", + "USER: Does the train depart on Friday? Does it go to Stevenage?", + "SYSTEM: I'm sorry, earlier you said you were going to Ely, but now you're asking about stevenage. What is your destination, please?", + "USER: For Clarification: From Cambridge to destination Stevenage,, on friday, leaving after 14:30.", + "SYSTEM: sorry about that, how many tickets?", + "USER: just one person", + "SYSTEM: There are five available trains, leaving every two hours, starting at 15:21. Would you like me to book at seat on the earliest train?", + "USER: Do you know how long the travel time is and the price?", + "SYSTEM: The travel time for all trains is approximately 49 minutes and each ticket costs 12.80 pounds. Would you like me to book you on one?", + "USER: No, that is all thanks.", + "SYSTEM: You're welcome, let me know if I can assist with anything else." + ], + "Service Information": { + "Services Involved": [ + "train", + "bus" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train" + ], + "Preferences": { + "train-bookpeople": [ + "7", + "1" + ], + "train-day": [ + "thursday", + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "14:30", + "07:15" + ], + "train-destination": [ + "ely", + "stevenage" + ] + } + }, + { + "Actions": [ + "NONE", + "find_bus" + ], + "Preferences": { + "bus-departure": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0216.json", + "Complete Dialogue": [ + "USER: i need a train going to leicester that leaves after 11:45", + "SYSTEM: Sure, are you going to leicester, or to cambridge? What is your departure site please?", + "USER: I will be departing leicester going to cambridge, sorry for the confusion. I need to leave after 11:45 also.", + "SYSTEM: The earliest train leaving after 11:45 is at 12:09 on friday. Would you like me to book this for you?", + "USER: That is fine. Can I have the train ID once it's booked?", + "SYSTEM: Of course, what day will you be traveling, and how many people will be in your party?", + "USER: I need 1 ticket for departure on Thursday.", + "SYSTEM: Great. I have booked you one seat on the 12:09 train from Leicester and your reference number is 7UR3BFW6 . Is there anything else I can do for you?", + "USER: Yes I want to reserve a table for 7 people at 15:00 on Thursday at an expensive African restaurant. Can you help me with this?", + "SYSTEM: There are no tables available at Bedouin at that time. Would you like to try a different time slot or perhaps a different day?", + "USER: Sure. If there are no other African eateries to choose from, try the 14:00 at the Bedouin.", + "SYSTEM: There is one restaurant called bedouin, but unfortunately it does not have any open reservations for matching your specifications. Could you provide another day or time?", + "USER: Could you get a reservation at a difference expensive African restaurant?", + "SYSTEM: I was successfully able to book you a reservation for 7. The reference number is R2RPLBI3 . Can I help you with anything else?", + "USER: No thank you. I have everything I need.", + "SYSTEM: You are welcome. Good bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "1" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "14:00", + "15:00" + ], + "restaurant-food": [ + "african" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2656.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay.", + "SYSTEM: Sure. Do you have a preference as to location, price, or amenities?", + "USER: I would like free parking and wifi for sure. Preferably on the west side with 4 stars, too.", + "SYSTEM: I'd suggest Finches Bed and Breakfast. It's a guesthouse in the west area with free internet and parking.", + "USER: That sounds wonderful. Could you reserve our rooms? We'll be a party of 8, and we'd like to arrive on Sunday. I think we'll be staying 4 nights.", + "SYSTEM: I have booked Finches Bed & Breakfast for you starting Sunday for 4 nights for 8 people. Your reference number is H7WHFPQT . Is there anything I may assist with?", + "USER: Thank you, yes, I'd like to also find a nice park to visit while I'm in town. Can you see if there is one near my hotel?", + "SYSTEM: Unfortunately, I could not find a park in the west. Can I try a different area?", + "USER: No, but can you try to find a museum in the west please?", + "SYSTEM: Sure, I'd like to suggest the cafe jello gallery. Is that everything?", + "USER: May I please get their address and phone number?", + "SYSTEM: The Cafe Jello Gallery is at cafe jello gallery, 13 magdalene street and their phone number is 01223312112. What else can I do for you?", + "USER: No, you've been so helpful. Thank you so much! Have a great night.", + "SYSTEM: You're welcome, have a great day as well." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "park" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4420.json", + "Complete Dialogue": [ + "USER: I need a train to Cambridge please. I plan to leave out on Tuesday", + "SYSTEM: Sure, no problem. Where are you heading in from?", + "USER: I am leaving peterborough.", + "SYSTEM: What time do you need to travel?", + "USER: I need to leave after 14:15", + "SYSTEM: TR9964 departs peterborough at 14:19, or there is also a later one that leaves at 14:48. Do either of these suit your needs?", + "USER: Um, the one at 14:48 please. Could you book it for 6 people?", + "SYSTEM: Your train is book it will cost 99 GBP and payable at station. Your reference number is 7ZNQOMB8 . Anything else you may need?", + "USER: Yes. I'm looking for a restaurant called Gourmet Burger Kitchen. Can you tell me the price range and area that's in?", + "SYSTEM: I sure can. Gourmet Burger Kitchen is on the expensive side and it's located in the center area of town. Anything else today?", + "USER: No, that's it. Thanks for your help. Goodbye.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "peterborough" + ], + "train-leaveat": [ + "14:15" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "gourmet burger kitchen" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20407.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the east part of town. It serves chinese food. What is the address, phone number, and postcode?", + "SYSTEM: Yu Garden is a Chinese restaurant in the east part of town. Their address is 529 Newmarket Road Fen Ditton, phone number 01223 248882 and postcode C.B 5, 8 P.A.", + "USER: Thank you goodbye.", + "SYSTEM: You're welcome, goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "chinese" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01549.json", + "Complete Dialogue": [ + "USER: I want a hospital in town.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge. Is there a particular department you're looking for?", + "USER: No, I just need the phone number, address and postcode please.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge, postcode CB20QQ. General phone number is 01223245151. Can I help with anything else?", + "USER: No that is all. Thank you.", + "SYSTEM: welcome. at your service next time", + "USER: Great! Have a nice day!", + "SYSTEM: You as well. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL4983.json", + "Complete Dialogue": [ + "USER: Is there anything interesting to see in the centre of town?", + "SYSTEM: In addition to architecture, colleges, and museums, we also have boat attractions, nightclubs, and theatres in the centre.", + "USER: I would be interested in seeing some interesting architecture.", + "SYSTEM: There are a few places, mainly churches, that have great architecture. Do you want information on any of those?", + "USER: No thank you though. I would like information on greek restaurants that would be in the same area as the churches you suggested, please?", + "SYSTEM: there is no greek restaurant in the centre. can we change the location?", + "USER: Well, how about African food?", + "SYSTEM: Bedouin is an expensive serving african food in the centre of town.", + "USER: That sounds good, can you book 2 people at 13:30 on Tuesday.", + "SYSTEM: Booking was successful. Reference number is : IA596HSH . Is there anything else I can do for you?", + "USER: Yes, I'll also need a taxi to commute between the two places. I'll need to be at the restaurant by 13:30, of course.", + "SYSTEM: Okay and where do you need the taxi to pick you up?", + "USER: I need it to arrive before the 13:30 at the restaurant. Can you give me a contact number and the car type that will pick me up?", + "SYSTEM: I can do that. I'm sorry, but can you clarify your departure site? It appears it would be a location in the centre?", + "USER: You're right. I forgot to select an architectural sight that I wanted to visit. Could you suggest one in the city centre.", + "SYSTEM: Sure thing. I would suggest the old schools.", + "USER: That sounds good, can you book the taxi from there to the restaurant?", + "SYSTEM: Booking completed! Booked car type : grey bmw Contact number : 07935848087", + "USER: thanks that's all i need", + "SYSTEM: Can I assist you with anything further, today?", + "USER: That's all I need, thanks so much for all of your help! Have a great day!", + "SYSTEM: Thank you, you too." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "african", + "greek" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "13:30" + ], + "taxi-destination": [ + "bedouin" + ], + "taxi-departure": [ + "old schools" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3111.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap place to stay. Can you help?", + "SYSTEM: I have a number of cheap hotels available; do you want to stay in a particular area of town?", + "USER: I don't care which area the hotel is in.", + "SYSTEM: Ok, would you prefer a guesthouse or a hotel?", + "USER: any so long as it is a 2star and has wifi", + "SYSTEM: I'm sorry I don't have any matches. Do you want me to check a different price range?", + "USER: Yes, please try expensive.", + "SYSTEM: I'm sorry, there's not guesthouse fitting THAT description either. Do you want to try a different hotel type or something?", + "USER: Try either a hotel or guesthouse.", + "SYSTEM: The express by holiday inn cambridge is a 2 star hotel in the east area that is expensive. It has wifi and parking. Would you like to make a reservation?", + "USER: yes please. book it for 3 people and 3 nights starting from friday.", + "SYSTEM: Booking was successful. Reference number is : DAEY6JJV .", + "USER: Thank you. I am also looking for a restaurant that serves vegetarian food and that is expensive.", + "SYSTEM: I don't seem to have any vegetarian restaurants. Do you have a second choice for cuisine?", + "USER: Italian would be fine.", + "SYSTEM: There are 5 expensive Italian restaurants around town is there an area you prefer?", + "USER: No any area will work. Whatever you recommend. I need a reservation for Friday, 3 people at 13:45. Please include the reference number.", + "SYSTEM: I reserved a table for you at stazione restaurant and coffee bar, you ref # is SUY8VW, anything else for you today?", + "USER: No, that's it! Thank you for all your help!", + "SYSTEM: ok, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "2" + ], + "hotel-type": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian", + "vegetarian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:45" + ], + "restaurant-name": [ + "stazione restaurant and coffee bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0121.json", + "Complete Dialogue": [ + "USER: I've just been robbed. I need to report it.", + "SYSTEM: So sorry to hear that. You can get assistance by contacting Parkside Police Station at Telephone 01223358966, Address Parkside, Cambridge, Postcode CB11JG.", + "USER: That will be all, thank you.", + "SYSTEM: You're welcome, and good luck." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2904.json", + "Complete Dialogue": [ + "USER: Can I get the next train?", + "SYSTEM: I'm afraid our train system seems to be down at the moment. Can I help you find a hotel until it is back up and running?", + "USER: No, but I am looking for a nightclub to go to. What ones are there?", + "SYSTEM: There are quite a few in the Centre. I suggest either Club Salsa or Soul Tree Nightclub.", + "USER: Club Salsa sounds good. Can I get their phone number, address and postcode please?", + "SYSTEM: You sure may. The address is 1 Station Road, CB12JB. The phone number is 07782218745. Is there anything else I may help you with?", + "USER: Thanks. I would like some information on Rosa's bed and breakfast, please.", + "SYSTEM: What information are you looking for?", + "USER: Does such a place exist? If so, I would like some information on it, like the postcode.", + "SYSTEM: sure the address is 53 roseford road and the postcode is cb22ha. anything else?", + "USER: That is everything, thank you very much.", + "SYSTEM: Enjoy your visit." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "club salsa" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "rosas bed and breakfast", + "rosa's" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2517.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel, is that something you help with?", + "SYSTEM: There are 33 hotels, is there a specific area you are looking for?", + "USER: I'm looking for somewhere classy and expensive, where they don't skimp on amenities like free wifi. Are there any like that?", + "SYSTEM: We have five hotels that meet that criteria. Are you looking for one in a particular area?", + "USER: Are any of them guesthouses? I would prefer a guesthouse.", + "SYSTEM: No, they're all hotels. Would you like me to try a different price range?", + "USER: Yes please, could you try finding me a guesthouse in a moderate price range?", + "SYSTEM: There are no expensive guest houses.", + "USER: I would settle for a moderate price ranged one.", + "SYSTEM: There are some in the north and one in the east. Does either option sound better?", + "USER: moderately priced with a 4 star rating. For 4 people for 5 nights on thursday.", + "SYSTEM: Do you want a hotel in the north or east?", + "USER: It doesn't matter. Whichever one you think is best.", + "SYSTEM: How does acorn guest house sound? They're on 154 chesterton rd and you'd get free parking, too.", + "USER: Okay great! Can you please book a reservation for 4 people for 5 nights starting on Thursday?", + "SYSTEM: Done! Your reference number is 1CD4LZ9R . Do you need assistance with anything else today?", + "USER: No that was all I needed thanks so much for your help.", + "SYSTEM: Thank you for contacting us, have a nice day." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0375.json", + "Complete Dialogue": [ + "USER: I would like to book a hotel room for two.", + "SYSTEM: Okay, is it possible you meant to say you needed to find a train? I can help you with that.", + "USER: Yes, sorry. I need to leave Stansted airport on Tuesday.", + "SYSTEM: And what is your destination?", + "USER: Cambridge. Please give me departure time and travel time.", + "SYSTEM: Would leaving at 5:24 and arriving at 5:52 work?", + "USER: It most certainly would, thank you. I am not ready to book, can you just give me the travel time for that trip?", + "SYSTEM: The travel time is 28 minutes. Is there anything else?", + "USER: No, that's all, thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL1007.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a train? I'm in the planning stages of a trip there.", + "SYSTEM: Absolutely! Do you know which train station you would like to use?", + "USER: Not really but I am departing from Cambridge and going to Birmingham New Street.", + "SYSTEM: There are hourly trains Friday morning, you could take the TR5408 leaving at 7AM, arriving at 9:44. It costs 75.10 pounds. Does that work?", + "USER: No. I need the train on a thursday and it has to arrive by 13:45. Can you give me the departure time, price, and travel time for that train?", + "SYSTEM: I have TR2102 that leaves at 10:01 and arrives by 12:44. The ticket price is 75.10 pounds. And the travel time is 163 minutes. Anything else I can help with?", + "USER: Yes, do you have any suggestions of places to go in the centre?", + "SYSTEM: sure! do you like museums?", + "USER: Yes, I enjoy going to museums. Can you recommend one?", + "SYSTEM: I've heard good things about the Primavera. And there is no entrance fee, so that's a bonus!", + "USER: That sounds great. Can you please provide me with the phone number and postcode.", + "SYSTEM: Absolutely. The phone number is 01223357708 and the postcode is cb21sj. Is there anything else I can help you with?", + "USER: That is all I needed today have a nice day.", + "SYSTEM: Thanks for using our service today!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-arriveby": [ + "13:45" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "primavera" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2572.json", + "Complete Dialogue": [ + "USER: Can you book a hotel for me? I would like a 3 star hotel or greater in downtown Cambridge for tonight for 2 people.", + "SYSTEM: There is one called the Gonville Hotel, but it's expensive. Is this alright?", + "USER: yes that would be fine. Are there any colleges in the centre that we can also visit? And may I have the address please?", + "SYSTEM: There are four in the area that are free and one that has a fee of 2 pounds, would you like more information?", + "USER: Sure, which one would you recommend of the free ones?", + "SYSTEM: I would recommend Saint Catherine's College located at King's Parade, postcode cb23rl.", + "USER: Thank you, I actually need a guesthouse with free parking.", + "SYSTEM: Thank you for clarifying that you need a guest house. So that I might best find the right place for you, could you restate any other needs with regards to lodgings?", + "USER: I need free parking in the moderate pricerange.", + "SYSTEM: Unfortunately, I do not have any 3-star rated guesthouses that are moderately priced and in the centre with free parking. Would you like to change any criteria?", + "USER: No that is ok! I decided that free parking is not a deal breaker for me. So can I book that guest house?", + "SYSTEM: I don't see any 3 star guesthouses available in the centre. However Alexander Bed and Breakfast is a nice 4 star, cheap guesthouse. Does that work?", + "USER: Does that guesthouse come with free wifi?", + "SYSTEM: Yes, they do offer free internet as well as free parking. Would you like me to book a room for you there?", + "USER: yup. 5 nights just 1 person please, let's shoot for Monday. Thanks.", + "SYSTEM: I'm sorry, your booking was unsuccessful, probably because the guesthouse is booked for some or all of these days. Would you like to try a shorter stay, or book another day?", + "USER: Okay. Let's try for four nights and may I get the reference number.", + "SYSTEM: I was able to find availability for 4 days. Booking was successful. Reference number is : 84JDP6OG .", + "USER: Great! That should be all I need. Thanks for your help. Goodbye.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-bookpeople": [ + "2", + "1" + ], + "hotel-stars": [ + "3" + ], + "hotel-name": [ + "gonville hotel", + "alexander bed and breakfast" + ], + "hotel-parking": [ + "yes", + "dontcare" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookstay": [ + "4", + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4498.json", + "Complete Dialogue": [ + "USER: i am looking for information in Cambridge.", + "SYSTEM: I can certainly help you with that! What do you want to know?", + "USER: I'd like to stay at a guesthouse that offers free wifi.", + "SYSTEM: Do you have a price range or area preference? Because if not, how about a and b guest house located in the east and moderately priced.", + "USER: The hotel should have a star of 4 and should include free parking.", + "SYSTEM: The Alexander bed and breakfast is a great place. Do you need a reservation?", + "USER: yes, please. 6 people for 3 nights starting on thursday.", + "SYSTEM: Acorn Guest House would be perfect for your needs." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3762.json", + "Complete Dialogue": [ + "USER: I'd like to find out more about expensive restaurants in the city centre.", + "SYSTEM: they are many. what is your prefered food type?", + "USER: Are there any restaurants that serve French food? If so, I will need the phone number to the restaurant.", + "SYSTEM: yes cote does. can i give you their contact?", + "USER: Yes please. I did state that I wanted the phone number.", + "SYSTEM: The number for Cote is 01223311053. Is there anything else I can do for you?", + "USER: Can you give me some information on a hotel called holiday inn Cambridge, please?", + "SYSTEM: The Express by Holiday Inn Cambridge is an expensive, 2-star hotel in the east. They're located at 15-17 norman way, coldhams business park. Can I book a room for you?", + "USER: Yes, please! I'll be traveling solo, and I need 3 nights starting Monday.", + "SYSTEM: Ok. I've booked a room with a queen sized bed for 3 nights starting Monday at the Holiday Inn Cambridge. Is there anything else I can help you with?", + "USER: Can I get a taxi that will take me to the hotel from the restaurant?", + "SYSTEM: Sure, what time should I set it up for the taxi to pick you up?", + "USER: Well, I need the taxi to pick me up at the restaurant by 09:15. I need the contact number and car type please.", + "SYSTEM: Alright, you'll be picked up by a grey Volvo, and the contact number is 07916701458. Can I help you with anything else?", + "USER: No, thank you. That is all. Goodbye", + "SYSTEM: It was a pleasure helping you today. Good-bye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "french" + ], + "restaurant-name": [ + "cote" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "express by holiday inn cambridge", + "holiday inn cambridge" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "cote" + ], + "taxi-destination": [ + "express by holiday inn cambridge", + "holiday inn cambridge" + ], + "taxi-leaveat": [ + "09:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02339.json", + "Complete Dialogue": [ + "USER: I want to eat at an expensive gastropub restaurant", + "SYSTEM: There are two gastropub's in the centre of town in the expensive price range, would you like me to book one?", + "USER: Yeah, I need a reservation for 4 people on saturday at 12:30 please", + "SYSTEM: Would you like me to book your reservation in the centre of town or east?", + "USER: The center of town would be best.", + "SYSTEM: Your reservations are complete at the Backstreet Bistro. Your reference number is 7H01DZW5 .", + "USER: Thank you so much. I don't think I need anything further.", + "SYSTEM: You're welcome, I hope you enjoy your meal. Feel free to call us again if you need anything else. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:30" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "backstreet bistro" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3489.json", + "Complete Dialogue": [ + "USER: I need a list of cheap places to stay that include free parking.", + "SYSTEM: Alexander bed and breakfast is in the cheap price range in the centre of town.", + "USER: Okay, does that place include free wifi and it is 4 stars?", + "SYSTEM: Yes, the Alexander has free wifi and is a 4 star hotel. How many nights will you be staying?", + "USER: I will be staying 5 nights starting from Saturday.", + "SYSTEM: Thank you so much for that information. How many people in your party so I can make the booking for you?", + "USER: Yes, can you book it for 6 people?", + "SYSTEM: Booking was successful. Your reference number is QIT1W09H . Do you need anything else?", + "USER: Thank you. I also need a train to Kings Lynn that leaves on Sunday.", + "SYSTEM: There are 19 trains leaving Cambridge on Sunday. When would you like to depart?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "kings lynn" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2893.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip and need some suggestions. I am looking for places to go in town.", + "SYSTEM: Can I ask you some questions about the types of places you want to go while you're in Cambridge?", + "USER: The attraction should be in the centre and should be in the type of cinema.", + "SYSTEM: The Vue Cineme is in the Grafton Centre, on East Road. Do you need any more information?", + "USER: What is the postcode for The Vue Cineme?", + "SYSTEM: The postcode is cb11ps. Is there anything else I can help you with?", + "USER: Yes, I'd also like to find a moderately-priced guesthouse on the west side, if possible. I do need free wifi.", + "SYSTEM: I have one place.Shall I book it?", + "USER: Sure, I'll be coming in on Sunday with one other person. We'll be staying for 3 nights.", + "SYSTEM: Okay. Your booking was successful. The reference number is UOE033DZ . Can I help with anything else today?", + "USER: Can you book me a taxi to get me from the cinema to the hotel?", + "SYSTEM: Absolutely, when did you want to leave?", + "USER: I would like to leave by 23:30.", + "SYSTEM: For me to book your Taxi what time you will like to arrive?", + "USER: You don't need an arrival time. I told you my departure time is 23:30. That should be enough. Please tell me the contact number and car type when you book it", + "SYSTEM: Your car will be a white Ford, and their contact number is 07378026406. Need anything else?", + "USER: I am also looking for an attraction.", + "SYSTEM: What kind of attraction are you looking for, and in what area?", + "USER: I would like to find a cinema.", + "SYSTEM: The Vue Cinema meets your requirements.", + "USER: Thank you that is all for now.", + "SYSTEM: Okay, goodbye. It was a pleasure assisting you." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "cinema" + ], + "attraction-name": [ + "vue cinema", + "vue" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "vue cinema", + "vue" + ], + "taxi-destination": [ + "hotel" + ], + "taxi-leaveat": [ + "23:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2791.json", + "Complete Dialogue": [ + "USER: Hi, I am planning a trip to your beautiful town and am looking for places to go when I get there. Can you help me?", + "SYSTEM: Certainly. Do you have any particular types of things you'd like to see?", + "USER: I'm interested in exploring the local architecture.", + "SYSTEM: There are many colleges and churches to see.", + "USER: Do you have a favorite?", + "SYSTEM: My favorite is clare hall.", + "USER: I need a place that is architecture.", + "SYSTEM: How about old schools? It is architecture and a school!", + "USER: Could I have the postcode, area and entrance fee of what you recommend?", + "SYSTEM: Okay, Old Schools is on Trinity Lane and is in the centre. Post code is cb21tt and it is free admission.", + "USER: Thanks! I'm also looking for an expensive, 2-star place to stay in the north. Do you have anything like that?", + "SYSTEM: there are no expensive hotel in the north. can you change the location?", + "USER: I would like to stay in the north but can you try in the moderate price range and see if any are available?", + "SYSTEM: We have 2 matches. ashley hotel and lovell lodge. Both have the identical amenities. Do you prefer one over the other?", + "USER: Let's go with Ashley Hotel. For 8 people and 2 nights starting from Saturday. I need the reference number.", + "SYSTEM: You are booked, the reference number is QBIAGDVH, is there anything else that I can assist with?", + "USER: I also need to book a taxi from Old Schools to leave by 21:30", + "SYSTEM: Where would you like to be picked up?", + "USER: Pick me up from the hotel.", + "SYSTEM: Your taxi has been booked. It will be a blue Skoda and the contact number is 07641158259.", + "USER: Thank you for all your help! That will be all!", + "SYSTEM: Thank you for choosing Cambridge Town Info Centre. Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "old schools", + "ashley hotel" + ], + "taxi-leaveat": [ + "21:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0366.json", + "Complete Dialogue": [ + "USER: I need a place to eat in the centre of town.", + "SYSTEM: There are a lot of restaurants to choose from in the centre, what type of food do you want to eat?", + "USER: Can you please search for indian food.", + "SYSTEM: I have many choices in the city center. Are you looking for something expensive or cheap?", + "USER: I want something expensive.", + "SYSTEM: How about Curry Garden on Regent Street?", + "USER: That would be fine. I would like reservations on wednesday for 3 people at 18:15.", + "SYSTEM: The curry garden will be expecting your party on Wednesday at 18:15. Your reference is 925W0ZE2 . Is there anything else I can do for you today?", + "USER: Yes. I also need a 4 star hotel.", + "SYSTEM: There are 21 4 star options. Do you need internet or parking?", + "USER: Parking doesn't matter, but I want it to be in the same area as the restaurant.", + "SYSTEM: There are two 4 star choices in the centre. A cheap guesthouse as well as an expensive hotel. Would you like to book one today?", + "USER: I'll like a hotel with free internet", + "SYSTEM: I have two results for you. Do you prefer a guesthouse or a hotel", + "USER: Either will do - which place do you think is better?", + "SYSTEM: I would recommend University arms hotel. Would you like me to make reservations for you?", + "USER: Does it have free parking? Also I need to know if they have free internet. The address and the type of hotel it is, got it?", + "SYSTEM: It does have free parking. It is a hotel. The address is regent street, post code cb21ad. Would you like me to make a reservation?", + "USER: Yes, please make a reservation for 3 people.", + "SYSTEM: when will you be arriving and how many rooms?", + "USER: I actually don't need a booking at this time. I have everything I need. Thank you, goodbye!", + "SYSTEM: Glad to be of help. Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "18:15" + ], + "restaurant-name": [ + "curry garden" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1467.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in the centre of Cambridge.", + "SYSTEM: There are dozens of places to eat in the north. What kind of food are you interested in?", + "USER: I'd like something that serves modern European.", + "SYSTEM: There are four choices available that range from cheap to expensive, what is your preference with price?", + "USER: Great can you book one for 2 people at 16:00 on monday please?", + "SYSTEM: Ok, I have a reservation for 2 at de luca cucina and bar on Monday at 16:00. The reference number is: HC9L602O .", + "USER: I am also looking for a train for Monday departing birmingham new street.", + "SYSTEM: It looks like there are trains running hourly from 5:40. Did you have a time of day in mind?", + "USER: I'm looking to arrive in cambridge by 10:15.", + "SYSTEM: The TR7853 gets you to Cambridge about 09:23. Would you like that one?", + "USER: Possibly. Can you give me the departure time, travel time and a price?", + "SYSTEM: That one departs at 06:40, and arrives at cambridge on monday at 09:23. It's duration is 163 minutes. The price is 75.10 pounds.", + "USER: Sounds good. Is there a ticket available on that train?", + "SYSTEM: Yes, I was able to book you for the train, the train number is TR7583, the reference number is LW0W57MP, the ticket is 75.09 payable at the station", + "USER: Okay. Thank you for all your help.", + "SYSTEM: You're welcome. Will you be needing anything else today?", + "USER: I won't be needing anything else, thank you.", + "SYSTEM: You're very welcome. I'm glad to have helped. Enjoy your trip." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-arriveby": [ + "10:15" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3499.json", + "Complete Dialogue": [ + "USER: I need a train to stansted airport from cambridge please.", + "SYSTEM: Ok, what day will you be traveling?", + "USER: Thursday. I need to arrive by 12:45.", + "SYSTEM: The closest to thing I can find is a train leaving at 5:40 on Thursday. It arrives at Stansted Airport at 6:08. Is this okay?", + "USER: Yes, that works. Can I get the train id number and the price please?", + "SYSTEM: the train Number is TR7966, it will cost you 10.10 pounds.", + "USER: I need to find me a room as well.", + "SYSTEM: What part of town would you prefer? And, do you need internet?", + "USER: Looking for something in the North, cheap price range please. Don't care much about internet.", + "SYSTEM: There are two guesthouses that meet your criteria. The City Centre North B and B, and the Worth House. Would you like me to book one of those for you?", + "USER: Sure, Saturday for 5 nights and 7 people.", + "SYSTEM: I have booked the Worth House for you. The reference number is G7TDBIJU . Is there anything else I can help you with?", + "USER: Does the Worth House have a star rating of 4?", + "SYSTEM: Yes, the Worth House has a 4 star rating. Is there anything else I can help you with?", + "USER: Can you book the worth house for 5 nights starting saturday for 7 people.", + "SYSTEM: Your booking was successful. Your reference number is G7TDBIJU .", + "USER: Thank you that will be all I need.", + "SYSTEM: Okay, have a nice day! Bye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "12:45" + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "worth house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0150.json", + "Complete Dialogue": [ + "USER: I have been robbed and need to know how I can get help.", + "SYSTEM: The police station in parkside can help. Their telephone is 01223358966 with their postcode being CB11JG.", + "USER: Perfect, I will give them a call, and see if they can tell me what I should do next.", + "SYSTEM: Is there anything else I can help you with?" + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "WOZ20505.json", + "Complete Dialogue": [ + "USER: I want something that's moderately priced. Any type of food.", + "SYSTEM: What area would you like?", + "USER: I would like the north part of town, please.", + "SYSTEM: Golden Wok serves Chinese food. Would you like their address and phone number?", + "USER: yes I would like their address and phone number", + "SYSTEM: The golden wok is located at 191 Histon Road Chesterton and their phone number is 01223 350688. May I help you with anything else?", + "USER: No, thank you goodbye", + "SYSTEM: Have a great day and enjoy your food." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20484.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap restaurant.", + "SYSTEM: There are several cheap restaurants located in the centre part of town.", + "USER: Do any serve spanish food?", + "SYSTEM: Yes, La Raza serves Spanish food. Would you like their phone number?", + "USER: No, I would like the address and the post code please.", + "SYSTEM: La Raza is located at 4-6 Rose Crescent, their postcode is C.B 2, 3 L.L", + "USER: Thank you, goodbye.", + "SYSTEM: Thank you for using this system" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "spanish" + ], + "restaurant-name": [ + "la raza" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0141.json", + "Complete Dialogue": [ + "USER: I'm looking to get some info about a hotel called Home from Home", + "SYSTEM: Home from Home is located at 78-80 Milton Rd. It's a 4 star hotel in the north part of town. Phone is 01223323555.", + "USER: Yes, can you please book a room for me for 4 people for 5 nights starting on Thursday.", + "SYSTEM: Yes your booking was successful and your reference number is Z7XFCSHU .", + "USER: I am also looking for an Indian restaurant that is located in the centre?", + "SYSTEM: there is curry garden as well as eight other options for you.", + "USER: Curry Garden sounds good, can you book me for 4 people at 12:15 on saturday?", + "SYSTEM: I have a table for 4 at 12:15 on Saturday at Curry Garden. Is there anything else i can help you with?", + "USER: Could I get the reference number please?", + "SYSTEM: Your reference number is XDJE6L0H . Do you need anything else?", + "USER: No that is all I do believe thanks for all of your help", + "SYSTEM: You are welcome! Enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "home from home" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:15" + ], + "restaurant-name": [ + "curry garden" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3901.json", + "Complete Dialogue": [ + "USER: i need a train to bishops stortford that leaves after 16:30, please.", + "SYSTEM: Where will you be travelling to?", + "USER: I already told you.", + "SYSTEM: Where will you be departing from and what day do you wish to travel?", + "USER: I would like to leave on Tuesday, and depart from Cambridge.", + "SYSTEM: The TR2153 departs Cambridge for Bishops Stortford on Tuesday at 17:29, would you like to book a seat on this train?", + "USER: Yeah. I need to book for 7 people.", + "SYSTEM: Booking was successful, the total fee is 70.7 GBP payable at the station . Reference number is : C2KPV8JC .", + "USER: Thanks for the booking. I also am looking for a guesthouse with free internet for all of us.", + "SYSTEM: Arbury Lodge Guesthouse is available in the north area. It's a moderate price range and has free internet. How many days will you be staying?", + "USER: We will be staying for five days.", + "SYSTEM: And which night would you like to start your stay?", + "USER: One moment. I am looking for 2 stars. Does Arbury Lodge Guesthouse have two stars?", + "SYSTEM: It has 4 stars, should I book that for you?", + "USER: Yes, please book it and provide a reference number.", + "SYSTEM: Which day of the week is the start of your stay, please?", + "USER: Is it available starting Thursday?", + "SYSTEM: I just need to confirm before I book this hotel, do you want a 4-star hotel or 2-star hotel? Or does it matter?", + "USER: Four star please same group of people starting Thursday I need a ref number too please.", + "SYSTEM: Your room is booked (Ref#QN4WVXJJ). Is there anything else I can do for you today?", + "USER: No that will be all today. Thanks!", + "SYSTEM: You're welcome and enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "16:30" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Actions": [ + "NONE", + "book_hotel" + ], + "Preferences": { + "hotel-bookpeople": [ + "7" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse" + ], + "hotel-bookday": [ + "thursday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0907.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the centre of town.", + "SYSTEM: There are 69 restaurants in the centre. Is there a specific type of cuisine or price range you are looking for?", + "USER: I am looking for an expensive restaurant in the centre, type of food does not matter but I need a table for 7 people for Tuesday at 13:15.", + "SYSTEM: Unfortunately there is no vacancy on that day at that time. Can we try another day or time?", + "USER: Could we try for Tuesday at 12:15 please.", + "SYSTEM: I made a reservation at Bedouin, an African restaurant, for 7 people on Tuesday at 12:15. Your reservation number is PN95JSUF . Is there anything else?", + "USER: Yes, I'm looking for a particular attraction called Whale of a Time. Do you have any information on it?", + "SYSTEM: Yes, Whale of a Time is located in the west part of town, phone number is 01954781018. Any other questions?", + "USER: Could I have the postcode, address, and entrance fee?", + "SYSTEM: The postcode is cb238el, address is unit 8, viking way, bar hill and there is not an entrance fee listed. Can I help you with anything else?", + "USER: Yes, can you book me a taxi between those two? I'd like to arrive at the restaurant in time for my reservation please.", + "SYSTEM: I have booked a Yellow Tesla for you and you will arrive at the restaurant by 12:15. The contact number for the taxi is 07916644539. Is there anything else?", + "USER: No, that should do it, thanks!", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "13:15", + "12:15" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "12:15" + ], + "taxi-departure": [ + "whale of a time" + ], + "taxi-destination": [ + "bedouin" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "whale of a time" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2037.json", + "Complete Dialogue": [ + "USER: I'd like to find out more about taking a tour of Trinity College.", + "SYSTEM: I do not have information about tours, would you like the phone number for Trinity College?", + "USER: Actually, can you tell me what type of attraction it is? My friend suggested it and mentioned the name, but not much else.", + "SYSTEM: It is a college located on trinity street. The entrance fee is 1 pound. May I help you with anything else today?", + "USER: Yes, I'd like to find a restaurant in the centre of town.", + "SYSTEM: Of course. There are many restaurants in the area. Is there a food type you're interested in?", + "USER: I would chinese please.", + "SYSTEM: Is there a price range you'd like to stay in?", + "USER: Yeah, I'd like a moderately priced restaurant. And type of food doesn't actually matter. Just somewhere moderately priced in the centre of town.", + "SYSTEM: May I suggest Jinling Noodle Bar, they have excellent food moderately priced. Would you like a reservation?", + "USER: That would be great. Can I have the phone number please?", + "SYSTEM: their phone number is 01223566188.", + "USER: Great! Thanks. I also need a taxi to take me between the two. I want to leave the restaurant by 08:30", + "SYSTEM: I would be happy to do get a taxi for you. I need the departure location, destination location and the time of travel.", + "USER: I would like to leave the restaurant by 8:30.", + "SYSTEM: Your cab will pick you up at 08:30 at Jinling Noodle bar to take you to Trinity College. Expect a yellow ford. The contact number is 07741212724.", + "USER: Perfect, thank you for all your help.", + "SYSTEM: Do you need help arranging transportation or lodging at this time?", + "USER: No, thank you. I've got everything I need right now.", + "SYSTEM: You're welcome, glad I could help." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "trinity college" + ], + "attraction-type": [ + "college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "jinling noodle bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-leaveat": [ + "08:30" + ], + "taxi-departure": [ + "jinling noodle bar" + ], + "taxi-destination": [ + "trinity college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1315.json", + "Complete Dialogue": [ + "USER: Hi, I need a hotel on the west side, please.", + "SYSTEM: We have a couple options available to you, is there a particular price range you are looking for?", + "USER: I don't care about price range, but I do want the hotel to have a 4 star rating and have free wifi.", + "SYSTEM: I have the Huntingdon Marriott that is more expensive. Also, the Cambridge Belfry that is cheap. Do you have a preference?", + "USER: Can you tell me their post codes?", + "SYSTEM: Huntingdon marriott post code is pe296fl and the cambridge belfry postcode is cb236bw. Anything else I can assist you with today?", + "USER: No. Thank you. Goodbye.", + "SYSTEM: You're welcome. Have a wonderful day!", + "USER: I also need information on the maharajah tandoor restaurant please.", + "SYSTEM: It is an expensive restaurant in the west area serving indian food. Would you like me to book it for you?", + "USER: Yes, please book a table for 1 at 16:00 on Wednesday.", + "SYSTEM: I have completed the booking. The table will be reserved for 15 minutes. The reference number is KQLHM8ST .", + "USER: Would you be able to schedule a taxi to take me from the Huntingdon Marriott to the Maharajah Tandoor?", + "SYSTEM: Sure thing, what time would you like to arrive at your destination?", + "USER: I need to arrive in time for my reservation.", + "SYSTEM: I have reserved you a blue tesla, Contact number : 07639403969. Is there anything else I can help you with?", + "USER: No that is all thank you for your help!", + "SYSTEM: You are welcome. If you need anything else, we are always here to help." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "maharajah tandoor restaurant", + "maharajah tandoori restaurant" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "16:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "huntingdon marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "maharajah tandoor", + "maharajah tandoori restaurant" + ], + "taxi-arriveby": [ + "16:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0812.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the center of town.", + "SYSTEM: There are many expensive restaurants in the centre of town, is there a specific type of food you would like?", + "USER: Is there any Turkish cuisine? If so I need the postcode and the address.", + "SYSTEM: The Meze Bar restaurant matches your tastes. It is located at 196 Mill Road City Centre. The postcode is cb13nf.", + "USER: I am also looking for museums in the area.", + "SYSTEM: There are many museums listed in the centre area, what kind of museum are you interested in?", + "USER: I don't really care, what do you recommend? I will need the postcode and entrance fee please.", + "SYSTEM: How about Cambridge Contemporary Art? The entrance is free and the postcode is cb21su. Enjoy!", + "USER: Thank you. I would also like a taxi to commute between the two places.", + "SYSTEM: Certainly. When would you like your taxi to depart?", + "USER: I need to arrive at Cambridge Contemporary Art by 19:15 please.", + "SYSTEM: No problem. Your taxi has been reserved. Your driver's contact number is 07035811281 and will be driving a grey toyota. Is there anything else you need today?", + "USER: No, that will be all, thank you!", + "SYSTEM: Okay, have a nice day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "turkish" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "dontcare" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "meze bar" + ], + "taxi-destination": [ + "cambridge contemporary art" + ], + "taxi-arriveby": [ + "19:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0761.json", + "Complete Dialogue": [ + "USER: Hey, I need a place to stay with free wifi and free parking.", + "SYSTEM: I have several options to offer you, is there an area of town, or price range you'd like?", + "USER: Thanks! I really don't care about the area. I need stay in a guesthouse that has free wifi and parking.", + "SYSTEM: In order to try to narrow down your options, do you prefer a cheaper place or something moderately priced?", + "USER: I don't mind about the price but I want something with 4 stars .", + "SYSTEM: How about the Archway House? it is moderately priced in the north.", + "USER: That sounds nice. Can you get it for four nights starting Thursday?", + "SYSTEM: I will be happy to book it for you! How many people will be staying?", + "USER: Four people. Thanks.", + "SYSTEM: I've book the hotel for you for 4 people on Thursday. The reference number is QMOZPFHQ .", + "USER: Thanks so much. That is all I need. Bye.", + "SYSTEM: You're welcome. If you need anything else please let us know." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "archway house" + ], + "hotel-bookpeople": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01729.json", + "Complete Dialogue": [ + "USER: I'm hurt and I need to find a hospital. Oh, and one with an oncology department!", + "SYSTEM: Hello, I'm sorry you are injured. Addenbrookes Hospital is located on Hills Rd. If you need to call the oncology department directly they may be reached at 01223217708.", + "USER: Thank you. Can I have the postcode too please.", + "SYSTEM: The postcode is CB20QQ", + "USER: Okay, thank you.", + "SYSTEM: You're welcome. I hope everything is okay!" + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "oncology" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3447.json", + "Complete Dialogue": [ + "USER: I am planning your trip in Cambridge. looking for a train", + "SYSTEM: I feel more comfortable planning my own trip, but I can help you with yours. Where will you be coming from and on what day?", + "USER: I am from Broxbourne and coming into Cambridge. What trains would you have available on Monday?", + "SYSTEM: We have nineteen trains available that day. Is there any time you would like to leave or arrive by?", + "USER: I need to leave after 21:15. Can you book this for four people? I need a reference number.", + "SYSTEM: Booking was successful, the total fee is 71.59 GBP payable at the station. Reference number is : UPJBMQ32 .", + "USER: Thanks, I also need a guest house.", + "SYSTEM: We have many fine guesthouses in town. Is there a certain part of town or price range you would like?", + "USER: I want it to be cheap, in the centre, and it must have internet", + "SYSTEM: there are two results here. Do you have a preference for star rating?", + "USER: No, I don't have a preference for star rating. Either would be fine.", + "SYSTEM: Well 4 stars sounds better than 0 to me, how about the alexander bed and breakfast. Would you like to book there?", + "USER: as long as it has free wifi. I need a room for 2 nights for 4 people on the same day.", + "SYSTEM: It does have internet. I booked your reservation, the reference number is RUNKLECC . Anything more I can help with?", + "USER: that will be all for me today. Thank you, bye!", + "SYSTEM: You are very welcome. Enjoy your stay!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "4" + ], + "train-leaveat": [ + "21:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02348.json", + "Complete Dialogue": [ + "USER: I need to get a taxi out of holy trinity church.", + "SYSTEM: What is your destination?", + "USER: I'm going to saint johns chop house.", + "SYSTEM: I can help you with that. When do you need to leave?", + "USER: I need to arrive at the chop house by 22:30.", + "SYSTEM: Your taxi is booked. Look for a yellow Volkswagen.", + "USER: I need the contact number please.", + "SYSTEM: The contact number is 07727071722. Is there anything else I can help you with?", + "USER: No that is all Thank you goodbye.", + "SYSTEM: Please call us anytime. Good Bye." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "holy trinity church" + ], + "taxi-destination": [ + "saint johns chop house" + ], + "taxi-arriveby": [ + "22:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02229.json", + "Complete Dialogue": [ + "USER: I'd like for a taxi to take me to gonville hotel today", + "SYSTEM: And where will you be leaving from?", + "USER: I'll be departing from j restaurant.", + "SYSTEM: What time would you like to depart at?", + "USER: I'd like to leave after 21:15.", + "SYSTEM: Booking completed! Booked car type : white honda Contact number : 07694199231", + "USER: Great, thank you! That's all I need today.", + "SYSTEM: You're quite welcome. Have a lovely trip! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "gonville hotel" + ], + "taxi-departure": [ + "j restaurant" + ], + "taxi-leaveat": [ + "21:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4372.json", + "Complete Dialogue": [ + "USER: Please find me an expensive place to dine on the South side of town", + "SYSTEM: Sure, we have Chinese, Indian, Italian or Mexican that you could choose from.", + "USER: How about chinese.", + "SYSTEM: Okay, how about the good luck chinese food takeaway? Will that work for you?", + "USER: Yes, that sounds good! Book a table for 3 at 13:45 please.", + "SYSTEM: I'll be happy to help you with that. What day would you like the reservation for?", + "USER: I'd like to make it for Wednesday. Can you include the reference number?", + "SYSTEM: Your reservation is all set for Wednesday. Your reference number is 68X7U9IG . Is there anything else I can help you with?", + "USER: I need a hotel in the same price range as the restaurant that has free parking and free wifi for the same group for 3 nights starting from the same day.", + "SYSTEM: Ok and for how many days ?", + "USER: how about 1 nights.", + "SYSTEM: There are 5 results matching your requirements. What area of town would you like?", + "USER: The area does not matter. Just the criteria I stated. It will be starting Wednesday.", + "SYSTEM: How about the University Arms Hotel? It has free parking and wifi, and it's a 4 star rated hotel.", + "USER: If you can book it for my group, I need it for 3 nights starting on Wednesday.", + "SYSTEM: Yes I will book it for you and get a reference number ?" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:45" + ], + "restaurant-name": [ + "good", + "good luck" + ], + "restaurant-bookday": [ + "wednesday" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1403.json", + "Complete Dialogue": [ + "USER: I'm trying to find a train that departs from London Kings Cross on Thursday. Can you help me book a ticket?", + "SYSTEM: Sure, are you coming to Cambridge? What time would you like to depart?", + "USER: Any time that lets me arrive by 08:45.", + "SYSTEM: The TR4016 from london kings cross to cambridge, traveling on thursday, leaves at 07:17 and arrives at 8:08. Should I book it for you?", + "USER: Yes can you please book that for 8 people and give me the reference number?", + "SYSTEM: great, I was able to get your tickets. Reference number is FCRRA5HL and the tickets, 188.8 GBP are payable at the station, anything else?", + "USER: Yes, have you heard of a restaurant called Curry King?", + "SYSTEM: Yes, Curry King is an Indian restaurant in the centre. What more information would you like?", + "USER: Can you book be there for 8 people at 18:30 on thursday?", + "SYSTEM: I have your table reserved. The reference number is ZTVSJGBZ .", + "USER: Thank you for reserving that for me. That's all I need today.", + "SYSTEM: You're very welcome. Have a lovely day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-departure": [ + "london kings cross" + ], + "train-arriveby": [ + "08:45" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "curry king" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "18:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0319.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the south.", + "SYSTEM: I have two that fit that description, would you prefer Chinese or Portuguese?", + "USER: Either one. I just need it to be open on Sunday.", + "SYSTEM: Okay, lets do the Lucky Star. Would you like a reservation?", + "USER: I would like that. A table for 8 at 12:00.", + "SYSTEM: I have booked a table for 8 at the Lucky Star. The reference number is IILATPJI . Is there anything else I can help you with?", + "USER: I'm looking for a guesthouse to stay at. It should have free parking.", + "SYSTEM: The acorn guest house would be perfect. Shall I book it ?", + "USER: Yes, that would be great. I'll need it booked for the same group of people, 2 nights, and starting on the same day.", + "SYSTEM: Your hotel reservation number is D6UOJ6SH, for Sunday, 8 people for two nights. Is there anything else I can help you with?", + "USER: i dont think so. i think thats all. take care. bye.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "lucky star" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG0868.json", + "Complete Dialogue": [ + "USER: I am looking for a certain hotel. Could you see if you might have any info on it?", + "SYSTEM: Sure thing! Can you give me the name of the place?", + "USER: Yes, I'm looking for Hobson's House.", + "SYSTEM: Yes, it is a guesthouse in the west part of town in the moderate price range. Would you like to know anything else about it.", + "USER: Could I get the postcode please?", + "SYSTEM: Postcode is CB39LH. Anything else?", + "USER: No, that's it. Thanks!", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hobson's house", + "hobsons house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0029.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay", + "SYSTEM: I will definitely be able to help you with that. Did you want a hotel or a guest house?", + "USER: I'm looking for a guesthouse with free parking and free wifi.", + "SYSTEM: There are a lot of guesthouses that meet that criteria. Do you want to stay in a particular area?", + "USER: No, I don't care about the location. I do want a 4 star place though.", + "SYSTEM: The acorn guest house has a 4 star rating and is in the moderate price range. It is in the north area. Would you like to reserve a room?", + "USER: Yes. Where is a good expensive restaurant in the West area of town?", + "SYSTEM: There are nine expensive restaurants in the west, is there a particular type of food that you are interested in?", + "USER: Can you give me some examples of the type of cuisine that is available?", + "SYSTEM: There's british, european, indian, and thai.", + "USER: What's the address, postcode and phone number of the thai restaurant?", + "SYSTEM: Sala Thong serves Thai food and is located at 35 Newnham Road, Newnham cb39ey. Their phone number is 01223323178. Can I help with a booking?", + "USER: Yes can you please book that for me?", + "SYSTEM: What day and time would you like me to reserve the restaurant for?", + "USER: let's book it for wednesday please.", + "SYSTEM: How many people will the booking be for and what time would you prefer the booking to be at?", + "USER: I think we're jumping way ahead of ourselves here. Let's start afresh. Please get me the address to the acorn and then we can proceed with getting a taxi", + "SYSTEM: The address to acorn is 154 chesterton road.", + "USER: Thank you! Good bye.", + "SYSTEM: Thank you for calling Cambridge TownInfo centre. It was a pleasure to help you." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "thai" + ], + "restaurant-name": [ + "sala thong" + ], + "restaurant-bookday": [ + "wednesday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2321.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to dine in the centre in the moderate price range.", + "SYSTEM: Would you like a table at Cotto?", + "USER: Yes, that would be fine. I don't need a book but can you give me the phone number and address for Cotto? Thanks", + "SYSTEM: Sure! The phone number for Cotto is 01223302010 and the address is 183 East Road, City Centre. Is there anything else I can help you with?", + "USER: Can you tell what attractions are near the restaurant?", + "SYSTEM: There are 44 attractions in the centre of town. Do you have particular type of attraction in mind?", + "USER: No, what do you recommend?", + "SYSTEM: The old schools is wonderful located at trinity lane.", + "USER: What is the entrance fee and phone number?", + "SYSTEM: They have free entrance. Their phone number is 01223332320.", + "USER: I also want a taxi two go between those two places.", + "SYSTEM: Ok, will you be leaving from the restaurant or the college? And what time of day would you like this booking to be?", + "USER: I want to leave the college by 07:00 so please go ahead and book that taxi for me", + "SYSTEM: I was able to book your taxi. It is a white Tesla and the contact number is 07335673174. Is there anything else you need today?", + "USER: that is all i needed. i appreciate your help alot", + "SYSTEM: I'm glad I was able to help you today. Hope you have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-destination": [ + "cotto" + ], + "taxi-leaveat": [ + "07:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4214.json", + "Complete Dialogue": [ + "USER: i am looking for places to go in town. The attraction should be in the type of college and should be in the centre.", + "SYSTEM: There are several. May I recommend Emmanuel College? They are located on Saint Andrew's Street and have no entrance fee.", + "USER: ok. What is their phone number?", + "SYSTEM: Their number is 01223334200.", + "USER: I also need a hotel to stay in.", + "SYSTEM: What type of hotel are you looking for?", + "USER: I need a HOTEL in the cheap price range.", + "SYSTEM: Then you want the cambridge belfry, would you like me to book you a stay?", + "USER: Does it have free parking?", + "SYSTEM: There is free parking.", + "USER: Okay. Please book a stay starting on Tuesday for 4 nights and 3 people.", + "SYSTEM: Booking was successful. Reference number is : YJQS3BTA .", + "USER: thanks for all of your help!", + "SYSTEM: You're welcome. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "emmanuel college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "the cambridge belfry" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0159.json", + "Complete Dialogue": [ + "USER: Can you help me find a cheap restaurant in the centre?", + "SYSTEM: Sure! There are 15 cheap restaurants in the centre. Is there a certain type of food you're looking for?", + "USER: Oh, yes! Italian, please.", + "SYSTEM: I can recommend Ask restaurant. Would you like me to make a reservation?", + "USER: No, let's try italian on the cheap side located in the centre. Book for 7 people on wednesday at 11:45 please.", + "SYSTEM: I was able to book your party at Ask. Your reservation will hold for 15 minutes. Is there anything else I can help you with today?", + "USER: Could I get the reference number please?", + "SYSTEM: Reference number is : V0PVDPBC . Need anything else?", + "USER: No thank you! Goodbye.", + "SYSTEM: You're welcome and have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "ask" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1073.json", + "Complete Dialogue": [ + "USER: Good evening, I need to take a train from Cambridge to Norwich.", + "SYSTEM: What day and time do you want to travel?", + "USER: I want to leave on Wednesday and arrive by 15:30.", + "SYSTEM: I have train TR1144 leaving at 5:36 and arriving at 6:55. Would you like to make reservations for that?", + "USER: Yes, that would work. I don't need a ticket though. But, can I ask the price per ticket?", + "SYSTEM: The price is 17.60. Can I help you with anything else?", + "USER: i'm also interested in places to go in town.", + "SYSTEM: What area would you be in?", + "USER: I would like information on the colleges in the centre please.", + "SYSTEM: I have 13 results that match, is there anymore information you can give me on what you are looking for?", + "USER: recommend any and give me the entrance fee and postcode", + "SYSTEM: gonville and caius college have free admission. Their postcode is cb21ta", + "USER: Thanks, that's all I need for today", + "SYSTEM: Thank you for using our services. Have we met all of your needs?", + "USER: Yes, thank you very much. That will be all.", + "SYSTEM: Thank you for calling and have a great day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-arriveby": [ + "15:30", + "06:55", + "6:55" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "05:36", + "5:36" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1489.json", + "Complete Dialogue": [ + "USER: I would like to go to a theatre in town. How many are there and where are they?", + "SYSTEM: What area in town would you like to go to?", + "USER: I don't care, anywhere in town is fine.", + "SYSTEM: i suggest the junction. it is in south. can i give you the address?", + "USER: Sure. What is the Address, phone number and postcode?", + "SYSTEM: The address is clifton way and the postcode is cb17gx. Their phone number is 01223511511. Do you need anything else?", + "USER: No, thank you that is all.", + "SYSTEM: I am glad we were able to help you today. Have a good day.", + "USER: I need to find a train.", + "SYSTEM: Okay- from where to where?", + "USER: I am wanting to go from Stevenage to Cambridge.", + "SYSTEM: OK - what day and time do you want to travel?", + "USER: I want to leave on Friday and should arrive by 10:45", + "SYSTEM: The TR4800 meets your criteria. How many tickets would you like?", + "USER: The departure time is all I need.", + "SYSTEM: Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "theatre" + ], + "attraction-name": [ + "the junction" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:45" + ], + "train-day": [ + "friday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0606.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in the centre and in the moderate price range.", + "SYSTEM: The Yippee Noodle Bar is a moderate priced Asian Oriental restaurant. Does that sound good?", + "USER: No, the restaurant should serve modern european food.", + "SYSTEM: Sure I have at least two choices for you. One is the De Luca Cucina and Bar and the other is the Riverside Brasserie. Both are located in the center. Would either of them interest you?", + "USER: Let's try the Brasserie.", + "SYSTEM: If you'd like a reservation I will need to know what day and time you'd like your reservation and how many will be in your party.", + "USER: Just 1 person at 13:15 on thursday", + "SYSTEM: You're all set your reference number is IVGZLYTZ", + "USER: Thanks. That's all I need!", + "SYSTEM: Alright, thank you. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-name": [ + "riverside brasserie", + "brasserie" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "13:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2273.json", + "Complete Dialogue": [ + "USER: Hello, can I please have some information on the types of museums that are available in Cambridge and their location?", + "SYSTEM: Sure. There are 79 different museums in Cambridge. Is there an area of the city you were looking to visit? Or price range?", + "USER: Not really anywhere specific, and I don't care about the price range.", + "SYSTEM: May I suggest the Broughton House Gallery? It is a nice museum in the centre which is free to visit. Shall I provide more information?", + "USER: What is the postcode and phone number there?", + "SYSTEM: 01223314960 and cb11ln", + "USER: I also need a place to eat, I want European food and it needs to be expensive.", + "SYSTEM: I have many choices. What part of town do you prefer?", + "USER: It doesn't matter. You choose. Can I get the area, phone number and address please?", + "SYSTEM: I recommend Eraina, it is in Centre, the phone number is 01223368786 and the address is Free School Lane City Centre. Can I book you a table there?", + "USER: No thank you, that's all the information I need right now.", + "SYSTEM: Thank you for contacting the Cambridge TownInfo centre. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0462.json", + "Complete Dialogue": [ + "USER: Hi! Can you give me some information on the Royal Spice restaurant?", + "SYSTEM: Of course! It's a cheap Indian restaurant in the north at Victoria Avenue Chesteron cb41eh. The phone number is 01733553355. May I help with anything else?", + "USER: I would like to book for two on Wednesday, at 17:15.", + "SYSTEM: I have you booked Wednesday at 17:15 a table for 2, this table will hold for 15 mins and your reference number is GXO64LG8 .", + "USER: Great, thanks! That's all I needed!", + "SYSTEM: You're welcome! Have a great day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "royal spice" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2619.json", + "Complete Dialogue": [ + "USER: Hi, I am planning my Cambridge trip and could use some help with a particular attraction.", + "SYSTEM: Sure, is there a particular area of town you're interested in?", + "USER: No, I need help with a particular attraction. Can you help?", + "SYSTEM: I sure can, what is the name of the attraction you are seeking information about?", + "USER: I'm looking for tenpin I want the address and entrance fee.", + "SYSTEM: Tenpin address is Cambridge Leisure Park, Clifton Way. I am sorry I have no information about their entrance fee. Can I assist you with anything else today?", + "USER: Yes, I also wanted to find an expensive guesthouse to stay at.", + "SYSTEM: I have expensive hotels, or moderately priced guesthouses. But no expensive guesthouses.", + "USER: What about a 4 star guest with free parking. If there is no such guesthouse how about one that is in the cheap range.", + "SYSTEM: I found 7 cheap ones. What part of town would you like to stay in?", + "USER: I don't have a preference. Please make a suggestion and book it for 6 people for 2 nights starting on friday.", + "SYSTEM: Okay, you are all booked at the leverton house. Your reference number is UDJH8B4E . Is there anything else I can help you with?", + "USER: No that will be it for today, thank you.", + "SYSTEM: You are welcome. Have a good afternoon." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "tenpin" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "leverton house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0147.json", + "Complete Dialogue": [ + "USER: Yes I need the nearest police station, I was in a car accident.", + "SYSTEM: The Parkside Police Station is the closest in postcode CB11JG, their phone number is 01223358966", + "USER: That's all I need, thank you.", + "SYSTEM: I hope your day gets better. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG0306.json", + "Complete Dialogue": [ + "USER: I'm looking for a train going to Ely please.", + "SYSTEM: What day is this for?", + "USER: It will be for Thursday.", + "SYSTEM: What time would you like to go?", + "USER: I just need to arrive by 14:15.", + "SYSTEM: I have three different train choices. Depending on how early you want to arrive. I have one arriving at 6:07, one at 8:07 and one at 10:07.", + "USER: What's the travel time? Knowing that will help me select on a time.", + "SYSTEM: The travel time is only 17 minutes.", + "USER: When is the departure time for 10:07?", + "SYSTEM: TR1923 departs cambridge at 9:50 and arrives in ely by 10:07, total travel time of 17 minutes. Do you want to book a ticket?", + "USER: Not at this time. Thank you for your help!", + "SYSTEM: Is there any other information I can get for you at this time?", + "USER: No, that's it. Thanks!", + "SYSTEM: You're welcome. Enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "thursday" + ], + "train-arriveby": [ + "14:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0157.json", + "Complete Dialogue": [ + "USER: where is the Addenbrookes Hospital?", + "SYSTEM: It's located at Hills Rd, Cambridge, you can reach them via telephone at 01223245151.", + "USER: Thanks, do they have a children's oncology and haematology department?", + "SYSTEM: Yes, they do. That department can be reached directly at 01223217231. Can I be of any further assistance today?", + "USER: No, that's all I needed to know. Thank you.", + "SYSTEM: My pleasure, if you should need more information please feel free to contact us again.", + "USER: I will. Goodbye.", + "SYSTEM: Goodbye. Hope everything turns out okay!" + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "children's oncology and haematology", + "childrens oncology and haematology" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3822.json", + "Complete Dialogue": [ + "USER: Hi, I could use help with my planning. I am trying to find a place to stay.", + "SYSTEM: Ok, to help us find the right place for you lets talk about what you would like. Do you have a price range you prefer? Or an area of town?", + "USER: I would like it to be in the south and have a rating of 3 stars.", + "SYSTEM: We have a moderately priced guesthouse and an expensive hotel that match your requirements.", + "USER: Does either offer free parking?", + "SYSTEM: They both offer free parking and internet.", + "USER: Okay can you please book it for 7 people for 4 nights starting on Tuesday?", + "SYSTEM: Which one? The guesthouse or the hotel?", + "USER: The hotel, please.", + "SYSTEM: Reference number is : BS0ODSGJ . Is there anything else?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-stars": [ + "3" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "7" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "WOZ20144.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for a restaurant that serves Portuguese food.", + "SYSTEM: nandos city centre serves portuguese food. They are in the centre of town and are in the cheap price range.", + "USER: What is their address?", + "SYSTEM: nandos city centre is at 33-34 Saint Andrews Street.", + "USER: Thank you so much!", + "SYSTEM: You're welcome. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "portuguese" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4957.json", + "Complete Dialogue": [ + "USER: I am looking for some places to go in town. I'm so excited about seeing some of the local attractions.", + "SYSTEM: There are many to choose from! Almost 80. Can you tell me if you have a certain type of place you want to visit?", + "USER: What do you recommend? I will be need the address, entrance fee, and postcode for what you recommend please.", + "SYSTEM: I honestly recommend visiting a famous college such as Christs or Magdalene.", + "USER: Could I have the address, entrance fee, and postcode.", + "SYSTEM: Christ's College is on Saint Andrew's Street and postcode CB23BU. There is no entrance fee. Can I help you with anything else?", + "USER: Yes, I'm also looking for a place to stay. The hotel doesn't need to include internet.", + "SYSTEM: There are about 33 hotels that meet your needs. Can you narrow it down to a certain area of town and price range?", + "USER: I'm sorry,was Christ's College in the centre? I did need something in that area.", + "SYSTEM: Yes it is in the centre.", + "USER: Is there one in the centre with free parking", + "SYSTEM: Sorry, parking isn't something that is mentioned for attractions.", + "USER: Okay. I'd like a hotel that includes free parking then.", + "SYSTEM: alexander bed and breakfast would meet those needs. could i look for something else? or can i book a stay here at this one?", + "USER: Please book it for 7 people for 5 nights starting Thursday.", + "SYSTEM: I have your rooms booked. The reference number is : OGBAZ8XW . KIs there anything else i can assist you with today?", + "USER: Great I also need a taxi to commute between the two places.", + "SYSTEM: Where will you be leaving from? What time would you like to leave?", + "USER: i want to leave by 10:45", + "SYSTEM: I've got a ride for you. A yellow Skoda. Their phone number is 07546403281", + "USER: Great, thanks! That's everything I needed.", + "SYSTEM: Perfect. I hope you have a wonderful stay. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "christ college", + "christs" + ], + "attraction-type": [ + "college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "no" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "christ college", + "christs" + ], + "taxi-leaveat": [ + "10:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1306.json", + "Complete Dialogue": [ + "USER: I am looking for an expensive gastropub restaurant in Cambridge", + "SYSTEM: I see there are two in centre and one in East area. Do you have a preference?", + "USER: Yes I need the one in the east.", + "SYSTEM: Great! That's the Royal Standard at 290 Mill Road City Centre cb13nl. Would you like to book a table?", + "USER: Yes. We need a table for 2 at 14:45 on Saturday.", + "SYSTEM: Sorry booking was unsuccessful. Would you like to try a different time?", + "USER: How about at 13:45?", + "SYSTEM: Your table is booked! It will be reserved for 15 minutes and your reference number is 9M44WAHK .", + "USER: Thank you so much. Can you help me find a place to stay? I would like a 3 star place that's in the expensive price range.", + "SYSTEM: I recommend the Lensfield hotel on the south side. Shall I book a room?", + "USER: I would like it to have free parking, please.", + "SYSTEM: The Lensfield has free parking and free internet. Did you need a room there, or perhaps their address?", + "USER: I would like to book a room, please.", + "SYSTEM: Ok, I can book a room for you at the Lensfield Hotel, I just need some information. For starters, what day would you like to check in?", + "USER: Actually, I think I'll hold off on the reservation, but can you provide their phone number, please?", + "SYSTEM: The Lensfield Hotel's phone number is 01223355017.", + "USER: Thank you. Do you know what type of hotel Lensfield is?", + "SYSTEM: It is a hotel, expensive. What else would you like to know?", + "USER: Does this hotel offer free wifi?", + "SYSTEM: Yes it does.", + "USER: I need to book a taxi to go between both places,needs to arrive after we finish at restaurant and I need car type and number", + "SYSTEM: Ok, I've booked a white Tesla for you, their contact number is 07752313537. Can I help you with anything else?", + "USER: Actually, I know I said *after* we finish at the restaurant, but it turns out I need the taxi arrives at the restaurant at the reservation time - 13:45 on Saturday", + "SYSTEM: Ok I changed that for you. You will have a white audi contact number 07235895362", + "USER: Great, thanks so much. Sorry for the confusion.", + "SYSTEM: It's no problem. Is there something else I could assist you with today?", + "USER: That is everything, thanks for your help.", + "SYSTEM: You're welcome. Enjoy your meal!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "14:45", + "13:45" + ], + "restaurant-name": [ + "royal standard" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-name": [ + "lensfield", + "lensfield hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "royal standard", + "lensfield", + "lensfield hotel" + ], + "taxi-destination": [ + "royal standard", + "lensfield", + "lensfield hotel" + ], + "taxi-leaveat": [ + "14:45", + "13:45" + ], + "taxi-arriveby": [ + "13:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1867.json", + "Complete Dialogue": [ + "USER: Hi, can you suggest some tourist sites to visit in Cambridge?", + "SYSTEM: There are 79 tourist sites listed in Cambridge. What type of attraction are you interested in seeing?", + "USER: Yes, I'd love to visit a college. Is there a nice one in the city centre?", + "SYSTEM: Christ's College is on Saint Andrew's Street in the centre. It is lovely.", + "USER: What's the entrance fee, address, and phone number?", + "SYSTEM: Christ's college is free to enter. It's located on saint andrew's street, and their phone number is 01223334900. Is there anything else I can help you with?", + "USER: I am looking for a train that will leave after 14:00 and should depart from cambridge.", + "SYSTEM: I'm sure we can find what you're looking for. Where will you be traveling to?", + "USER: I will be going to Norwich this Thursday.", + "SYSTEM: How about the TR5190 train? It leaves Cambridge at 14:36 and arrives in Norwich at 15:55.", + "USER: That sounds perfect, that's all that I needed to know, thank you for your help!", + "SYSTEM: Thank you for choosing the help desk. Good Bye" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "14:00" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "norwich" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1401.json", + "Complete Dialogue": [ + "USER: Hi, I'm curious about attractions located in the center of town.", + "SYSTEM: I have over 40 great attractions in the town centre. How do you feel about entrance fees?", + "USER: I don't care about entrance fees.", + "SYSTEM: Do you have a preference for a particular area of town?", + "USER: Yes I would like the center.", + "SYSTEM: How about all saints church?", + "USER: Sounds good, could I get the address please?", + "SYSTEM: All Saints Church Jesus Lane, postal code cb58bs. Is there anything else I can help you with today?", + "USER: no that takes crare of it", + "SYSTEM: Thank you for using the Cambridge TownInfo centre!" + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "all saints church" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1951.json", + "Complete Dialogue": [ + "USER: I am trying to find a museum to go to while I am in Cambridge on holiday.", + "SYSTEM: There are several museums in Cambridge. Is there a certain area you are hoping to visit?", + "USER: I have no particular area in mind. Which do you recommend and can I get the entrance fee and phone number please?", + "SYSTEM: There are 23 museums in the area of cambridge what area do you want?", + "USER: I'm departing cambridge . Can you find a train that leaves after 08:15?", + "SYSTEM: Where will you be going and on what day?", + "USER: I am trying to get to peterborough on Thursday please.", + "SYSTEM: TR4863 leave at 08:34, would that work for you?", + "USER: Yes thank you, I would like to book for one ticket. I would also like the reference number please.", + "SYSTEM: I was able to book that ticket for you. Your reference number is EMF3A2D0 . Is there anything else I can assist you with today?", + "USER: Yes can you get me the phone number and entrance fee of a museum? It can be located anywhere in Cambridge.", + "SYSTEM: I have the byard art museum in the south. The phone number is 01223464646 and it is free to enter. Can I help you with anything else today?", + "USER: I believe that is all, thank you", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "08:15" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2639.json", + "Complete Dialogue": [ + "USER: I'm looking for an attraction in the category of swimming pool.", + "SYSTEM: I've got four pools for you. What area are you in?", + "USER: I'm pretty open. Can you list the areas? I'll choose one of the four.", + "SYSTEM: Yes, west, east, south and north.", + "USER: Please tell me about the locations of some pools in the south.", + "SYSTEM: I am sorry but there are none in the south. I have one east, two north and one centre.", + "USER: One in the east is fine. I need the address please?", + "SYSTEM: The abbey pool and astroturf pitch is located at pool way, whitehill road, off newmarket road. Do you need anything else?", + "USER: Yes, I'm also looking for a guesthouse in a moderate price range.", + "SYSTEM: What area would you like to stay in?", + "USER: The area doesn't matter, but it should have 4 stars please.", + "SYSTEM: The acorn guest house is awesome. I would suggest that place.", + "USER: Could you book rooms for 7 people for 4 nights starting from Saturday?", + "SYSTEM: I have you booked for 4 days. What else can I do for you?", + "USER: I will need the reference number.", + "SYSTEM: the reference number is 9g1eycif .", + "USER: That is all I need. Thank you for your help!", + "SYSTEM: No problem. Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ], + "attraction-area": [ + "east", + "south" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1169.json", + "Complete Dialogue": [ + "USER: Can you help me find a concert hall?", + "SYSTEM: There is one concert hall in town, The Man on the Moon, located at 2 norfolk street in the centre of town. Do you need more information?", + "USER: I need a concerthall on the west area of town.", + "SYSTEM: I am sorry I have only one listing for the city center. Would you consider other attractions?", + "USER: Yes, I would consider a museum.", + "SYSTEM: great, there are 7 museums in the west.", + "USER: Can you make a recommendation and please provide the entrance fee, phone number, and postcode.", + "SYSTEM: Cafe Jello Gallery Phone is o12233289438 and is on 13 Madalene treet" + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum", + "concerthall" + ], + "attraction-area": [ + "west" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0490.json", + "Complete Dialogue": [ + "USER: I'm looking for lodgings on the east side, in the expensive price range.", + "SYSTEM: The Express by Holiday Inn is located at 15-17 Norman Way int he Coldhams Business Park which is located in the east.", + "USER: it doesn't need a free parking. Can you book a room for me?", + "SYSTEM: Yes, how many people and what day would you like to book?", + "USER: I do not need to book.", + "SYSTEM: Is there anything else I may help you with today?", + "USER: I just need to know the how many stars it has, the phone number there, and if they have WiFi.", + "SYSTEM: Sure, it has two stars, includes wifi, and the phone number is 01223866800. Can I help you with any thing else today?", + "USER: I am also trying to find a Venetian restaurant. Are there any in town?", + "SYSTEM: Yes, we have thanh binh on the West side. Would you like a reservation?", + "USER: Please book it for me.", + "SYSTEM: Yes I will book it for you and get a reference number ?", + "USER: Can you make a reservation for Monday at 19:30 for 8 people?", + "SYSTEM: Absolutely. Anything else I can assist you with?", + "USER: Um I think you're getting ahead of yourself? I'm still waiting on that reference number for the booking you said you'd complete....", + "SYSTEM: Unfortunately I can't get that booking for you. Is there anything else I can do for you?", + "USER: Oh...alright...well I guess not then. You weren't very helpful but whatever bye", + "SYSTEM: I am sorry for the delay. Also, there are no Venetian restaurants. Did you want a Vietnamese restaurant instead?" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-name": [ + "express by holiday inn", + "express by holiday inn cambridge" + ], + "hotel-parking": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "venetian" + ], + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "thanh binh" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01268.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should be in the type of guesthouse and doesn't need to include internet", + "SYSTEM: Alright, I've found several options. What price range are you looking for?", + "USER: It doesn't matter", + "SYSTEM: Alpha-milton guest house doesn't offer internet. It is rated three stars, in the north part of town. Should I book this?", + "USER: No, I need a guesthouse with free wifi.", + "SYSTEM: a and b guest house is a guesthouse that includes wifi. It's in the East side of town with a moderate price range. Should I book it for you?", + "USER: No, I just need to know if they have free parking.", + "SYSTEM: They do not have parking.", + "USER: Ok, I would prefer something else with parking.", + "SYSTEM: Allenbell looks like it would be a good choice.", + "USER: Thanks, does it have free wifi as well?", + "SYSTEM: Yes, they provide both internet and parking at their establishment.", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Good bye, enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes", + "no" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02286.json", + "Complete Dialogue": [ + "USER: I've been robbed. Can I get some help?", + "SYSTEM: Please contact the Parkside, Cambridge police station, the telephone number is 01223358966.", + "USER: Thank you, that is all I need. Goodbye.", + "SYSTEM: You are welcome. Do you need any further assistance?" + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL1032.json", + "Complete Dialogue": [ + "USER: I am looking for Warkworth House hotel. Any information on it?", + "SYSTEM: It's a guesthouse in the moderate price range with a 4 star rating, internet, and free parking.", + "USER: Ok, and what area of town is that in?", + "SYSTEM: It is in the east part of town.", + "USER: Thank you. Are there any attractions I could visit in the town centre?", + "SYSTEM: There are 25 possible attractions in the requested area. Are you looking for any specific types of attractions?", + "USER: No not really. Can you recommend me an attraction that's in the centre area? Can I also get the address, entrance fee, and phone number for it? Thanks!", + "SYSTEM: There are forty four attractions in that area, could you tell me what type you would like to book?", + "USER: Whatever is the most popular attraction", + "SYSTEM: You should check out All Saints Church. It has great architecture and free entrance. It's located on Jesus Lane cb58bs. The phone is 01223452587. Would that work for you?", + "USER: Great, thank you for the info. Have a nice day!", + "SYSTEM: Did you need any further assistance today, or are you all set?", + "USER: I'm all set. Thanks for your assistance.", + "SYSTEM: We are happy to help. Thanks for using our service." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "warkworth house" + ], + "hotel-area": [ + "east" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0947.json", + "Complete Dialogue": [ + "USER: Hi, I need a place to stay with free wifi and in a moderate price range.", + "SYSTEM: I have 17 hotels in the moderate range that offer internet access. Do you have a particular part of town you wish to stay in?", + "USER: I prefer the eastern part of town and something that is 4-star rated.", + "SYSTEM: I have 3 hotels listed that have of your requirements. Do you have any parking needs?", + "USER: Yes I am looking for free parking.", + "SYSTEM: carolina bed and breakfast has free parking and is moderately priced. Can I book a reservation for you?", + "USER: No thanks, I am not quite ready to make a reservation yet. Thanks for the information.", + "SYSTEM: Alright, can I get anything else?", + "USER: No, that's all I need. I'm going to give the hotel a call. Thank you for your help!", + "SYSTEM: Excellent. Have a good one!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "east" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0793.json", + "Complete Dialogue": [ + "USER: I am looking for a train arriving by 9:45 on Tuesday.", + "SYSTEM: May I get your departure and destination information please?", + "USER: I am going from Cambridge to Leicester.", + "SYSTEM: TR2863 departs from Cambridge at 07:21 and arrive in Leicester by 09:06. Would you like to book this train?", + "USER: Maybe... how much does it cost?", + "SYSTEM: It costs 37.80 pounds per ticket.", + "USER: I'm sorry, we have that mixed up. I need to depart from leicester and go to cambridge. Do you have a train that arrives by 09:45 in cambridge?", + "SYSTEM: TR6954 departs from Leicester at 07:09 and arrives in Cambridge at 08:54. Would you like to book this train?", + "USER: Can you verify the cost for train TR6954 for me?", + "SYSTEM: The cost for this particular train is 37.80 pounds per ticket. Would you like assistance booking tickets for this train?", + "USER: Yes I would like help with booking the train and I will also need to book a hotel.", + "SYSTEM: Your booking reference is NT43PSC0 . Now, if you let me know what type of hotel you are interested in, I can help you with that as well.", + "USER: Can you help me find a 5-star room somewhere that offers free parking and wifi?", + "SYSTEM: There don't seem to be any 5-star lodgings in the city. Would you like to try searching for 4 stars instead?", + "USER: Yes, 4 stars would be fine.", + "SYSTEM: The acorn guest house is a 4 star hotel located in the north side. Would you like to make reservations?", + "USER: Yes please. There are 5 of us total and we need 4 nights in a row. Thank you.", + "SYSTEM: What day would like to start your stay?", + "USER: I'd like to start my stay on Tuesday, please.", + "SYSTEM: Ok great! I was able to get you booked, your reference number is N4TJE8VR . Is there anything else that I can help you with?", + "USER: Nope, that'll take care of everything, thanks!", + "SYSTEM: You're welcome. Have a great stay!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "09:45", + "9:45" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "leicester", + "cambridge" + ], + "train-destination": [ + "leicester", + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4", + "5" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "tuesday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0735.json", + "Complete Dialogue": [ + "USER: Hi. Can you help me find a train?", + "SYSTEM: what day would you like to leave?", + "USER: I want to leave on Sunday, please.", + "SYSTEM: Where will you be departing from?", + "USER: I'll be departing from cambridge and want to arrive by 19:30 on sunday. Could I also get the train ID as well?", + "SYSTEM: There are 146 departures from Cambridge on Sunday that match your arrive by time. Where is your destination?", + "USER: kings lynn and I also looking for a restaurant in the south and expensive price range", + "SYSTEM: Sure, I can help you with that. First, let's find the train. How early would you like to leave?", + "USER: arriving by 19:30 on sunday. I need the train's ID please. Leaving cambridge going to kings lynn", + "SYSTEM: TR3212 leaves Cambridge at 05:11 and arrives in Kings Lynn at 05:58. Will this one work for you?", + "USER: I'd like something a little later in the day, please.", + "SYSTEM: TR2045 leaves at 18:11 and arrives at 18:38. Would that be acceptable?", + "USER: that sound just fine", + "SYSTEM: Would you like me to book tickets for you?", + "USER: please do. i would also like help finding an expensive restaurant.", + "SYSTEM: How many seats do you need on that train?", + "USER: I do not need train reservations. I need help finding a restaurant.", + "SYSTEM: There are several fine restaurants. What area and what type of food would you enjoy?", + "USER: South area, and food type doesn't matter. I need it for 3 people at 15:45 on the same day, if that time doesn't work 14:45 and i'd like a reference number.", + "SYSTEM: You are booked at frankie and bennys for 3 at 1545. your booking number is T01E84XG", + "USER: Thank you for your help. That is all I need.", + "SYSTEM: Okay. Glad I could be of help." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-arriveby": [ + "19:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "kings lynn" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "15:45" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "frankie and bennys" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1307.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel in Cambridge.", + "SYSTEM: There are over 30 places of lodging in the city. Would you prefer a certain part of town, or a particular type of lodging such as a guest house or hotel?", + "USER: Just a 4 star guesthouse that has free parking please.", + "SYSTEM: What area would you like the guesthouse to be in?", + "USER: Do not care what area,it will be for 2 people and for 4 nights starting Wednesday.", + "SYSTEM: Would you like me to book you at the acorn guest house? It has free parking and it's a 4-star hotel.", + "USER: Can we book it for 2 people for 4 nights?", + "SYSTEM: I am sorry I couldn't get that booked for you perhaps another day or a shorter day possibly?", + "USER: Could you try it for one night only?", + "SYSTEM: Yes booking is available for one night,would you like me to place it?", + "USER: Yes please, and I'll need the reference number.", + "SYSTEM: Ok I have made that reservation for you the reference number is OXWO0RWD .", + "USER: I am also looking for an expensive mediterranean restaurant in the west.", + "SYSTEM: I'm sorry there are no matches for what you are looking for. Would you like something else?", + "USER: Yes, how about a restaurant that serves Indian food?", + "SYSTEM: There are 5 Expensive Indian restaurants in the west. I recommend Cocum. Would you like me to make a reservation?", + "USER: Cocum sound fine, but I just need the postcode, please. No reservation.", + "SYSTEM: Of course. The postcode for the Cocum is cb30ah. Is there anything else I can help you with?", + "USER: Thank you! That's all I need. Goodbye!", + "SYSTEM: Enjoy your meal!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "1", + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "indian", + "mediterranean" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cocum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1437.json", + "Complete Dialogue": [ + "USER: Can you help me find a train going to cambridge leaving on tuesday?", + "SYSTEM: Where are you departing from and what is your departure time?", + "USER: I'll be departing Bishops Stortford. My departure time is flexible, but I need to arrive by 16:30.", + "SYSTEM: The Bishops Stortford to Cambridge at 15:29 is scheduled to arrive at 16:07. The one before that is two hours earlier.", + "USER: Could you give me the price and train ID for that one please?", + "SYSTEM: TR1392. 10.10 pounds. Is there anything else?", + "USER: I'm looking for places to go in town centre. I'm interested in entertainment. Can you suggest a place to go?", + "SYSTEM: There are many attractions do you want a church,or park or water slide ?", + "USER: I was looking for entertainment, but if there is nothing how about a college?", + "SYSTEM: I think i can get for you anything else" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:30" + ], + "train-departure": [ + "bishops stortford" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0347.json", + "Complete Dialogue": [ + "USER: I need a train for this Friday that leaves anytime after 2:15 that afternoon.", + "SYSTEM: There are a total of 204 trains leaving after 2:15 in the afternoon on Friday. Where would you like to go?", + "USER: I would like to go to Stevenage please and depart from Cambridge.", + "SYSTEM: There are 5 such trains. Do you want to set an arrival time?", + "USER: I don't care about when it arrives.", + "SYSTEM: Train TR0217 leaves at 5:21 in the afternoon, would you like me to book it?", + "USER: Not right now, but I was wondering if you could tell me about expensive restaurants in the center of town.", + "SYSTEM: There are 33 options. What food type do you prefer?", + "USER: I don't care about the food type.", + "SYSTEM: How does bedouin sound, they serve african food.", + "USER: That sounds great. What is their price range?", + "SYSTEM: The bedouin is expensive.", + "USER: Let's go ahead and book that for 8 people at 10:30 on Friday, and I will need that reference number, please.", + "SYSTEM: I have booked your table at the bedouin. Your reference number is 52CPSY3C and we hope you have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "14:15", + "2:15 that afternoon" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "10:30" + ], + "restaurant-name": [ + "bedouin" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0957.json", + "Complete Dialogue": [ + "USER: Can you give me some information on the Avalon Hotel?", + "SYSTEM: I'd be happy to. The Avalon is a guesthouse located on the north side. It's moderately priced, has 4-stars and offers free wifi. Would you like to book a room?", + "USER: Not at the moment, can I have their phone number?", + "SYSTEM: Certainly, the phone number is 01223353071. Is there anything else I can help you with?", + "USER: No, that covers it. Thanks!", + "SYSTEM: Great! Have a wonderful day! Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "avalon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20087.json", + "Complete Dialogue": [ + "USER: Looking for a restaurant on the South part of town?", + "SYSTEM: What type of food would you like?", + "USER: I do not have a preference.", + "SYSTEM: Do you have any preference on the cost?", + "USER: I would like something in the cheap price range, please.", + "SYSTEM: There is a very popular Chinese restaurant in the south part of town called The Lucky Star, it is in the cheap price range.", + "USER: Can I have the address and phone number please?", + "SYSTEM: Their number is 01223 244277 and they are located at Cambridge Leisure Park Clifton Way Cherry Hinton. Can I be of any further assistance?", + "USER: Thank you goodbye.", + "SYSTEM: Thank you for using the Cambridge restaurant system. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "the lucky star" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20373.json", + "Complete Dialogue": [ + "USER: I am looking for a French restaurant.", + "SYSTEM: There is one in the centre of town and one in the north area of town. Which one would you prefer?", + "USER: North Part of Town", + "SYSTEM: Restaurant Two Two is a French restaurant located in the north part of town, but it is pricey. Would you like more information?", + "USER: Yes, what is the address of Restaurant Two Two?", + "SYSTEM: The address is 22 Chesterton Road.", + "USER: Thank you, good bye.", + "SYSTEM: Good bye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "french" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "restaurant two two" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0514.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the center of town.", + "SYSTEM: Certainly. Some choices that fit your criteria are Bedouin, Kymmoy, and Fitzbillies Restaurant.", + "USER: What are the different food types of these restaurants?", + "SYSTEM: In the same order: African, Asian Oriental, British. Do any of these fancy you?", + "USER: Not actually. I won't be needing anything else at this time. thank you. Good bye.", + "SYSTEM: You don't need any other information?", + "USER: That's all I need from you today. Thanks.", + "SYSTEM: Alright. I hope you have a wonderful day!", + "USER: Thank you for your help", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2735.json", + "Complete Dialogue": [ + "USER: Hi! I'm looking for an attraction named Kambar.", + "SYSTEM: It is a nightclub in centre at 1 wheeler street. Phone is 01223842725. Do you need any more information?", + "USER: thanks i want to get its entry fee and address", + "SYSTEM: The address was just given to you and the phone is 01223842725.", + "USER: Is there a entrance fee?", + "SYSTEM: Yes, there is a 5 pound entrance fee for the club.", + "USER: I am also interested in a place to stay, that includes free parking.", + "SYSTEM: Do you have an area or price range in mind?", + "USER: I would like an expensive 3-star hotel.", + "SYSTEM: Gonville hotel is in the centre, the lensfield is in the south, any preferences?", + "USER: What do you recommend?", + "SYSTEM: in my opinion, the lensfield is much more updated than the gonville. do you need me to book a room?", + "USER: Just to confirm, does the Lensfield have free parking? If so I'd like to book for 6 people, 3 nights, starting on thursday.", + "SYSTEM: The Lensfield Hotel does have free parking. I can assist you with that reservation.", + "USER: Yes, can you please book a room with the details I already provided.", + "SYSTEM: Your room has been booked. Your reference number is CAFW873C .", + "USER: Thank you so much. I appreciate your help with this.", + "SYSTEM: No problem. Is there anything else I can help you with today?", + "USER: That is all, thank you for all your help.", + "SYSTEM: You're welcome, let me know if I can assist with anything else." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "kambar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "lensfield", + "lensfield hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2406.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap portuguese restaurant", + "SYSTEM: Nandos in the South and Nandos City Centre in Centre meet that criteria. Would you like more information on either of these?", + "USER: Yes, could I get the location and the phone number please.", + "SYSTEM: Do you want the information on Nandos in the south or the Nandos City Centre?", + "USER: I prefer the Nandos in the City Center. Also, I need information about museums or art galleries in the west.", + "SYSTEM: Nandos' number is 01223327908. There are several museums in the west. I've heard that Cafe Jello Gallery has some lovely pieces. Or would you like to hear about the others?", + "USER: Yes, I am looking to kill some time in town. Are there any museums on the west side?", + "SYSTEM: Yes, Cafe Jello Gallery fits that bill. Admission is free and it is located at Cafe Jello Gallery, 13 Magdalene Street. There are others in the area as well.", + "USER: Thank you. What is the post code for Cafe Jello Gallery?", + "SYSTEM: Their postcode is cb30af.", + "USER: Great I also need to get a taxi between the two places.", + "SYSTEM: Okay. Which site will you need to be picked up from, and what is your timeframe?", + "USER: I would like to leave the restaurant by 04:00.", + "SYSTEM: I have booked the taxi for you picking you up at 04:00 at nandos going to the cafe jello gallery. Look out for a grey toyota.", + "USER: Can I get a contact number at least?", + "SYSTEM: The contact number is 07107662669.", + "USER: Thank you, that should be all for today.", + "SYSTEM: Thank you for using the service, have a good day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "portuguese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nandos" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "cafe jello gallery" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "nandos" + ], + "taxi-destination": [ + "cafe jello gallery" + ], + "taxi-leaveat": [ + "04:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2294.json", + "Complete Dialogue": [ + "USER: I'm looking for some cheap Chinese food. Got any restaurants that fit the bill?", + "SYSTEM: Yes there are four. What area would you like to dine in, the centre or south?", + "USER: I would like the centre.", + "SYSTEM: There are 3 cheap chinese restaurants in the centre. charlie chan, rice house, and golden house. Would you like to make a reservation?", + "USER: Yes, I'd like to make a reservation at the Rice House for one person at 11:00 on Sunday please.", + "SYSTEM: I made a booking for you on that day. Your reference number is O2T3BYQU . What else can I do for you?", + "USER: I am looking for any multiple sport attractions near the restaurant to visit.", + "SYSTEM: We don't have any sports attractions in the centre.", + "USER: Are there any museums in that area?", + "SYSTEM: Yes, quite a few! There's the Museum of Archaeology and Anthropology, the Whipple Museum of the History of Science, and more. Would you like to hear about some of the others?", + "USER: Please provide the entrance fees.", + "SYSTEM: The entrance fees vary. I can show you something with no entrance fee if you'd like?", + "USER: I would like you to pick a nice on and give me more info on it please.", + "SYSTEM: castle galleries has free entry. Their phone number is 01223307402, postcode cb23bj, and address unit su43, grande arcade, saint andrews street", + "USER: Yes that one sounds nice. Can you tell me when they open and close also?", + "SYSTEM: I'm sorry their hours aren't listed, you can call them at 01223307402 for that information. Is there anything else you need help with today?", + "USER: No that's everything for me today! Thank you!", + "SYSTEM: Thank you for choosing Cambridge TownInfo centre. Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:00" + ], + "restaurant-name": [ + "rice house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1464.json", + "Complete Dialogue": [ + "USER: I'm looking for an indonesian restaurant that's moderate in price.", + "SYSTEM: There are no Indonesian restaurants in the moderate price range would you like me to search for something else?", + "USER: Are you sure? I thought there was one located in the centre of town.", + "SYSTEM: Unfortunately I do not see any indonesian restaurants. Maybe you would like asain instead?", + "USER: Asian oriental food sounds good. What options do you have available?", + "SYSTEM: I have a few, what price range do you prefer?", + "USER: I'm not really worried about price. Which do you suggest that is located in the centre?", + "SYSTEM: Th Kymmoy is expensive but very nice.", + "USER: I think I would like to be in the moderate price range please.", + "SYSTEM: The yippee noddle bar is in the moderate price range. Would you like to book a table?", + "USER: Actually, can you give me the phone number for Yippee Noodle Bar instead?", + "SYSTEM: Absolutely. Their phone number is 01223518111. Is there anything else I can help you with?", + "USER: I am also looking for a train. The train should arrive by 16:15 and should leave on Friday.", + "SYSTEM: I'm sure we can find your perfect train for you. What are your departure and arrival locations?", + "USER: I want to go to norwich from cambridge.", + "SYSTEM: The first train from Cambridge to Norwich leaves at 05:36, and there are trains every hour thereafter. The duration of the trip is 79 minutes. Which departure time works best for you?", + "USER: Can you suggest one? I would like to arrive in Norwich about 4:15 PM.", + "SYSTEM: I would recommend TR8314, which will get you there at 15:55. Would you like me to book your ticket?", + "USER: Yes, one ticket please.", + "SYSTEM: Booking was successful, the total fee is 17.6 GBP payable at the station .", + "USER: When does the TR8314 leave?", + "SYSTEM: It will leave at 14:36", + "USER: Great! Thanks for all your help.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: No, that is all. Thanks, goodbye.", + "SYSTEM: You're welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indonesian", + "asian oriental" + ], + "restaurant-pricerange": [ + "dontcare", + "moderate" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "yippee noodle bar" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "16:15" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4223.json", + "Complete Dialogue": [ + "USER: I'm in the mood for some modern eclectic food so please find me a cheap restaurant that sells some", + "SYSTEM: I'm sorry, I wasn't able to find any of those.", + "USER: How about Indian, instead?", + "SYSTEM: There are four cheap Indian restaurants in Cambridge. What area of town were you interested in?", + "USER: I want one on the west side of town. If there's not one there then the centre of town will be fine.", + "SYSTEM: we don't have any on the westside, but three in the city centre. Might I suggest the Kohinoor?", + "USER: That sounds great! Could you book a table there for 12:00 on Saturday? Just me.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : VSJ2W6N3 . Can I help you with anything else?", + "USER: I am also looking for a place to stay.", + "SYSTEM: What area would you like it to be in?", + "USER: The area doesn't matter.", + "SYSTEM: Well do you have a price preference?", + "USER: I would prefer a guesthouse and free wifi and parking.", + "SYSTEM: Do you have a price range or star rating in mind?", + "USER: I don't care, book it for the same group of people and 2 nights starting from the same day.", + "SYSTEM: Your booking number is GC8V34OD for the Acorn guest house at 154 chesterton road for 1 person on Saturday for 2 days is set.", + "USER: Thank you, that is all that I need.", + "SYSTEM: Thank you for using our services. Have a great stay!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian", + "modern eclectic" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "kohinoor" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2032.json", + "Complete Dialogue": [ + "USER: Yes, I am looking forward to trying some local restaurants when I am there. Can you help me find a place to dine?", + "SYSTEM: What type of cuisine do you enjoy?", + "USER: I enjoy Chinese food.", + "SYSTEM: You have many choices for chinese in cambridge, any preference on price or area?", + "USER: I would like that to be in a expensive price range and should be in the centre.", + "SYSTEM: I have three places fitting that. Shall I book one?", + "USER: Yes. Wednesday. 6 people at 15:30.", + "SYSTEM: Booking was successful at HK Fusion. The table will be reserved for 15 minutes. Reference number is : 1ZF8E0IV . Anything else I can help with?", + "USER: I'm also looking for a particular attraction. It's called Scudamores Punting Co. Could you give me their information?", + "SYSTEM: Scudamores is a fun boat attraction in the center of town. They're located at Granta Place, Mill Lane, cb21rs. Can I help with anything else today?", + "USER: Yes. Can I also have their phone number.", + "SYSTEM: Sure. You can phone at 01223359750. What else can I help with?", + "USER: That will be all, thank you.", + "SYSTEM: I am glad I could help you, Thank you." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "15:30" + ], + "restaurant-name": [ + "hk fusion" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scudamores punting co" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0079.json", + "Complete Dialogue": [ + "USER: I'm looking for an inexpensive African restaurant.", + "SYSTEM: Sorry, no matches matched your search. Do you want a different price range?", + "USER: No thank you. Is there any inexpensive restaurants that serve Asian oriental food?", + "SYSTEM: Yes, Dojo Noodle Bar and J Restaurant in the city centre both have what you're looking for. Would you like to book a table at one of them?", + "USER: That sounds great. Would you book either of those for me for Wednesday at 20:00 for 6 people?", + "SYSTEM: I was able to book at J restaurant for you. Your reference number is 3KVIT5AR . They will only hold the table for 15 minutes. Is there anything else?", + "USER: Nope that sounds great, thank you", + "SYSTEM: You're welcome. Enjoy your meal!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "african", + "asian oriental" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "dojo noodle bar", + "j restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0840.json", + "Complete Dialogue": [ + "USER: I need a train leaving Cambridge on Sunday.", + "SYSTEM: Can I get your destination please?", + "USER: Stansted Airport please.", + "SYSTEM: What time would you like to leave?", + "USER: Leave after 14:45. I need a booking for 7 people and the reference number.", + "SYSTEM: Booking was successful, the total fee is 56.56 GBP payable at the station. Reference number is : LZY6ET2M . Is there anything else I can assist you with today?", + "USER: i'm also looking for info about a restaurant.", + "SYSTEM: What part of town would you like ?", + "USER: I am specifically looking for a restaurant called fitzbillies restaurant. I am wanting to book a table for 10:15 for 7 people on Sunday.", + "SYSTEM: Alright I booked that, and your reference is PMCEY5JA . Anything else I can do?", + "USER: Thanks so much for your help, I think that will be all I need today.", + "SYSTEM: You're very welcome. Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "7" + ], + "train-leaveat": [ + "14:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "10:15" + ], + "restaurant-name": [ + "fitzbillies restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0218.json", + "Complete Dialogue": [ + "USER: I am looking for the Limehouse hotel.", + "SYSTEM: The Limehouse guesthouse is located in the north at 78-80 Milton Road", + "USER: I'd like to make a reservation for Thursday for 6 people and we want to stay 2 nights please.", + "SYSTEM: I'm sorry, but there are no rooms available for the days you have requested. Would you like to try another hotel?", + "USER: Yes, in the same price range please.", + "SYSTEM: I am sorry there are no others in that price range or in that area,could I search another area for one?", + "USER: Are you sure there's nothing available? I really need something in the same price range as Limehouse.", + "SYSTEM: I show acorn guest house which is in the same area and price range. Would you like me to check availability there?", + "USER: Yes please check it for me.", + "SYSTEM: I have good news. I was able to book you into the Acorn guesthouse and your reference number is DT4ENVMJ .", + "USER: Oh good. Thank you for your help!", + "SYSTEM: Is there anything else I can help you with today?", + "USER: No. that's all. Thanks again!", + "SYSTEM: Thank you for using our service." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "limehouse", + "acorn guest house" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4625.json", + "Complete Dialogue": [ + "USER: I am staying in the centre of cambridge, can you tell me about places to go there?", + "SYSTEM: Sure, what type of place interests you?", + "USER: It doesn't matter but can I get their entrance fee.", + "SYSTEM: Castle Galleries is located in the centre of town and are free to enter.", + "USER: OK, that sounds great. I also need a train to get me to Cambridge.", + "SYSTEM: I have several options but if you let me know your preferred departure point, day and time i can recommend the best option for you.", + "USER: I will be departing from Kings Lynn on Saturday.", + "SYSTEM: i found 19.what time would you like to go", + "USER: I need to leave after 20:00.", + "SYSTEM: I have 4 trains that match your criteria. The first leaves at 20:11, then 21:11. 22:11 and 23:11. Which one would you like to book?", + "USER: Please book the one for 21:11 please.", + "SYSTEM: Okay. Booking was successful. Your reference number is CJNO95ZP . Anything else?", + "USER: That is all I needed. Thanks!", + "SYSTEM: Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "20:00" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0161.json", + "Complete Dialogue": [ + "USER: where is the Addenbrookes Hospital?", + "SYSTEM: Addenbrookes Hospital is in Hills Rd, Cambridge. Is their any particular department you are looking for?", + "USER: No but I would like the phone number and postcode please.", + "SYSTEM: The phone number is 01223245151 and the Postcode is CB20QQ. Is there anything else?", + "USER: What is their address?", + "SYSTEM: It's on Hills Rd in Cambridge.", + "USER: Ok, I'll call an Uber.", + "SYSTEM: Good luck and stay safe!" + ], + "Service Information": { + "Services Involved": [ + "hospital", + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG1306.json", + "Complete Dialogue": [ + "USER: i am looking for a particular restaurant. Its name is called restaurant two two.", + "SYSTEM: Restaurant Two Two is an expensive french restaurant on the north side. Would you like to make a reservation?", + "USER: Can you book a table for 8 people at 11:00 on thursday?", + "SYSTEM: Yes, your ref. # is E7D8F4SM . Can I help you with anything more?", + "USER: No thank you! That is all!", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "restaurant two two" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "11:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0850.json", + "Complete Dialogue": [ + "USER: Hi, I'm going to be visiting soon, and I am interested in trying a restaruant called Curry Prince. Could you give me more information about it?", + "SYSTEM: Yes it's an Indian restaurant in the east at the moderate price range. Would you like the address and phone number?", + "USER: No but I would like to make a booking for 5 people at 18:30 on sunday.", + "SYSTEM: No problem! I got that booked for your party of five. The reference number is JVGYC33Y . Do you need anything else?", + "USER: I am also looking for a train. It should should depart from London Kings Cross and should be on the same day.", + "SYSTEM: I have several trains available. What is your destination and preferred time of departure and arrival?", + "USER: The train should go to cambridge and should arrive by 15:00,can you book it for me ?", + "SYSTEM: Is there a time you would like to leave by?", + "USER: No I just need to make sure I get there by 15:00. I will need the train ID and departure time please.", + "SYSTEM: There is a train leaving at 13:17. Would you like me to book the train for you?", + "USER: I just need the train's departure time and ID.", + "SYSTEM: Okay, the TR1688 leaves at 13:17.", + "USER: OKay perfect do you think you could book that for me please?", + "SYSTEM: Ok I will book it for you" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "curry prince" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "18:30" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "london kings cross" + ], + "train-arriveby": [ + "15:00" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3633.json", + "Complete Dialogue": [ + "USER: i need somewhere to go.", + "SYSTEM: There are so many great things to do in Cambridge. Let's narrow your search. Would you like to go to a restaurant, hotel, or attraction?", + "USER: I am looking for a nice museum", + "SYSTEM: I found some great museums. Can you specify on the types of museum you are looking for?", + "USER: You may suggest one to me.", + "SYSTEM: The cambridge and county folk museum is in the west part of town etrance fee is 3.50 pounds", + "USER: Are there any free attractions in the area?", + "SYSTEM: Cafe jello gallery is in the west and has free admission. Is that better for you?", + "USER: That sounds great. Can I get the phone number for it?", + "SYSTEM: The phone number for cafe jello gallery is 01223312112. Can I help you with anything else today?", + "USER: Thanks. I also need a hotel in the south.", + "SYSTEM: How about the bridge guest house located in the south area of town?", + "USER: how many stars does it have?", + "SYSTEM: It is rated 3 stars. Does that work for you?", + "USER: I need something with 4 stars.", + "SYSTEM: In that case I will suggest Aylesbray lodge guest house.", + "USER: Yes, that will be fine. I will need a reservation starting on Wednesday.", + "SYSTEM: How many days did you want the booking for? And for how many people?", + "USER: I almost forgot, my husband would like for the hotel to have free wifi. Does that hotel meet that criteria?", + "SYSTEM: Yes, it does have free wifi. Would you like to continue with the reservation?", + "USER: Yes please. 2 people for 5 nights beginning on Wednesday and I will need the reference number after booking is complete.", + "SYSTEM: Okay, you're all set! The reference number is EK9KZ64S . Is there anything else that I can assist you with today?" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "west" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2079.json", + "Complete Dialogue": [ + "USER: I need a cheap place to stay, what would you recommend?", + "SYSTEM: I have about 10 different options. Do you prefer a hotel or guesthouse?", + "USER: It doesn't matter. I need free parking and prefer a place with 4 stars.", + "SYSTEM: The Alexander Bed and Breakfast is in the centre of town, has 4 stars, is cheap, and has free parking and internet. Would this work for you?", + "USER: Yes, this will work for me. Please send me the address, postcode and reference number.", + "SYSTEM: Absolutely. The Address is: 56 saint barnabas road cb12de and I can give you the reference number after we book it.", + "USER: What type of hotel is this?", + "SYSTEM: It is a guesthouse.", + "USER: And what type of hotel is that?", + "SYSTEM: A guesthouse is a type of hotel, thus it is a guesthouse type.", + "USER: I'd like some information on a train next.", + "SYSTEM: Where will you be departing from?", + "USER: I will be departing from Kings Lynn, and traveling to Cambridge.", + "SYSTEM: There are many trains to your destination what time would you like to leave?", + "USER: The train should arrive by 16:45 and should leave on wednesday.", + "SYSTEM: The TR2452 arrives in Cambridge leaves at 15:11 and arrives at 15.58. Would you like to book it?", + "USER: No, thanks! How long is the travel time?", + "SYSTEM: The travel time is 47 minutes and is 9.80 pounds. Can I give you more information about this train or book you a seat?", + "USER: No thank you. That is all I need today.", + "SYSTEM: Thank you and have a great trip." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:45" + ], + "train-day": [ + "wednesday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2118.json", + "Complete Dialogue": [ + "USER: I am looking for a place to visit in town that is architecture.", + "SYSTEM: What kind of architecture are you looking for? Churches or schools?", + "USER: I'd like churches, and any really old buildings. If you could give me the addresses of a few of those that would be great.", + "SYSTEM: All saints church is on jesus lane with free entrance, great saint mary's church is located at market square and has an entrance fee of 2 pounds.", + "USER: What is the post code for that place and the area of town it is in?", + "SYSTEM: The postcode for All Saints Church is cb58bs and it is located in the city center.", + "USER: Great. I also need a gastropub restaurant in the east that is expensive.", + "SYSTEM: I have the royal standard. Would you like me to make a booking for you?", + "USER: Yes please. For 3 people at 12:45 on Friday.", + "SYSTEM: You are set, the reference number is 8XDU4HAN, can I help with anything else?", + "USER: Thank you that is all I needed today.", + "SYSTEM: Thank you for using the help desk, enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "architecture" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "12:45" + ], + "restaurant-name": [ + "royal standard" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3757.json", + "Complete Dialogue": [ + "USER: Howdy, it would help me a great deal if you could please get me some information about the alexander bed and breakfast", + "SYSTEM: it is a cheap guest house located in the centre. you want their phone number?", + "USER: I would like the address please.", + "SYSTEM: They are located at 56 Saint Barnabas Road. Do you need help with anything else today?", + "USER: Could you provide me with the star rating of the Alexander bed and breakfast?", + "SYSTEM: They are 4 stars. Does that work for you?", + "USER: Yes, that is perfect! Can you also find a restaurant in the centre? I'm looking for Mediterranean, but not too expensive.", + "SYSTEM: The Gardenia is your best bet. It's cheap, but fantastic. Would you like to book a table?", + "USER: I need the phone number, address, and postcode", + "SYSTEM: The phone number is 01223356354.", + "USER: I need the address and postcode. I need a taxi to pick me up at the hotel by 19:00. I need the contact number and car type please.", + "SYSTEM: The gardenia is located at 2 Rose Crescent City Centre. Their post code is cb23ll. I can help you with the taxi. Where are you departing from?", + "USER: I will be departing the hotel by 19:00.", + "SYSTEM: I was able to book that for you. Be expecting a yellow Skoda. Should you need to reach them, please call 07153240944.", + "USER: Great, thanks for your help!", + "SYSTEM: Thank you anything else you need help with today?", + "USER: No, that will be all. Thank you very much for your help.", + "SYSTEM: I glad we could assist you today. Feel free to contact us anytime, and have a pleasant trip." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "mediterranean" + ], + "restaurant-name": [ + "gardenia" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "the gardenia" + ], + "taxi-leaveat": [ + "19:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4586.json", + "Complete Dialogue": [ + "USER: I'm looking for a train departing from cambridge going to birmingham new street.", + "SYSTEM: Please let me know what time you would like to arrive or when you would like to depart.", + "USER: I need to leave after 11:15 on Sunday.", + "SYSTEM: Train TR0686 will work for you. Would you like me to book you passage?", + "USER: Not yet. What time will that arrive in Birmingham?", + "SYSTEM: Train TR0686 will arrive at Birmingham New Street at 14:44.", + "USER: Okay what is the price per ticket?", + "SYSTEM: The price per ticket is 60.08 pounds, how many travelers will be requiring tickets?", + "USER: No tickets yet. But I do need info on a swimming pool in the north. I you could recommend one?", + "SYSTEM: Okay I have two to choose from. Would you like me to recommend one to you?", + "USER: Yes please. I'll also need the entrance fee, post code and address.", + "SYSTEM: which one would you like jesus green outdoor pool or kings hedges learner pool?", + "USER: The outdoor pool please.", + "SYSTEM: jesus green outdoor pool is located between victoria road and the river, cb43px. Phone number is 01223302579. I'm afraid I don't have an entrance fee listed though.", + "USER: That's okay. That will be it. Thanks for all your help!", + "SYSTEM: thank you. Is there anything else?", + "USER: No, that is all the help I need for today. Thanks again!", + "SYSTEM: You're very welcome. Please contact us again, if we can be of further assistance." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "11:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ], + "attraction-name": [ + "jesus green" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2114.json", + "Complete Dialogue": [ + "USER: Hello. I need help finding a train on Friday.", + "SYSTEM: I can help you with that! So that I can serve you better, can you tell me your departure and arrival locations?", + "USER: I'm departing from london kings cross and going to cambridge on Friday. I'm working, so I have to wait until after 11:45 to leave.", + "SYSTEM: I show train TR4748 departing friday from cambridge at 13:17. Would you like me to book it for you?", + "USER: Yes please. Could you also give me the price?", + "SYSTEM: The price for that train is 23.60 pounds.", + "USER: Thank you that will work fine for me and my husband", + "SYSTEM: Wonderful! Thank you", + "USER: Can you help me find a good hotel? I need one in the south.", + "SYSTEM: I have found 1 hotel and 3 guesthouses in the South area that is available for you. Would you like for me to book one for you?", + "USER: I need one with free wifi and parking, please.", + "SYSTEM: Okay, I found three guesthouses and one hotel. Would you prefer a certain type?", + "USER: The hotel please, thanks.", + "SYSTEM: The Lensfield hotel is exactly what you are looking for. Would you like a reservation?", + "USER: Yes, please. Thanks!", + "SYSTEM: What day would you like to book the hotel and how long will your stay be?", + "USER: On second thought I just wanted to find a hotel in the south area. Thanks so much for your help!", + "SYSTEM: There is only one hotel in that area but it is expensive, shall I book it for you?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "london kings cross" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "12:00", + "after 11:45" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1460.json", + "Complete Dialogue": [ + "USER: Can you tell me more about the attraction called cambridge museum of technology?", + "SYSTEM: Yes, I have pulled up information on this. What would you like to know?", + "USER: What part of town is it in? Do you have the postcode?", + "SYSTEM: It is in the east and the postcode is cb58Id.", + "USER: Awesome. Now please find me a train from Cambridge to London Liverpool street", + "SYSTEM: On what day will you be travelling?", + "USER: I leave on Monday.", + "SYSTEM: I'd be happy to help with your request, do you have a time in mind for departure or arrival?", + "USER: I would like to leave after 14:00 on monday.", + "SYSTEM: The TR3602 leaves at 15:59 and arrives at 17:27. Would you like me to book that for you?", + "USER: No, I just need the information for right now. Thanks for all your assistance!", + "SYSTEM: You're very welcome! Is there anything else I can help you with?", + "USER: That's all I need, thank you so much! Have a great day!", + "SYSTEM: Great, glad I could help!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-name": [ + "cambridge museum of technology" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london liverpool street" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "14:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0169.json", + "Complete Dialogue": [ + "USER: I would like to eat at cheap restaurant in the centre while I am here in Cambridge.", + "SYSTEM: Is there a food type you have a preference for? Spanish, Italian, Chinese, Indian are just some of the choices.", + "USER: No, I don't really care what kind of food it is as long as it's cheap. I will need a reservation for 1 person at 14:45 on Monday.", + "SYSTEM: Okay, I've got the dojo noddle bar in the centre of town that serves cheap food. How will that be?", + "USER: I'd like to book a table for 1 at 14:45 on monday, please. I also need the reference number.", + "SYSTEM: I have booked the restaurant for you. The table will be reserved for 15 minutes. The reference number is Y3MGYYH6 .", + "USER: I also need a hotel that is near the restaurant.", + "SYSTEM: There a 5 places in the centre. Do you have a preferred price range?", + "USER: No price range. I do need it to have free wifi and parking though. Can you tell me what star that hotel would be?", + "SYSTEM: How about el shaddai? It has free parking and wifi and is in the centre of town.", + "USER: That sounds good. What is it's star rating, please?", + "SYSTEM: The star rating is 0. Would you still like me to book this hotel for you?", + "USER: I don't need a booking, but I need a taxi commuting between that hotel and the booked restaurant.", + "SYSTEM: Taxi booking completed! Your car is a Grey Audi, their contact number is 07263703306.", + "USER: Great thank you very much", + "SYSTEM: You're welcome. Is there anything else I can help you with?", + "USER: Will the taxi arrive by the booked time?", + "SYSTEM: Yes, your taxi will arrive by the booked time of 14:45. Is there anything else I can help you with today?", + "USER: Just the telephone number of the taxi please.", + "SYSTEM: The contact number is 07263703306. Can I provide any further assistance today?", + "USER: Thanks I have everything I need. Goodbye!", + "SYSTEM: Great. Thank you for contacting the Cambridge Towninfo Centre" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "dojo noodle bar", + "dojo noddle bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "14:45" + ], + "taxi-departure": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-destination": [ + "dojo noodle bar", + "dojo noddle bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2954.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for information on entertainment attractions located in the centre.", + "SYSTEM: I'm sorry. At the moment there are no entertainment attractions available in the centre.", + "USER: Can you help me find a restaurant?", + "SYSTEM: Sure, I can help with that. Are you sure I can't help you find another attraction that you may like? There are so many great things to see.", + "USER: You convinced me. How about a college?", + "SYSTEM: Yes, there several colleges available. Most have free entry. Do you have one in mind?", + "USER: No. Just give me your best recommendation.", + "SYSTEM: I recommend emmanuel college they are free to visit and located on saint andrew's street. Do you still want me to find a restaurant?", + "USER: Not at this time but could you help me with a moderate priced hotel", + "SYSTEM: We have 18 choice sany other preferences, any at all? please dont make me pick between 18 places, I want to make sure we find a good fit for you.", + "USER: I need a moderately priced hotel with free parking and wifi.", + "SYSTEM: Please show me a moderately priced hotel nearby, and please make sure it includes free wifi and parking.", + "USER: I need a moderately priced hotel with free parking and wifi.", + "SYSTEM: I RECOMMEND acorn guest house", + "USER: That sounds good. please book it for 6 people and 5 nights starting from thursday.", + "SYSTEM: Ok, I've made the booking for you. Your reference number is : UZ1KFAAI .", + "USER: that is all i needed for now. have a great day", + "SYSTEM: Thanks! You have a great day as well! Bye!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "entertainment", + "college" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4771.json", + "Complete Dialogue": [ + "USER: Can you help me find a train leaving on Wednesday?", + "SYSTEM: Sure, which stations will you be using?", + "USER: I want to leave from Cambridge and arrive at London Liverpool Street.", + "SYSTEM: TR5285 leaves at 13:59 amd costs 16.60 pounds. how many seats do i book?", + "USER: I just need the travel time on that one", + "SYSTEM: The travel time is 88 minutes. Can I help with anything else?", + "USER: Yes, I'm looking for colleges in the centre.", + "SYSTEM: I'd suggest christ's college. Would you like more information?", + "USER: Yes. Is there an entrance fee?", + "SYSTEM: No. It is free.", + "USER: Can I have the address and postcode? Thanks for your help!", + "SYSTEM: Yes the postcode is cb23bu and the address is saint andrew's street.", + "USER: You have been very helpful. That is all I need, thanks. Bye.", + "SYSTEM: Your welcome. I am glad I could help." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london liverpool street" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0311.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in Centre please.", + "SYSTEM: The Golden House is located at 12 Lensfield Road in the City Centre. The phone number is 01842753771.", + "USER: Thank you. Can you let me know what the price range for the restraunt is? I'm looking for somewhere cheap.", + "SYSTEM: The Golden House is in the cheap price range. Would you like to book a table?", + "USER: What is the food type?", + "SYSTEM: They serve chinese food there.", + "USER: No. I need a guest house, same price as the dining place.", + "SYSTEM: What area would you like to stay in?", + "USER: meh, i don't really care about the area.", + "SYSTEM: There are two guesthouses in the centre area. Alexander Bed and Breakfast and El Shaddai. Would you like a reservation for one of these?", + "USER: Sure. I need a hotel for 5 people and 5 nights, starting on Tuesday. Please book El Shaddai for me.", + "SYSTEM: You're booked! Your reference number is 0H9B4720 . Can I assist you with anything further?", + "USER: Yes, I'd like a taxi from the restaurant to the hotel, leaving by 18:45.", + "SYSTEM: sure thing a black ford will be picking you up, contact number is 07417685839, anything else today?", + "USER: That will be all today, thank you.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "golden house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "golden house" + ], + "taxi-leaveat": [ + "18:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1367.json", + "Complete Dialogue": [ + "USER: Yes, I am looking for information on train schedules for my upcoming trip.", + "SYSTEM: What is your travel destination so I can narrow it down to a useful schedule?", + "USER: I'm trying to go to cambridge.", + "SYSTEM: Where will you be departing from? Also, what day will you be traveling?", + "USER: I'll be departing from the stansted airport on monday.", + "SYSTEM: And what time were you looking to depart?", + "USER: Doesn't matter, as long as I arrived by 12:45.", + "SYSTEM: I've found TR5754 leaving stansted airport at 11:24 and arriving in cambridge at 11:52. The price is 10.10 pounds, can I book this for you?", + "USER: No. I do need to find a swimming pool in the west.", + "SYSTEM: how about parkside pools? they're pretty fun.", + "USER: Is parkside pools on the west side?", + "SYSTEM: No, it's located in the centre.", + "USER: That won't work then. I need one in the west.", + "SYSTEM: There are no pools in the west, can I run another search for you?", + "USER: How about a museum?", + "SYSTEM: There are a few available. I highly suggest Cambridge Artworks located on 5 Greens Road. Do you need any information?", + "USER: Thanks for the information, that is all.", + "SYSTEM: Can I look up any attractions, taxi or anything else for you?", + "USER: No, that is all I need today. Thank you so much.", + "SYSTEM: Thank you for using our services. Have a good day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "stansted airport" + ], + "train-arriveby": [ + "12:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "swimmingpool" + ], + "attraction-name": [ + "parkside pools" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0160.json", + "Complete Dialogue": [ + "USER: I need a hotel in the east which includes free wifi.", + "SYSTEM: Yes I have a few in the east that have internet,would you like me to get the information on a few for you?", + "USER: yes, I would also like for it to be a guesthouse style and in the area of east, thank you", + "SYSTEM: I have a few different options available, did you preference a moderate or cheap priced hotel?", + "USER: I don't have a preference on price. It also doesn't need to have free parking.", + "SYSTEM: I found one option with your preferences, the A and B Guest House. It has a moderate price range and 4 stars.", + "USER: That sounds lovely. I also am looking for an Italian restaurant in the moderate price range, can you help me?", + "SYSTEM: Absolutely, you have five choices. Would you prefer a place in the south, centre, west, or east side of Cambridge?", + "USER: I'd like a place in the east, please.", + "SYSTEM: That would be pizza Hut Fen Ditton, what time would you like to go?", + "USER: I'd like a reservation for 6 people at 14:45 on saturday.", + "SYSTEM: I am very sorry I was unable to get a reservation at that time, would you like to try for another time slot?", + "USER: Yes, let's try a little earlier at 13:45, and I will need a reference number please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : Y0GBAGST .", + "USER: Great, I also need a taxi to commute between two places.", + "SYSTEM: I can help you book a taxi, can you tell me a little more detail about your taxi request?", + "USER: Sure, I'll be going from the hotel to the restaurant, and of course I want to get there for that 13:45 reservation.", + "SYSTEM: I have booked a red Volkswagen for you. The contact number is 07121756826.", + "USER: Thank you for all of the helpful information!", + "SYSTEM: Would you like anything else?", + "USER: Can you get me the contact number for the car?", + "SYSTEM: Yes. The contact number is 07121756826. Is there anything else I can help you with?", + "USER: No, thank you, you've been very helpful.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre and you have a nice day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "east" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "14:45", + "13:45" + ], + "restaurant-name": [ + "pizza hut fen ditton" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "13:45" + ], + "taxi-departure": [ + "a and b guest house" + ], + "taxi-destination": [ + "pizza hut fenditton", + "pizza hut fen ditton" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0699.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel in Cambridge in the higher prices ranges and would like for it to include free parking.", + "SYSTEM: I can offer you 5 options, ranging from 2-4 stars, all with free internet and free parking. Where in the city would you like to be?", + "USER: I would like to be in the north part of the city please.", + "SYSTEM: I'm sorry, I have no expensive accommodations with your requirements in the northern part of the city. Will any other area do?", + "USER: Do you have anything in the south?", + "SYSTEM: Yes, The Lensfield Hotel is in the south at 53-57 Lensfield Road cb21en, phone 01223355017. If you'd like to book there, let me know what day, and I'll set it up.", + "USER: Is this a hotel or a guesthouse?", + "SYSTEM: The Lensfield is a hotel, not a guesthouse.", + "USER: Sounds great. Could I have the address?", + "SYSTEM: It is located at 53-57 lensfield road", + "USER: Thank you. I am also looking for a train departing on Saturday from Bishops Stortford going to Cambridge.", + "SYSTEM: Okay, there are several trains to choose from. What time would you like to depart?", + "USER: I would like to arrive by 10:30.", + "SYSTEM: I have one that gets there at 10:07. Will this work for you?", + "USER: That would be perfect. Please reserve 8 seats for me.", + "SYSTEM: The booking for 8 tickets was successful. Your reference number is 4MKJKVTR . Can I help you with anything else?", + "USER: No, that'll do it. Thanks!", + "SYSTEM: Glad I could help. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "north", + "south" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:30" + ], + "train-bookpeople": [ + "8" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0316.json", + "Complete Dialogue": [ + "USER: I'd like to find a restaurant that offers Asian Oriental cuisine, in the centre, if possible.", + "SYSTEM: Definitely! I have places from cheap to expensive, though my favorite is Yippee Noodle Bar, which is moderately-priced.", + "USER: I would like Yippee.", + "SYSTEM: I'd be happy to make a reservation for you. What day/time will you be dining, and how many are in your party?", + "USER: Monday, 19:00, for 6 people.", + "SYSTEM: I have successfully reserved a table for your party of 6 at the Yippee Noodle Bar for Monday at 19:00. Your reference number is XSQHK9YG", + "USER: Great, I also need a hotel room if you can help me find something.", + "SYSTEM: Sure. We have several places ready to book. Which part of town would you like?", + "USER: The west please.", + "SYSTEM: There are 4 in that area do you have a price range or type of hotel you prefer?", + "USER: The hotel doesn't need to include internet. It should be in the same area as the restaurant.", + "SYSTEM: I have 5 different options for you. They vary in price range. Did you have a certain price range in mind?", + "USER: The price does not matter. Please make a recommendation and book it for the same group of people and 4 nights starting from the same day.", + "SYSTEM: OK, you are booked in Cityroomz as requested, the reference number is A1ZBLCZ3, any further questions?", + "USER: no and thank you for your help", + "SYSTEM: Ok, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-name": [ + "yippee", + "yippee noodle bar" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west", + "centre" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "cityroomz" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL0284.json", + "Complete Dialogue": [ + "USER: I am looking for a Thursday departure for a train going to Cambridge.", + "SYSTEM: To help you better with your travel plans, where are you planning on departing from?", + "USER: I am looking to depart from Birmingham new street after 12:45", + "SYSTEM: There is a train leaving Birmingham New Street heading to Cambridge at 13.40.", + "USER: Great can I get the train ID, price, and arrival time for that one?", + "SYSTEM: Sure! The Train ID is TR7509. The price is 75.10 poinds. It arrives by 16.23. Would you like for me to book it for you?", + "USER: I don't need train booking. I do need to find a cheap Spanish restaurant, though.", + "SYSTEM: La Raza is a cheap Spanish restaurant in the center of town. Do you need their address or perhaps I could make a reservation for you?", + "USER: That's all I needed, thank you!", + "SYSTEM: What day and time would like for me to book?", + "USER: I'd like to book a table for 3 at 18:15 on Thursday. And if possible, I'd like a reference number.", + "SYSTEM: I have booked that for you with the reference number D3QVNLWT . Is there anything else I can help you with?", + "USER: That is all, thank you very much.", + "SYSTEM: Your welcome. Please let us know if we can assist you in the future." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "birmingham new street" + ], + "train-leaveat": [ + "12:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "spanish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "18:15" + ], + "restaurant-name": [ + "la raza" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20147.json", + "Complete Dialogue": [ + "USER: Is there a cheap restaurant serving belgian food?", + "SYSTEM: What area are you interested in?", + "USER: I do not care what area it is in.", + "SYSTEM: There are no cheap Belgian restaurants. Would you like to change your query?", + "USER: How about a cheap restaurant serving Italian food?", + "SYSTEM: da vinci pizzeria serves italian food in the cheap price range and in the centre of town, is there anything else i can help you with?" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "belgian", + "italian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01570.json", + "Complete Dialogue": [ + "USER: i am looking for the Addenbrookes Hospital with neurology department", + "SYSTEM: The number for the neurology department is 01223274680. Do you need the address?", + "USER: Yes and the postcode", + "SYSTEM: The postcode is CB20QQ.", + "USER: I need the address also please.", + "SYSTEM: It is Hills Rd, Cambridge.", + "USER: All right. Thanks.", + "SYSTEM: You're welcome! Is there anything else I can help you with?", + "USER: No that is all. Thank You", + "SYSTEM: Thank you for using our service, have a great day." + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hospital" + ], + "Preferences": { + "hospital-department": [ + "neurology" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2449.json", + "Complete Dialogue": [ + "USER: Can you find me a moderately priced chinese restaurant please", + "SYSTEM: Certainly! There are 4; 3 in city centre, and 1 in the north. Do either of these areas look good?", + "USER: Yes, the one in the north does.", + "SYSTEM: I have the golden wok phone 01223350688 postcode cb43hl. It is located in the north and a moderate price. Should I book this for you?", + "USER: Yes please - could you make a reservation for 4 people at 12:15 on Saturday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : YI8BKDR2 . Is there anything else I can do for you?", + "USER: Yes are there any parks in the same area as the restaurant?", + "SYSTEM: Yes there is 1 park in the same area. It is Milton County Park. WOuld you like more information?", + "USER: Yes could I please get the phone number.", + "SYSTEM: Phone is 01223420060. Do you need anything else?", + "USER: Yes, I would like a taxi to go from the two places and make sure it arrives to the restaurant by the booked time.", + "SYSTEM: Okay, I've got you booked with a grey Lexus.", + "USER: Can I please get the taxi company's contact phone number?", + "SYSTEM: Their number is 07607417770, is there anything else I can do?", + "USER: That is everything, thank you.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "north" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "12:15" + ], + "restaurant-name": [ + "golden wok" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "park" + ], + "attraction-name": [ + "milton", + "milton country park" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "12:15" + ], + "taxi-departure": [ + "milton", + "milton country park" + ], + "taxi-destination": [ + "golden wok" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20659.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in any area that serves scandinavian food", + "SYSTEM: There are no restaurants available that serve scandinavian food. Are there any other restaurants you would like to try?", + "USER: How about french?", + "SYSTEM: Restaurant Two Two serves French food. Would you like the location information?", + "USER: If you could give me the phone number, that would be great.", + "SYSTEM: The phone number for restaurant two two is 01223 351880. Can I help you with anything else?", + "USER: No, thank you, that does it. Thank you and goodbye!", + "SYSTEM: Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "dontcare" + ], + "restaurant-food": [ + "scandinavian", + "french" + ], + "restaurant-name": [ + "restaurant two two" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2481.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for a place to dine. I'd prefer it to be moderately priced and serve Indian food.", + "SYSTEM: We have 4 moderately priced Indian restaurants - 2 in the east, 1 in the north, and one in the west. Which area are you interested in?", + "USER: I'd like to look at the one in the west, please.", + "SYSTEM: That place goes by the name of meghna, the address is 205 Victoria Road Chesterton, they can be reached at 01223727410, would you like me too book you?", + "USER: Can I please have their postcode?", + "SYSTEM: Their postcode is cb43lf. Would you like a reservation?", + "USER: No thanks. I don't need a reservation yet. I am also looking to find a great place to do some boating.", + "SYSTEM: I have several options to choose from. Is there a particular area you want to go boating?", + "USER: No, where would you suggest?", + "SYSTEM: How about Camboats in the East? Their address is the plough, green end, fen ditton.", + "USER: That sounds good. Can I get the postcode please?", + "SYSTEM: The postcode is cb43lf, anything else?", + "USER: No, that's it for now.", + "SYSTEM: It was a pleasure serving you today. Have a wonderful stay!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "meghna" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "dontcare" + ], + "attraction-name": [ + "camboats" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1702.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a place to go in the north. Could you suggest some places?", + "SYSTEM: Milton Country Park is in the north and has free admission.", + "USER: Can I get the phone number please?", + "SYSTEM: Absolutely. Their phone number is 01223420060. Is there anything else I can assist you with?", + "USER: Yea I also need a train that goes to cambridge and should leave after 17:30.", + "SYSTEM: What day will you be traveling, and where would you like to depart from?", + "USER: I'm leaving Kings Lynn on Wednesday.", + "SYSTEM: Is there a time you would liek to arrive by?", + "USER: Arrival time does not matter, just leave after 17:30", + "SYSTEM: How many people would you like to book?", + "USER: I need to book for two people and I need the reference number.", + "SYSTEM: I have a train leaving at 18:11. Will that do?", + "USER: That would work. Can you book that please?", + "SYSTEM: You train has been booked. Total fee is 19.6 GBP which is payable at the station. Your reference number is 5PVB9XYJ .", + "USER: Perfect! That is all I needed. Thank you for the help. Goodbye!", + "SYSTEM: You're welcome. Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-name": [ + "milton country park" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "17:30" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "dontcare" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1969.json", + "Complete Dialogue": [ + "USER: I'd like a train leaving from London Liverpool Street on Wednesday, please.", + "SYSTEM: Of course. What's your destination? Also when do you wish to leave and arrive by?", + "USER: I am going to cambridge & leaving after 11:15.", + "SYSTEM: I have an 11:39. Would you like me to book that for you?", + "USER: I'd like the train ID, price, and arrival time please.", + "SYSTEM: The Train ID is TR4161, price is 16.60 and arrival time is 13:07. Would you like me to book that for you?", + "USER: Yes, when is the arrival time on that? And how much for 1 ticket?", + "SYSTEM: I have booked you a seat on the train leaving at 11:39 and arriving in Cambridge by 13:07. Total cost is 16.6 GBP. The reference # is Q0IMH7R0 .", + "USER: Thanks. Could you also look up information for Jesus College?", + "SYSTEM: They are a college located in the centre area, at jesus lane. Their entrance fee is free.", + "USER: That's all I needed.", + "SYSTEM: Great, glad I could help!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:15" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "jesus college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1677.json", + "Complete Dialogue": [ + "USER: What train should I take to get to Cambridge by 14:45?", + "SYSTEM: Could you be more specific on where you are departing from and what day you want to travel?", + "USER: Depart from london liverpool street and should leave on monday.", + "SYSTEM: Any arrival time in mind?", + "USER: Yes, 14:45. Could you give me a departure time that meets my criteria?", + "SYSTEM: Yes, TR7040 leaves at 11:39 and arrives by 13:07. Would that work for you?", + "USER: I don't know yet. Do you know how much it will cost?", + "SYSTEM: Tickets are 16.60 pounds", + "USER: Okay. I am also looking for a restaurant. Are there any restaurants in the centre that serve asian oriental food?", + "SYSTEM: There are several choices. Do you have a specific price range?", + "USER: Nah. Can you just book me a table at your favorite one? 2 people at 20:45 on Monday, please.", + "SYSTEM: I was not able to book a table at 20:45. Would you like to try another time?", + "USER: How about 19:45 and give me a reference number", + "SYSTEM: One moment while I try to make the reservation for 19:45.", + "USER: I would like the reference number if it s successful please.", + "SYSTEM: The reference number is 2DNK6C4B .", + "USER: Thank you very much for the help. Good bye!", + "SYSTEM: Thank you. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "14:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "london liverpool street" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "asian oriental" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "20:45", + "19:45" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0841.json", + "Complete Dialogue": [ + "USER: Good morning, I am looking forward to trying some local restaurants when I arrive in Cambridge next week.", + "SYSTEM: Wonderful. Is there a type of cuisine that interests you?", + "USER: I would like to try some modern American food.", + "SYSTEM: I'm sorry there appear to be no modern American restaurants in the area. Would you like to try something else?", + "USER: Yes, can you check Chinese for me please?", + "SYSTEM: There are 17 Chinese places that you may like, do you have further criteria to narrow it down?", + "USER: what's the most expensive one?", + "SYSTEM: I have nine in the expensive range. Is there an area you prefer?", + "USER: No. I would like you to pick the best one you know of.", + "SYSTEM: In that case, I would recommend the Sesame Restaurant and Bar. Would you like to know more about it?", + "USER: No, that's okay. Can I book a table for 2 on friday at 15:15?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes.Reference number is : LZ2KI6G5 .", + "USER: Thank you. I also need train information. We are planning to leave on Saturday at some time after 11:45.", + "SYSTEM: Would the TR4003 train departing at 13:00 and arriving in london by 13:51 work for you?", + "USER: Yes. That works.", + "SYSTEM: How many tickets do you need?", + "USER: I need 2 tickets please.", + "SYSTEM: the total fee is 37.76 GBP payable at the station, reference number TKP9K1U4 .", + "USER: Thank you for your help.", + "SYSTEM: Do you need anything else?", + "USER: that is it for today thank you for asking", + "SYSTEM: You're welcome. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern american", + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-name": [ + "sesame restaurant and bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4500.json", + "Complete Dialogue": [ + "USER: Can you help me find somewhere to stay with free wifi?", + "SYSTEM: Sure, most places offer that these days. Do you have an area of town you would like to stay in?", + "USER: We need the hotel to be in the north.", + "SYSTEM: Okay and what is your price range?", + "USER: Price range doesn't matter to me. I'd like it to have a one star.", + "SYSTEM: I'm so sorry, but we don't have a one star in that area. Would you like for me to check a different area?", + "USER: How about a 4 star rating?", + "SYSTEM: The acorn guest house is a 4 star guesthouse with wifi. Would you like to make a reservation?", + "USER: sure, i need it for 3 nights starting wednesday.", + "SYSTEM: Before I book how many people will be staying with you?", + "USER: Please book the hotel for 5 people.", + "SYSTEM: Booking was successful. Reference number is : YYXR9VMX", + "USER: Thanks. I also need a restaurant in the same area.", + "SYSTEM: There are several restaurants, what type of food and price range?", + "USER: Indian food would be great.", + "SYSTEM: Okay, what is your price range? We have one in the moderate and one in the cheap range.", + "USER: Can you please make a reservation at the moderately priced one?", + "SYSTEM: The Nirala serves Indian cuisine at a moderate price, and is located in the north. How many in your party? What time would you like the table reserved?", + "USER: Ok great, can you book a table for 5 at 14:00 on Wednesday.", + "SYSTEM: I will book that for you now.", + "USER: Thanks, I will need the reference number.", + "SYSTEM: Your reference number is QV1Z4XH7 . Can I help you with anything else?", + "USER: No, thank you for helping me with both bookings so quickly. Have a great day. Goodbye.", + "SYSTEM: Thank you for allowing me to assist you with your travel." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-stars": [ + "1", + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "14:00" + ], + "restaurant-name": [ + "nirala" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0694.json", + "Complete Dialogue": [ + "USER: Hello, I'd like some information on a restaurant in the centre.", + "SYSTEM: There are many options. What's your price range and what type of food do you want?", + "USER: I would like somewhere expensive that serves chinese food", + "SYSTEM: How about HK Fusion, located at 21 Burleigh street?", + "USER: Yes book it for Friday. 5 people at 13:00.", + "SYSTEM: I have your reservation at HK Fusion for 5 people on Friday at 13:00, your reference number is XAMSDTRY . Can I help with anything else?", + "USER: I am also looking to book a train the same day!", + "SYSTEM: I'd be happy to help with your request, to help narrow the results down where will you be departing/arriving and what time?", + "USER: It should go to Cambridge and should arrive by 09:00", + "SYSTEM: There is a train that leaves at 5:17.", + "USER: Thats okay can you book that?", + "SYSTEM: Could you please confirm where you are departing from first? There are many trains and i want to make sure i book you the right one.", + "USER: I need to depart from London liverpool street on friday. Ineed to arrive in Cambridge by 9:00", + "SYSTEM: TR8522 arrives at 07:07.", + "USER: Okay, let's book it for five people.", + "SYSTEM: The booking was successful. The total fee of 83 GBP is payable at the station. The reference number is L4G0ZWC2 .", + "USER: Ok, Thankk you. Bye now.", + "SYSTEM: welcome and thanks for using our services" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-name": [ + "hk fusion" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-arriveby": [ + "09:00" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "london liverpool street" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0397.json", + "Complete Dialogue": [ + "USER: I'd like a train from Leicester to Cambridge, please!", + "SYSTEM: On what day will you be travelling?", + "USER: I will be traveling on monday and need to arrive by 14:15", + "SYSTEM: Train TR5054 leaves Leicester and arrives in Cambridge at 13:54. Would you like to book this train?", + "USER: Sounds great. Can you please book it for 2 people?", + "SYSTEM: Of course. Your total will be 75.59 GBP payable at the station. Your reference number is PCJMQZXO . Can I help you with anything else?", + "USER: No thank you. That's all.", + "SYSTEM: All right, have a great trip!" + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "14:15" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01932.json", + "Complete Dialogue": [ + "USER: Where is the Parkside Police Station?", + "SYSTEM: It's address is Parkside, Cambridge with Postcode CB11JG", + "USER: Thank you, what is their phone number?", + "SYSTEM: The phone number is 01223358966." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL0833.json", + "Complete Dialogue": [ + "USER: Would you be able to suggest a steakhouse restaurant in Cambridge?", + "SYSTEM: There are currently zero Steakhouses listed for this area. Would you like for me to look elsewhere?", + "USER: Is there any European moderate restaurants?", + "SYSTEM: There are 5 moderately priced European restaurants. Would you like to specify a preferred area?", + "USER: No preference in area. Would you be able to recommend one?", + "SYSTEM: Do you have an area preference? If not, I could recommend Restaurant Alimentum. It is moderately priced, popular and in the south.", + "USER: That's fine. Book me a table for 2 on thursday at 16:30, if that doesn't work try 15:30. I need a reference number.", + "SYSTEM: I was able to book a table for two at 15:30, your reference number is 8ZM15RZ8 . Can I assist you with anything else?", + "USER: Yes could you also help me find a nightclub to visit in the city center?", + "SYSTEM: There are 5 nightclubs located in the centre. I recommend the Ballare, which has a 5 pound entrance fee.", + "USER: Awesome... what is the postcode for the Ballare?", + "SYSTEM: The postcode for Ballare is cb23na. How else may I assist you today?", + "USER: that is all thanks", + "SYSTEM: You're welcome! If you need anything else, feel free to ask." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european", + "steakhouse" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "restaurant alimentum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "ballare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0479.json", + "Complete Dialogue": [ + "USER: Hello, I am looking to find a restaurant that is in the centre. I would prefer something in the expensive price range.", + "SYSTEM: I can help you with that. Do you have any cuisine preferences?", + "USER: Yes, I would like to eat Chinese food.", + "SYSTEM: Oh I have some great options for you. I have a total of 4 restaurants, how about trying th Ugly Duckling?", + "USER: Yes that is good please make a booking for 8 people at 14:15 on sunday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Your reference number is 076ZN8YF", + "USER: I need a place to stay that has free parking and is in the expensive price range.", + "SYSTEM: I found 33 hotels that match that criteria. Is there a particular side of town you prefer so I can make a recommendation?", + "USER: It doesn't matter. I would like 4 stars and fee wifi though.", + "SYSTEM: The huntingdon marriott hotel is a 4 star hotel", + "USER: That sounds great! Does it have free parking and free wifi?", + "SYSTEM: Yes it has both, would you like me to book you?", + "USER: Yes please, I need rooms for 8 people starting Sunday for 3 nights.", + "SYSTEM: Booking was successful. Reference number is : TBICSA49 . Is there anything else I can assist you with?", + "USER: I need a taxi from the hotel to the restaurant by 14:15. Please provide the car type and contact number", + "SYSTEM: I will be happy to book that for you. Where is your destination?", + "USER: I need it to go between the hotel and restaurant, please.", + "SYSTEM: I need to know where you are going?", + "USER: TO THE RESTAURANT! JUST BOOK IT< YOU HAVE ALL OF MY INFO! thank you", + "SYSTEM: Your taxi booking has been completed! The car type is a red Audi, Contact number 07964587638. Can I assist with anything else?", + "USER: No, that is it for now. Thank you so much.", + "SYSTEM: Thank you and enjoy your stay!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "14:15" + ], + "restaurant-name": [ + "ugly duckling" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-departure": [ + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "ugly duckling" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2589.json", + "Complete Dialogue": [ + "USER: I need a hotel in the west part of cambridge. I don't care if it has internet.", + "SYSTEM: We have 4 matches, do you have a price range in mind?", + "USER: Yes expensive please. Just book me a room and send me the reference number.", + "SYSTEM: There is the Huntingdon Marriott hotel would you like me to book it for you?", + "USER: No. Actually sorry. It should be a cheap hotel in the west.", + "SYSTEM: That is no problem, the cambridge belfry is a better price and should meet your needs, would you like more information?", + "USER: Do they have free parking?", + "SYSTEM: Yes, the bell fry has free parking. Would you like me to book a room for you?", + "USER: No, just the phone number and address. I am also looking for places to go in the same area as the hotel.", + "SYSTEM: The phone number is 01954714600, address 01954714600. What type of attraction would you like to go to?", + "USER: I have no preference, just something in the same area as the hotel.", + "SYSTEM: i suggest the queens' college. can i give you the address?", + "USER: Yes please thank you", + "SYSTEM: The address for Queens' College is Silver Street. Can I help you with anything else today?", + "USER: I need the postcode as well.", + "SYSTEM: Their postcode is cb39et. Is there anything else I can assist you with?", + "USER: Nope. That was all I needed. Thank you.", + "SYSTEM: Thank you for choosing Cambridge TownInfo Centre to assist you. Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-name": [ + "queens college", + "queens' college" + ], + "attraction-type": [ + "college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2921.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a guesthouse. Do you know of any 4-star properties?", + "SYSTEM: There are many options that are 4 star. Is there a particular area or price point you would like to stay in?", + "USER: No particular area but free parking would be nice", + "SYSTEM: Acorn Guest House located in the North is a 4 star location with free parking and wifi, would that suit your needs?", + "USER: Yes please book that for 5 people for 3 nights starting on Saturday.", + "SYSTEM: The booking was successful. Your reference number is: DKI36RGY . Is there anything else I can do to help you today?", + "USER: Actually, yes. I wanted to visit a college whilst I'm in town. Could you recommend one for me?", + "SYSTEM: We have a large number of colleges, could you tell me the area you would like to visit one in?", + "USER: I really do not have a preference on the area. Which one would you recommend?", + "SYSTEM: christ's college is free and located in the centre. Would you like anything else today?", + "USER: Can you give me the phone number for it?", + "SYSTEM: The phone number is 01223334900", + "USER: I will also need a taxi between them. I need to leave the hotel by 24:45.", + "SYSTEM: A red volkswagen is booked. 07772378395 is the number. Do you need more help?", + "USER: That is all I need, thanks.", + "SYSTEM: Okay, I'm glad to have assisted you today!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "christ college", + "christ's college" + ], + "taxi-leaveat": [ + "24:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2663.json", + "Complete Dialogue": [ + "USER: I need a place to stay in the north that includes free parking. What options are available?", + "SYSTEM: I can help you with that. Acorn Guesthouse is a moderately priced offering with 4-stars. Is this something you would be interested in?", + "USER: Yes, that is perfect thank you.", + "SYSTEM: Would you like me to book a room for you?", + "USER: No thanks, just gathering information for now.", + "SYSTEM: Here is the acorn guest house phone number in case you would like to contact them. Their number is 01223353888. Is there anything else I may assist you with?", + "USER: No. That is all for now.", + "SYSTEM: Okay, have a great day!", + "USER: Thank you, have a great day, as well.", + "SYSTEM: Okay great, farewell!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0728.json", + "Complete Dialogue": [ + "USER: I need a train that leaves after 11:00 and goes to Cambridge", + "SYSTEM: What day would you be traveling?", + "USER: I will be traveling on Saturday from Norwich.", + "SYSTEM: The earliest train leaves at 11:16 and every hour thereafter. A ticket costs 14.08 pounds. Can I help you book?", + "USER: Please book the 11:16 train for 5 people and can I please have the reference number?", + "SYSTEM: Alright, I have 5 tickets booked. your reference number is UDGBVRLM .", + "USER: I also need to book accommodations. Something in the expensive range with a 3-star rating will do nicely.", + "SYSTEM: There are two hotels that meet your criteria; the Gonville Hotel and The Lensfield Hotel. Would you like to book a room with one of these?", + "USER: I need one that includes free parking, but it does not need to have internet.", + "SYSTEM: Both the Gonville and the Lensfield have free parking and internet. The Gonville is central, whereas the Lensfield is in the south.", + "USER: I think I would like the Gonville in the central area.", + "SYSTEM: Okay, I will book for you then. How many days and people, and would you like it to start the same day?", + "USER: Yes, I'd like to book for 3 nights starting the same day. There will be 5 people.", + "SYSTEM: I am afraid they have no bookings available. Would you like a shorter stay or different day.", + "USER: Yes, let's try 2 nights and see if that works.", + "SYSTEM: The booking was successful. The reference number is FWFEVQI8 .", + "USER: Thank you - that's all I need today. Have a great day!", + "SYSTEM: My pleasure. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "11:00" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "norwich" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "3" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-name": [ + "gonville hotel", + "gonville" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3", + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0136.json", + "Complete Dialogue": [ + "USER: I need a cheap, 2 star hotel to stay at here in Cambridge", + "SYSTEM: I have no hotels matching your request. Would you like to change your price range or star rating and try again?", + "USER: Ok, find me a hotel that has free parking included then.", + "SYSTEM: The Cambridge Belfry has free parking and is in the cheap price range, would you like to book this hotel?", + "USER: Is it in the moderate price range?", + "SYSTEM: No, the hotel is within the cheap price range. Would you like me to alter the search?", + "USER: I would like one in the moderate price range. I need to book one for 4 nights for 4 people.", + "SYSTEM: I have found two hotels meeting your specifications in the moderate price range. Do you have any additional preferences?", + "USER: No, I just need a room for 4 people. We'll arrive on monday and stay 4 nights.", + "SYSTEM: I was able to book you at the Ashley Hotel on Monday for 4 nights/4 guests. Your reference number is KFHQFY56 . Is there anything else I can assist you with?", + "USER: Yes, I am also looking for a restaurant serving British food that is moderately priced.", + "SYSTEM: I have five moderately priced restaurants serving British food. Do you have a preference for location? Four are in city center and one is west.", + "USER: No preference. What would you recommend? And I'll need the address.", + "SYSTEM: I like the copper kettle, it is located at 4 Kings Parade City Centre postcode cb21sj. Would you like me to reserve a table for you?", + "USER: That's OK, I'll handle that, but I'll need a taxi between the Ashley Hotel and the restaurant leaving by 17:30.", + "SYSTEM: I was able to schedule taxi service for you at the time specified. You will be looking for a Blue Lexus. If you need to contact them, please call 07580951630.", + "USER: Thank you. That's all I need today.", + "SYSTEM: You're very welcome, enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "moderate" + ], + "hotel-stars": [ + "2" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "ashley hotel" + ], + "taxi-destination": [ + "copper kettle" + ], + "taxi-leaveat": [ + "17:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2263.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderate priced place to dine serving modern european food.", + "SYSTEM: Which specific area are you interested in?", + "USER: I'm looking for someplace in the center of town.", + "SYSTEM: There are two restaurants fitting your needs, de luca cucina and bar and riverside brasserie. Do either of these sound good to you?", + "USER: Well I would like modern European food and the prices to be moderate. Do either of these restaurants match those criteria?", + "SYSTEM: De Luca Cucina and Bar and Riverside Brasserie both serve Modern European both are moderate price range. Which would you like?", + "USER: I would like the address and phone number to De Luca Cucina and Bar. Also looking for places to visit in the same area.", + "SYSTEM: Ok De Luca Cucina and Bar's address is 83 Regent Street and their phone number is 01223356666. For places to visit, did you want it to be in the same area as the restaurant?", + "USER: I would like it to be in the same area yes.", + "SYSTEM: We have 44 different attractions in the Centre of Cambridge. Can we narrow it down by type, such as nightclub, college, or architecture?", + "USER: You can recommend anything as long as it is in the same area as the restaurant.", + "SYSTEM: i will recommend old schools. can i give you the contact?", + "USER: Please, and the entrance fee as well.", + "SYSTEM: Old Schools is an architectural attraction in the centre and they're located at Trinity Lane, post code cb21tt. Their phone number is 01223332320 and their entrance fee is free.", + "USER: Thanks! I will need a taxi to commute as well.", + "SYSTEM: Okay! From where to where?", + "USER: leave the attraction by 19:15", + "SYSTEM: I will need your destination in order to book your taxi. Where will you be going to?", + "USER: I'm going to De Luca Cucina and Bar", + "SYSTEM: Your taxi has been booked. It will be a yellow Skoda and their number is 07417597473.", + "USER: Have a nice day.", + "SYSTEM: Thank you, let me know if I can assist with anything else." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern european" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "old schools" + ], + "taxi-leaveat": [ + "19:15" + ], + "taxi-destination": [ + "de luca cucina and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20018.json", + "Complete Dialogue": [ + "USER: I need to find a moderately priced restaurant in the east part of town.", + "SYSTEM: The Curry Prince is in the moderate price range, and it is on the east part of town.", + "USER: Can you send me the address and the phone number of this restaurant?", + "SYSTEM: Yes, the Curry Prince is located at 451 Newmarket Road Fen Ditton and their phone number is 01223 566388. Can I help you with anything else?", + "USER: No, that will do it, thank you very much.", + "SYSTEM: Thank you. Good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "curry prince" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2505.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for an architecture place to go in the centre of town.", + "SYSTEM: there are several architecture places you could go, all saints church,great saint mary's church,holy trinity church, and old schools, which one could you prefer?", + "USER: Old Schools sounds cool - can I have their phone number?", + "SYSTEM: You can contact Old Schools at 01223332320. Is there anything else I can assist you with?", + "USER: I'm looking for the gonville hotel.", + "SYSTEM: Gonville hotel is in the expensive price range in the centre would you like me to book it", + "USER: No can I just get the hotel type and phone number please?", + "SYSTEM: It is a normal hotel and the phone number is 01223366611.", + "USER: Thanks. Can I also book a taxi to take me from the hotel to the old school. I want to leave the hotel by 21:00.", + "SYSTEM: The taxi has been reserved. Your taxi would be a black honda and you can contact it at 07973129543.", + "USER: Thank you so much that's all i need.", + "SYSTEM: Have a good trip at Cambridge. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "old schools" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "gonville hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "gonville hotel" + ], + "taxi-destination": [ + "old schools", + "old school" + ], + "taxi-leaveat": [ + "21:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0760.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay. I'd like a hotel, not a guesthouse, and I don't care about internet.", + "SYSTEM: Do you have a specific area you would like to stay in?", + "USER: The west, please.", + "SYSTEM: I can offer you the Huntingdon Marriott, which is expensive, or the Cambridge Belfry, which is cheap.", + "USER: I'd like the Cambridge Belfry please.", + "SYSTEM: Great! Do you need information on the Cambridge Belfry, or would you like to book a room?", + "USER: I would like a room starting on Sunday for 4 nights. There will be 6 of staying.", + "SYSTEM: You are all set. The reference number is 12OOOWTR . Can I help you with anything else today?", + "USER: No, you've been great. Thank you. Goodbye.", + "SYSTEM: Your are welcome. I trust you will enjoy your visit.", + "USER: Thank you. Goodbye.", + "SYSTEM: Bye, have a good day" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "dontcare" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "west" + ], + "hotel-name": [ + "cambridge belfry" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3507.json", + "Complete Dialogue": [ + "USER: Hello, can you recommend attractions in the Centre of town, please?", + "SYSTEM: Absolutely! My favorite place in the center of town is Cambridge University Botanic Gardens. It's beautiful there!", + "USER: That sounds great, thank you very much! What type of attraction is that?", + "SYSTEM: it is a park. can i give you their phone numbers?", + "USER: No thanks. Can you find a guesthouse with free parking for me?", + "SYSTEM: There are 21 guesthouses. Do you have a preference in price range or area of town?", + "USER: No, but I definitely need free wifi.", + "SYSTEM: That narrows it down to 21 options. Would you like a particular star rating?", + "USER: Not really. It's fine.", + "SYSTEM: Well, if you'll be visiting the centre, I recommend the El Shaddai. It's moderately priced with wi-fi and parking. Would you like me to make a booking for you?", + "USER: Yes, I will need it for 5 nights. 2 people and starting Monday.", + "SYSTEM: The booking was successful. 8QCQDYFQ is your reference number for that booking. Is there anything else that I can do for you?", + "USER: I will need a taxi as well", + "SYSTEM: Certainly, I can help you with that. What time would you like to leave or arrive by?", + "USER: I would like to leave the park by 11:00.", + "SYSTEM: Your taxi will be a yellow Volvo waiting at 11:00. The contact number for the taxi is 07072119452. May I help you with something else?", + "USER: Great that's all the info I needed today, thanks!", + "SYSTEM: I'm glad I could help you.", + "USER: Me too. Have a nice day.", + "SYSTEM: Enjoy your day, goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "cambridge university botanic gardens" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "cambridge university botanic gardens" + ], + "taxi-destination": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-leaveat": [ + "11:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1313.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay with free parking and need to be in the north", + "SYSTEM: There are several that offer free parking in the north, do you have a price range?", + "USER: Yes, I'd like a moderately priced one, and I also need free wifi.", + "SYSTEM: I have 9 different places for you. Do you prefer a guesthouse or hotel?", + "USER: I would like a hotel please.", + "SYSTEM: Ashley hotel looks like a good choice.", + "USER: ok i would like to book it for thursday for 2 people for 3 night im also looking for a restaurant in the same price range as the hotel", + "SYSTEM: Booking was successful reference number is I53II5MX . There are several restaurants is there any food preference?", + "USER: Great. I also need to find a restaurant for the same number of people on the same day for 19:00.", + "SYSTEM: I'd love to help you find a place to eat. What kind of food do you like, and is there any part of town you prefer to dine in?", + "USER: I don't care about the type of cusine, I'd like it to be in the moderate range in the north.", + "SYSTEM: There is a Chinese restaurant and an Indian restaurant in the North. Where would you like to go?", + "USER: Let's go with the chinese place. Can you book me a table for 2 on Thursday at 19:00?", + "SYSTEM: I have your table reserved at the Golden Wok for Thursday at 19:00. The reference number is 5ZZI5FKL . Is there anything else I can help with?", + "USER: No, thank you, that's all.", + "SYSTEM: It was my pleasure to help. Have a great afternoon. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "19:00" + ], + "restaurant-area": [ + "north" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0746.json", + "Complete Dialogue": [ + "USER: I am looking for information on The Varsity restaurant.", + "SYSTEM: The Varsity is a moderately priced restaurant offering international cuisine. Would you like any other information?", + "USER: Could you book me a table for 2 at 20:00 on Tuesday evening?", + "SYSTEM: Ok! Your table for 2 at the Varsity Restaurant has been booked for Tuesday at 20:00. You reference number is: 1EB89A0F", + "USER: Thank you so much, that is all.", + "SYSTEM: You're welcome. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "the varsity restaurant" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "20:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1332.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to go in the centre of town.", + "SYSTEM: There are a lot of attractions in the centre. Anything in particular?", + "USER: I'd like a nightclub please.", + "SYSTEM: I recommend the club salsa? Here is their phone number, 07782218745", + "USER: What is their address and the entrance fee?", + "SYSTEM: The address is 1 Station road and the entrance fee is 5 pounds. Is there anything else I can do for you?", + "USER: That's all for now. Thank you for the information.", + "SYSTEM: You're welcome, thank you for calling the Cambridge TownInfo centre. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4273.json", + "Complete Dialogue": [ + "USER: I'm looking for a train that goes to Cambridge and arrives by 08:45.", + "SYSTEM: I found 231 trains that fit your request. Where will you be departing from?", + "USER: I will be departing from Birmingham New Street on Tuesday.", + "SYSTEM: TR0254 Leaves at 05:40, would you like me to book that for you?", + "USER: No thank you. Please tell me about the ticket pricing and time of travel", + "SYSTEM: The price is 75.10 pounds and it is a 163 minutes ride. Can I help you with anything else?", + "USER: Please book 6 tickets and send me the reference number.", + "SYSTEM: Booking was successful, the total fee is 450.6GBP payable at the station . Reference number is : G368B2VI. Can I help with anything else today?", + "USER: Yes please. I need a 3 star hotel that offers free wifi", + "SYSTEM: I found two expensive hotels, one in the centre and one in the south of town. Do you have a preference?", + "USER: I would like to stay in the centre of town please.", + "SYSTEM: What price range and what star rating are you looking for ?", + "USER: I would prefer a 3 star rating, price range isn't important.", + "SYSTEM: Okay there are two options, the gonville hotel and the lensfield hotel", + "USER: I want the hotel located in the centre, as I stated before.", + "SYSTEM: The Gonville Hotel is in the centre of town. Would you like me to book a room or is there anything i can assist you with?", + "USER: please just send me their postcode. thank you", + "SYSTEM: The postcode is cb11ly.", + "USER: Thank you for all your help.", + "SYSTEM: You are quite welcome. Is there anything else I can assist you with?", + "USER: That is all that I need.", + "SYSTEM: Thank you for using the Cambridge TownInfo Centre. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1258.json", + "Complete Dialogue": [ + "USER: i want to book a taxi.", + "SYSTEM: Sure, i can help you with that. Where will you be departing from?", + "USER: I want to leave from the train station.", + "SYSTEM: Can you tell me what time you would like to leave?", + "USER: I want to leave london kings cross train station after 02:00", + "SYSTEM: Okay, and what is your destination?", + "USER: Oh, I'm sorry I need to get to gallery at twelve a high street.", + "SYSTEM: I'm sorry, I don't understand. What is the gallery name you want to travel too?", + "USER: It's called gallery at twelve a high street.", + "SYSTEM: I have booked you a white ford. The contact number is 07064257037", + "USER: Perfect!! Thank you for all your help.", + "SYSTEM: Got it, your booking has been completed! Look out for a blue tesla, contact number 07520411520. May I assist with anything else?", + "USER: That will be all. Thank you.", + "SYSTEM: Reservation reserved, let me know if you need any more assistance with anything else." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "london kings cross train station", + "the train station" + ], + "taxi-leaveat": [ + "02:00" + ], + "taxi-destination": [ + "gallery at twelve a high street" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "gallery at twelve a high street" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01355.json", + "Complete Dialogue": [ + "USER: I am looking for the nearest police station", + "SYSTEM: That would be the Parkside Police Station. You can reach them at phone number 01223358966.", + "USER: Can I get the full mailing address for that location?", + "SYSTEM: The address is Parkside, Cambridge. Is there anything else I can help with?", + "USER: Yes I need their postcode also.", + "SYSTEM: Postcode : CB11JG is their postcode", + "USER: Thank you. I will call them.", + "SYSTEM: You're welcome. Call us again and have a wonderful afternoon.", + "USER: Thank You. Goodbye", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL3892.json", + "Complete Dialogue": [ + "USER: Please find a place called Club Salsa.", + "SYSTEM: Club Salsa Is located at 1 station road. Do you need any more information?", + "USER: Wonderful. The address was exactly what I wanted. You're so efficient.", + "SYSTEM: Great I am glad I could be of help.", + "USER: I am also looking for a moroccan restaurant in the centre.", + "SYSTEM: I'm sorry there are no moroccan restaurants in the centre of town.", + "USER: Boo. I guess I would be able to try a modern european food restaurant?", + "SYSTEM: I recommend De Luca Cucina and Bar on 83 Regent Street. It is moderately priced and in the centre of town. Would you like me to book a reservation?", + "USER: Sounds good! Please book a table for 3 on Friday at 13:00 and be sure to provide me with the reference number.", + "SYSTEM: Your table has been successfully booked! Your reference number is GVN0GC4A . Is there anything else I can help you with today?", + "USER: I also need a taxi to get me between the two places", + "SYSTEM: I need some more information please. When would you like to leave and when would you like to arrive?", + "USER: Can you get me from Club Salsa to De Luca Cucina by 13:00 please?", + "SYSTEM: Absolutely! Your taxi has been booked. It's a blue ford and the contact number is 07118061422. Is there anything else that I can help you with?", + "USER: No not that I can think of you have done everything for me. Thank you so much for your help.", + "SYSTEM: No problem, have a wonderful day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "club salsa" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "moroccan", + "modern european" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "13:00" + ], + "taxi-departure": [ + "club salsa" + ], + "taxi-destination": [ + "de luca cucina and bar", + "de luca cucina" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0669.json", + "Complete Dialogue": [ + "USER: Yes I am looking for information on Michael House cafe.", + "SYSTEM: The Michael House cafe is an expensive european restaurant located in the centre. Would you like me to make you a reservation?", + "USER: Yes, please. For a party of 7 on Friday, at 17:15.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : ALCPCA3P . Is there anything else I can help you with?", + "USER: That will be all. Thank you very much.", + "SYSTEM: You're welcome. Enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "michael house cafe", + "michaelhouse cafe" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "17:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20122.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the centre part of town and serves british food.", + "SYSTEM: There are several British restaurants. Do you have a price range in mind?", + "USER: I have no preference. can i please have the address and phone number of one of them ?", + "SYSTEM: Cotto is a british restaurant in the moderate price range and in the centre. Its address is 183 east road city centre and its phone number is 01223 302010. Is there anything else I can help you with?", + "USER: Nope, that'll do it, thank you for your help.", + "SYSTEM: Have a nice day! thank you, goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2616.json", + "Complete Dialogue": [ + "USER: Yes I am looking for a hotel in the centre of town.", + "SYSTEM: We have 3 hotels in the centre of town. Did you want a moderately priced one or an expensive hotel?", + "USER: Price doesn't matter and I don't need internet. I do however need free parking.", + "SYSTEM: In that case, I recommend the University Arms Hotel, a 4-star place on regent street.", + "USER: That sounds good, let's go with that one.", + "SYSTEM: I can book that for you. How many people will be staying? How many nights do you want to stay?", + "USER: I would like it to be for 6 people and 2 nights starting from Wednesday, please.", + "SYSTEM: Your room is booked, ref# KHHJBQSZ . Can I help you with anything else today?", + "USER: Thank you. I also would like to find some places to go in the area of the hotel.", + "SYSTEM: We're fortunate to have a wide variety of attractions in the centre of town. Do you have any specific interests today?", + "USER: I think I would like it to be of the multiple sports type.", + "SYSTEM: Unfortunately there are no multiple sports attractions in the center. Please consider changing the attraction type or area.", + "USER: Are there any theatres near the University Arms Hotel?", + "SYSTEM: There are four theatres in tat area, I recommend the mumford theatre.", + "USER: Okay, can I please have the postcode?", + "SYSTEM: Of course, it's cb11pt.", + "USER: Thanks! I'll also need a taxi from the theatre to the hotel, and I'll need to leave the theatre by 07:30, please.", + "SYSTEM: I've booked it and the car you're looking for is a yellow ford and the contact number is 07609359169. Is there anything else?", + "USER: That's all I need. Thank you and goodbye!", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "2" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "theatre" + ], + "attraction-name": [ + "mumford theatre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "university arms hotel" + ], + "taxi-destination": [ + "mumford theatre" + ], + "taxi-leaveat": [ + "07:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0180.json", + "Complete Dialogue": [ + "USER: Hi there, I'm hoping you can help me find a hotel in the south of Cambridge.", + "SYSTEM: The Lensfield hotel, which is expensive is the only hotel in South Cambridge. Will this work for you?", + "USER: no, I need a moderately priced place that doesn't need have free wifi or parking in the area of south, thank you", + "SYSTEM: There are guesthouses available in the South Cambridge area moderately priced that have free wi-fi and parking. Would you like to hear more about them?", + "USER: Yes i would love to hear more information about them. Thank you.", + "SYSTEM: Alright the aylesbray lodge guest house is a 4 star guest house. Does that interest you?", + "USER: Sure. May I have the address?", + "SYSTEM: Sure, the aylesbray lodge guest house is located at 5 mowbray road. Can I be of any further assistance today?", + "USER: I also need a place to dine that is in the same area and price range as the hotel.", + "SYSTEM: I have the Pizza Hut that is moderately priced in the South and also Restaurant Alimentum that serves modern European food. Any interest you?", + "USER: Hmm, I was looking for Fusion type food, are there any that have that?", + "SYSTEM: I'm sorry, there isn't. Can I provide you information on a different type of cuisine?", + "USER: Yes, are there any good Indian restaurants?", + "SYSTEM: There is one expensive Indian restaurant in the South: Taj Tandoori. Would you like to make a reservation?", + "USER: Great can I get their phone number, address, and postcode", + "SYSTEM: Absolutely! The Taj Tandoori is located at 64 Cherry Hinton Road Cherry Hinton. Their postcode is cb17aa. The phone number to reach them is 01223412299. Would you like a reservation?", + "USER: Not at this time. Thank you for the information! Good-bye", + "SYSTEM: You're welcome. Please let us know if you need assistance with anything else. Thanks!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "south" + ], + "hotel-pricerange": [ + "moderate" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "fusion", + "indian" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0245.json", + "Complete Dialogue": [ + "USER: I am looking for a cheap hotel that includes free parking.", + "SYSTEM: Ok. There are 10 hotels that meet those criteria. What part of town would you prefer?", + "USER: I WOULD PREFER A NICE PART OF TOWN.", + "SYSTEM: The city centre is nice. There's alexander bed and breakfast, a 4 star guesthouse that meets your criteria. Woiuld you like me to book a reservation.", + "USER: Yes, can you book me for 4 people and 3 nights starting on thursday?", + "SYSTEM: Okay I will make the reservation." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20446.json", + "Complete Dialogue": [ + "USER: I would like a moderately priced restaurant in the west part of town", + "SYSTEM: Of course. May I suggest Meghna, an Indian restaurant?", + "USER: Not really wanting Indian today. Anything else?", + "SYSTEM: There is also an Italian and British restaurant. Would you prefer one of these?", + "USER: Could I have the address and phone number for the British restaurant?", + "SYSTEM: Saint johns chop house serves british food, is located in the west part of town and is in the moderate price range. their phone number is 01223 353110 and they are located at 21 - 24 Northampton Street", + "USER: and also postcode please", + "SYSTEM: Their postcode is C.B. 1 7 D.Y", + "USER: Thank you. Goodbye!", + "SYSTEM: Thank you, goodbye!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "british" + ], + "restaurant-name": [ + "saint johns chop house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0189.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel in the north.", + "SYSTEM: We have two options in North available for you, do you have any additional criteria to choose between those or would you like a reccomendation?", + "USER: I do want it to be a 4-star place.", + "SYSTEM: It looks like there aren't any 4 star hotels in the north. Would you like me to check another area?", + "USER: No, I like the North. Perhaps there is a guesthouse that is 4 stars?", + "SYSTEM: There are several options for guesthouses in the north with 4 stars, would you prefer moderate or cheap price range?", + "USER: I would prefer the cheap price range.", + "SYSTEM: Would you like to book worth house?", + "USER: What is the price of the Worth House?", + "SYSTEM: Sorry, I don't have that information. There phone number is 01223316074.", + "USER: can you book a room for tuesday, 5 nights, 5 people.", + "SYSTEM: Sure, your booking for the Worth House for a 5 night stay has been confirmed. Your reference number is GWIK59YW . May I help with anything else?", + "USER: Can you help me find a restaurant as well?", + "SYSTEM: I search for restaurants in the north, there are 9 options, any preferences?", + "USER: The restaurant should be in the same area as the hotel and should be in the expensive price", + "SYSTEM: I have many in those categories. How about trying Saigon City?", + "USER: Thank you. I just need their phone number and postcode.", + "SYSTEM: The phone number for Saigon City is 01223356555. The post code is cb41nl. Can I help you with anyone else?", + "USER: I also need a taxi to commute between the hotel and restaurant.", + "SYSTEM: When would you like to leave?", + "USER: I would like to leave the hotel by 8:30.", + "SYSTEM: I booked you a yellow lexus and you can reach the driver at 07465015812. Would that be all today?", + "USER: Thank you for the booking of the taxi. That will be all foe now.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "worth house" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "worth house" + ], + "taxi-destination": [ + "saigon city" + ], + "taxi-leaveat": [ + "08:30", + "8:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1092.json", + "Complete Dialogue": [ + "USER: I'm looking for information about a particular attraction. It's called the Man on the Moon.", + "SYSTEM: The man on the moon is on 2 norfolk street in the centre area. Would you like to order tickets?", + "USER: Not right now. Can you tell me it's postcode and entrance fee?", + "SYSTEM: I'm sorry, we don't have any information in our database regarding their entrance fee, but their postcode is cb12lf. Can I help you with anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: Thank you, goodbye." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "the man on the moon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0403.json", + "Complete Dialogue": [ + "USER: Can you help me find a hotel in the north?", + "SYSTEM: Yes do you have a price range preference?", + "USER: Yes I have a moderate price range.", + "SYSTEM: Ashley Hotel is moderately priced and located in the north. Would you like to book a room?", + "USER: Does it offer free parking? If so, I would like to book it for four nights starting Thursday for 3 people please.", + "SYSTEM: Yes it offers free parking.", + "USER: Can I have a reference number for the booking?", + "SYSTEM: Ashley Hotel will be expecting your party of 3 for 4 nights starting Thursday. Your reference number is K5JO25UL . Is there anything else I can do for you?", + "USER: Yes. I would like to find a restaurant in the same area and price range of the hotel that serves Cuban food.", + "SYSTEM: I'm sorry, there are no Cuban restaurants in the city - is there another type of cuisine that you'd like to try?", + "USER: What about one that has Chinese food?", + "SYSTEM: I've found one result. It is golden wok. Do you want a reservation?", + "USER: Yes, I'd like to book for Thursday at 17:15 with 3 people. Send me the reference number too.", + "SYSTEM: The booking was successful, here is your reference number 0Q4KUTUA . Is there anything else I can do for you?", + "USER: I will also need a taxi.", + "SYSTEM: Where will you be leaving from?", + "USER: I need picked up at the hotel.", + "SYSTEM: What time would you like to be picked up?", + "USER: I need to get to the restaurant by the reservation time, isn't it obvious?", + "SYSTEM: I did not want to make assumptions for you, but now you are booked. A black bmw will take you. The contact number is 07551001124", + "USER: Thank you, and I apologize for getting snappy with you. That is all I need for today.", + "SYSTEM: You are very welcome! It was a pleasure assisting you, and I hope you have a wonderful time in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "cuban", + "chinese" + ], + "restaurant-pricerange": [ + "dontcare", + "moderate" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "17:15" + ], + "restaurant-name": [ + "golden wok" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "ashley hotel" + ], + "taxi-arriveby": [ + "17:15" + ], + "taxi-destination": [ + "golden wok" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0895.json", + "Complete Dialogue": [ + "USER: Can you assist me with finding a moderately priced restaurant?", + "SYSTEM: Certainly. We have 31 moderately priced restaurants. Is there any particular cuisine you would prefer?", + "USER: I'm looking for a place near the center of town that serves european food.", + "SYSTEM: How about the Hotel Du Vin and Bistro? Would you like to book a table for this restaurant?", + "USER: Yes, that would work. Could you make it for Sunday at 16:30 for 1.", + "SYSTEM: That booking was unsuccessful, I'm sorry. Is there another day or time that would work?", + "USER: How about 15:30?", + "SYSTEM: They do indeed have a table at that time. Your reference number is 0WBNIZLJ .", + "USER: Thank you. Is there a museum in the same area as the restaurant that I could go to?", + "SYSTEM: There are 11, I would recommend broughton house gallery because it has free admission.", + "USER: Alright, that sounds good to me. Could you give me their address and phone number please?", + "SYSTEM: Sure, their address is 98 King Street, and the phone number is 01223314960.", + "USER: Thank you. that is all the information I'l be needing today!", + "SYSTEM: Have a wonderful time!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "european" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "hotel du vin and bistro" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1018.json", + "Complete Dialogue": [ + "USER: I'm looking for information on the People's Portrait Exhibition at Girton College.", + "SYSTEM: The people's portraits exhibition at girton college is a museum in the west area of town and is free to enter. Would you like more information about it?", + "USER: Yes please. You said it was free, correct?", + "SYSTEM: Yes that is correct it is FREE to enter the People's Portraits Exhibition at Girton College.", + "USER: Ok thanks I also need a place to stay located in the east and must be a guesthouse, can you help me?", + "SYSTEM: I have 6 different options. Do you have a preference for the price range?", + "USER: I prefer to stay somewhere in the cheap price range, and it should include free parking.", + "SYSTEM: I have 3 options left. I have the Allenbell, the Autumn House and the Leverton House. All offer free parking and free internet. Which would you prefer?", + "USER: Pick one for me. I need a hotel for 2 people and 5 nights starting from wednesday.", + "SYSTEM: Ok, I booked you at the allenbell. The reference number is KLNF2GX0.", + "USER: Thank you. I also need a taxi to commute between the two places. I want to leave the attraction by 22:30.", + "SYSTEM: I have booked you a taxi leaving the attraction at 22:30 for the allenbell. It's a red ford, and your contact number is 07249911118. Can I help with anything else?", + "USER: No thank you. You've been great!", + "SYSTEM: You're welcome. Have a nice day. Good bye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "peoples portraits exhibition at girton college", + "people's portrait exhibition at girton college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "allenbell" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "peoples portraits exhibition at girton college", + "people's portrait exhibition at girton college" + ], + "taxi-destination": [ + "allenbell" + ], + "taxi-leaveat": [ + "22:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20414.json", + "Complete Dialogue": [ + "USER: I need the address of a restaurant that serves gastropub food.", + "SYSTEM: The cow pizza kitchen and bar serves Gastropub food. Their address is Corn Exchange Street in the centre area.", + "USER: Thank you.", + "SYSTEM: You're welcome. Bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0229.json", + "Complete Dialogue": [ + "USER: I'm looking for a cheap hotel in the north.", + "SYSTEM: I would recommend the Worth house on Chesterton Road. Would you like the number?", + "USER: Does it have free wifi and a 4 star rating. I need wifi, and I'd like a nice rating.", + "SYSTEM: I have a listing for worth house that fits what you are looking for,can I make a booking for you?", + "USER: Is there availability for 5 people for 5 nights starting on Thursday?", + "SYSTEM: I have you booked for Thursday at the Worth House for 5 nights with 5 people!", + "USER: Great. What is the reference number?", + "SYSTEM: My mistake, booking was actually unsuccessful. Would you like to find another hotel?", + "USER: Is there another hotel in the same general price range?", + "SYSTEM: With all other parameters the same, unfortunately not. Want to try different parameters?", + "USER: Any hotel, in the north, cheap. Nothing else matters.", + "SYSTEM: City centre north b and b.Reference number is : B2H3YYF4 . Will you need anything else?", + "USER: That is all. Thank You.", + "SYSTEM: Great. Glad I could be of help. Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "city centre north b and b.reference", + "city centre north b and b", + "worth house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1131.json", + "Complete Dialogue": [ + "USER: I need a train going into Cambridge, arriving by 17:45.", + "SYSTEM: Where are you departing from and what day are you travelling on?", + "USER: I am leaving from Bishops Stortford on Sunday.", + "SYSTEM: And what time would you like to leave?", + "USER: I would prefer to leave at 15:00.", + "SYSTEM: The TR4651 train leaves Bishops Stortford at 15:29. Would you like me to book you a seat on it?", + "USER: Does it arrive in Cambridge by 17:45. That is the most important thing.", + "SYSTEM: Yes, it does.", + "USER: What is the price for the train ticket?", + "SYSTEM: The price is 8.08 pounds.", + "USER: Thank you. I also need to find a place to go in the centre of town. The type of attraction should be entertainment.", + "SYSTEM: There are no entertainment areas in the centre, any other preferences?", + "USER: Can you make a suggestion?", + "SYSTEM: How about the Funky Fun House or Cherry Hinton Hall and Grounds in the east?", + "USER: Are there any boat attractions?", + "SYSTEM: I have the cmbridge punter boat located in the centre.", + "USER: That sounds great. Can I get the phone number, address, and entrance fee?", + "SYSTEM: Unfortunately, I don't have information on the entrance fee, but you can call them at 07807718591 to find out. The post code is cb41as", + "USER: Okay thank you for your help.", + "SYSTEM: Is there anything else I can assist you with today?", + "USER: Have a nice day.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Cheers!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "sunday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-leaveat": [ + "15:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "entertainment", + "boat" + ], + "attraction-name": [ + "cambridge punter", + "punter" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0428.json", + "Complete Dialogue": [ + "USER: I am looking for places to go in town in the north.", + "SYSTEM: There are 4 attractions in the north. Do you want to specify an attraction type?", + "USER: No I don't care.", + "SYSTEM: Would you prefer to go boating, swimming, or to visit a park?", + "USER: Uh, let's set it up for a park visit. I'll need the address and is there an entrance fee?", + "SYSTEM: The address is milton country park, milton. Entrance is free!", + "USER: Thanks, that's great! I'm also looking for a train on Thursday from Kings Lynn.", + "SYSTEM: That would be to cambridge correct? I have 19 for that day. Did you have a certain time you wished to leave or arrive?", + "USER: Yes correct to cambridge, and I would like to arrive by 20:45.", + "SYSTEM: The latest train that leaves at 19:11 and arrives at 19:58 for 9.80 pounds. Would you like to book it?", + "USER: That should work for us, I will need tickets for 7 please and the reference number.", + "SYSTEM: The booking was successful. The total fee is 68.6 GBP and your reference number is 8TU1PRQV . Can I help you with anything else?", + "USER: Nope, that's all, thanks. You've been most helpful today. Most helpful, indeed.", + "SYSTEM: Happy to be of service. Thank you for using Cambridge TownInfo centre. Have a wonderful day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "dontcare", + "park" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "20:45" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4019.json", + "Complete Dialogue": [ + "USER: I'm planning a trip and need some suggestions. I'm looking for places to go in town.", + "SYSTEM: I'm sure we can find you something you will really love. I have close to 80 attractions to choose from. Did you have a certain type of attraction in mind?", + "USER: Can I get some information on nightclubs in the east area?", + "SYSTEM: I'm sorry I don't have any nightclubs there. Would another part of town work for you?", + "USER: how about one that is in the type of museum.", + "SYSTEM: We have 4 fantastic museums in the East. My personal favorite is the Gallery at Twelve a High Street, it is free to get in!", + "USER: Could I have the phone number and postcode?", + "SYSTEM: Of course! Their postcode is cb15dh and they can be reached at 01223295264. Can I help you find a restaurant in the area?", + "USER: No but I need a hotel.", + "SYSTEM: anything in particular you had in mind and when is your stay?", + "USER: I need to be in the same area as the attraction", + "SYSTEM: There are 7 results for places to stay in the east, would you prefer a guesthouse or hotel?", + "USER: I don't care about that. I do need a 4-star, moderately priced accommodation in the east area, but it doesn't need to have free parking.", + "SYSTEM: I'd recommend the A and B Guest House. It meets your criteria. Would you like to book a room?", + "USER: Yes. 1 person, 3 nights from Monday on.", + "SYSTEM: I will work on getting this booked and be back with you shortly.", + "USER: I will be waiting for my reference number for 1 person for 3 nights at A and B Guest House.", + "SYSTEM: Booking was successful. Reference number is : WBJGAOT8 .", + "USER: Thank you for your help planning my trip. I think that's everything I need for now. Have a great day!", + "SYSTEM: Have a great day too! Good bye." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum", + "nightclub" + ], + "attraction-name": [ + "gallery at twelve a high street" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0988.json", + "Complete Dialogue": [ + "USER: I am looking for places to go in Cambridge. Are there any nightclubs?", + "SYSTEM: There are 6 nightclubs in Cambridge. Is there a specific part of town you prefer?", + "USER: I do not have a preference. Can you give me the phone number and postcode for one?", + "SYSTEM: Club Salsa phone number is 07782218745 and the postcode is cb12jb, is there anything else I can assist you with?", + "USER: Yes I am looking for a restaurant called the Ugly Duckling.", + "SYSTEM: The ugly duckling is located in the centre of town. It serves chinese food. Would you like to book a reservation?", + "USER: I would like to book a table for 5 people at 19:30 on tuesday please.", + "SYSTEM: tuesday at 19:30 is not available, would you like another time or another day?", + "USER: Can you try to book the restaurant for 18:30 instead please? And can you provide a reference number as well.", + "SYSTEM: I have booked a table for you for a party of 5 at 18:30 on Tuesday at the Ugly Duckling restaurant. Is there anything else I can help with?", + "USER: Can you provide me with the reference number for my reservation please? Thanks.", + "SYSTEM: Oh yes. Absolutely. Your reservation reference number is 7ZPRZE74 . Can I be of help with anything else?", + "USER: No, that is all. Thank you!", + "SYSTEM: You're welcome. Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ugly duckling" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "18:30", + "19:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3948.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant that's on the pricier end, I want to impress some people. Is there something you'd recommend?", + "SYSTEM: The Bedouin is unusual and expensive. Cote offers the more standard, but elegant French cuisine. Is location a concern?", + "USER: want to book a table for 8 people at 17:00 on wednesday and I need a reference number", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number: PLFTP5GS .", + "USER: I'm also looking for an attraction near the restaurant. Do you recommend anything?", + "SYSTEM: There are many attractions in that area. Do you want something that is free to the public?", + "USER: That would be perfect. What do you recommend?", + "SYSTEM: Williams art and antiques is free to the public. Located in the centre and it is a museum.", + "USER: Great, thanks! Is there a restaurant nearby?", + "SYSTEM: You have already been booked at a nearby African restaurant, Bedouin, on Wednesday at 17:00. Are you interested in an additional restaurant?", + "USER: No thank you. But could you please get me the phone number and postcode for Williams art and antiques?", + "SYSTEM: Of course! Williams Art and Antiques is located in the city centre, postcode cb12lj. You can reach them at 01223311687. Can I help you with anything else?", + "USER: No thank you that will be all", + "SYSTEM: It was a pleasure serving you, goodbye!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "17:00" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "williams art and antiques" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4606.json", + "Complete Dialogue": [ + "USER: Hello, I'm looking for a train to Cambridge on Friday please.", + "SYSTEM: I'd be happy to help. Where are you departing from?", + "USER: I will be departing from stansted airport going to cambridge on friday and it needs to arrive by 16:00", + "SYSTEM: Train TR2958 arrives in Cambridge at 15:52, does that work for you?", + "USER: Yes, that would be fine. What's the price and departure time?", + "SYSTEM: It will cost 10.10 pounds per ticket and leaves at 15:24.", + "USER: Thanks! Can you also tell me about colleges in the east?", + "SYSTEM: There aren't any colleges in the east. Can I give you information about colleges in another area?", + "USER: how about one that is in the type of museum?", + "SYSTEM: Sure! I recommend Cambridge Artworks. Would you like their information?", + "USER: postcode and entrance fee only thanks !", + "SYSTEM: Okay, sure. Great news, the entrance fee is free and the postal code is cb13ef. Anything else I can help you with today?", + "USER: I don't think so. I am off to work but thanks so much for your help. Goodbye.", + "SYSTEM: Thanks for stopping by!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "16:00" + ], + "train-departure": [ + "stansted airport" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "college", + "museum" + ], + "attraction-name": [ + "cambridge artworks" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1699.json", + "Complete Dialogue": [ + "USER: I want a train going to cambridge.", + "SYSTEM: You're in luck, I have quite a few trains coming into Cambridge! Where will you be departing from?", + "USER: Stansted Airport, please.", + "SYSTEM: OK, and what day and time are you traveling?", + "USER: I need to leave on sunday and I need to arrive by 12:15.", + "SYSTEM: TR9445 departs at 11:24 and arrives by 11:52. Would you like a ticket?", + "USER: Yes, please. I need a booking for 7 people.", + "SYSTEM: Okay, the booking was successful and the total fee is 56.56 GBP payable at the station. The reference number is D2K69PNC .", + "USER: Thanks so much for the train booking. I also need lodging with free wifi. I don't need free parking, though.", + "SYSTEM: I have a few places available, in which area would you like to stay?", + "USER: Do have anything expensive? I don't care what area.", + "SYSTEM: Would you like a hotel or a guesthouse?", + "USER: Either one is fine. If you can recommend for me, that would be great. Oh and if there's one you like that's moderately priced, that would be fine too.", + "SYSTEM: I have three, is there a star range you prefer?", + "USER: Oh, I don't really care about that. Which place would you recommend?", + "SYSTEM: I would suggest Avalon.", + "USER: Great! Can I get the phone number?", + "SYSTEM: Their phone number is 01223353071. Would you like me to reserve a room for you?", + "USER: No that won't be necessary. I'd just like the postcode and address please.", + "SYSTEM: They are at 62 gilbert road postal cb43pd, may I assist with anything else?", + "USER: That's all for me. Thanks for your help. Bye!", + "SYSTEM: Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "stansted airport" + ], + "train-arriveby": [ + "12:15" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-stars": [ + "dontcare" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1399.json", + "Complete Dialogue": [ + "USER: I'm going south in town, anything interesting to go to there?", + "SYSTEM: Yes, we have several popular attractions in the south part of town. Are you looking for a specific type of place? Or do you want a recommendation?", + "USER: I'll take a recommendation.", + "SYSTEM: I think you would like the Tenpin. Would you like more information on it?", + "USER: Yes, could I get the address, postcode and entrance fee?", + "SYSTEM: Sure, their address is Cambridge Leisure Park, Clifton Way in postcode cb17dy. Their phone is 08715501010.", + "USER: Thank you for the information.", + "SYSTEM: Is there anything else you need today?", + "USER: Yes I need to find a train that will go from Kings Lynn to Cambridge on Wednesday and arrive by 19:00.", + "SYSTEM: I have train TR5831 leaving at 7:11 and arriving at 7:58; Would you like to book that?", + "USER: How long will that take to arrive and how much does a ticket cost?", + "SYSTEM: the ride is 47 minutes long and tickets are 9.8 GBP", + "USER: Ok that will be it for today. thanks !", + "SYSTEM: Thanks for letting us assist you! Enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-name": [ + "tenpin" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3454.json", + "Complete Dialogue": [ + "USER: I wanted to find out about local restaurants in Cambridge.", + "SYSTEM: kindly be more specific", + "USER: it is called parkside pools. find me their post code.", + "SYSTEM: I cannot locate the restaurant you are speaking of.", + "USER: I am sorry, i'm looking for a attraction called parkside pools not a restaurant. Do you have their postcode?", + "SYSTEM: their post code is cb11ly", + "USER: I also need an expensive place to dine in the mid of town.", + "SYSTEM: There are 33 restaurants with your requirements. What type of food do you feel like eating?", + "USER: I would like Italian food, if possible.", + "SYSTEM: I'd recommend clowns cafe. Would you like reservations?", + "USER: that will be ok once you find the restaurant book a table for 6 people", + "SYSTEM: I would be more than elated to book a table for you, but what day and time would you like it for?", + "USER: I need the table for Tuesday at 14:45, but if for some reason Tuesday doesn't work Sunday is also acceptable. I will need the reference number as well.", + "SYSTEM: 01223355711 is your reference number. May i help you with anything else?", + "USER: No, that was everything. Thank you!", + "SYSTEM: Thank you for contacting us. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "parkside pools", + "clowns cafe" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-booktime": [ + "14:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "parkside pools" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2048.json", + "Complete Dialogue": [ + "USER: I'm seeking an attraction! A boat one will be nice.", + "SYSTEM: Great! I have four for you. Two are in the centre. Any location you'd like in particular?", + "USER: No, I'd like the name of one in the centre please.", + "SYSTEM: Sure, I can get tickets for the cambridge punter in the city centre. If that sounds okay, what day and time would you like?", + "USER: Yes please! Thank you so much!", + "SYSTEM: I am sorry but you will have to get ticket there and here is the address 251a chesterton road.", + "USER: I am also looking for the Oak Bistro, a place to eat.", + "SYSTEM: Do you want me to make a booking?" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "centre" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "the oak bistro" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0914.json", + "Complete Dialogue": [ + "USER: Are there any boating activities available?", + "SYSTEM: There are 4 boat attractions. What is your preferred area?", + "USER: I don't care, what do you have?", + "SYSTEM: Camboats is a great choice. It is located in the East area of town. Would you like additional information for the company?", + "USER: Yeah what's the address of Camboats? I also need an expensive place to eat.", + "SYSTEM: Camboats address is The Plough, Green end, Fen Ditton. Regarding restaurants I am showing an elegant Chinese restaurant, British Cuisine, and an upscale Gastropub near the Camboats location.", + "USER: Do any of those serve molecular gastronomy food and in the centre of town?", + "SYSTEM: I'm sorry, there aren't any serving that type of food. Would you like to try something different?", + "USER: How about something that serves seafood?", + "SYSTEM: Yes, loch fyne is in town centre and serves seafood. It is in the expensive price range. Would you like to reserve a table?", + "USER: No thank you. Can I have the phone number, postcode and address though?", + "SYSTEM: Sure thing! The phone number is 01223362433. The address of Loch Fyne is The Little Rose 37 Trumpington Street, and the postcode is cb21qy. Can I help with anything else?", + "USER: Yes, I am going to need to get a taxi to leave the restaurant.", + "SYSTEM: No problem. We can get that booked for you. Can you let me know where you will be going and what time you would like to leave or arrive?", + "USER: Yes, I'd like to leave the restaurant by 09:30 to go to Camboats.", + "SYSTEM: Your booking is completed. Your car will be a white bmw. Can I help you with anything else?", + "USER: No, that's everything thank you very much.", + "SYSTEM: Have a nice day!", + "USER: You too! Bye!", + "SYSTEM: Thank you, let us know if you need anymore help." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "dontcare" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "camboats" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "molecular gastronomy", + "seafood" + ], + "restaurant-name": [ + "loch fyne" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "loch fyne" + ], + "taxi-destination": [ + "camboats" + ], + "taxi-leaveat": [ + "09:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20651.json", + "Complete Dialogue": [ + "USER: Hello. I'm trying to find a restaurant that serves Swiss food. Can you recommend anything to me?", + "SYSTEM: Unfortunately there are no restaurants that serve Swiss food in this area. Would you consider trying a different cuisine?", + "USER: Oh okay. What are my choices for British food then?", + "SYSTEM: There are several restaurants that serve British food in this area. Cotto has great food in a moderate price range. It is located at 183 East Road City Centre.", + "USER: What is the phone number?", + "SYSTEM: Their phone number is 01223 302010.", + "USER: Thank you, goodbye.", + "SYSTEM: Thank you. Good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british", + "swiss" + ], + "restaurant-name": [ + "cotto" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3440.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a train that leaves on Tuesday after 18:15.", + "SYSTEM: Certainly! What are your departure and destination locations?", + "USER: It should leave from Cambridge and go to Leicester please.", + "SYSTEM: Thanks for that information. Is there a time you would like to arrive by?", + "USER: I do not have an arrival time.", + "SYSTEM: The TR0776 leaves Cambridge at 18:21 and gets into Leicester at 20:06. Do you want me to book it for you?", + "USER: Yes. I would like to book it for 6 people please.", + "SYSTEM: Your booking was successful, the total fee is 226.8 GBP payable at the station. Your reference number is: 17I15NSK . Is there anything else I can help you with today?", + "USER: Yes I also need a guesthouse to stay in. It should have 4 stars, free wifi, in the east location.", + "SYSTEM: We have 6 different guesthouses that fit your criteria. Do you have a specific price range in mind?", + "USER: No it doesn't matter.", + "SYSTEM: carolina bed and breakfast has free wifi and parking if you want to book there." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "18:21", + "18:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-pricerange": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0867.json", + "Complete Dialogue": [ + "USER: I want to dine at an expensive asian oriental food restaurant.", + "SYSTEM: There are two restaurants that meet that criteria. May I suggest Kymmoy?", + "USER: Which of the two restaurants is in the north?", + "SYSTEM: Saigon City is in the North. Do you need a booking for that?", + "USER: Yes, can you book a table for 5 for Monday at 16:15?", + "SYSTEM: Yes, I can book the table for you.", + "USER: ok, provide reference number too please.", + "SYSTEM: The booking was successful. The table will be reserved for 15 minutes. Reference number is : UM6YO5NS ." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "north" + ], + "restaurant-name": [ + "saigon city" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3962.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Certainly! Are you looking for a place to stay, a restaurant, attraction information, or do you need transportation?", + "USER: I need a train that leaves after 15:45 on Wednesday.", + "SYSTEM: Where will you be leaving from and what is your destination?", + "USER: I want to go to Stansted Airport.", + "SYSTEM: Those trains leave every hour. There are trains that meet your specifications. The earliest would leave at 16:40 and arrive at the airport by 17:08.", + "USER: I also need suggestions for places to go. I'm interested in seeing colleges in the north.", + "SYSTEM: There are no colleges in the north. Would you like a different area or a different type of attraction?", + "USER: Could you please try for something in the boat category?", + "SYSTEM: The Riverboat Georgina in a boating place and is in the NORTH" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "15:45" + ], + "train-destination": [ + "stansted airport" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "college", + "boat" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20262.json", + "Complete Dialogue": [ + "USER: I am looking for a moderately priced restaurant in the north part of town. I would also like the address and phone number.", + "SYSTEM: There is an Indian and a Chinese restaurant that are both moderately priced in the north area. Would you like the address and phone for one of those?", + "USER: Yes, I would like the address and phone number for each.", + "SYSTEM: The Golden Wok is located at 191 Histon Road Chesterton , and there address is 01223 350688. The Nirala is located at 7 Milton Road Chesterton, and their phone number is 01223 360966. Is there anything else I can help you with?", + "USER: Thank You", + "SYSTEM: You're welcome." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "golden wok" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1334.json", + "Complete Dialogue": [ + "USER: I am looking for a train to cambridge. I would like something on sunday to arrive by 18:30", + "SYSTEM: What is your departure point?", + "USER: My departure will be from Cambridge.", + "SYSTEM: And what is your destination city?", + "USER: I need to go to Peterborough.", + "SYSTEM: What time do you need to leave by?", + "USER: I just want to get there at or shortly before 18:30.", + "SYSTEM: I found the perfect train! TR7771 will get you there at 18:24. Would you like me to book this for you?", + "USER: Yes, please book me for 6 people. My birdwatching club is taking a trip together.", + "SYSTEM: Ok, your booking is complete for 6 people. The cost is 79.19 GBP, payable at the station. The reference number is 8W0OSFM6 .", + "USER: i place want a place to go in the centre", + "SYSTEM: What are you into? Do you like theatre? Museums? We have plenty of attractions in the centre and if you tell me what you enjoy I can recommend one", + "USER: I would like a museum in the centre please.", + "SYSTEM: I'd like to recommend whipple museum of the history of science, at free school lane. Admission is free.", + "USER: Is that the full address for the museum? Free School Lane?", + "SYSTEM: Yes it is their full address and the postcode is cb23rh and their telephone number is 01223330906. May I help you with anything else today?", + "USER: Thank you. That is all that I need.", + "SYSTEM: Okay. Glad I could be of help." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "18:30" + ], + "train-day": [ + "sunday" + ], + "train-destination": [ + "cambridge", + "peterborough" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "6" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2007.json", + "Complete Dialogue": [ + "USER: I need some lodging accommodations. It needs to have free parking and Internet please!", + "SYSTEM: I found 29 hotels matching your request. What price range and area of town would you prefer?", + "USER: I would like someone to book me a place with free parking and internet.", + "SYSTEM: acorn guest house is located in 154 chesterton road should i book it for you?", + "USER: Does it have four stars?", + "SYSTEM: Yes it does. Shall I book?", + "USER: Yes. Please book it for 2 people for 4 nights starting Friday.", + "SYSTEM: I've booked your stay at the Acorn Guest House, and your reference number is IT07BRTC .", + "USER: Thanks a lot. Can you also help me find a train going to Ely?", + "SYSTEM: Do you know what day or time you want to leave?", + "USER: I would like to leave on Tuesday after 18:00.", + "SYSTEM: TR5511 leaves Cambridge for Ely at 20.07. Do you need tickets?", + "USER: Not yet, but can you tell me what time the train arrives in Ely please?", + "SYSTEM: It arrives by 20:07! Anything else love?", + "USER: What is the total travel time on that time?", + "SYSTEM: The trip will last 17 minutes. Is there anything else you would like to know?", + "USER: That should do it. Thanks so much for your help!", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Please consider us for your future travel needs." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "ely" + ], + "train-day": [ + "tuesday" + ], + "train-leaveat": [ + "18:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0799.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for information on booking a train. I would like to leave on Wednesday and arrive at the destination at 17:00.", + "SYSTEM: From where would you like to catch the train and what is your destination?", + "USER: I would like to catch the train at London Liverpool Street and I'm going to Cambridge.", + "SYSTEM: the TR2826 arrives at 15:07. would that be ok?", + "USER: Yes can you book it for me and give me a reference number ?", + "SYSTEM: Yes of course. Your booking number is DQRT2P5U .", + "USER: Awesome. I also need a place to eat in the moderate range. I'm thinking maybe in the city centre.", + "SYSTEM: There are 5 moderately priced restaurants in the centre, 4 serve british, and one serves asian oriental food. Which would you prefer?", + "USER: I really wanted a moderately priced restaurant in the center that serves spanish food actually", + "SYSTEM: I found la tasca it meets your criteria would you like me to book that for you?", + "USER: Just give me the address if you could please", + "SYSTEM: The address is 14-16 Bridge Street.", + "USER: Thanks, I don't need any more help. Have a good day!", + "SYSTEM: Thank you! And enjoy your stay in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "spanish" + ], + "restaurant-name": [ + "la tasca" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3848.json", + "Complete Dialogue": [ + "USER: Is there a train I can take to cambridge that leaves after 18:00?", + "SYSTEM: Absolutely. Where are you coming from?", + "USER: I'm departing from birmingham new street.", + "SYSTEM: I have train TR8903 that leaves at 18:40 and will arrive in Cambridge at 21:23. Would that interest you?", + "USER: Yes please book me for one ticket.", + "SYSTEM: Booking was successful, the total fee is 75.09 GBP payable at the station . Reference number is : KHBLJGHN . Is there anything else I can do to assit you today?", + "USER: Also looking for a guesthouse in the cheap price range.", + "SYSTEM: Are you going to stay in a specific area of town?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1063.json", + "Complete Dialogue": [ + "USER: Hello, I would like information on club Salsa", + "SYSTEM: It is a nightclub located on the centre where the entrance fee is 5 pounds.", + "USER: Can you let me have their postcode?", + "SYSTEM: Absolutely... Their postcode is cb12jb. Is there any other information I can provide you with?", + "USER: No, that's all. Thank you.", + "SYSTEM: You are welcome. Enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "club salsa" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0943.json", + "Complete Dialogue": [ + "USER: Hello! I'm looking for some entertainment in the centre please!", + "SYSTEM: There is a movie theatre, a concert hall, nightclubs, and museums. What would you like?", + "USER: Could you please provide me with some information on an attraction that is in he type of museum?", + "SYSTEM: There are 11 museums listed in the centre area. Cambridge contemporary art and castle galleries are two that are listed. Would you like more information on one of these?", + "USER: What is the entrance fee for the contemporary art museum?", + "SYSTEM: The entrance fee is free.", + "USER: Free is the best price! I'll probably be hungry after the museum. Are there any moderately priced Italian restaurants around?", + "SYSTEM: Pizza Express is a moderately priced restaurant in the centre of town. Would you like more information on it or to are you interested in booking a table?", + "USER: Could you book a table for me? I need a reservation for 3 people at 11:30 on Wednesday.", + "SYSTEM: It has been booked, your reference number is QFN3A3E9 .", + "USER: Great! I'll need a taxi that will take me from the museum to the restaurant by 11:30. Can you book one for me?", + "SYSTEM: Its booked! Its a red Volvo", + "USER: Can I please have the contact number for the taxi company?", + "SYSTEM: Of course. The contact number is 07172397913. Can I help with anything else?", + "USER: Thank you for your assistance.", + "SYSTEM: Thank you using Cambridge TownInfo centre today! Enjoy the rest of your day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "contemporary art museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "11:30" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "contemporary art", + "cambridge contemporary art" + ], + "taxi-destination": [ + "pizza express" + ], + "taxi-leaveat": [ + "11:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1680.json", + "Complete Dialogue": [ + "USER: Is there a restaurant called Cocum?", + "SYSTEM: Yes, it is an indian restaurant in the west. Would you like to book a reservation?", + "USER: Yes, I would like to book a table for 7 people at 18:00 on Monday. Can you please be sure to give me the reference number?", + "SYSTEM: Your booking is successful. The reference number is TOD8XYZB . Is there anything else I can help you with?", + "USER: I also need to find a train departing from Cambridge.", + "SYSTEM: I have multiple trains leaving from Cambridge. What would you like the destination to be so I can narrow it down?", + "USER: We would like to go to leicester on tuesday.", + "SYSTEM: Of course. What time would you like to travel?", + "USER: We would need the train to leaver after 11:45.", + "SYSTEM: I have train TR7692 leaving at 12:21 and arriving at 14:06. Would that be something that would work for you?", + "USER: Yes, please book for seven and I would like a reference number, please.", + "SYSTEM: You're all booked. The total fee is 264.59 GBP and your reference number is HC7OJ4LI", + "USER: Thank you that was all", + "SYSTEM: You're welcome, have a lovely trip!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "cocum" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "18:00" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-destination": [ + "leicester" + ], + "train-leaveat": [ + "11:45" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0607.json", + "Complete Dialogue": [ + "USER: I am looking for a guesthouse that has free parking.", + "SYSTEM: There is a guesthouse in the north of town in the moderate price range.", + "USER: It should include free wifi and should be in the cheap price range.", + "SYSTEM: The Alexander bed and breakfast in the centre of town and the Allenbell on the east side of town. Which guesthouse would you like to book?", + "USER: Alexander is fine. I need to book for 8 people. We'll arrive Wednesday and stay 5 nights. I'll also need the reference number, please.", + "SYSTEM: Great, your reservation is booked at the Alexander, your reference number is Z8BRHTV8 . Is there anything else I can do for you today?", + "USER: I also need to find a train going to cambridge.", + "SYSTEM: Great what is your departure city and what time would you like to leave?", + "USER: I would like to leave after 19:00 the departure city is peterborough. I'm looking to leave the same day as the hotel booking.", + "SYSTEM: Awesome. We have the TR9969 that leaves at 19:19. Would you like me to book that?", + "USER: Yes, may I have the reference number?", + "SYSTEM: Of course. I just want to confirm before booking. That was for all 8 people correct?", + "USER: Yes it was, thank you.", + "SYSTEM: Your train, TR9969, traveling from peterborough to cambridge on wednesday from 19:19 through 20:09 has been booked. The total for 8 people is 132 GBP and your reference number is JHCT9HJU .", + "USER: Thank you that's all that I needed today", + "SYSTEM: You are welcome. Have a wonderful day." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "alexander bed and breakfast", + "alexander" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-bookpeople": [ + "8" + ], + "train-leaveat": [ + "19:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0955.json", + "Complete Dialogue": [ + "USER: I need a place to stay that doesn't have to have internet and is in the expensive price range please.", + "SYSTEM: I have 5 different ones all around town. Did you prefer to stay in a certain area?", + "USER: Yes, on the east side please.", + "SYSTEM: The express by Holiday Inn Cambridge meets your needs, would you like to book it?", + "USER: Does it have free parking?", + "SYSTEM: Yes, it does.", + "USER: I'm not ready to book. Can you just tell me what the address is? Oh, and how many stars is it?", + "SYSTEM: Sure. It's a two star hotel and the address is 15-17 Norman Way, Coldhams Business Park. Anything else?", + "USER: No, that's all. Thanks.", + "SYSTEM: You're welcome! Please contact us if you would like to make a reservation in the future." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "east" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2127.json", + "Complete Dialogue": [ + "USER: I'd like a train leaving on Tuesday from Kings Lynn, please.", + "SYSTEM: Is there a particular time you'd like to leave or arrive by?", + "USER: I would like to arrive in cambridge by 17:30.", + "SYSTEM: Ok I can book you on TR8177 from Kings lynn to Cambridge on Tuesday. How many seats do you need?", + "USER: I just needed the info, no booking just yet. Thanks! goodbye.", + "SYSTEM: Thank you for using or system. Good bye.", + "USER: Have a great day", + "SYSTEM: Thank you and have a great day.", + "USER: I actually need a place to stay as well. Something in the east please.", + "SYSTEM: We have 6 guesthouses and one hotel on the eastside, you looking for any specific amenities or have a price range in mind?", + "USER: I am looking for something that is moderately priced with free wifi.", + "SYSTEM: I have the a and b guesthouse that has wifi and is moderately priced.", + "USER: Sounds great, could you book it for 3 people for 2 nights starting on the same day as my train?", + "SYSTEM: Booking was unsuccessful. Would you like to check in on a different day or shorten your stay?", + "USER: Yes let's go ahead and make it for just 1 night then.", + "SYSTEM: Booking was successful. Your reference number is AAO2UA2S . Can I help you with anything else?", + "USER: No, that should do it! Thank you very much for your help.", + "SYSTEM: You are welcome. Have a wonderful day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-arriveby": [ + "17:30" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "a and b guesthouse", + "a and b guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0304.json", + "Complete Dialogue": [ + "USER: Can you find a 4 star hotel in the north side?", + "SYSTEM: There are 8 guesthouses that meet that criteria. Do you have a preferred price range?", + "USER: Yes I want moderate price range", + "SYSTEM: I found 7 hotels that meets your criteria. Do you want parking?", + "USER: Yes, free parking is important. And also make sure it's an actual hotel rather than a guesthouse, I prefer the amenities of a hotel.", + "SYSTEM: I'm sorry but in this area we have only guesthouses. Would you want to choose one of them?", + "USER: I guess I don't have a choice. Book me in one of them a room for 3 people for 5 nights starting from this thursday.", + "SYSTEM: I booked you accomodation at arbury lodge guesthouse. Your reference number is AO41SUKL . Do you need anything else?", + "USER: No, that's all, thanks for the assistance!", + "SYSTEM: Sure, I'm here yo help. Have a lovely stay!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "arbury lodge guesthouse" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01488.json", + "Complete Dialogue": [ + "USER: I need to book a taxi to come by Saffron Brasserie by 03:30.", + "SYSTEM: I'd be happy to help! Where are you coming from?", + "USER: I'm coming from saffron brasserie.", + "SYSTEM: Where will you be going?", + "USER: I'm going to leicester train station and need to arrive there by 03:30", + "SYSTEM: Just want to confirm before booking you are departing from saffron brasserie and want to arrive at leicester by 3:30, is that correct?", + "USER: Yes, that is correct", + "SYSTEM: Booking completed! Booked car type : white ford Contact number : 07379980416", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Thanks for using the help desk and have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "saffron brasserie" + ], + "taxi-leaveat": [ + "03:30" + ], + "taxi-destination": [ + "leicester train station" + ], + "taxi-arriveby": [ + "3:30", + "03:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0449.json", + "Complete Dialogue": [ + "USER: I'm looking for information on a train that will arrive at 20:45 Wednesday.", + "SYSTEM: I have 318 trains running on Wednesday, to help narrow it down where will you be departing/arriving?", + "USER: The train should depart from cambridge and should go to kings lynn.", + "SYSTEM: Train TR3234 leaves at 19:11 and arrives by 19:58. Shall I book that one for you?", + "USER: Yes. Thank you very much.", + "SYSTEM: Great. I have booked your ticket, your reference number is : NSRUZ1F6 . May I help you with anything else today?", + "USER: No thank you. That is all.", + "SYSTEM: I'm glad we could help. thank you and goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:45" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "kings lynn" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1141.json", + "Complete Dialogue": [ + "USER: I am looking for a swimming pool to go to in the north.", + "SYSTEM: There are two swimming pools to go to in the north. Would you rather go to Jesus Green Outdoor Pool or Kings Hedges Learner Pool?", + "USER: Great can I get their phone number?", + "SYSTEM: The phone number for Jesus Green is 01223302579, and the number for Kings Hedges is 01223353248. Is there anything else I can do to help?", + "USER: No, thank you.", + "SYSTEM: Okay. well I have no information on entrance fee but I do have their locations specifics. Would you like those as well?", + "USER: No, thank you.", + "SYSTEM: Well I'm glad I could help you and if there's anything else you need, please call us again." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "swimmingpool" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1269.json", + "Complete Dialogue": [ + "USER: Yes, I'm looking for a Cuban restaurant in the Centre.", + "SYSTEM: I don't see any Cuban restaurants in the Centre. Would you like to look for Cuban restaurants in another location?", + "USER: Hmm okay can you search for chinese food instead then please?", + "SYSTEM: There are 10 entries here. I recommend charlie chan.", + "USER: That sounds great. Can I have their phone number and address?", + "SYSTEM: Their phone number is 01223361763. Is there anything else I can do for you?", + "USER: Yes, can I please get their postcode and address?", + "SYSTEM: It is Regent Street City Centre, CB21DB", + "USER: Thank you very much, that's all the information that I need.", + "SYSTEM: You're welcome. If you need anything in the future, feel free to check back with us. Enjoy your stay!!", + "USER: Thanks again for the help. Have a great day. Goodbye.", + "SYSTEM: Please let us know if we can help any further. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "cuban", + "chinese" + ], + "restaurant-name": [ + "charlie chan" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2124.json", + "Complete Dialogue": [ + "USER: Hello, we're planning on staying in Cambridge and need lodging. We're looking for a guesthouse which has all amenities etc. Price is no problem.", + "SYSTEM: I can help you find a nice place to stay. First, did you have a particular area of town you were interested in?", + "USER: I would really like to stay in the east of town, and preferably an expensive guesthouse if one is available.", + "SYSTEM: There are no expensively priced guesthouses in that area, but there are 2 moderately priced ones and 3 cheap ones. Would one of those suit you?", + "USER: Can you suggest one of the cheap ones?", + "SYSTEM: I can recommend autumn house at 710 Newmarket Rd. Would you like me to book this for you?", + "USER: Yes. For one person for 5 nights starting from thursday.", + "SYSTEM: Booked! Reference number: WQL1WG7F .", + "USER: Thank you! I also need a train that arrives by 08:45", + "SYSTEM: Sure! Where will you be departing from? Would you like to depart at a certain time?", + "USER: I'd like to leave from Stevenage and go to Cambridge, it should arrive by 8:45 on the same day as my hotel booking.", + "SYSTEM: I have train TR1044 leaving stevenage at 7:54 and arriving in cambridge 8:43. Would you like me to book that?", + "USER: No, I'm not sure I need the train yet. Thanks for the info!", + "SYSTEM: You're welcome. Is there anything else I could help you with?", + "USER: No, that's all I needed. Thanks for your time!", + "SYSTEM: Thank you for using our service. Have a great day.", + "USER: Thanks. I will definitely use your service again.", + "SYSTEM: You're welcome. Thank you for calling. Good bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap", + "dontcare", + "expensive" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "autumn house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:45" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1938.json", + "Complete Dialogue": [ + "USER: Hello, could you help me with information on a train?", + "SYSTEM: Yes, I can. There are 2,828 trains traveling between Friday and Wednesday. Where are you departing from and what is your destination?", + "USER: I am leaving from Norwich and going to Cambridge on Wednesday.", + "SYSTEM: What time would you like to leave?", + "USER: I don't have a departure time but I want to arrive by 15:45.", + "SYSTEM: Great I have tran that ik get you there by 15:35. Would you like to book that?", + "USER: Just please get me the train ID and total travel time.", + "SYSTEM: the id is TR1892 and the duration is 79 minutes. anything else today?", + "USER: Can you find me a cheap guesthouse to stay in?", + "SYSTEM: Do you have a area of town you prefer?", + "USER: East part of town please", + "SYSTEM: There are three to choose from that are on the East part of town. They are all in the cheap price range. Should I recommend one?", + "USER: Could you try to book me into one starting Wednesday?", + "SYSTEM: How many nights will you be staying?", + "USER: There will be three of us checking in on Wednesday and staying for two nights.", + "SYSTEM: I have you booked at the Autumn House, and your reference number is 8CCY0VK0 . Do you need the address or phone number?", + "USER: Not at this time. Thank you so much.", + "SYSTEM: Is there anything else I can assist you with?", + "USER: No, thanks. That's all for today.", + "SYSTEM: Have a great day and enjoy your trip." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "norwich" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "15:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "autumn house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3807.json", + "Complete Dialogue": [ + "USER: I am looking for a place to eat that's expensive and serves Belgian food.", + "SYSTEM: I'm sorry, we don't have any Belgian restaurants. Would you like to try a different type?", + "USER: How about somewhere expensive in the centre?", + "SYSTEM: no such restraunts too", + "USER: How about a gastropub restaurant?", + "SYSTEM: I have two, the backstreet bistro and the slug and lettuce. Do you have a preference between the two?", + "USER: Can you book a table at the Bistro for me? 4 people at 13:30 on Sunday, please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : NSLKEI1G .", + "USER: Thanks! I also need a train from Cambridge to Ely, please.", + "SYSTEM: what time will you be departing?", + "USER: I want to leave after 10:30 on Monday.", + "SYSTEM: The TR8089 meets your criteria. Would you like to book tickets?", + "USER: Yes, what time do I need to be at the station?", + "SYSTEM: I should be asking you what time you need to be at the station.", + "USER: I just need the arrival time and price.", + "SYSTEM: The arrival time for train TR8089 is 12:07, and it will cost only 4.40 pounds. Is there anything else I can help with?", + "USER: That was everything. Thanks very much!", + "SYSTEM: You're welcome, have a good day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "belgian", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "bistro", + "backstreet bistro" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "ely" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "10:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0206.json", + "Complete Dialogue": [ + "USER: I need a moderately priced guest house.", + "SYSTEM: There are 15 moderately priced guesthouses. Do you have any specific needs, such as area, or internet access, or parking? What star rating would you prefer?", + "USER: Yes I want free wifi and the rating should have 4 stars.", + "SYSTEM: Acorn house is on the north side, has a 4-star rating and is in the moderate price range. They have free WIFI. What dates do you need?", + "USER: I need booking from 1 people and 4 nights starting from wednesday.", + "SYSTEM: I'm sorry, it doesn't look like they have a room available. Would you like me to try a different one?", + "USER: yes, please try a different hotel in the same price range.", + "SYSTEM: I have successfully booked you a room for 1 person and 4 nights starting on Wednesday at the archway house. They are located at 52 gilbert road.", + "USER: Can you give me a reference number to check in with?", + "SYSTEM: Reference number is 4D968P9B .", + "USER: Thank you for your help!", + "SYSTEM: You are welcome! Enjoy your stay.", + "USER: Thank you I'm sure I will.", + "SYSTEM: Great thank you." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "archway house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1769.json", + "Complete Dialogue": [ + "USER: I need information for a train leaving on friday after 15:15.", + "SYSTEM: I'll be happy to help with that. Can you tell me your departure and destination cities please?", + "USER: I am leaving from Cambridge and going to Bishops Stortford.", + "SYSTEM: There is a train leaving at 15:29.", + "USER: Perfect, can we book that for 2 people, and I will need the reference number.", + "SYSTEM: I have made those reservations and your reference number is 5EVEW0AE .", + "USER: Where do I collect my ticket?", + "SYSTEM: You will get that from the station.", + "USER: Great, thanks! Can you please also recommend an expensive place to stay with free parking?", + "SYSTEM: Sure, the Lensfield hotel is within your price range and has free parking. The number is 01223355017 and post code is cb21en. Have a great day.", + "USER: I wasn't done yet, but thanks I will have a great day. Now, can you tell me if that hotel is in the north?", + "SYSTEM: sorry. it is in the south.", + "USER: Okay. So how about one in the north then, because that's what I want. If not, then try the centre. And don't try to book without my permission again please.", + "SYSTEM: There are no hotels in the expensive range in the north." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-leaveat": [ + "15:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ], + "train-bookpeople": [ + "2" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1602.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the centre serving modern european food.", + "SYSTEM: We have four choices, do you have a preference in price range?", + "USER: I need one in the moderate price range.", + "SYSTEM: There are 2 restaurants with your given preferences. They are de luca cucina and bar and riverside brasserie. Do want me to book a table for you?", + "USER: Yes please. I need a table for one at noon on Saturday", + "SYSTEM: I tried to book a table using your criteria at both restaurants, but unfortunately, there was no availability at either. Would you like a different day or time?", + "USER: Can you try 11:00 for either place?", + "SYSTEM: That time was successful. You're booked at De Luca Cucina and Bar at 11:00 on Saturday. Your reference number is QCA3LHQC . Need anything else today?", + "USER: Yes please. I need train on the same day arriving in Cambridge.", + "SYSTEM: What time are you looking to arrive in Cambridge?", + "USER: I need to arrive by 08:45. Are there any trains that early?", + "SYSTEM: Oh yes plenty. How about the 07:17 that arrives by 08:08.", + "USER: What is the travel time and train ID?", + "SYSTEM: That ID would be the TR8885, and the travel time is 51 minutes. Would you like to book a seat on that train?", + "USER: No thanks. That will not be necessary. Thanks for the info. Goodbye.", + "SYSTEM: Just to confirm, that train leaves from London Kings Cross. Is that your intended departure station?", + "USER: Sorry, no, I need to depart from Broxbourne.", + "SYSTEM: Okay, it looks like the TR1971 would depart Broxbourne at 7:32 and arrive in Cambridge at 08:32. Would that work for you?", + "USER: Perfect, thanks. I am all set now.", + "SYSTEM: You are welcome. Good bye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "modern european" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "at noon", + "12:00", + "11:00" + ], + "restaurant-name": [ + "de luca cucina and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "saturday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "08:45" + ], + "train-departure": [ + "broxbourne" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2303.json", + "Complete Dialogue": [ + "USER: I'm looking for an expensive restaurant in the west.", + "SYSTEM: I have about 9 different options for you. What type of food would you like to dine on?", + "USER: I would prefer Caribbean food", + "SYSTEM: I'm so sorry, but we don't have any Caribbean restaurants in that area. Would you like a different type of food? Or I could check a different area.", + "USER: Do you show any Indian restaurants in that area?", + "SYSTEM: Yes I have 5 in that area. I would like to suggest cocum. Would you like to make reservations?", + "USER: That sounds great. There will be 6 of us on Sunday for dinner. Say, 19:15?", + "SYSTEM: Great! Your table at cocum is booked. Your reference number is 1CQ2UX5F . Do you need help with anything else?", + "USER: Yes, I'd also like to visit a museum.", + "SYSTEM: There are 23 museums in Cambridge. Would you like to visit a museum near your restaurant in the west?", + "USER: You can just choose the one you like best please and then tell me its postcode and area", + "SYSTEM: Cafe jello gallery is in the west area. The post code is cb30af. Is there anything else I can help you with?", + "USER: No that will be all thank you", + "SYSTEM: You are most welcome, enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "indian", + "caribbean" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:15" + ], + "restaurant-name": [ + "cocum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1516.json", + "Complete Dialogue": [ + "USER: Hi, can you point me to an expensive restaurant that serves Italian food? I will be in the area soon.", + "SYSTEM: I have 4 in the centre of town and one in the south, any preference?", + "USER: Yes, I would like to book a reservation in the south for 2 people on friday afternoon.", + "SYSTEM: Could you give me a more specific time for the \"afternoon\"? Reservations can be placed starting on the hour and every 15 minutes after.", + "USER: Yes. I actually need a restaurant in the centre for three people on Wednesday at 18:15.", + "SYSTEM: I cannot get a table reserved for you at that time. Perhaps another day or time slot maybe?", + "USER: Can you try 17:15?", + "SYSTEM: I was able to book stazione restaurant and coffee bar the reference number is 95K25VSO", + "USER: Thank you. Can you book me a train arriving the same day as I am going to the restaurant?", + "SYSTEM: I would be happy to help if I have some more information. What are the departure and destination locations?", + "USER: I'm coming to Cambridge from London Liverpool Street.", + "SYSTEM: When would you like to leave or arrive by?", + "USER: I would like to arrive by 10:00 and I would like to book it for the same quantity of people as in the restaurant. I also would like the reference number.", + "SYSTEM: Ok, I have booked 2 tickets on TR5936 leaving Liverpool St at 07:39 and arriving in Cambridge at 09:07. Reference number 68JD5L35 . It will be 33.20GBP at the station.", + "USER: Thank you! Goobye.", + "SYSTEM: You're welcome. Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "south" + ], + "restaurant-bookday": [ + "wednesday", + "friday" + ], + "restaurant-bookpeople": [ + "2", + "3" + ], + "restaurant-booktime": [ + "17:15", + "18:15" + ], + "restaurant-name": [ + "stazione restaurant and coffee bar" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "10:00" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0107.json", + "Complete Dialogue": [ + "USER: Hello, I need information for the nearest police station please.", + "SYSTEM: The telephone is 01223358966 and the address is Parkside, Cambridge. Is there anything else I can help you with?", + "USER: Can I have the postcode please?", + "SYSTEM: The postcode is CB11JG. Can I help you with anything else?", + "USER: No, thank you for your help.", + "SYSTEM: You are welcome. Please let us know if there's anything else we can assist you with in the future." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2978.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay with 4 stars.", + "SYSTEM: Certainly, is there an area of town you prefer?", + "USER: No, but it should have free wifi, 4 stars, and free parking.", + "SYSTEM: There are quite a few options that match your needs -would you prefer cheap or moderately priced?", + "USER: No. You can pick the hotel. I will need it for 3 people lasting 2 nights, from Friday.", + "SYSTEM: I have booked you a room at the Acorn Guest House. They are at 154 Chesterson Road, CB41DA. Their phone number is 01223353888. Can I help you with anything else?", + "USER: Yes, I need the reference number.", + "SYSTEM: Booking was successful. Reference number is : UUJ3X14V .", + "USER: Thanks! I am also looking for suggestions for night clubs.", + "SYSTEM: I have 6 night clubs in the city, 5 are in the centre and 1 is in the South? Would you like info on any of them?", + "USER: What is the entrance fee and the phone number for the one in the south?", + "SYSTEM: The Place is a nightclub in the south part of town. I'm sorry, i do not have the entrance fee. Their phone number is 01223324600. Is there anything else?", + "USER: No, that's all I needed! Thanks you've been so helpful! Bye!", + "SYSTEM: You are most welcome. Enjoy your visit!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-area": [ + "south" + ], + "attraction-name": [ + "the place" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1080.json", + "Complete Dialogue": [ + "USER: I am looking for a college to visit.", + "SYSTEM: We have many colleges in Cambridge, most of which are in the center of town. Do you have a specific area in mind?", + "USER: I don't have a preference, but could I have the entrance fee, postcode, and phone number please?", + "SYSTEM: Clare college is located in the west with a postcode of cb21tl. The phone number is 01223333200 and the entrance fee is 2.50 pounds.", + "USER: Thank you. Can you help me in finding a hotel in the centre of town?", + "SYSTEM: May I recommend the Alexander Bed & Breakfast Hotel located in the centre of town at 56 Saint Barnabas Road?", + "USER: Does it have 0 stars? I'm wanting to make sure I book a room at a place with 0 stars.", + "SYSTEM: No, the Alexander has a 4 star rating. There are two others located in the centre of town that have 0 stars. Would you like information for either of those?", + "USER: Could either of the ones with 0 stars accommodate 7 people for 4 nights, starting from Saturday? If so, book it and please provide a reference number.", + "SYSTEM: In order that I may better serve you, I will need the date you will need your accommodations.", + "USER: I just said I needed it on Saturday for 4 nights? There will be 7 of us.", + "SYSTEM: I have you booked for four nights. Your reference number is ACLLASUS .", + "USER: Great, I also need a taxi to take me between the two places.", + "SYSTEM: I'd be happy to help you with a taxi. Which will you be departing from and what time are you looking to leave?", + "USER: I will be departing from Clare college at 02:15.", + "SYSTEM: Okay, I booked a taxi from Clare College to Alexander at 02:15. The car will be a yellow Tesla, contact number is 07924405989.", + "USER: Thanks, that's all I need. Have a nice day.", + "SYSTEM: We are happy to help. Thank you for using our service. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "0" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "clare college" + ], + "taxi-destination": [ + "alexander bed and breakfast", + "alexander" + ], + "taxi-leaveat": [ + "02:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02259.json", + "Complete Dialogue": [ + "USER: I'd like for a taxi to take me to autumn house from travellers rest", + "SYSTEM: Sure thing! What time do you want to leave?", + "USER: I want to arrive by 07:00, what time I leave is okay.", + "SYSTEM: There's a grey skoda that will be picking you up. You can contact the driver at 07605689057." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "autumn house" + ], + "taxi-destination": [ + "travellers rest" + ], + "taxi-arriveby": [ + "07:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2319.json", + "Complete Dialogue": [ + "USER: I wanted to visit a place called Center, could you tell me the hours it's open, and if it is an attraction that I would need to book in advance?", + "SYSTEM: I'm sorry, I don't have a listing for an attraction by that name.", + "USER: ok. can you find me a nice hotel where i can spend over the weekend", + "SYSTEM: Perhaps you were interested in an attraction located in city CENTRE? Theatre? dancing? dining? museums? If not, I can help with hotel booking too.", + "USER: Yes, I am interested in one located in the city Centre. Can you list out several for me so I can choose from them?", + "SYSTEM: There are 44 different attractions in the centre ranging from architecture to nightclubs. What type of entertainment are you interested in?", + "USER: Please give me a list of nightclubs and the admission fee", + "SYSTEM: There are five nightclubs in the Centre. May I suggest Soul Tree Nightclub? It cost four pounds for the entrance fee.", + "USER: Can you give me the post code for the Soul Tree Nightclub?", + "SYSTEM: The postcode is cb23qf. Is there anything else I can help you with today?", + "USER: I would also like to book a table for a restaurant that serves British food and is expensive. I need this to be in the same area as the nightclub.", + "SYSTEM: I found 3 restaurants matching your request. The cambridge chop house is very popular. Would you like to book a table there?", + "USER: yes can you please help me with that?", + "SYSTEM: Yes when would you like to book?", + "USER: I'd like to book a table for 12:00 on Wednesday", + "SYSTEM: Ok, and for how many people?", + "USER: I'd like it for 7 people please. And could you also get me a taxi to go between the two?", + "SYSTEM: i booked that for you. your reference number is 2tn0v6dq .", + "USER: Thank you. Can you also book me a taxi to go between the two?", + "SYSTEM: Sure. I'll just need to know where you want to be picked up and where you want to be dropped off, plus either when you want to leave or arrive by", + "USER: adress and phone number please and thank you", + "SYSTEM: Unfortunately, I don't understand your message. To book your taxi, I need to know where you are starting and going to. I also need to know what time.", + "USER: So sorry, I was distracted. I need to arrive at the restaurant in time for my booking, please.", + "SYSTEM: I can book that for you now.", + "USER: please do and give me car type and contact", + "SYSTEM: Booking completed! Your car is a blue honda and the contact number is 07559573662.", + "USER: Thank you so much. That's all I need for today.", + "SYSTEM: You are welcome. It has been a pleasure assisting you today. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "soul tree nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-name": [ + "cambridge chop house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "12:00" + ], + "taxi-departure": [ + "soul tree nightclub" + ], + "taxi-destination": [ + "cambridge chop house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0911.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a 4-star hotel with free wifi.", + "SYSTEM: Sure thing. I have two options for you, and they are both guesthouses. One in the east, and one in the north. Do you have a preference?", + "USER: Are either of those two cheap?", + "SYSTEM: No I am sorry, they are both in the moderate price range. Would you like to book one of them?", + "USER: Any one will do as long as it has a 4-star rating with free wifi and is cheap.", + "SYSTEM: There are no 4-star places that are cheap and have free wifi. Perhaps something not as fancy, or in a higher price range?", + "USER: I'm not sure. I really needed those specifications.", + "SYSTEM: I apologize, we have several options. The alexander bed and breakfast is a cheap four star guesthouse, in the north area, with wifi. Would you care to reserve a room?", + "USER: Yes, let's book it for 3 nights from Wednesday. There will be 5 of us.", + "SYSTEM: Okay, I've made your reservation. The reference number is 525A3U0N . What else can I help you with today?", + "USER: You've taken care of everything. Thank you.", + "SYSTEM: Thank you have a good day." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3845.json", + "Complete Dialogue": [ + "USER: i need a place to stay", + "SYSTEM: Okay! What part of town would you like to stay in?", + "USER: I'd prefer something in the North, a 4 star hotel with free wifi if possible.", + "SYSTEM: There are no 4 start hotels in the north with free wifi.", + "USER: would you like to book something without free wifi, or in another area.", + "SYSTEM: There are no 4 star hotels in the north are with free internet. Is there anything else I can help you with?", + "USER: What about a guesthouse with 4 stars in the north?", + "SYSTEM: Yes, I see several guesthouses available! They are all in the moderate price range; does parking matter to you?", + "USER: The parking does not matter.", + "SYSTEM: Yes, I would recommend Avalon. It is at 62 Gilbert Road, postcode cb43pd.", + "USER: Can you tell me the phone number?", + "SYSTEM: Sure, the phone number is 01223353071.", + "USER: Can you also help me find an indian place to eat.", + "SYSTEM: Is there a certain area or price range you would like?", + "USER: I'm sorry, I meant to ask for help finding something fun to do in town in the north side of town. I don't need a restaurant after all.", + "SYSTEM: do you have a type in mind?", + "USER: can I get a boat?", + "SYSTEM: riverboat georgina is in the north. Would this work?", + "USER: find me its entrance fee", + "SYSTEM: Yes, I would have to give them a quick call. How many people and what day?", + "USER: I'm not ready to book it. I would just like to know the entrance fee.", + "SYSTEM: I'm sorry. The entrance fee for the Riverboat Georgina is unknown. Would you like the phone number?", + "USER: no thanks that will be all then", + "SYSTEM: I am glad that I can help. Have a nice stay." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-name": [ + "avalon" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0088.json", + "Complete Dialogue": [ + "USER: I need a place to stay that is cheap.", + "SYSTEM: Okay and what area will you be staying in?", + "USER: I need a place in the center of town, and I would prefer a hotel over a guesthouse.", + "SYSTEM: I have three hotels in the centre, one is moderately priced and then there are two expensive ones. Would you like to book one of them?", + "USER: I want to book one of the expensive ones.", + "SYSTEM: The expensive ones are the Gonville Hotel and University Arms Hotel. Both offer free wifi and parking. The Gonville is 3 star rated, and the University Arms is 4 star.", + "USER: Great. Can I book the University Arms for 2 nights for 4 people starting Sunday please? I'll need a reference number.", + "SYSTEM: OK, you're all set. Reference #MEGFYQHA . Is there anything else I can help you with today?", + "USER: Can you help me find a Hungarian restaurant, also in the centre of town?", + "SYSTEM: I'm sorry, there are no Hungarian restaurants in the centre of town, would you like another location?", + "USER: Is there and Indian restaurant available in that area?", + "SYSTEM: There are 9 indian restaurants. Do you prefer cheap or expensive?", + "USER: I would like expensive please.l", + "SYSTEM: There are several options in that area. How about Curry Garden? I hear it's great.", + "USER: Can you book a reservation for me?", + "SYSTEM: Absolutely, what day would you like reservations?", + "USER: I would like to book it fro Sunday at 14:45.", + "SYSTEM: How many people will be dining?", + "USER: 4 people will be dining.", + "SYSTEM: Your table is booked, ref#9BZUL5GV . Is there anything else I can help you with today?", + "USER: I think that is all I need today. Thank you for all your help. Good Bye.", + "SYSTEM: Have a pleasant trip and, as always, we are here if you need us." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "expensive" + ], + "hotel-area": [ + "centre" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "university arms", + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "hungarian", + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "curry garden" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-bookpeople": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3887.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge looking for a restaurant in the north", + "SYSTEM: We have a range of options in the north. Do you have preferred cuisine or price range?", + "USER: How about an expensive venetian place?", + "SYSTEM: I'm sorry, I'm not finding any results. Is there another location or price range you'd like to try?", + "USER: How about something that serves Asian Oriental food?", + "SYSTEM: I do have one expensive asian oriental restaurant in the north. It is called Saigon City. Can I make you a reservation?", + "USER: That sounds great. I will need a table for 5.", + "SYSTEM: What day and time would you like this reservation for?", + "USER: 16:30 on Thursday, please.", + "SYSTEM: We booked you for Thursday at 16:30, is their anything else I can assist you with?", + "USER: Can you provide me with a reference number, please?", + "SYSTEM: Yes, your reference number is 80SX075C . Is there anything else I can help you with today?", + "USER: I would like to take a train from stansted airport to cambridge, on Thursday, with arrival by 13:30.", + "SYSTEM: TR9775 arrives by 12:52, would you like more info or tickets?", + "USER: Please give me the departure and travel time.", + "SYSTEM: It departs at 12:24 and the duration of the trip is 28 minutes.", + "USER: Thank you! That is all the information I need.", + "SYSTEM: excellent, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "venetian", + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:30" + ], + "restaurant-name": [ + "saigon city" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "13:30" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0873.json", + "Complete Dialogue": [ + "USER: What museums are there in the north area of town?", + "SYSTEM: I'm sorry. There are none.", + "USER: How about a swimming pool then?", + "SYSTEM: Kings Hedges Learner Pool is located at Jedburgh Court, Kings Hedges.", + "USER: Thank you. I just need the phone number and I'm wondering how much the entrance fee is?", + "SYSTEM: Yes of course their telephone number is 01223353248 and I do not unfortunately have information on their entrance cost at this time.", + "USER: Thanks, that sounds great. Can you suggest a cheap restaurant near the pool?", + "SYSTEM: There are 2 cheap options in the North by the pool. Royal Spice serves Indian and Da Vinci Pizzeria serves Italian. Do you have a preference?", + "USER: I am actually looking for a restaurant that serves scottish food.", + "SYSTEM: I am sorry there are not any restaurants that serve Scottish food in the north area. Would you like to broaden your area?", + "USER: How about Italian food?", + "SYSTEM: Yes, da vinci pizzeria is in the north and serves italian food and is in the cheap price range. Can I reserve a table for you?", + "USER: Yes please. There will be 5 of us and we would like to eat on Thursday at 17:45.", + "SYSTEM: I am very sorry that time was not available at da vinci pizzeria. Would you like to try a different time/day?", + "USER: How about 16:45 on Tuesday? Can I have the reference number?", + "SYSTEM: I'm sorry, that time is not available either. Would you like to try another one?", + "USER: 15:45, 18:45, if not Is there another italian restaurant that I could get a table for 5 at etiher 16:45 or 17:45?", + "SYSTEM: I am very sorry, our system was giving me an error, but I have managed to book your party of 5 at 16:45 on Tuesday. Your reference number is XRR7UTLU . Is there anything else I can help with?", + "USER: Yes I will also need a taxi to commute between the two places.", + "SYSTEM: I have a taxi that can take you from the Kings Hedges Pool to the restaurant, arriving there by your reservation time of 16:45. Will that work for you?", + "USER: What is the contact number and what will be the car type?", + "SYSTEM: Contact number is 07516311076, car type is a grey Ford.", + "USER: Thank you so much!", + "SYSTEM: Anything else I can do for you?", + "USER: No, that is all I need today. Thanks again! Bye.", + "SYSTEM: Okay enjoy your stay in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "museum", + "swimmingpool" + ], + "attraction-name": [ + "hedges learner pool", + "king hedges learner pool" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian", + "scottish" + ], + "restaurant-bookday": [ + "thursday", + "tuesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "17:45", + "16:45" + ], + "restaurant-name": [ + "da vinci pizzeria" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "16:45" + ], + "taxi-departure": [ + "kings hedges pool", + "kings hedges learner pool" + ], + "taxi-destination": [ + "da vinci pizzeria" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0771.json", + "Complete Dialogue": [ + "USER: I need a train that leaves for Ely on Friday.", + "SYSTEM: What time do you need to travel to Ely?", + "USER: I need to arrive in Ely before 11:30. I would be leaving from Cambridge.", + "SYSTEM: There are 3 trains that fit that criteria - is there a specific time you'd like to leave?", + "USER: Yes, I would like to book a train that will arrive in Ely before 11:30.", + "SYSTEM: TR8792 departs Cambridge at 9:50 and arrives in Ely at 10:07. Would you like a ticket on that train?", + "USER: I also need a place to stay on the north side of town that includes free parking.", + "SYSTEM: We have several guesthouses, one hotel and one lodge that meet that criteria.", + "USER: Do any of them have 3 stars?", + "SYSTEM: Yes, the Hamilton Lodge has only three stars. It is a guesthouse in the north part of town. Would you like me to book you here?", + "USER: No, but I do need the address, postcode, and phone number.", + "SYSTEM: Sure, The Hamilton Lodge is located at 156 Chesterton Road, cb41da. You can call at 01223365664. Is there anything else I can help with?", + "USER: That is all I need. Thank you.", + "SYSTEM: TR8792 is the latest departing train on Friday. It departs at 9:50 and arrives in Ely at 10:07. Do you want to depart earlier?", + "USER: I didn't need a train. I have everything I needed now. Thank You for your help.", + "SYSTEM: No problem. Enjoy your stay in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-destination": [ + "ely" + ], + "train-arriveby": [ + "11:30" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2573.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called hamilton lodge.", + "SYSTEM: Hamilton lodge is a guesthouse, on the north side of town, in the moderate price range and awarded 3 stars. Do you need more information?", + "USER: What's the hotel type, postcode, and star of the hotel?", + "SYSTEM: It is a moderately-priced guesthouse with 3 stars. The postcode is cb41da.", + "USER: Thank you!! Can you also recommend places to go around the centre. My wife is really into architecture.", + "SYSTEM: Sure, I have many churches in the centre. Would you like more information about one? Perhaps Holy Trinity?", + "USER: Can I get the address of that?", + "SYSTEM: Sure. Their address is market street with postcode cb23nz.", + "USER: Thank you so much, that is all I needed.", + "SYSTEM: Thank you for using our system!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "hamilton lodge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "architecture" + ], + "attraction-name": [ + "holy trinity", + "holy trinity church" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4158.json", + "Complete Dialogue": [ + "USER: I need to place to eat, say, in the center of the town with some creative food.", + "SYSTEM: I don't have any creative restaurants in that area. maybe another cuisine?", + "USER: What about Italian food?", + "SYSTEM: We have many Italian restaurants! If price is no issue, I recommend Caffe Uno.", + "USER: That is great. I need to make a booking for one.", + "SYSTEM: I can do that. What day and time would you like the booking?", + "USER: book a table for 1 people at 11:15 on tuesday with reference number please and thank you", + "SYSTEM: Your reservation is booked. Your reference number is 4UROSY5A .", + "USER: Thanks for handling the restaurant booking. I also need a cheap place to stay near the restaurant.", + "SYSTEM: If a guesthouse is okay, Alexander Bed and Breakfast is a 4-star cheap hotel in the center part of town near the restaurant. Will that work?", + "USER: That sounds great! Can I get the phone number and postcode too?", + "SYSTEM: The phone number is 01223525725 and the postcode is cb12de", + "USER: Great, Thank you so much for all your help.", + "SYSTEM: You are most welcome. Is there anything else I can assist you with?", + "USER: No, that's everything I needed. Thanks again! Goodbye!", + "SYSTEM: Have a wonderful trip." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian", + "creative" + ], + "restaurant-name": [ + "caffe uno", + "cafe uno" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4724.json", + "Complete Dialogue": [ + "USER: can you recommend a good place to go in the centre?", + "SYSTEM: Yes! What type of attraction would you like to visit?", + "USER: Can you suggest one for me please. I need the postcode, entrance fee if any and phone number", + "SYSTEM: the fitzwilliam museum is a museum is free. Postcode: cb21rb. Phone: 01223332900.", + "USER: Also looking for a 4 star hotel in the same area as the museum.", + "SYSTEM: We have the University Arms, which is an expensive hotel, or the Alexander B&B, which is a charming, but inexpensive, guesthouse.", + "USER: Can you book a room there for 2 people and two nights? I'll need a reference number as well.", + "SYSTEM: What day will you be staying?", + "USER: i will be staying for 5 days", + "SYSTEM: I'm sorry... are you staying with two people for two days, or alone for five days? Which days would you like me to reserve?", + "USER: Never mind the booking. I need a taxi.", + "SYSTEM: Okay what time do you need the taxi?", + "USER: I want to leave the hotel by 20:00.", + "SYSTEM: What is your destination?", + "USER: The Fitzwilliam Museum is my destination.", + "SYSTEM: The taxi is all set, look for a grey toyota, they can be reached at 07596698267 if there are any issues. Any other questions?", + "USER: Thank you that's all I needed today.", + "SYSTEM: you are welcome all the time", + "USER: Great, that's all I need...thanks so much! Have a great day!", + "SYSTEM: You're welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2", + "5" + ], + "hotel-name": [ + "alexander bed and breakfast", + "alexander b&b" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast", + "alexander b&b" + ], + "taxi-leaveat": [ + "20:00" + ], + "taxi-destination": [ + "fitzwilliam museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2556.json", + "Complete Dialogue": [ + "USER: I'm wanting information about museums in the centre of town.", + "SYSTEM: There are 11 museums in the centre of town. A few are the regency gallery, the fitzwilliam museum, castle galleries, and primavera.", + "USER: The fitzwilliam sounds good. Could I get the phone number?", + "SYSTEM: Absolutely, the fitzwilliam museum's phone number is 01223332900. Is there anything else I can help you with today?", + "USER: I'm also looking for a hotel that is cheap and includes free parking.", + "SYSTEM: I found the Cambridge Belfry. It is located in the west of town. Would you like me to book that for you?", + "USER: No, thanks. That will be all.", + "SYSTEM: Can I assist you with anything else today?", + "USER: No, again, that is all, thank you.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "fitzwilliam museum", + "fitzwilliam" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2598.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderately priced guest house. Can you recommend one?", + "SYSTEM: There are 15 options. Do you have a specific area you would like to stay in? And are you interested in wifi and parking?", + "USER: I don't care about wifi or parking. To be honest, I don't care what area it is in, either. What would you pick?", + "SYSTEM: I would go with the Acorn Guest House if I were choosing a moderately price guesthouse.", + "USER: Sounds nice. What is the address and postcode please?", + "SYSTEM: The address is 154 Chesterton Rd, the postal code is cb41da, is there anything else that I can assist with?", + "USER: I'm also looking for an attraction preferably on a boat in the west.", + "SYSTEM: There are no boats in the west, can I try something else for you?", + "USER: Hmm. What about museums?", + "SYSTEM: Cambridge and county folk museum is available, would you like that?", + "USER: Sure. That sounds good. Can I get their address and postcode please?", + "SYSTEM: Sure their address is 2-3 Castle Street and the postcode is cb30aq", + "USER: Thanks! I also need a taxi between both locations, please.", + "SYSTEM: Can you tell what time you want to be picked up and at which location?", + "USER: I want to leave the hotel by 23:15.", + "SYSTEM: Booking completed! Your contact number is 07349924614. The car type is a black ford. Can I help you with anything else?", + "USER: Wow that was fast thanks! No, that is all I needed. Hope you have a wonderful day.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum", + "boat" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "cambridge and county folk museum" + ], + "taxi-leaveat": [ + "23:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2668.json", + "Complete Dialogue": [ + "USER: Can you recommend some places to go in the west side of town?", + "SYSTEM: There are several attractions in the west side of town. Do you have a preference for the type of attraction?", + "USER: Not really. What would you recommend?", + "SYSTEM: The museum of classical archaeology has free admission and is in the west area. Is there anything else that I can help you with?", + "USER: What is the postcode and address for the museum?", + "SYSTEM: The postcode for that is cb3ojg and the address is Girton College, Huntingdon Road. Can I help you anymore today?", + "USER: Can you help me find the Worth House hotel?", + "SYSTEM: Worth House is a guesthouse on the north side. It is in the cheap price range, but has four stars. Would you like me to book you a room?", + "USER: Yes, please, that would be perfect.", + "SYSTEM: what day would you like, and how may days?", + "USER: I'm sorry, but don't book it. I just need the area and address.", + "SYSTEM: It is located in the north. The address is 152 chesterton road.", + "USER: Thanks for all your help!", + "SYSTEM: Happy to help. Have a pleasant day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "dontcare" + ], + "attraction-name": [ + "museum of classical archaeology" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "worth house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1764.json", + "Complete Dialogue": [ + "USER: I sure hope so. A friend recommended the Alexander Bed and Breakfast. What can you tell me about it?", + "SYSTEM: It is a wonderful guesthouse located in the centre of town. It has a 4 star rating and offers both free parking and free internet. Would you like assistance booking?", + "USER: That sounds like a great place! What's the address?", + "SYSTEM: The address is 56 saint barnabas road.", + "USER: I will also need a train on Tuesday.", + "SYSTEM: There are several for Tuesday. Did you have a particular departure and arrival times?", + "USER: I need the train to depart from Leicester and arrive in Cambridge by 10:15. I am open on departure time.", + "SYSTEM: Can you book it for me and get a reference number ?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-arriveby": [ + "10:15" + ], + "train-departure": [ + "leicester" + ], + "train-destination": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1051.json", + "Complete Dialogue": [ + "USER: I am wanting to go to the theatre. Are there any in the centre of town?", + "SYSTEM: The adc theatre is located on Park Street. There are a few others as well.", + "USER: The adc theatre sounds perfect. Could I get the postcode and phone number please?", + "SYSTEM: Absolutely - the ADC's postcode is cb58as and their phone number is 01223300085. Can I help with anything else today?", + "USER: I'm also looking for a place to stay. I hate star ratings, so this place needs to have a star rating of 0. It doesn't need to include free internet.", + "SYSTEM: There are 3 places to stay in Cambridge that have star ratings of 0, but they all include internet. Would you prefer a cheap or moderately priced hotel/guesthouse?", + "USER: I don't care about the price, but I would like a place in the centre of town with free parking.", + "SYSTEM: I have the perfect place for you. It's called the El Shaddai guesthouse. It is on the cheap side and includes free parking and wifi. Can I interest you in it?", + "USER: Is El Shaddai in the centre of town?", + "SYSTEM: It sure is. Would you like me to reserve it for you?", + "USER: Yes can you reserve for two nights beginning May 18th?", + "SYSTEM: Absolutely. How many people do you need a booking for?", + "USER: I need to book for three people.", + "SYSTEM: With the greeting customer wanted to get information about theatre and hotel in the center of the city with free parking and free wii fii and not bothered about price." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "0" + ], + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-internet": [ + "no" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2342.json", + "Complete Dialogue": [ + "USER: I'm so hungry! Can you find me a really great modern european restaurant? Money is no object!", + "SYSTEM: Darrys cookhouse and wine shop looks good, would you like to book there?", + "USER: I am a little tight on money, do you know the price range?", + "SYSTEM: It is the expensive price range.", + "USER: That's fine. I'd like to know if it's in the centre of town. If so, I need a table for Sunday.", + "SYSTEM: Yes, it's in the centre of town. What time would you like to book the table for on Sunday?", + "USER: Can you book a table for 1 at 11:00 on sunday?", + "SYSTEM: I have made those reservations your reference is XZOJ853X .", + "USER: Thank you so much! I'm also looking for parks to see. Can you help me with this?", + "SYSTEM: Yes I have several. Where would you like it to be?", + "USER: I am not particular but could I have an address for a popular one?", + "SYSTEM: Sure thing, the address is fen causeway", + "USER: You have been a great help. Thank you so much. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "modern european" + ], + "restaurant-name": [ + "darrys cookhouse and wine shop" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "park" + ], + "attraction-area": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3582.json", + "Complete Dialogue": [ + "USER: Find me a train that leaves after 11:00 on Wednesday", + "SYSTEM: ok, and what is your destination?", + "USER: I'll be leaving cambridge with a destination of stevenage.", + "SYSTEM: The earliest train after that time is TR3844. It departs at 11:21 and arrives in Stevenage at 12:10. Would that work for you or would you like a later train?", + "USER: Yes please. I need the travel time.", + "SYSTEM: It is a 49 minute ride, it will cost 12.80 pounds. Would you like me to make reservations for you?", + "USER: Not right now, thanks. I would like to go to a museum while I'm in town, though.", + "SYSTEM: Were you looking for one in a particular area?", + "USER: No, any area is fine. Can you suggest one?", + "SYSTEM: The Broughton House Gallery is a free museum located in the centre. Would you like more information about it?", + "USER: I would like the address and phone number.", + "SYSTEM: Located at 98 king street. Number is 01223314960.", + "USER: Great thanks. That's all I need.", + "SYSTEM: Do you need me to look up info about another place or attraction? Anything?", + "USER: No, I think you've answered all my questions. Thank you!", + "SYSTEM: No problem! Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "11:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0319.json", + "Complete Dialogue": [ + "USER: I want to find a place to stay that is a guesthouse and has free parking.", + "SYSTEM: There are 21 guesthouses with free parking. Are you looking for a particular price range or location?", + "USER: I want at least 4 stars rating. Are any of them 4 starts?", + "SYSTEM: There are 16 that have a 4-star rating. Is there a particular price range you are looking for?", + "USER: No, just anywhere that has room for 5 people starting Sunday.", + "SYSTEM: I need to narrow the search. What area do you want to stay in? Do you prefer moderate or cheap?", + "USER: I prefer to stay in a moderate area.", + "SYSTEM: I have 9 guesthouse in the moderate range with free parking and 4 stars. The archway house is nice on the north side.", + "USER: Sounds good. Please book for 5 people and 3 nights starting from this sunday.", + "SYSTEM: Booking was unsuccessful. Want to try aylesbray lodge guest house?", + "USER: Yes let's try that one please.", + "SYSTEM: OK that is all set, thank you!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "archway house", + "aylesbray lodge guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0817.json", + "Complete Dialogue": [ + "USER: Hi, I'm looking for a 1 star place to stay with free wifi.", + "SYSTEM: I'm sorry there are no 1 star hotels with internet, would you like me to search on 2 stars, we have a few hotels available.", + "USER: Alright. I wanted a 1 star, but I guess I can listen to the 2 star options.", + "SYSTEM: I have 2 on the north side that are in the moderate price range and 1 on the east side in the expensive range. Would you like to book one.", + "USER: Hmm. What do you what about 4 star hotels?", + "SYSTEM: There are 5 guesthouses with 4 star ratings in Cambridge with moderate to cheap price ranges. Would you like more information?", + "USER: Well, I'd like to book one. I don't think it matters which one.", + "SYSTEM: What dates would you like to book the room for?", + "USER: I need it for two nights starting on Saturday.", + "SYSTEM: Okay, how many people will be in your party?", + "USER: It would be for 7 people.", + "SYSTEM: I have booked you at the A and B Guest House at 124 tenison road. The reference number is 0J08KUGQ . Can I help you with anything else?", + "USER: No, that is all. Thank you. Bye.", + "SYSTEM: You are welcome, goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "2", + "1", + "4" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-name": [ + "a and b guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0781.json", + "Complete Dialogue": [ + "USER: I need some information on a train departing from peterborough.", + "SYSTEM: I can help you with that! What information are you looking for?", + "USER: I need a train to Cambridge that leaves after 4:15 PM.", + "SYSTEM: What day are you looking for the train?", + "USER: I want to leave on Friday.", + "SYSTEM: There's a train going from Peterborough, leaving at 16:48. Will that work?", + "USER: That may work. What is the train ID, travel time, and arrival time?", + "SYSTEM: Train ID is TR0992, it departs at 16:48 and arrives at 17:38.", + "USER: how long is the train ride?", + "SYSTEM: The train ride will last 50 minutes from 16:48 to 17:38.", + "USER: Great, thanks. Can you also help with finding a great restaurant to eat at. I want something in the centre of town and moderately priced if possible.", + "SYSTEM: great, i have 21 options for you!", + "USER: 21 in the moderate price in the centre? Which one do you say is best?", + "SYSTEM: It would really depend on what kind of food you like. What is your favorite cuisine?", + "USER: I'm open to anything, Ill go with what you recommend and take a booking for three people at 20:00 on friday.", + "SYSTEM: I have reserved a table for you at Restaurant One Seven, it's a real popular locale. Your reference number is JNNU896Z .", + "USER: Thanks so much, that's all I needed help with today!", + "SYSTEM: you are welcome and thanks for using our services" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "16:48", + "after 4:15 pm" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "20:00" + ], + "restaurant-name": [ + "restaurant one seven" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20242.json", + "Complete Dialogue": [ + "USER: I'd like a restaurant in the north part of town that is in the medium price range.", + "SYSTEM: What type of food are you looking for?", + "USER: I don't care", + "SYSTEM: The golden wok serves Chinese food, is located in the north part of town and in the moderate price range.", + "USER: is there another one as well?", + "SYSTEM: Yes, there is also The Nirala which is an Indian restaurant. Would you be interested in more information on that one?", + "USER: Yes could you give me the phone number for The Nirala?", + "SYSTEM: Their number is 01223 360966.", + "USER: Which part of town it is in ?", + "SYSTEM: it is located in the north part of town", + "USER: Thank you goodbye.", + "SYSTEM: Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-name": [ + "nirala" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1426.json", + "Complete Dialogue": [ + "USER: I am looking for information on a train that goes to Cambridge and arrives at 9:45", + "SYSTEM: There are a few that arrive at cambridge by 09:45 what day are you arriving and where are you departing from?", + "USER: I'm departing from London Liverpool Street and I want to leave on Tuesday.", + "SYSTEM: Okay great! I have one train that would get you to Cambridge on Tuesday by 09:07. Would you like me to book that for you?", + "USER: No I just need to know the departure time please.", + "SYSTEM: The departure time is 07:39 for that train. Can I help you with anything else?", + "USER: Yes, can you tell me some good places to go while I'm in town?", + "SYSTEM: There are lots of nice attractions in town. Do you have a preference for type or area?", + "USER: I think we'd like to see a museum - do you have any recommendations?", + "SYSTEM: There are 23 museums all around the city. If you don't have any area preferences, Cafe Jello Gallery on the west side is very nice, and they have no entrance fee.", + "USER: That sounds perfect. What is there address?", + "SYSTEM: Cafe Jello Gallery, 13 Magdalene Street, and there is no entrance fee. Is there anything else I can assist you with?", + "USER: Do you have their phone number?", + "SYSTEM: Their phone number is 01223312112. Is there anything else I can help with?", + "USER: No that will be all. Thanks.", + "SYSTEM: Thank you and have a good day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "09:45", + "9:45" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "london liverpool street" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "west" + ], + "attraction-name": [ + "cafe jello gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01631.json", + "Complete Dialogue": [ + "USER: I want to book a taxi to pick me up Travellers Rest to take me to Finches Bed and Breakfast.", + "SYSTEM: Sure! when would you like to arrive?", + "USER: I would like to arrive at the restaurant no later than ten o'clock a.m.", + "SYSTEM: I have confirmed a taxi booking for you, a red tesla will be picking you up.", + "USER: Ok great, can I have the contact number?", + "SYSTEM: Sure its 07915006170. Is there anything else I can do for you?", + "USER: No, thank you. Great service. Goodbye.", + "SYSTEM: Please contact us again if there's anything else you need during your stay." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "travellers rest" + ], + "taxi-destination": [ + "finches bed and breakfast" + ], + "taxi-arriveby": [ + "ten o'clock a.m.", + "ten o'clock a.m" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3381.json", + "Complete Dialogue": [ + "USER: Please find me some information about the mutliple sports in the centre", + "SYSTEM: We only have one multiple sports complex but it is in the east, are you interested in that, or do you want another search in the centre?", + "USER: No, I need to stay in the centre. Are there any parks there?", + "SYSTEM: Okay! You can try Cambridge University Botanic Gardens on Bateman Street. It is in the Centre part of town, and the admission fee is 4 Pounds.", + "USER: Great! What is their phone number?", + "SYSTEM: The phone number is 01223336265.", + "USER: I also need a train departing from cambridge to arrive by 21:15", + "SYSTEM: Ok. I can help with train info. Whata is your destination?", + "USER: The destination is peterborough.", + "SYSTEM: how about TR9859? it leaves at 05:06", + "USER: Sounds good, please book me for four people and can I get a reference number?", + "SYSTEM: Booking was successful, the total fee is 66 GBP payable at the station, your reference number is 2WXSC5I1 . Will that be all?", + "USER: That is all I need.", + "SYSTEM: Thank you for calling. Have a great day. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "park" + ], + "attraction-name": [ + "cambridge university botanic gardens" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:15" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2159.json", + "Complete Dialogue": [ + "USER: I am looking for an upscale Chinese food restaurant in Cambridge; can you make a recommendation?", + "SYSTEM: Yu garden is in the expensive price range in the east part of town.", + "USER: I need something in the Center of town.", + "SYSTEM: There are four expensive Chinese restaurants in the centre of town. Would Ugly Duckling suit you?", + "USER: That sounds fine. Can you give me the address and phone number?", + "SYSTEM: Yes Ugly Duckling would work. Would you please reserve it for me and send me the reference number? Thank you.", + "USER: Yes, I know it would work, I am the one you asked, lol. Can you just give me the address and phone number though?", + "SYSTEM: Their address is 12 St. Johns Street City Centre. Unfortunately their phone number is not available.", + "USER: Thanks, I am also looking for somewhere to go in the centre area.", + "SYSTEM: Castle Galleries is a museum in the centre and it's free. Would you like the address or another option?", + "USER: Yes, I'd like the address please.", + "SYSTEM: Their address is unit su43, grande arcade, saint andrews street and their postcode is cb23bj.", + "USER: No that's all, thank you!", + "SYSTEM: You're welcome, have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-name": [ + "ugly duckling" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "castle galleries" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01475.json", + "Complete Dialogue": [ + "USER: I need to book a taxi to arrive by 13:45 to take me to La Margherita.", + "SYSTEM: I can help you with that. where are you going?", + "USER: I am going to La Margherita.", + "SYSTEM: You are booked. Your car is a white toyota and contact number is 07178746002", + "USER: Um wait how did you book the taxi if you never even got my departure location?", + "SYSTEM: I can check that. What is your departure location?", + "USER: I am departing from hakka.", + "SYSTEM: I apologize for the error. You are booked for a blue Volvo with the contact number of 07789499283 from hakka.", + "USER: Ok that's all I need. Thanks!", + "SYSTEM: You're more than welcome!" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "13:45" + ], + "taxi-destination": [ + "la margherita" + ], + "taxi-departure": [ + "hakka" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0132.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the west side that's in the moderate price range.", + "SYSTEM: I have three listings,one for british,indian,italian. Are any of those types of food you are looking for?", + "USER: Are any of them available for 8 people at 19:00 on Wednesday?", + "SYSTEM: There are two restaurants available the Indian restaurant Meghna and the Italian restaurant Prezzo 8 people at 19:00 on Wednesday. Which one do you prefer?", + "USER: The Italian restaurant Prezzo sounds good.", + "SYSTEM: Booking was successful, table will be reserved for 15 mins. Reference number is : GVOKLI1A . Anything else?", + "USER: nope thats it. thanks", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ], + "restaurant-name": [ + "prezzo" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1298.json", + "Complete Dialogue": [ + "USER: Hi can you help me to book a train from london liverpool street?", + "SYSTEM: I certainly can! I'll need to know your destination, day of travel, and what time you want to leave or arrive by, so I can find a suitable train, OK?", + "USER: I'll be traveling on Sunday. I'm going from London Liverpool Street to Cambridge.", + "SYSTEM: TR2357 leaves London Liverpool Street at 7:39 and arrives in Cambridge at 9:07. Would this work or do you need another time frame?", + "USER: How long is the travel time?", + "SYSTEM: The travel time will be 88 minutes. Would you like me to book it for you?", + "USER: No thank you. I need information on a attraction called scott polar museum.", + "SYSTEM: Scott Polar Museum is located in the centre area, and has no entrance fee. Do you need additional information?", + "USER: Entrance fee, attraction type, and phone number please.", + "SYSTEM: 01223336540 It is a museum in the center. It is free to get in.", + "USER: Thank you that's all I need today.", + "SYSTEM: I'm glad I could be of assistance. Have a great day.", + "USER: you too have a wonderful day.", + "SYSTEM: Bye bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "london liverpool street" + ], + "train-day": [ + "sunday" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scott polar museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01578.json", + "Complete Dialogue": [ + "USER: I'd like to book a taxi, please. I need to get from the lensfield hotel to peking restaurant.", + "SYSTEM: What time do you want to be picked up at the lensfield hotel?", + "USER: I would like for the taxi to arrive by 06:15.", + "SYSTEM: Booking completed! Booked car type : red audi Contact number : 07547694043" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "lensfield hotel" + ], + "taxi-destination": [ + "peking restaurant" + ], + "taxi-arriveby": [ + "06:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20110.json", + "Complete Dialogue": [ + "USER: Cheap restaurant in the north. address and phone number, please.", + "SYSTEM: There are two restaurants in the cheap category in that area. Would you prefer Italian or Indian?", + "USER: I would prefer Italian.", + "SYSTEM: da vinci pizzeria is located at 20 milton road chesterton and they can be reached at 01223 351707", + "USER: Thank you goodbye.", + "SYSTEM: Thank you for using Cambridge restaurant system. Good bye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1703.json", + "Complete Dialogue": [ + "USER: Looking for a place to go to in the centre area, a type of college.", + "SYSTEM: Excellent! There are 13 places that might work. How about Downing College on Regent Street? It has free entrance.", + "USER: Sounds great! Can I have their postalcode and phone number please?", + "SYSTEM: No problem. Their postal code is cb21dq and their phone number is 01223334860. Is there anything else I can help you with?", + "USER: I like to find a train that goes to broxbourne.", + "SYSTEM: I can help you with that. Where will you be leaving from?", + "USER: I will be leaving from Cambridge and will need to arrive by 10:30", + "SYSTEM: I recommend TR2519 leaving at 09:01 and arriving at 10:01. Would you like me to book that train for you?", + "USER: Is that the schedule for Friday? That's when I need to travel. If so, please book 8 tickets for me?", + "SYSTEM: You are booked on train TR2519 for 8 on Friday. The total fee is 143.19 GBP payable at the station and your reference number is LDDIXALA .", + "USER: Thank you so much! Goodbye now!", + "SYSTEM: You're very welcome! Enjoy your travels! Thank you for contacting the Cambridge TownInfo centre." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "downing college" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "broxbourne" + ], + "train-arriveby": [ + "10:30" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "8" + ], + "train-day": [ + "friday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1211.json", + "Complete Dialogue": [ + "USER: Can you find me a hotel in the northern area that isn't to cheap or expensive?", + "SYSTEM: I have the ashley hotel and lovell lodge. Which one would you like?", + "USER: The Ashley Hotel sounds good. Does it have free parking?", + "SYSTEM: Ashley hotel does have free parking", + "USER: Thanks. Coulc you book a room for me, just one person. It will be three nights starting Sunday.", + "SYSTEM: Booking was successful. Reference number is : LCFYMN3F", + "USER: Great, thank you for all your help.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No, thank you for your service.", + "SYSTEM: You are welcome, I'm always glad to help. Goodbye now." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "ashley hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1215.json", + "Complete Dialogue": [ + "USER: Can you find me a guest house?", + "SYSTEM: Their is Acorn guest house in the north, they are located at 154 chesterton road and their number is 01223353888", + "USER: Ok is the Acorn guest house a 4 star moderate priced hotel with free parking", + "SYSTEM: Yes, it is a moderately priced 4 star guesthouse. They offer free parking and internet.", + "USER: I'd like to book it for 2 people for 2 nights starting Wednesday.", + "SYSTEM: I was able to book that, reference number is C0SOOPR7 .", + "USER: Great! I'd also like to find a restaurant in the same price range.", + "SYSTEM: There are many moderately priced restaurants available. Is there a particular type of food you would like?", + "USER: The restaurant would need to serve kosher food.", + "SYSTEM: I'm not finding anything in the price range and area that serves kosher food. Would you like to try a different price range?", + "USER: How about one that serves british food?", + "SYSTEM: I'm not finding any moderately priced British restaurants in the north, either. Would you like me to look for something else, or a different price range?", + "USER: Yes, can you look at five star restaurants offering either kosher or british food?", + "SYSTEM: I'm sorry I do not see any listing for the description you are looking for. Perhaps there is something else you would like to try?", + "USER: Ok, let's start over. I don't want to cause confusion. I am looking for a moderately priced restaurant in the centre of town that serves kosher food. Can we try that?", + "SYSTEM: I'm sorry, I don't have any matches for that, would you like to try another option?", + "USER: How about a restaurant that serves British food in the centre of town?", + "SYSTEM: I have 4 listings for british food in the centre of town.", + "USER: Okay, please pick one for me.", + "SYSTEM: Shall I book one? If so on what day?", + "USER: Wednesday, for 2 people. At 16:30.", + "SYSTEM: Among the four restaurants, I cannot book for 1630, is there another time you would like to aim for?", + "USER: How about 15:30? please send me the reference number once booked. I am also going to need a taxi that will get us to the restaurant by booking time.", + "SYSTEM: OK, you're booked at Cotto, refrence number UH4IHWMG . A red volkswagen should be coming to the Acorn to take you there, contact number 07499457879. Anything else I can help with?", + "USER: No, thanks. That does it for me. Take care. Goodbye.", + "SYSTEM: Please feel free to contact us again for further assistance. Good-bye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "kosher", + "british" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:30", + "16:30" + ], + "restaurant-name": [ + "cotto" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "15:30" + ], + "taxi-departure": [ + "acorn guest house" + ], + "taxi-destination": [ + "cotto" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01995.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. The hotel should be in the type of guesthouse and should include free parking", + "SYSTEM: There are many options that could satisfy your request, what price range do you require?", + "USER: I don't care about the price range. I do want to be in the north, though.", + "SYSTEM: There are 9 possibilities in either the cheap or moderate price range. Which do you prefer?", + "USER: how about something in the north?", + "SYSTEM: How about acorn guest house?", + "USER: try there for three nights then give me the reference number", + "SYSTEM: Can you tell me for how many people and on what day?", + "USER: i want booking for four people", + "SYSTEM: What day do you need to check in?", + "USER: I'll arrive on Wednesday.", + "SYSTEM: Booking was successful. Your reference number is 6WKSPADC .", + "USER: Great. That takes care of all my needs for now. Thanks!", + "SYSTEM: Terrific, glad I could help. Don't hesitate to contact us if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2200.json", + "Complete Dialogue": [ + "USER: I need train schedule information for Thursdays, please", + "SYSTEM: I can help with that. From where are you departing and to where are you going?", + "USER: departing from cambridge and arrive by 21:45", + "SYSTEM: There are 168 trains that day. Do you have a destination in mind so I can narrow it down?", + "USER: I need to go to stansted airport please", + "SYSTEM: I would recommend train TR7966 that leaves at 05:40", + "USER: That's fine. Please book one seat for me, please.", + "SYSTEM: Success. Your reference number is PMHZ3TJO .", + "USER: I am also looking for a hotel with free wifi, but it doesnt need to have free parking.", + "SYSTEM: Do you have a preferred area or price range?", + "USER: The area doesn't matter, but I would like it to be an expensive 4 star hotel.", + "SYSTEM: I have 2 options for you. The first is the Huntingdon Marriott Hotel in the west. The other is the University Arms Hotel in the centre. Do you have a preference?", + "USER: The Huntingdon Marriott Hotel sounds really nice. Could you book us a room there for 2 nights on Tuesday?", + "SYSTEM: How many people will be staying for the booking?", + "USER: Just one person please", + "SYSTEM: Unfortunately they are booked up for those nights. Would you like to try another night or the University Arms Hotel instead?", + "USER: Try booking the room for just one night, please.", + "SYSTEM: That worked. I have you booked on Tuesday for 1 night. Your reference number is 7IX0V6NU . Can I help you with anything else?", + "USER: Thank you but that's all.", + "SYSTEM: Let us know if you need anything else? Good bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "thursday" + ], + "train-arriveby": [ + "21:45" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "no" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4678.json", + "Complete Dialogue": [ + "USER: Hello, I need a train to Peterborough from Cambridge please", + "SYSTEM: Which day would you like to travel?", + "USER: I would like to travel on friday, and arrive by 14:45", + "SYSTEM: TR9859 would fit your needs shall i book it ?", + "USER: Actually, no need to book. But, can I get the travel time and the price of the ticket please?", + "SYSTEM: Of course. The travel time is 50 minutes. The price is 16.50 pounds. Would you like any other information?", + "USER: Yes, I'm also looking for places to go in town.", + "SYSTEM: Sure, I can help you with that. What kind of attraction were you looking for?", + "USER: I would like to find a museum in the centre of town.", + "SYSTEM: There are many. Would you like me to recommend one for you?", + "USER: Yes, please. What is your favorite museum? I'd like their address and postcode. You're a lifesaver!", + "SYSTEM: The Museum of Archaeology and Anthropology is excellent. They're at University of Cambridge, Downing Street in postcode cb23dz. Is there anything else I can help you with?", + "USER: Um... no, I think I should be good with that. Thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-arriveby": [ + "14:45" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0054.json", + "Complete Dialogue": [ + "USER: Could you help me find a place to stay? I need a place in town that offers free parking and free wifi.", + "SYSTEM: I am showing 25 entries, maybe we can narrow it down a bit. What price range and part of town are you looking for.", + "USER: Are any of them a guesthouse in the moderate price range?", + "SYSTEM: Yes! The Acorn Guest House is very popular. Would you like more information on that hotel?", + "USER: Could i get the postcode, please?", + "SYSTEM: The postcode for the acorn guest house is cb41da.", + "USER: I am also looking for a place to dine.", + "SYSTEM: Is there a specific type of food you would like to eat?", + "USER: Yes, I would like british food in the moderate price range please.", + "SYSTEM: I have found Restaurant One Seven within your range. Would you like for me to book it?", + "USER: Great! Can I have the address and phone number, please?", + "SYSTEM: The address is De Vere University Arms Regent Street City Centre and the phone number is 01223337766. Have a great night!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3653.json", + "Complete Dialogue": [ + "USER: I will be traveling soon and am excited about seeing some attractions. I am looking for a place to stay when I get there.", + "SYSTEM: I can certainly help with that! Can you tell me a little more about what you're looking for?", + "USER: Thank you! I would like to stay in the North part of town, please.", + "SYSTEM: There are many places to choose from. Do you have a certain price range you want to stay in? How about free wifi and parking?", + "USER: I definitely need free wifi, and I'd like a 4 star place.", + "SYSTEM: The archway house is in the north and 4 stars", + "USER: That sounds great! What's their address and phone? And is that a hotel or a guesthouse?", + "SYSTEM: archway house is a guesthouse. The address is 52 gilbert road and the phone number is 01223575314. Is there anything else I can help you with?", + "USER: Thanks. Yes, I am also looking for places to go when I get there. Are there any cinemas in the same area as Archway House?", + "SYSTEM: What price range are you looking for?", + "USER: I am looking for a cinema, are there any in the area?", + "SYSTEM: I have 2 cinemas. One is in the south. The other is in the centre of town. Which do you prefer?", + "USER: I need a cinema in the north.", + "SYSTEM: Unfortunately there are no cinemas in the north part of town. Would you like me to see if we have a few located in a different area?", + "USER: What about a pool in the north?", + "SYSTEM: There are 2 pools in the north, jesus green outdoor pool and kings hedges learner pool. Would you like more information on one of them?", + "USER: Can I have the phone number and postcode for Kings Hedges?", + "SYSTEM: 01223353248 and cb42xh respectively", + "USER: Thank you, I also need a taxi to communte between the two places. I'll need to leave the kings hedges learner pool by 3:45.", + "SYSTEM: look out for a blue ford. the contact is 07584361462", + "USER: Okay, great. Thank you for your help!", + "SYSTEM: No problem, is there anything else I can help with?", + "USER: No that's all thank you for the help!", + "SYSTEM: Glad, I could help you plan your experience in cambridge, enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool", + "cinema" + ], + "attraction-area": [ + "north" + ], + "attraction-name": [ + "kings hedges", + "kings hedges learner pool" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "kings hedges learner pool" + ], + "taxi-destination": [ + "archway house" + ], + "taxi-leaveat": [ + "03:45", + "3:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1074.json", + "Complete Dialogue": [ + "USER: I am trying to get some suggestions on where I can take my wife for our anniversary. We want to try to find something fun to do.", + "SYSTEM: How about whipple museum of the history of science?", + "USER: Sounds interesting. Can I get the entrance fee and postcode info?", + "SYSTEM: It is a free attraction, and the postcode is cb23rh. Is there anything else?", + "USER: Well, I guess I forgot to specify that I need something on the south end of town.", + "SYSTEM: I'm sorry, but there is nothing on the south side of town. Would you like to change the area?", + "USER: Are there any attractions at all on the south side of the city?", + "SYSTEM: I'm sorry, yes, Nusha is an entertainment venue that I think you will enjoy. Postcode for that is cb17dy, but there is no entrance fee listed.", + "USER: That's all. Thanks for the info!", + "SYSTEM: Thank you.Good bye." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "whipple museum of the history of science" + ], + "attraction-area": [ + "south" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2655.json", + "Complete Dialogue": [ + "USER: What are some places to go to?", + "SYSTEM: We have 79 attractions, do you have anything you'd like to see?", + "USER: Recommend something for me, as long as it is in the center.", + "SYSTEM: The Cambridge Contemporary Art museum is in the center. It has free admission.", + "USER: That sounds perfect, thanks. Can you also help me find a guesthouse to stay in? I'd like a 4 star location, please.", + "SYSTEM: Sure thing which area?", + "USER: The hotel should include free wifi it should be near the attractions", + "SYSTEM: There is the Alexander Bed and Breakfast in the centre of town. It is 4 starts and offers free internet and parking. Would you like me to reserve?", + "USER: Yes please make me a booking for 8 people and 4 nights starting from tuesday.", + "SYSTEM: Booking was successful. Reference number is : EHM9N8KK . Can I assist you further today?", + "USER: No that looks like everything I need today. Thank You.", + "SYSTEM: Your welcome. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "cambridge contemporary art museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0379.json", + "Complete Dialogue": [ + "USER: I'm looking for a train that leaves Wednesday and arrives by 9:30.", + "SYSTEM: Where is your departure from?", + "USER: Oh, sorry coming in from Kings Lynn", + "SYSTEM: I have train TR4638 from Kings Lynn to Cambridge departing at 8:11 and arriving at 8:58. Would that work for you?", + "USER: May I make a booking for six people?", + "SYSTEM: I have successfully booked your tickets. 58.8 GBP is payable at the station. The reference number is WGS360AQ", + "USER: Great. Thank you.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "09:30", + "9:30" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3251.json", + "Complete Dialogue": [ + "USER: I am traveling to Cambridge and looking forward to try local restaurants.", + "SYSTEM: sure, what can i help you find?", + "USER: I'm looking for a place to eat in the centere of town in the expensive price range serving hungarian food.", + "SYSTEM: There are no hungarian restaurant located in the centre of town. How about another food type?", + "USER: Sure, let's try British food, please?", + "SYSTEM: Yes, there are 3. I recommend midsummer house restaurant.", + "USER: That sounds great! Could you book a table there for Wednesday? There will be 7 of us, and we'd like to eat at 16:00.", + "SYSTEM: I certainly can. Just let me call them and confirm the reservation. Can you hold please?", + "USER: ok and get me the reference number please", + "SYSTEM: Reference number is : TFUP32PH . Is there anything else?", + "USER: I also need a train to Leicester.", + "SYSTEM: Would you be leaving from Cambridge?", + "USER: Yes, on Thursday.", + "SYSTEM: What time would you like to leave?", + "USER: I prefer to depart after 16:45. Just choose the first train you see listed and book tickets for 7 people. Then give me the reference number.", + "SYSTEM: IKCBZMLX Is you confirmation number, have you booked for seven tickets.", + "USER: Thank you for all of your help.", + "SYSTEM: You're welcome. Do you need additional help with a taxi or attractions?", + "USER: No that is everything I needed. Thank you.", + "SYSTEM: You're welcome and enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "leicester" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "7" + ], + "train-leaveat": [ + "16:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british", + "hungarian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "midsummer house restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02069.json", + "Complete Dialogue": [ + "USER: I am in need of a taxi to the cambridge punter please", + "SYSTEM: I'd be happy to help, where will you be leaving from?", + "USER: I will be leaving from Magdalene college.", + "SYSTEM: What time do you want to leave or arrive by?", + "USER: I want to leave after 16:45.", + "SYSTEM: Booking completed! Booked car type : yellow lexus Contact number : 07556697926", + "USER: Great, thanks for your help.", + "SYSTEM: You're welcome! Is there anything else I can help you with?", + "USER: No I am actually all set now thanks though", + "SYSTEM: Thank you for choosing our service, goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "cambridge punter" + ], + "taxi-departure": [ + "magdalene college" + ], + "taxi-leaveat": [ + "16:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0363.json", + "Complete Dialogue": [ + "USER: I want to find a German restaurant please that's in the cheap price range.", + "SYSTEM: Unfortunately, there are no German restaurants in the price range you requested. Would you like a different restaurant?", + "USER: Perhaps there is one that serves Indian food. Indian food is also good.", + "SYSTEM: Can I recommend Kohinoor? They serve budget friendly Indian food in the centre of town.", + "USER: The Kohinoor sounds good. Could you book a table for 2 for me?", + "SYSTEM: I'd be happy to reserve your table. What time would you like to dine?", + "USER: It's for around 12:45 on Wednesday. And that was for 2 people please. Can I get the reference number then too please?", + "SYSTEM: I was able to book a table for you at 12:45. The reference number is 0CUR7IQX .", + "USER: I'm also looking for a train that leaves after 15:15 that arrives at Birmingham New Street.", + "SYSTEM: Please book trainid TR8952 leaving cambridge at 16:01.", + "USER: Thanks, could you book 2 tickets and let me know the reference number please?", + "SYSTEM: Booked! Reference number is FGBPBWP1 . Total fee is 150.19 GBP, paid at the station. Anything else?", + "USER: That's everything. Thank you very much!", + "SYSTEM: You are very welcome. Enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "german", + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-booktime": [ + "12:45" + ], + "restaurant-name": [ + "kohinoor" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "birmingham new street" + ], + "train-leaveat": [ + "15:15" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1036.json", + "Complete Dialogue": [ + "USER: Hello, I would like information on Milton County Park.", + "SYSTEM: Milton county park is in the north side area and their phone number is 01223420060. Their address is Milton county park, Milton and postcode is cb46az with free entrance fee.", + "USER: Yes thank you! That is all I needed.", + "SYSTEM: I am glad I could be of assistance. Have a good day!", + "USER: Sorry, also, I need information on the Alexander Bed and Breakfast.", + "SYSTEM: Sure it is a guesthouse in the centre, it is priced cheap with 4 stars, it has internet and free parking.", + "USER: Perfect. I was curious about how many stars they had. Thanks so much for the information.", + "SYSTEM: Would you like me to book you into alexander bed and breakfast? I will need the details of your stay.", + "USER: Maybe. How many stars is the hotel rated?", + "SYSTEM: It's rated 4 stars. Is there any other information you'd like about the Alexander Bed and Breakfast to make your decision?", + "USER: No I need some time to consider my choices. Thank you for your help today. That is all the information I need.", + "SYSTEM: Okay. If you need any help with reservations, please give me a call back.", + "USER: Thank you for your help. I will.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton", + "milton country park" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2141.json", + "Complete Dialogue": [ + "USER: A train depart from Cambridge and arrive by 19:00", + "SYSTEM: What is your destination? And what day are you hoping to travel?", + "USER: I need to leave on Thursday and am heading to Bishops Stortford.", + "SYSTEM: There are 5 trains available what time would you like to leave by?", + "USER: I'd like to leave before 14:00", + "SYSTEM: Okay, TR0927 leaves at 13:29 and arrives at 14:07. Shall I book you a seat?", + "USER: No, I'll look it up later and do it myself. But could you tell me if there are any 4 star places to stay in the city centre?", + "SYSTEM: There are two, a cheap guest house, and an expensive hotel. Any preference?", + "USER: Which ever one has free parking and wifi.", + "SYSTEM: They both have free parking and wifi. How about the alexander bed and breakfast? It's on the cheaper side, 4 stars, and really quite lovely.", + "USER: Sounds great. Can you please book that for me for Tuesday for 2 people, 2 nights please?", + "SYSTEM: I was able to successfully book you, your reference number is D53TP7EU ., can I assist with anything else?", + "USER: Nope, that's all I need today. Thanks!", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-departure": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "14:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-stars": [ + "4" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "alexander bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0309.json", + "Complete Dialogue": [ + "USER: I am looking for a train.", + "SYSTEM: I'd be happy to help you with that. Can you tell me your departure location and where you are headed to?", + "USER: I am looking to go to london kings cross and depart from cambridge.", + "SYSTEM: There are 70 trains making that trip, do you have a day or time?", + "USER: I'll be leaving on friday after 12:45.", + "SYSTEM: The TR3685 leaves just 15 minutes later, at 13:00.", + "USER: That sounds great. I'll get back to you when I decide on the booking. Have a nice day. Bye.", + "SYSTEM: You're welcome! Have a great day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london kings cross" + ], + "train-day": [ + "friday" + ], + "train-leaveat": [ + "12:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1240.json", + "Complete Dialogue": [ + "USER: I need information on the fitzwilliam museum", + "SYSTEM: Ok, I can help you with that. What kind of information do you need?", + "USER: Can I get the phone number, address, and area it is located in?", + "SYSTEM: Of course, the Fitzwilliam Museum is located in the centre area of town, at Trumpington street, and can be reached at the phone number: 01223332900. Do you need anything else?", + "USER: No, thank you, that is all I need.", + "SYSTEM: OK, have a nice day. Good bye." + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "fitzwilliam museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0103.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant that is expensive and in the west", + "SYSTEM: There are 9 matching restaurants. What food would you like?", + "USER: I would really like to try some British food please.", + "SYSTEM: I have 2 matching restaurants. Would you like more details on them?", + "USER: No, if you could just book me into one for saturday, that would be great.", + "SYSTEM: Ok, how many people and what is the time preference?", + "USER: I need if for four, 13:30, Saturday.", + "SYSTEM: Sure, you're booked at Travellers Rest with reference number A5LK844G . May I help with anything else?", + "USER: Okay great no that will be it.", + "SYSTEM: Okay. Glad I could be of help. Please call again." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "british" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-name": [ + "travellers rest" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4845.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay? I'm looking for somewhere in the west.", + "SYSTEM: I can help with that. Would you like a hotel or a guesthouse?", + "USER: That doesn't really matter, but I do need it to include free wifi.", + "SYSTEM: There are four possibilities. Do you have a price range in mind?", + "USER: We would like it to be in the expensive price range.", + "SYSTEM: The huntingdon marriott hotel fits your criteria, would you like me to book you a room?", + "USER: Yes, sounds get. I need to get a room for just myself for 5 nights starting monday", + "SYSTEM: I have booked a room for five nights beginning Monday for a party of 1. Your reference number is IXEZZNYL . Can I help you find anything else in the city?", + "USER: Yes please, can you help me find a restaurant that serves British food in the same area as my hotel?", + "SYSTEM: Would you prefer moderate or expensive prices?", + "USER: It doesn't matter. You can just recommend the one you think is best as long as it is british and in the same area as my hotel", + "SYSTEM: Booking was successful. Reference number is : IXEZZNYL .", + "USER: Uhh Yes, the name of the place please? After that I need a taxi from the hotel to the restaurant to arrive at the mysterious unnamed restaurant.", + "SYSTEM: The name is Saint Johns Chop House. What time would you like a taxi for?", + "USER: I would like it to arrive by my booked time at the restaurant which is 14:15.", + "SYSTEM: Your booking is complete. A blue Lexus has been assigned to pick you up. 07848295370 is the contact number. Anything else I can do?", + "USER: No that is everything I needed. Thank you.", + "SYSTEM: You are quite welcome! Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "british" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-departure": [ + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "saint johns chop house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4656.json", + "Complete Dialogue": [ + "USER: Please find a park in the north.", + "SYSTEM: Sure, there is Milton Country Park in the north. What would you like to know about it?", + "USER: Could I get the postcode, address and entrance fee for that location, please?", + "SYSTEM: The address is milton country park, milton, the postcode is cb46az and it is totally free to enter. Can I assist you further today?", + "USER: Thanks. I also need an expensive restaurant. Do you know of any Asian Oriental places?", + "SYSTEM: We have two such places in the center and North of town. Do you have a preference?", + "USER: I'd like the one in the north, please?", + "SYSTEM: okay, would you like me to book that for you", + "USER: no, just their phone number and address please", + "SYSTEM: Kymmoy's phone number is 01223311911 and the address is 52 Mill Road City Centre.", + "USER: Now I would like to book a taxi to commute between those two locations.", + "SYSTEM: Sure, I can help you with that. When would you like to leave the park?", + "USER: I'd like to leave at 21:30. I'll need the contact number and car type, please?", + "SYSTEM: Your Booking is complete the car type is a blue volkswagen and Contact number is 07433449642. May i assist you with something else?" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "park" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "milton country park" + ], + "taxi-destination": [ + "kymmoy", + "kymmoy's" + ], + "taxi-leaveat": [ + "21:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0704.json", + "Complete Dialogue": [ + "USER: We would like to eat some Japanese food while we are visiting.", + "SYSTEM: There is one Japanese Restaurant in town. Wagamama at 36 Saint Andrews Street in the centre. Would you like to make a reservation?", + "USER: If the price range is moderate then yes but if it is expensive I would like to look instead for Chinese restaurants.", + "SYSTEM: It looks like the Japanese place is expensive. The jinling noodle bar is a moderately price chinese place. Would like me to book a table there?", + "USER: I'm not ready for a reservation, but it would be helpful if you could give me the area, postcode, and phone number for Jinling Noodle Bar.", + "SYSTEM: It is located in the centre area at 11 Peas Hill City Centre. The phone number is 01223566188", + "USER: Can I get their postcode please?", + "SYSTEM: Yes, postcode cb23pp. Can I be of further assistance today?", + "USER: I could use some help finding a train to get me to Leicester on Monday.", + "SYSTEM: Do you have a time you want to leave or arrive by?", + "USER: I want it to arrive by 18:00", + "SYSTEM: TR5465 arrives at 17:06. can i book that one?", + "USER: Just to confirm TR5465 departs Cambridge and arrives in Leicester at 17:06? What time does the train depart?", + "SYSTEM: Train TR5465 departs at 15:21. Is there anything else you need to know?", + "USER: thats all for today. thanks alot for helping", + "SYSTEM: Thanks for contacting us, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese", + "japanese" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "jinling noodle bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-destination": [ + "leicester" + ], + "train-arriveby": [ + "18:00" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3116.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Certainly. What can I help you with today?", + "USER: I'm looking for places to stay that has 3 stars", + "SYSTEM: We have several options. Any specific area?", + "USER: I don't really care where. But, it does need free parking. I'm thinking I may need free wifi also. Is there anything?", + "SYSTEM: I have five options available. Would you prefer a hotel or guesthouse?", + "USER: Do you have any recommendations?", + "SYSTEM: I recommend the lensfield hotel located on the south side of town at 53-57 lensfield road. Do you need anymore information?", + "USER: Great can you give me the phone number?", + "SYSTEM: Their phone number is 01223355017.", + "USER: thank you that will be all", + "SYSTEM: Thank you for using our services. Please feel free to call on us again if we can be of help planning your trip to Cambridge." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_train" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "lensfield hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20375.json", + "Complete Dialogue": [ + "USER: What is good in the south part of town", + "SYSTEM: What type of food are you interested in?", + "USER: I don't care what type of food it is.", + "SYSTEM: There are nine restaurants in the south area. Is there a price range you would like in particular?", + "USER: Yes, under $25.00 per entree.", + "SYSTEM: Would you like the cheap, moderate, or expensive price range?", + "USER: cheap, please", + "SYSTEM: There are two available in the south: Nandos, which serves Portuguese, and The Lucky Star, which serves Chinese. Do you have a preference?" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0911.json", + "Complete Dialogue": [ + "USER: I'm looking for asian oriental food in expensive range.", + "SYSTEM: There is Saigon City in the north and Kymmoy in the centre. Do either of those interest you?", + "USER: Yes. Could you provide the address and phone number for Kymmoy?", + "SYSTEM: Kymmoy is located at 52 Mill Road City Centre and their phone number is 01223311911. Would you like to book a table?", + "USER: Yes can you please and send me the reference number?", + "SYSTEM: Yes, I will send the reference number.", + "USER: I also need a train leaving Peterborough on Wednesday.", + "SYSTEM: Is there any specific time you would like to leave?", + "USER: yes, I would like to leave after 10:30.", + "SYSTEM: Train TR4535 leaves at 10: 48 and arrives at 11:38. should I book that?", + "USER: Can you give me the travel time on that?", + "SYSTEM: The travel time is 50 minutes. Can i help with anything else?", + "USER: That is all I needed today.", + "SYSTEM: Perfect. Glad to have been of service. Thank you for using the Cambridge TownInfo centre. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "asian oriental" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-leaveat": [ + "10:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1088.json", + "Complete Dialogue": [ + "USER: Can you help me find a train leaving Norwich after 13:30? Thanks.", + "SYSTEM: I sure can. What day do you plan to travel?", + "USER: Yes, I am traveling on Wednesday.", + "SYSTEM: The TR1892 will get you there by 15:35, just one ticket then?", + "USER: I need reservations for 7 people and I need the reference number.", + "SYSTEM: I was able to get the tickets the fee is 123.20 gbp payable at the station and the reference number is BIBJ2DS0 . Do you need anymore help today?", + "USER: Thank you! I am also looking for places to go in the Centre part of town. Can you help me with that, please?", + "SYSTEM: Sure thing, I would suggest the old schools.", + "USER: What are the old schools? Do you mean colleges?", + "SYSTEM: No, old schools is a tourist attraction in the centre. It's located on trinity lane and there's no charge to check it out.", + "USER: What is the phone number please?", + "SYSTEM: The phone number is 01223332320.", + "USER: I guess I'll go call them. Thanks a lot. Bye.", + "SYSTEM: Ok, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "norwich" + ], + "train-leaveat": [ + "13:30" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "old schools" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1890.json", + "Complete Dialogue": [ + "USER: Can you please find me a train that leaves to bishops shortford? Can it also arrive before 10:45 too? Thankyou for your time.", + "SYSTEM: I have the TR2061 that arrives at 06:07. Will that work?", + "USER: Does it leave on Sunday?", + "SYSTEM: No, that one leaves on Friday. TR9219 leaves Sunday at 5:29 and arrives in Cambridge by 6:07. Would you like to book a seat?", + "USER: Yes please book a seat and send me a reference number.", + "SYSTEM: I have booked you a seat and the reference number is : 6IJ7W2BN .", + "USER: Thanks so much. Can you also find me a place to stay?", + "SYSTEM: Definitely - we have 33 great places to stay in town. If you can give me some specific requirements, I can narrow it down to the perfect place for you.", + "USER: I would like a 4 star moderately priced guesthouse in the north.", + "SYSTEM: I'd recommend the acorn guest house. It has free wifi and parking. Would you like to book a room?", + "USER: No that's ok. Can I just get the phone number and postcode?", + "SYSTEM: 01223353888 is the number, the post code is cb41da. Can I help with anything else today?", + "USER: That will be all for today thanks !", + "SYSTEM: Awesome. Thank you for using the Cambridge TownInfo centre. Have a great day" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:45" + ], + "train-departure": [ + "bishops stortford" + ], + "train-day": [ + "sunday" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4319.json", + "Complete Dialogue": [ + "USER: Are there any trains arriving by 15:15 on Thursday?", + "SYSTEM: I can help you with that. What day are you wanting to travel, and where is the destination?", + "USER: I need to go to Broxbourne, I'll be leaving Cambridge.", + "SYSTEM: Okay what day would you like to travel?", + "USER: I said Thursday.", + "SYSTEM: The TR0071 arrives at 14:01. Would you like to book tickets?", + "USER: Yes please book for 8 people. I need the reference number. Also, I want information on a restaurant called Bangkok City.", + "SYSTEM: Your train is booked, ref #46PQOV6Y . Now, what would you like to know about Bangkok City?", + "USER: yes how did you know? lol. Can I have their phone number please", + "SYSTEM: Their number is 01223354382. Is there anything else I can help you with?", + "USER: That is all thank you goodbye", + "SYSTEM: You're welcome. Thank you. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "15:15" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "broxbourne" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "bangkok city" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0726.json", + "Complete Dialogue": [ + "USER: He, I am looking forward to trying some local restaurants in Cambridge. Can you tell me about some train schedules?", + "SYSTEM: I can help you with both of those things. Let's start with what type of food or what part of town you would like to eat.", + "USER: Can you help me find a cheap restaurant in the north with indian food?", + "SYSTEM: Yes I have one restaurant matching your criteria called Royal Spice. Would you like their telephone number?", + "USER: No thanks, I need a train from cambridge to stevenage in Tuesday. I want to arrive before 21:00", + "SYSTEM: Ok, TR6692 leaves Cambridge at 19:21 and arrives in Stevenage at 20:10. Will this work for you?", + "USER: Could I get the price of that train please?", + "SYSTEM: That ticket will be 12.80 pounds.", + "USER: Thanks. Now I think you could help me with an expensive Italian restaurant perhaps?", + "SYSTEM: How about cafe uno in the centre?", + "USER: Sounds good. Can you book a reservation for Tuesday at 22:00?", + "SYSTEM: How many people will be dining at cafe uno?", + "USER: I need the reservation for three.", + "SYSTEM: Unfortunately I am unable to book at 22:00 at Caffe Uno, do you have another time?", + "USER: Um I meant 14:45, my mind wandered, who wants dinner two hours before midnight, lol. Same booking but 14:45 please.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : MRKAMZJM . Anything else I can help with?", + "USER: thanks alot.that is all i needed for today", + "SYSTEM: Great! glad I could help!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:00" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "italian", + "indian" + ], + "restaurant-pricerange": [ + "cheap", + "expensive" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-booktime": [ + "14:45", + "22:00" + ], + "restaurant-name": [ + "cafe uno" + ], + "restaurant-bookpeople": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0685.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the expensive price range. It should serve Sri Lankan food.", + "SYSTEM: I'm sorry but I have nothing listed. Is there another type of food you might be interested in?", + "USER: I was really hoping for Sri Lankan.", + "SYSTEM: I'm afraid there aren't any Sri Lankan restaurants in town at all. Is there something else I can search for you?", + "USER: How about gastropub?", + "SYSTEM: I found three located in the centre and one on the east. Which would you prefer?", + "USER: Are they all listed as expensive?", + "SYSTEM: Yes, they are all expensive. backstreet bistro is in the centre area, and royal standard is in the east. Would you like me to make a reservation at either of these?", + "USER: Could you please give me the phone number for the Royal Standard?", + "SYSTEM: Sure, it's 01223247877.", + "USER: Okay, thanks. That will do it for today.", + "SYSTEM: You are most welcome. Thank you for calling Cambridge TownInfo Centre. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "sri lankan", + "gastropub" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01231.json", + "Complete Dialogue": [ + "USER: Can you point me to the nearest police station?", + "SYSTEM: Please call the Parkside police station at 01223358966. They will be able to assist you.", + "USER: Thank you for your help.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: Thanks, that's all. Good bye.", + "SYSTEM: Great! Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "WOZ20531.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the south part of town that serves Jamaican food.", + "SYSTEM: I'm sorry but i cannot find any Jamaican restaurant located in the south .", + "USER: Are there ant Jamaican restaurants in any part of town?", + "SYSTEM: Unfortunately there are not. Would you be interested in a different cuisine?", + "USER: How about Portuguese food instead?", + "SYSTEM: Nandos is located on the south side at Cambridge Leisure Park Clifton Way and the phone number is 01223 327908.", + "USER: Awesome, thank you!", + "SYSTEM: Thank you, goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "dontcare", + "south" + ], + "restaurant-food": [ + "jamaican", + "portuguese" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20599.json", + "Complete Dialogue": [ + "USER: I want a cheap restaurant in the west part of town. what is the address and phone number?", + "SYSTEM: I have found two that may work. first, la margherita is at 15 Magdalene Street City Centre, phone is 01223 315232. second one serves vietnamese at 17 Magdalene Street City Centre, number is 01223 362456", + "USER: Is there anything else, if so give me their address and phone number.", + "SYSTEM: Those are the only listings in the west part of town. Would you like to change your location or price range?", + "USER: No thank you.", + "SYSTEM: Is there anything else I can help you with?", + "USER: No, that's fine. Thank you!", + "SYSTEM: Thank you very much for using the Cambridge Restaurant system." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1649.json", + "Complete Dialogue": [ + "USER: Any trains leaving after 18:00?", + "SYSTEM: There are lots of trains that leave after 18:00. Where would you like to travel?", + "USER: I would like to travel to the Stansted Airport and leave from Cambridge.", + "SYSTEM: Great! That narrows it down a lot. What day will you be leaving?", + "USER: We will be leaving on Tuesday. Please book four seats on the train and provide the reference number. Thank you!", + "SYSTEM: OK, you have 4 tickets reserved on TR9495, leaving Cambridge at 18:40 on Tuesday. The total fee at the station will be 40.4GBP, and your reference number is 4LL98NYC .", + "USER: I also need a moderate priced guesthouse.", + "SYSTEM: Sure. I can assist you with that request. How many nights will you be staying?", + "USER: i only need the details. is it a 3 star?", + "SYSTEM: alpha-milton guest house is the only 3 star hotel fitting your description.", + "USER: Can I have the address, phone number and the area its in please.", + "SYSTEM: It is in the north, address is 63 Milton Road and the phone number 01223311625. Is there anything else I can assist you with?", + "USER: That is everything for today, thank you.", + "SYSTEM: Thank you for calling. Please call if you need anything else. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-bookpeople": [ + "4" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "alpha-milton guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0897.json", + "Complete Dialogue": [ + "USER: Please list all restaurants in Cambridge centre in the moderate price range.", + "SYSTEM: There are 21 restaurants matching your criteria. Is there a type of cuisine that interests you?", + "USER: Possibly Italian if that's available for 3 people on Thursday at 13:30.", + "SYSTEM: There are 2 choices, pizza express serves Italian food with a moderate price range, or pizza express Fen Ditton also in the moderate price range. Which shall I reserve?", + "USER: Let's go with Pizza Express, can you book for 3 at 13:30 on thursday please.", + "SYSTEM: Ok. I was able to book the table for three. Your reference number is 0FOAJA8A .", + "USER: I need to catch a train to get to the restaurant. Can you help with that too?", + "SYSTEM: You'll have to tell me where you are departing from?", + "USER: I'm travelling from norwich.", + "SYSTEM: Okay thank you. What time would you like to leave?", + "USER: I need to arrive by 8:00.", + "SYSTEM: which day do you want to travel?", + "USER: I want to get there thursday please.", + "SYSTEM: TR4387 arrives at 07:35, would that work for you?", + "USER: Yeah could I get three tickets please?", + "SYSTEM: Booking was successful, the total fee is 52.8 GBP payable at the station .Reference number is : 5K7P12XZ .", + "USER: Thank you so much, If you can please leave a review for us. I hope your trip is amazing and very enjoyable.", + "SYSTEM: ok, thank you and enjoy your stay!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "13:30" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "norwich" + ], + "train-arriveby": [ + "07:35", + "08:00", + "8:00" + ], + "train-day": [ + "thursday" + ], + "train-bookpeople": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0251.json", + "Complete Dialogue": [ + "USER: Hello. Could you find a train leaving on Wednesday for me? I need it to arrive by 19:00.", + "SYSTEM: Certainly. Where are you going, and where would you like to depart from?", + "USER: I will be leaving Cambridge to go to Bishops Stortford.", + "SYSTEM: TR0449 is going to arrive by 18:07 would that work for you?", + "USER: Sounds good. Could you find me a cheap eatery near there when we arrive?", + "SYSTEM: Sure I'd be happy to find a restaurant. Are you looking for one in the centre area?", + "USER: Maybe later. What time does my train leave and how much is the ticket?", + "SYSTEM: It leaves at 17:29 and the cost of the ticket is 10.10 pounds.", + "USER: How long is the travel time going to be?", + "SYSTEM: It will be a 38 minute train ride", + "USER: That will be all. Thank you.", + "SYSTEM: Alright. Enjoy your stay in Cambridge!", + "USER: Thanks! Have a great day!", + "SYSTEM: You're welcome. Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "19:00" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "cheap" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1784.json", + "Complete Dialogue": [ + "USER: I am looking for something to do in Cambridge, can you help me find something?", + "SYSTEM: I have a lot to do there, any specific types of attractions you would prefer?", + "USER: I would like to go to a nightclub.", + "SYSTEM: There are 6 night clubs in the city centre. I would recommend club salsa which is located at 1 station road.", + "USER: May I have the phone and please tell me how much it costs to get in.", + "SYSTEM: Yes, the entrance fee is 5 pounds, and they can be reached by phone at 07782218745, is there anything else that I can assist with?", + "USER: I also need a train that departs from Broxbourne and arrives by 21:00 on Saturday at Cambridge.", + "SYSTEM: TR4967 arrives by 20:32 , would you like me to book you passage?", + "USER: What time does the train depart from Broxbourne, and how long is the travel time? Also, do you know how much it would be?", + "SYSTEM: The train departs from Broxbourne at 19:32 and travels for 60 minutes. The total would be 14.32 pounds.", + "USER: Thank you for the information.", + "SYSTEM: Is there anything else I can help you with?", + "USER: That is all for today. Thank you.", + "SYSTEM: Okay. Enjoy your journey." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "21:00" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ], + "attraction-name": [ + "club salsa" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2540.json", + "Complete Dialogue": [ + "USER: Hi. I'm looking for some moderately priced rooms for the night in the centre of town. Where can I go for that?", + "SYSTEM: Cityrooms is the one moderately priced hotel in the area. It has free wifi but no free parking. Would you like me to book you?", + "USER: No thank you, I'm just looking for now. That's everything I needed.", + "SYSTEM: Very good. If we can be of more assistance please let us know. have a good day!", + "USER: Is Cityrooms 4 stars? I'm sorry I forgot to specify, but I do require it.", + "SYSTEM: It isn't, and unfortunately I don't have a hotel that matches that criteria.", + "USER: Okay, how about one in the cheap price range?", + "SYSTEM: I have the alexander bed and breakfast or el shaddai. Which would you prefer?", + "USER: Alexander Bed and breakfast, can I get the address and hotel type please?", + "SYSTEM: alexander bed and breakfast is a guesthouse. The address is 56 saint barnabas road. Is there anything else I can help you with?", + "USER: i am also looking for scudamores punting co, what attraction type is it?", + "SYSTEM: It's a boat attraction in the centre area. Do you want their phone number?", + "USER: No, I just need a taxi to get between the two places.", + "SYSTEM: Sure. What time would you like to leave and from which destination?", + "USER: I'd like to leave the hotel by 11:45 please.", + "SYSTEM: Your car is a black tesla contact number 07908996217 Will that be all?", + "USER: Excellent. That's all i needed.", + "SYSTEM: I hope you enjoy your visit to Cambridge! See you soon!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-pricerange": [ + "cheap", + "moderate" + ], + "hotel-name": [ + "cityroomz", + "cityrooms", + "alexander bed and breakfast" + ], + "hotel-stars": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "scudamores punting co" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "alexander bed and breakfast" + ], + "taxi-destination": [ + "scudamores punting co" + ], + "taxi-leaveat": [ + "11:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0399.json", + "Complete Dialogue": [ + "USER: I'm leaving Cambridge and am looking for a train that should leave on Monday.", + "SYSTEM: Where would you like to arrive? I have some arriving at london kings cross on monday. There are other arrival places also available.", + "USER: I need to depart for Birmingham New Street after 20:15. Thank you so much for your help, you're doing a wonderful job!", + "SYSTEM: Okay there are several trains that leave after that time to the destination you listed. Would you like a reference number to one of them?", + "USER: Yes I would like to book for 4 people and I need the reference number.", + "SYSTEM: Would the TR2392 that arrives in birmingham new street by 23:44 be okay for booking?", + "USER: That would be great thank you. I am also looking for halal food located in the Centre. Can you help me find one?", + "SYSTEM: There are no restaurants matching your requirements in that area.", + "USER: Can you give me alternate expensive restaurants in the Centre?", + "SYSTEM: There are several. Do you have any food preferences?", + "USER: Yes, please tell me about Italian food.", + "SYSTEM: There are four expensive Italian restaurants in the centre region: Stazione Restaurant and Coffee Bar, Clowns Cafedon Pasquale Pizzeria, and Caffe Uno. Would you like to try getting a reservation?", + "USER: I would like to try Caffe Uno.", + "SYSTEM: What time would you like your reservation for?", + "USER: I would like the reservation for 14:45 for 4 people on Monday, please.", + "SYSTEM: You are now booked for Cafe Uno. Your reference number is 0CTGEFMD . Your table will be reserved for 15 minutes.", + "USER: That's all I needed, thank you.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-bookpeople": [ + "4" + ], + "train-leaveat": [ + "20:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian", + "halal" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "caffe uno", + "cafe uno" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "14:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0447.json", + "Complete Dialogue": [ + "USER: I am looking for a train going to stevenage and departing from cambridge.", + "SYSTEM: There are 70 trains, what day and time would you like to go?", + "USER: I would like to arrive by 17:00 on Monday.", + "SYSTEM: There are 6 trains available. What time would you like to depart?", + "USER: Departure time doesn't matter, I just want to arrive by 17:00 Monday.", + "SYSTEM: In that case, the TR2045 may be the train you want. It pulls into stevenage at 16:10.", + "USER: Okay, book it for 8 people and get me the reference number. I'm also looking for a college in the south.", + "SYSTEM: I was able to book the train for you. The reference number is NVL339KD .", + "USER: I am also interested in visiting some colleges on the southern tip of town. Can you help me find those?", + "SYSTEM: I'm sorry but I don't have any colleges listed in the south. I have plenty in the city center. Would you like to try a different venue or attraction type?", + "USER: Yes, an entertainment venue would be great. Please give me an address to one you find.", + "SYSTEM: Nusha is an entertainment venue in the south. The address is unit g6m cambridge leisure park, clifton road.", + "USER: Okay. Thank you very much that is all I need.", + "SYSTEM: Thank you and have a safe trip." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "17:00" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "dontcare" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "south" + ], + "attraction-type": [ + "college", + "entertainment" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0214.json", + "Complete Dialogue": [ + "USER: I am looking for a guesthouse that has free parking.", + "SYSTEM: I have a listing for arbury lodge guesthouse in the north of town, is that okay?", + "USER: What is its rating. I need a 4 star hotel?", + "SYSTEM: Yes it is 4 stars. Would you like me to book that for you?", + "USER: Yes I need a room booked for 8 people. We will be there for 3 nights starting on Friday.", + "SYSTEM: I'm sorry, the booking was unsuccessful. Would you like me to find you another guesthouse?", + "USER: Yes please could you try a different hotel in the same price range?", + "SYSTEM: Is there a price range you would like to stay within?", + "USER: Yes, the same price range as the Arbury Lodge please.", + "SYSTEM: You are booked at limehouse. Reference number: ZUP4YPXA .", + "USER: Okay great. That is all I need.", + "SYSTEM: Sounds wonderful. I hope you have a great day." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "arbury lodge guesthouse", + "limehouse" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01215.json", + "Complete Dialogue": [ + "USER: I was in a car accident. I need to contact the police, please.", + "SYSTEM: The Parkside Police Station is in Parkside, Cambridge. Is this close to your location?", + "USER: Yes I'll need their address please.", + "SYSTEM: They are located at Parkside, Cambridge CB11JG.", + "USER: Thank you. That's all I need to know for now.", + "SYSTEM: Do you need anything else?", + "USER: That is all now, thank you. Good bye.", + "SYSTEM: Hope you feel better." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG01828.json", + "Complete Dialogue": [ + "USER: My wallet was stolen. Can I get some help?", + "SYSTEM: You should contact the police at 01223358966. The Parkside Police Station is located in Parkside, Cambridge CB11JG.", + "USER: Thank you goodbye.", + "SYSTEM: You're welcome. I hope everything works out." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL0174.json", + "Complete Dialogue": [ + "USER: I need to find a place to eat in the centre, thanks!", + "SYSTEM: We have over 69 restaurants i the center of town. Do you have any food style or price preference?", + "USER: I am in the mood for Lebanese food.", + "SYSTEM: Ali Baba is a Lebanese restaurant in the centre. Would you like for me to book it for you?", + "USER: I'm not sure what time I need just yet. Can I get the postcode?", + "SYSTEM: Sure. It's cb21nt. What else can I assist you with today?", + "USER: I'm also in need of a hotel in the same area as the restaurant.", + "SYSTEM: Okay! Would you like to stay in a guesthouse, or in a hotel?", + "USER: I'm gonna get wild this weekend, find me a zero-star guesthouse with free parking!", + "SYSTEM: I have the el shaddai that meets those requirements. Would you like to make reservations?", + "USER: Definitely! There will be 6 of us, arriving Saturday, and staying for 5 nights.", + "SYSTEM: Your reservation for 6 at El Shaddai this Saturday for 6 days 5 nights was successful. Your Reference number is : 6NUZQ2BG .", + "USER: Great. Can you also get me a taxi to take me from Ali Baba to El Shaddai. I want to leave the restaurant by 05:30.", + "SYSTEM: How many people will be traveling?", + "USER: I just need one taxi. Can you book that for me, please?", + "SYSTEM: I have booked you a taxi. The contact number is 07167504810, and it will be a black Honda. Anything else for you today?", + "USER: No, thank you. That was it for today. Thank you very much for your assistance. Have a good one. Good bye.", + "SYSTEM: Thank you for contacting us at Cambridge TownInfo Centre. Have a good trip. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "lebanese" + ], + "restaurant-name": [ + "ali baba" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "0" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "6" + ], + "hotel-name": [ + "el shaddia guesthouse", + "el shaddai" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "ali baba" + ], + "taxi-destination": [ + "el shaddia guesthouse", + "el shaddai" + ], + "taxi-leaveat": [ + "05:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20394.json", + "Complete Dialogue": [ + "USER: I want to find a restaurant in the north part of town and serves international food.", + "SYSTEM: I'm sorry, there are no international restaurants listed in that area. Would you like to try something else?", + "USER: Are there any Italian restaurants in that part of town?", + "SYSTEM: Yes. da vinci pizzeria restaurant in the north part of town and in the cheap price range. Would you like more information for them?", + "USER: Yes, the address and phone number please.", + "SYSTEM: Here is the information you have requested. phone number is 01223 351707, and address is 20 Milton Road Chesterton. Will that be all?", + "USER: thank you . good bye", + "SYSTEM: You're welcome. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-food": [ + "italian", + "international" + ], + "restaurant-name": [ + "da vinci pizzeria" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02225.json", + "Complete Dialogue": [ + "USER: What is the location of the Parkside Police Station?", + "SYSTEM: Cambridge, parkside police telephone number 01223358966.", + "USER: I may be close by. What is the station's postcode?", + "SYSTEM: They are located in Parkside, Cambridge, post code CB11JG", + "USER: Thank you for your help. That is all that I need right now.", + "SYSTEM: You're very welcome. Have a great night." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL1043.json", + "Complete Dialogue": [ + "USER: Hello, could you tell me about the swimming attractions around Cambridge. Something pool based please.", + "SYSTEM: The jesus green outdoor pool in north is really nice. Need a phone number?", + "USER: Actually, I would like the address, please.", + "SYSTEM: Sure their address is between victoria road and the river. Is there anything else I may help you with today?", + "USER: I am also in need of a train that arrives by 10:15 and goes to norwich. Can you please look that up for me.", + "SYSTEM: Sure are you departing from Cambridge?", + "USER: Yes and I will be travelling on Saturday", + "SYSTEM: Is there a time you need to leave by?", + "USER: No, not really. But I will need the train ID and departure time.", + "SYSTEM: TR1062 arrives at 9:55. Their departure time is 8:36. There are trains before that one every hour until 5:35.", + "USER: Thank you so much for your help.", + "SYSTEM: Can I help with anything else today?", + "USER: no. that is all i needed. thanks. goodbye.", + "SYSTEM: Have a good trip. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:15" + ], + "train-destination": [ + "norwich" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0700.json", + "Complete Dialogue": [ + "USER: I want a place to eat in the west.", + "SYSTEM: Do you have a particular type of food in mind?", + "USER: I have a taste for something British.", + "SYSTEM: Ok, there are three options in that area. Do you have a certain price range?", + "USER: I want the most expensive one.", + "SYSTEM: There's Graffiti and Travellers Rest. Which one of the two restaurants do you like?", + "USER: Travellers Rest sounds good please make a booking for 2 people at 17:00 on sunday.", + "SYSTEM: Your table for 2 has been reserved at Travellers Rest and your reference number is BSEJZQE6 . They'll hold the table for 15 minutes past 17:00. Need anything else today?", + "USER: I also need a train. Leaving Cambridge on Monday.", + "SYSTEM: OK, where are you headed and at what time of day?", + "USER: i want to go to stevenage", + "SYSTEM: There are several trains going to stevenage on Monday, do you have a time preference?", + "USER: I would like to get there by 21:30.", + "SYSTEM: Okay, we have train's leaving at 05:21 and every hour after for seven hours. Would you like to book one?", + "USER: Just book one that will get me to Stevenage by 21:30 please. 2 Tickets, just like dinner.", + "SYSTEM: Your tickets are booked for train TR9082. The total fee is 25.6 GBP. Your reference number is WSUH42EM . Is there anything else?", + "USER: Thank you for the booking and reference number. I'll let you know if I need anything else.", + "SYSTEM: it was my pleasure to help. goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "17:00" + ], + "restaurant-name": [ + "travellers rest" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-arriveby": [ + "21:30" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2977.json", + "Complete Dialogue": [ + "USER: What is there to do in the centre of town?", + "SYSTEM: There are 44 attractions. What type of attraction do you want to visit?", + "USER: Possibly a theatre?", + "SYSTEM: I have a listing for 4 in that area,can I recommend adc theatre?", + "USER: Ok, what's the phone number for that place?", + "SYSTEM: You can reach ADC at 01223300085. Is there any other information I can get for you today?", + "USER: What's the postcode?", + "SYSTEM: The postcode is cb58as and the address is park street. Enjoy your visit!", + "USER: Thanks! I also need some help finding a hotel on the east side.", + "SYSTEM: How about the express by holiday inn cambridge? It is on the east side & has parking and wifi.", + "USER: What star is it ?", + "SYSTEM: It is a 2 star. Would you like me to book it?", + "USER: No, I'm not ready to book yet. Thanks for all the help today, that's all I needed. Good bye.", + "SYSTEM: Let us know if we can help more." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "theatre" + ], + "attraction-name": [ + "adc", + "adc theatre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0265.json", + "Complete Dialogue": [ + "USER: I am looking for a train from Stevenage for a trip to Cambridge.", + "SYSTEM: There are several trains to your specifications. What day and time would you like to leave?", + "USER: I need to leave on Wednesday after 10:45", + "SYSTEM: The earliest train that meets your needs is TR6473, leaving at 11:54 and arriving in cambridge at 12:43. Would you like to book passage on that train?", + "USER: Yes I would. There are 3 of us traveling. Could we get a private area on the train?", + "SYSTEM: Certainly, do you have a price range in mind?", + "USER: For the train, no. And I made a mistake. I only need a booking for 1 person.", + "SYSTEM: Not a problem at all. Booking for one person was successful, the total fee is 12.8 GBP payable at the station . Reference number is : 8WYSLEG0 . Anything else today?", + "USER: I also need a place to dine. I'm looking for something cheap in the south.", + "SYSTEM: I have found 2 options for you: The Lucky Star, which serves Chinese food, and Nandos, which serves Portuguese food. Shall I make a reservation for one of them?", + "USER: Please book Nandos.", + "SYSTEM: Sure. What say and time are you thinking? And for how many people?", + "USER: Actually, I'll take care of the reservation. Can I just get the phone number and address for Nandos, please?", + "SYSTEM: Yes, the phone number is 01223327908, and the address is Cambridge Leisure Park Clifton Way. Can I help with anything else?", + "USER: No, that was all the information I needed. Thanks so much. Have a good day.", + "SYSTEM: You too, goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "stevenage" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-leaveat": [ + "10:45" + ], + "train-bookpeople": [ + "3", + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20532.json", + "Complete Dialogue": [ + "USER: Please find me a corsica restaurant.", + "SYSTEM: There are no corsica restaurants. Would you like something else?", + "USER: Are there any gastropub restaurants?", + "SYSTEM: There are multiple gastropub restaurants. What area are you looking for?", + "USER: I don't care", + "SYSTEM: There are three expensive gastropub restaurants and one moderately priced gastropub. Do you have a preference?", + "USER: Could I have the area, address, and phone number of the moderately priced one please?", + "SYSTEM: The Cow Pizza Kitchen and Bar is located in the city centre on Corn Exchange Street and the number there is 01223 308871. How else may I help you?", + "USER: Thank you goodbye.", + "SYSTEM: good day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "gastropub", + "corsica" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2621.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel that is in the expensive price range.", + "SYSTEM: I have 5 hotels in Cambridge that match your request. Is there a particular area of town you are interested in? East? Centre? west? south?", + "USER: Any area should be fine. The hotel should include free parking and should include free wifi.", + "SYSTEM: Ok. All five hotels have both free parking and wifi. How does the university arms hotel sound?", + "USER: It sounds expensive. Can I have the phone number and area please?", + "SYSTEM: It is in the centre are and the phone number is 0122351241. May I help you with anything else today?", + "USER: I also want to go to an attraction in the center part of town.", + "SYSTEM: How about The Man on the Moon? It's a concerthall.", + "USER: That sounds great. May I have the phone number and postcode, please?", + "SYSTEM: Phone number is 01223474144, and postcode is cb12lf", + "USER: Thank you. I am looking to get a taxi to commute between the two places.", + "SYSTEM: That should be easy, I just need a time and which place you will be leaving from.", + "USER: I want to leave Man on the Moon at 24:30 and go to the University Arms Hotel.", + "SYSTEM: I have booked you a white Lexus that will arrive by 24:30. The contact number for your driver is 07122328188. Anything else for you today?", + "USER: That's all for me, thank you for your help.", + "SYSTEM: I'm glad I could be of help." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "the man on the moon" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "man on the moon", + "the man on the moon" + ], + "taxi-destination": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "24:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2181.json", + "Complete Dialogue": [ + "USER: I have some questions about attractions, today.", + "SYSTEM: What type of questions do you have. I have 79 attractions available what are you looking for and in what area?", + "USER: I want to learn about attractions in the west side of town.", + "SYSTEM: Are you looking for a museum to visit? Or would you prefer a college?", + "USER: Surprise me :) I need the address, postcode and the entrance fee. I also need a vegetarian restaurant with a moderate price range.", + "SYSTEM: I would recommend churchhill college. It's free to enter. The address is storey's way. The post code is cb30ds. What area should the restaurant be in?", + "USER: i don't mind where it is as long as they have vegetarian food.", + "SYSTEM: I'm sorry, I have no vegetarian restaurants available. Is there something else you would be interested in?", + "USER: Could you look for an Indian restaurant?", + "SYSTEM: There is an indian restaurant called Meghna in the west. It's moderately priced. Would you like me to book a table?", + "USER: No just provide me their address and phone number.", + "SYSTEM: sure they are located at 205 Victoria Rd Chesterton, phone is 01223727410, something else today?", + "USER: I'm going to need a taxi to get to the two places.", + "SYSTEM: Where do you want to depart and arrive and what time?", + "USER: I'm going to need to leave the museum by 9:00.", + "SYSTEM: Your are booked, look for a red volvo, if you need to contact them, their number is 07134286519, any further questions?", + "USER: Thank you so much. I don't think I have any questions right now.", + "SYSTEM: Can I look up anything else for you?", + "USER: No thank you.", + "SYSTEM: Have a nice day, goodbye!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "indian" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-name": [ + "meghna" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "churchhill college", + "churchills college" + ], + "taxi-destination": [ + "meghna" + ], + "taxi-leaveat": [ + "9:00", + "09:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2300.json", + "Complete Dialogue": [ + "USER: I need a train to cambridge that leaves after 13:30.", + "SYSTEM: There are several trains that are going to Cambridge at that time where are you departing from?", + "USER: I'll be departing from Kings Lynn on Tuesday.", + "SYSTEM: Train TR4840 leaves at 14:11. Would you like me to book it for you?", + "USER: First, I'd like to know the arrival time for it.", + "SYSTEM: That train arrives at 14:58. Is there any other information you need before making your decision?", + "USER: No, thanks. I also need a room in the north with free parking.", + "SYSTEM: There are 2 hotels and several guest houses available in that area. Is there a particular price range you need?", + "USER: As long as it is 2-star rated and moderately priced, I'm pretty flexible about all the rest.", + "SYSTEM: Okay we have the ashley hotel, would you like a booking?", + "USER: Yes, please book the Ashley for 2 people and 2 nights starting Tuesday.", + "SYSTEM: Booking was successful. The Reference number is YN5OGYA7 . What else can I do for you?", + "USER: That should be all I need. Thank you for your help!", + "SYSTEM: You are welcome. Would you like for me to go ahead and book train TR4840 for you?", + "USER: No thank you. Good bye.", + "SYSTEM: Enjoy your trip!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "13:30" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "2" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley", + "ashley hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0798.json", + "Complete Dialogue": [ + "USER: I was hoping to dine at a korean restaurant while in Cambridge.", + "SYSTEM: We have a Korean restaurant at 108 Regent St. City center, would you like me to make a reservation?", + "USER: What is the price range of that restaurant?", + "SYSTEM: The price range of Little Seoul, the Korean restaurant, is expensive.", + "USER: Is that in the centre area? If so I'd like a reservation for 7 on Friday please.", + "SYSTEM: Yes Little Seoul is in the centre area, what time would you like for your reservation?", + "USER: Yes can you please and send me the reference number.", + "SYSTEM: Sure. What time would you like your reservation?", + "USER: Can you reserve a table for Friday for 7 people at 15:45?", + "SYSTEM: I sure can. I have your table booked.", + "USER: what is the reference number?", + "SYSTEM: Your reference number is A5LITXVZ and they will hold the table for you for 15 minutes. Will you be needing other assistance?", + "USER: I'm also looking for a train. The train should leave after 13:30 and should leave on Monday.", + "SYSTEM: Where are you departing from and headed to?", + "USER: I am departing from Cambridge and need to get to Norwich.", + "SYSTEM: The closest train to your departure time is at 13:36 for train number TR3325. Do you want that booking?" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "korean" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-name": [ + "little seoul" + ], + "restaurant-booktime": [ + "15:45" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-leaveat": [ + "13:30" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4283.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderate priced place to stay with free wifi.", + "SYSTEM: What day will you be arriving at the hotel and how long are you staying?", + "USER: I am not sure what day, I am just researching now. I would like to have a 4 star hotel. Are there any options?", + "SYSTEM: I have about 11 guesthouses that are available. Do you have a preference as far as area?", + "USER: I do not have a preference on area.", + "SYSTEM: I can suggest the avalon located in the north it is moderately priced with 4 stars. Would you like to make reservations?", + "USER: does it have wifi?", + "SYSTEM: It does have wifi! Will you need parking as well?", + "USER: Nope, that isn't important. Can you book it for 1 person for 3 nights starting on Thursday please?", + "SYSTEM: Okay, I've booked you at the Avalon. Your reference number is ZG7G439M . Can I further assist you?", + "USER: Yes, I need a train to peterbourough on Sunday.", + "SYSTEM: There are several trains to Peterborough on Sunday. Where are you departing from and do you have a time in mind?" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "avalon" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "peterborough" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2024.json", + "Complete Dialogue": [ + "USER: I'm looking for a hotel called the a and b guest house. Can you help me out?", + "SYSTEM: Yes, what would you like to know about it?", + "USER: I'm hoping to book a room for 8 people on Friday. We will be in town for 4 nights.", + "SYSTEM: I was able to successfully book that for you. Your reference number is XUSQ4E7T . Is there anything else I can do for you today?", + "USER: Yes, I need a train that leaves after 9:30", + "SYSTEM: I can help with that. What are your departure and arrival stations please?", + "USER: I am departing Cambridge and going to Peterborough, on Tuesday please.", + "SYSTEM: How about TR9522? It leaves at 09:34.", + "USER: That sounds good. Could you give me the arrival time and the travel time?", + "SYSTEM: Train TR9522 departs at 09:34 and arrives at 10:24. The travel time is 50 minutes. Would you like to book any tickets?", + "USER: Yes, please go ahead and book the tickets. Can I have the reference number as well?", + "SYSTEM: 7KKKCLIP is the reference number.", + "USER: Thank you so much for all your help today.", + "SYSTEM: Is there anything else I may help you with today?", + "USER: No, that is all I will be needing. Thanks again. Bye.", + "SYSTEM: You're welcome. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "a and b guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-leaveat": [ + "09:30", + "9:30" + ], + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "peterborough" + ], + "train-bookpeople": [ + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1776.json", + "Complete Dialogue": [ + "USER: I'm looking for information on trains from Broxbourne to Cambridge.", + "SYSTEM: There are many trains departing throughout the day, which day were you looking to leave?", + "USER: Tursday, leaving after 17:00, please.", + "SYSTEM: The TR1828 departs Broxbourne at 17:32, arrives in Cambridge at 18:32. Would you like to book a ticket?", + "USER: Yes please. I would like a booking for 5 people and the reference number once the booking has been confirmed.", + "SYSTEM: Reference number is : VRSU89VK . at the price of 89.5 GBP", + "USER: I'm also looking for a college to see in the centre area. Can you give me some matches to this criteria?", + "SYSTEM: I have 13 colleges listed in the centre. Christ's college and downing college both have free admission.", + "USER: Christ's college sounds perfect. Can I get the postcode and phone number please?", + "SYSTEM: Yes. The phone number is 01223334900 and the postcode is cb23bu.", + "USER: That's all I need. Thanks.", + "SYSTEM: You're welcome. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "broxbourne" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-leaveat": [ + "17:00" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20391.json", + "Complete Dialogue": [ + "USER: I would like a restaurant in the north part of town that serves korean food", + "SYSTEM: I'm sorry, there are no Korean restaurants in the north part of town. Can I help you find anything else?", + "USER: How about any area?", + "SYSTEM: little seoul is in the centre and serves korean food", + "USER: What is the address and price range?", + "SYSTEM: Little Seoul is at 108 Regent Street City Centre and is an expensive restaurant. Do you want the phone number?", + "USER: No thank you, goodbye.", + "SYSTEM: Thank you for using our system. Good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north", + "dontcare" + ], + "restaurant-food": [ + "korean" + ], + "restaurant-name": [ + "little seoul" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1654.json", + "Complete Dialogue": [ + "USER: Hi, can you give me information on trains? I need to leave from London Liverpool Street on Sunday, heading to Cambridge.", + "SYSTEM: Yes, there are several leaving every 2 hours. The ride is 88 minutes long. Can I reserve a seat for you?", + "USER: Can you reserve a seat for me on a train that arrives at Cambridge by 20:30?", + "SYSTEM: I have one arriving at 19:07 would that be okay?", + "USER: Yes. What is the price and train ID of that one?", + "SYSTEM: The trainID is TR8260 and the price is 13.28 pounds. You said you wanted one seat reserved for this train?", + "USER: Yes please. I am also looking for a restaurant in the west side of the city. I would like it to be an expensive restaurant.", + "SYSTEM: I have several places, which type of food do you prefer?", + "USER: I don't have a preference, but I'd like to book the same day for 2 people at 13:15. I also need the reference number.", + "SYSTEM: What date would you like the reservation for?", + "USER: On Sunday as well. May I also have the reference number please?", + "SYSTEM: I reserved you a table at Graffiti. It's a great british restaurant in the west. Your reference number is SSXX4DVL . Is there anything else I can help with?", + "USER: No thank you. Appreciate your help.", + "SYSTEM: It was my pleasure. Have a wonderful evening. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "london liverpool street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "20:30" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-booktime": [ + "13:15" + ], + "restaurant-food": [ + "dontcare" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-name": [ + "graffiti" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1851.json", + "Complete Dialogue": [ + "USER: I'm looking for a train to stevenage, leaving on Sunday.", + "SYSTEM: Train TR8464 leaves at 11:21 and arrives at 12:10. Would you like to book that one?", + "USER: No, I need to leave some time after 14:30, and I'll be traveling to Cambridge.", + "SYSTEM: There are many trains at that time, where are you leaving from?", + "USER: Im leaving from Cambridge and going to Stevenage.", + "SYSTEM: the 1st train out of cambridge going to stevenage is at 15:21 arriving at 16:10. shall I get a ticket for you?", + "USER: Before we do that are there any attractions that feature a swimming pool in town?", + "SYSTEM: Yes, there are 2 in the north, 1 in the east and 1 in the centre. Which would you be interested in?", + "USER: What is the name, entrance fee, and phone number of the one in the center?", + "SYSTEM: The name is Parkside Pools. The entrance fee is not listed in our database, but you could probably get it by calling them at 01223446100.", + "USER: Do you have entrance fees for any of the others?", + "SYSTEM: Actually none of the pools in our database have an entrance fee listed. Is there anything else I can help you with?", + "USER: No thank you that is all the information I need today.", + "SYSTEM: Thank you for contacting Cambridge TownInfo centre. I hope you have a pleasant trip! Goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-destination": [ + "cambridge", + "stevenage" + ], + "train-leaveat": [ + "14:30" + ], + "train-departure": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "swimmingpool" + ], + "attraction-area": [ + "dontcare", + "centre" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0591.json", + "Complete Dialogue": [ + "USER: I need a train from peterborough going to cambridge. Can you help me?", + "SYSTEM: The next train departs Peterborough on Friday at 05:19 and scheduled to arrive in Cambridge by 06:09. Do you want a different departure time?", + "USER: I'd like to leave after 11:45 on Thursday, please.", + "SYSTEM: There's a train scheduled on Thursday from Peterborough to Cambridge, leaving at 11:19 and arriving at 12:09. Will this work for you?", + "USER: With our schedule, we can only go on a train that leaves after 11:45. Is there one leaving later?", + "SYSTEM: There is a train that leaves at 12:19 will that work?", + "USER: That sounds great. Can you please book 7 tickets on that one?", + "SYSTEM: Booking was successful. Reference number is 3854SJZ8 . Do you need help with anything else?", + "USER: Thank you. Yes, I do need a place to dine. I would like an expensive restaurant in the north.", + "SYSTEM: Do you have a particular type of cuisine in mind?", + "USER: Any type is fine. I'd also like the phone number of the restaurant.", + "SYSTEM: I recommend Restaurant Two Two. It is a French restaurant in the north. The telephone number is 01223351880. Would you like me to book a reservation?", + "USER: What type of food is it?", + "SYSTEM: As mentioned before they are French.", + "USER: Thank you. I missed that before. Screaming kids, you know.", + "SYSTEM: Yes, I can hear them. How else can I help you today?", + "USER: Thank you so much for your help.", + "SYSTEM: Happy to help, goodbye.." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-leaveat": [ + "12:19", + "11:45" + ], + "train-bookpeople": [ + "7" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "north" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3795.json", + "Complete Dialogue": [ + "USER: I'm looking for this restaurant called city stop restaurant", + "SYSTEM: i've got their information, what would you like to know?", + "USER: I need their postcode and price range.", + "SYSTEM: City Stop Restaurant is in the expensive price range and their postcode is cb41uy. Is there anything else you need assistance with today?", + "USER: I need a 3 star guesthouse to stay at please.", + "SYSTEM: There are 4 places that fit what you are looking for. Do you need me to narrow down the list for you?", + "USER: Do any of those places include free parking?", + "SYSTEM: Hamilton lodge is 3 stars with free parking and internet located at 156 chesterton road. Phone 01223365664. Would you like me to book a room for you?" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "city stop restaurant" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0492.json", + "Complete Dialogue": [ + "USER: I need a place to stay and I want it to be a guesthouse.", + "SYSTEM: There are 24 guesthouse listings. What area would you like to stay in?", + "USER: I like the south part of town and should include free wifi", + "SYSTEM: I have the aylesbray lodge, bridge guest house or rosa's bed and breakfast. Would you like to book one today?", + "USER: Does either have free parking?", + "SYSTEM: Yes, they both do. Shall I book one?", + "USER: Yes, please book for Thursday for 2 nights and 3 people.", + "SYSTEM: I was able to book aylesbray lodge guest house for you. Your reference number is NIFUTFQF .", + "USER: Thank you. Can you also help me find a restaurant that is expensive and in the same area as the hotel?", + "SYSTEM: There are 5 expensive restaurants on the south side. You can pick from Chinese, Indian, Italian, or Mexican. Mexican one is chiquito restaurant bar.", + "USER: Mexican sounds good. Please book it for the same day --Thursday and for the same three people at 17:30.", + "SYSTEM: Your booking was successful they will hold your table for 15mins. Your reservation number is YOLN1H2G . Is there anything else I can help you with?", + "USER: Perfect, thanks! Can you also find me a taxi to commute between the two places? I'd like to get to the restaurant in time for that reservation.", + "SYSTEM: aylesbray lodge guest house to chiquito restaurant bar Booking completed! Booked car type : yellow bmw Contact number : 07430668137", + "USER: Thanks a lot goodbye", + "SYSTEM: Would that be all?" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "17:30" + ], + "restaurant-food": [ + "mexican" + ], + "restaurant-name": [ + "chiquito restaurant bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "17:30" + ], + "taxi-departure": [ + "aylesbray lodge guest house" + ], + "taxi-destination": [ + "chiquito restaurant bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1031.json", + "Complete Dialogue": [ + "USER: I'm looking for a moderately priced guesthouse for the night.", + "SYSTEM: For that price range, I have several guesthouses. Do you have a preference on the area of town you stay in?", + "USER: Yes, I'd really like to stay on the west end of the city. Anything available there?", + "SYSTEM: How about Hobsons House? It is a moderately priced guesthouse in the west end.", + "USER: Does that place have free wifi?", + "SYSTEM: Yes the place provides free wifi.", + "USER: Thank you, can you book me for 7 people and two nights, beginning on Sunday? May I also get a reference number?", + "SYSTEM: Your booking was successful and reference number is Q1P81Y9Z . Can I assist you with anything else?", + "USER: No thanks, that is all.", + "SYSTEM: Thank you, if you need anything else let me know.Good Bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "west" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "hobsons house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4717.json", + "Complete Dialogue": [ + "USER: Can you help me find a place to stay that is moderately priced and includes free wifi?", + "SYSTEM: i have many options for you. are you looking in a particular area?", + "USER: Yes, I would prefer it to be in the north.", + "SYSTEM: That narrowed it down a little bit. Would you prefer a guesthouse or a hotel?", + "USER: A hotel please. I also need free parking.", + "SYSTEM: I have 2 hotels that have what you are asking for. Both are 2 stars and offer free parking and wifi. Ashley Hotel and the other is the Lovell Lodge.", + "USER: Can you book a room at the Ashley for me? 5 people, 5 nights, and we'll arrive on Tuesday.", + "SYSTEM: Ok, you have the rooms. Reference number is : HX250ZFS . Can I help you with anything else?", + "USER: Great I also need a train going to cambridge on tuesday as well.", + "SYSTEM: Did you have a departure or arrival time in mind?", + "USER: i just want to get there by 19:00", + "SYSTEM: Where are you leaving from?", + "USER: I'm leaving from Broxbourne.", + "SYSTEM: Okay the TR7598 leaves at 16:32 and arrives at 17:32.", + "USER: Can you book that train for five people?", + "SYSTEM: I sure can. That total charge is 89.5 GBP and the reference number is OTQM5TP5 .", + "USER: Great, thanks for all of your help today. I won't be needing any further help. Bye.", + "SYSTEM: No thank you that will be all" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "ashley", + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "19:00" + ], + "train-departure": [ + "broxbourne" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4900.json", + "Complete Dialogue": [ + "USER: I am looking for information in Cambridge", + "SYSTEM: Okay, and what kind of information can I retrieve for you today?", + "USER: I need to know if any trains are running to Broxbourne on Saturday that arrive by 10:30.", + "SYSTEM: TR1997 leaves Cambridge at 09:01 on Saturday and arrives in broxbourne at 10:01. Will that work for you?", + "USER: Great can you get me 8 tickets please?", + "SYSTEM: I was able to book you. Your reference number is E7AJ44N7 .", + "USER: I also need to find a guesthouse to stay in that is 4 stars.", + "SYSTEM: we have quite a few when were you planning your stay?", + "USER: Do any of them have free wifi?", + "SYSTEM: Yes there is internet.", + "USER: Ok great, I need a room booked for 8 and for 5 nights starting on the Monday.", + "SYSTEM: I'd be happy to help with your request, which place did you want to book a room at? There are 18 results and all have free wifi.", + "USER: You can just pick one for me. I'd like a 4 star guesthouse with free wifi. I need a room Monday for 5 nights and 8 people.", + "SYSTEM: Okay, I've booked your room for 8 people starting on Monday at the A&B Guest House. Your reference number is C6M738RF . Anything else for you today?", + "USER: No, that will be all. Thanks. You've been a great help. Goodbye.", + "SYSTEM: Thank you for using the Cambridge TownInfo centre. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "10:30" + ], + "train-day": [ + "saturday" + ], + "train-destination": [ + "broxbourne" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-internet": [ + "yes" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3642.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge.", + "SYSTEM: Please provide more specifics so I can help you.", + "USER: Can I get some information on milton country park?", + "SYSTEM: Yes, it's free admission and address is milton country park, milton and post code is cb46az.", + "USER: Can you tell me what area Milton Country Park is in and what the entrance fee is?", + "SYSTEM: It's in the north and has free entry. Will that be all?", + "USER: I also need a train for Saturday, traveling from Cambridge to Norwich and I'd like to arrive by 12:15. Can you help with that?", + "SYSTEM: There are 6 trains matching your request that leave starting at 05:36 each hour until 10:36. Do you have a preference as to the train you want?", + "USER: No. Just one that can fit 5 people.", + "SYSTEM: Okay how about the TR9588. It leaves at 10:36 and arrives by 11:55.", + "USER: Sounds great. Please book and provide me with a reference number.", + "SYSTEM: Here is your refrence number XXSU6ZFV . The price is 70.40pounds", + "USER: Thank you so much. That's all I need today. Good-bye.", + "SYSTEM: Thank you for using our service!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "12:15" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0870.json", + "Complete Dialogue": [ + "USER: I am looking for an attraction in the centre of Cambridge.", + "SYSTEM: There are several attractions in the town centre. Are you looking for a particular type?", + "USER: Yes, please find any museums in the town centre.", + "SYSTEM: There is the Whipple Museum of the History of Science located in the town centre, on free school lane. Is there any thing else I can help you with?", + "USER: I need the postcode. Also, is there any place in town serving barbeque?", + "SYSTEM: The museum's post code is cb23rh. Sadly, there are no restaurants serving barbeque. Is there something else you might be interested in instead?", + "USER: I am also interested in a moderately priced place I can get barbeque.", + "SYSTEM: I do apologize there are no restaurants serving barbecue. Is there something else you might be interested in instead?", + "USER: Are there any places that serve gastropub food?", + "SYSTEM: Yes, The Cow Pizza Kitchen and Bar is a moderately priced gastropub in the center of town. Would you like a table there?", + "USER: Sure! For 5 people at 13:45 on Sunday please. Thank you!", + "SYSTEM: They are not available for that time, is there another day and or time that you would like me to check?", + "USER: Sure, would 12:45 be available?", + "SYSTEM: Alright, you're booked for 12:45. Your reference number is DXMY5V92 .", + "USER: I would also like to book a taxi that arrives by 12:45 to the restaurant. I would also like its contact number and car type.", + "SYSTEM: I was able to get a blue lexus and their number is 07087322851", + "USER: Perfect. Thank you very much for your help.", + "SYSTEM: You're welcome! Enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "whipple museum of the history of science" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "barbeque", + "gastropub" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "12:45", + "13:45" + ], + "restaurant-name": [ + "cow pizza kitchen and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "12:45" + ], + "taxi-departure": [ + "whipple museum of the history of science" + ], + "taxi-destination": [ + "cow pizza kitchen and bar" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3870.json", + "Complete Dialogue": [ + "USER: I'm looking for a pleasant guesthouse to stay in. Would you be able to help me find one?", + "SYSTEM: Sure! What area would you like to stay?", + "USER: I would like to stay in the north. I would also like the guesthouse to have free parking and wifi.", + "SYSTEM: How about the acorn guesthouse?", + "USER: It has free parking and wifi? Sounds great.", + "SYSTEM: How many nights would you like to book it for?", + "USER: Just get me their phone number.", + "SYSTEM: The phone number is 01223353888.", + "USER: Thanks. I could also use some help finding out about a train going into Cambridge.", + "SYSTEM: I will need departure city, time of arrival or departure and day of travel please.", + "USER: Day of travel is Tuesday and departure city is Ely and to arrive by 12:45", + "SYSTEM: I have train TR3412 that arrives at 11:52 in Cambridge. Would you like me to book it for you?", + "USER: Can you give me the departure time and price, please?", + "SYSTEM: It departs at 11:35, and costs 4.40 Pounds. Can I help you with anything else?", + "USER: That was all I needed. Thanks!", + "SYSTEM: Please let us know if we can assist you in the future. Thank you! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "north" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "12:45" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "ely" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0975.json", + "Complete Dialogue": [ + "USER: Tell me a good nightclub.", + "SYSTEM: Sure, there are 6 fantastic nightclubs in Cambridge. They're located in the centre or south. Would you like more information?", + "USER: Yes, please may I have the postcode for the first one listed?", + "SYSTEM: Sure. Ballare is in the centre, postcode cb23na. Anything else I can do?", + "USER: Yes. I would like an expensive restaurant in the same area.", + "SYSTEM: There are 33 expensive restaurants in the centre of cambridge - are you looking for a particular type of cuisine?", + "USER: Yes. I would like a French restaurant please.", + "SYSTEM: There is a delicious french restaurant called Cote. Would you like a reservation?", + "USER: I actually need a place serving modern european food, please.", + "SYSTEM: There is one expensive restaurant in the centre of town that serves modern european food. Would you like me to book you a table at Darrys Cookhouse and Wine Shop?", + "USER: Yes, please book at table for 4 at 19:15 on Saturday.", + "SYSTEM: I have your reservation all set. Your reference number is X0TX9LWM . Your table will be reserved for 15 minutes. Anything else I can do for you?", + "USER: That's everything I needed. Thanks!", + "SYSTEM: Glad I could help! Thanks for using Cambridge TownInfo Centre today." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "modern european", + "french" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "19:15" + ], + "restaurant-name": [ + "darrys cookhouse and wine shop" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01967.json", + "Complete Dialogue": [ + "USER: I want to get a taxi to pick me up from the Cambridge train station please.", + "SYSTEM: What time would you like to depart at?", + "USER: I'd like to leave after 09:15.", + "SYSTEM: Where is it that you would like to go?", + "USER: I want to go to county folk museum", + "SYSTEM: I have booked a white volvo to leave at 9:15 from Cambridge train station. Your contact number is 07504297575", + "USER: Thanks, that's all I need. Good bye.", + "SYSTEM: Great! Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "cambridge train station" + ], + "taxi-leaveat": [ + "09:15" + ], + "taxi-destination": [ + "cambridge and county folk museum", + "county folk museum" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0667.json", + "Complete Dialogue": [ + "USER: I am looking for a 3 star hotel to stay in.", + "SYSTEM: There are 6, 3 start hotels in Cambridge. Do you have a preference for the part of town it is located in?", + "USER: The hotel should be in the expensive price range.", + "SYSTEM: Okay, I've got two that fit the bill. One in the centre of town and one in the south. Do you have a preference?", + "USER: I do, yes. I would like to stay in the center of town. I need it to fit five people, for 3 nights, starting Wednesday afternoon.", + "SYSTEM: I am very sorry, but I was unable to book a reservation for you. Would you be willing to book a later day or would you be willing to have a shorter stay?", + "USER: Lets try just booking it for one night.", + "SYSTEM: I apologize. One night is not working either. There are guesthouses.", + "USER: What about the 4 star hotels?", + "SYSTEM: I do have a four star hotel in the centre of town, but it is also unable to accommodate your guests for 3 days. Can you adjust your length of stay?", + "USER: Can we book the other expensive 3 star hotel for one night starting on wednesday?", + "SYSTEM: I reserved Wednesday night at the University Arms Hotel for 5 people. Your reference number is GM90EY8A . Is there anything else?", + "USER: Yes, I also need a train leaving after 18:30 from kings lynn to cambridge.", + "SYSTEM: Sure I will be able to book you a train, on what particular day will you want to travel?", + "USER: same day as my hotel booking.", + "SYSTEM: How many tickets do you need?", + "USER: Great! I will need 5 tickets.", + "SYSTEM: You are booked for Train Tr5556, your reference number is JA6WAOJC .", + "USER: Thank you. What's the travel time?", + "SYSTEM: travel time is 47 minutes", + "USER: Thank you very much.", + "SYSTEM: You're welcome. Is there anything else I can help you with?", + "USER: No, that is all I need. Thanks!", + "SYSTEM: No trouble at all, I hope you have a wonderful stay!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "3", + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:30" + ], + "train-day": [ + "wednesday" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0865.json", + "Complete Dialogue": [ + "USER: I need a train departing Cambridge that will arrive by 17:00.", + "SYSTEM: I would be happy to help you find a train leaving Cambridge. In order to better help you can you let me know where you are traveling to, and what day you are looking to leave?", + "USER: I am going to Norwich and I want to leave on Thursday.", + "SYSTEM: TR1584 arrives by 10:55. That should give you plenty of time.", + "USER: Okay, can you please make a booking for 8 people?", + "SYSTEM: Yes I was able to make a booking and your reference number is 2IFP2I1S .", + "USER: Perfect! Can you also find me a restaurant?", + "SYSTEM: What type of restaurant are you looking for?", + "USER: Modern Eclectic please", + "SYSTEM: I'm afraid I could not find a modern eclectic restaurant. Would you be interested in a gastropub?", + "USER: No, but an expensive Mediterranean place in the center of town would work.", + "SYSTEM: What price range? I have a few options for you.", + "USER: Something in the upper range, over 20 a place.", + "SYSTEM: There are two Mediterranean choices: la mimosa or shiraz restaurant. Which one do you prefer?", + "USER: I've heard great things about La Mimosa. Can you book a table for all of us at 10:00 on the day we arrive?", + "SYSTEM: Table for 8 at La Mimosa on Thursday at 10:00. The restaurant will hold your table for up to 15 minutes. Your Reference number is : F56UFR10 .", + "USER: Thank you for booking that for me.", + "SYSTEM: Have a nice day, goodbye!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "17:00" + ], + "train-departure": [ + "cambridge" + ], + "train-day": [ + "thursday" + ], + "train-destination": [ + "norwich" + ], + "train-bookpeople": [ + "8" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "mediterranean", + "modern eclectic" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "10:00" + ], + "restaurant-name": [ + "la mimosa" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2559.json", + "Complete Dialogue": [ + "USER: What is the address to the hospital in Cambridge?", + "SYSTEM: Address is Hills Road. Is there anything else?", + "USER: Can I also get their phone number please?", + "SYSTEM: The phone number is 01223245151.", + "USER: Thank you! Can you also help me find a hotel?", + "SYSTEM: I sure can. What kind of hotel are you interested in, in what part of town and what's your price range?", + "USER: I'd like a 4-star place with free wifi and parking.", + "SYSTEM: We have 3 hotels and 16 guesthouses across town to choose from! Do you have any preferences?", + "USER: I would like to book the hotel for 8 people spending Wednesday and Thursday night.", + "SYSTEM: Sure, I can help you with that. Was there a particular area of town you were looking for?", + "USER: Well, I was going to visit Christ college so same area is that. I forgot to ask you earlier, I always confuse hospitals and colleges.", + "SYSTEM: Christ College is in the Centre. Would you like me to look for a hotel there?", + "USER: it doesn't matter. i will be looking for a taxi to commute between the two places.", + "SYSTEM: I have found a guesthouse and a hotel in the Centre near Christ College. The guest house is priced cheap and the hotel is expensive. Do you need a booking?", + "USER: Please book the hotel for 8 people starting on wednesday for 2 nights.", + "SYSTEM: I have made reservations for your party of 8 at the University Arms Hotel. Your reference is JN4ZA7ED . Is there anything else I can help you with today?", + "USER: Yes, please. I need a taxi to pick me up at the hotel.", + "SYSTEM: How many people will be traveling?", + "USER: 8 people will be traveling.", + "SYSTEM: What time would you like the taxi for?", + "USER: I want to leave by 21:00.", + "SYSTEM: Okay! You'll be picked up in a grey Toyota, and the phone number is 07183775918. Can I help you with anything else?", + "USER: Okay. Thank you for all your help.", + "SYSTEM: What else can I look up for you?", + "USER: no Have a nice day.", + "SYSTEM: Thank you, let me know if I can assist with anything else." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hospital", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "dontcare", + "centre" + ], + "hotel-name": [ + "university arms hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "christ college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "university arms hotel" + ], + "taxi-leaveat": [ + "21:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0866.json", + "Complete Dialogue": [ + "USER: I want a train that leaves on wednesday.", + "SYSTEM: Okay, I'd be happy to book that for you. Where would you like to go?", + "USER: I'm going to Cambridge from New Street in Birmingham", + "SYSTEM: How about train TR0014, leaving at 05:40?", + "USER: I need to make sure that I will arrive by 09:15?", + "SYSTEM: Yeah, that train will get you there by 8:23.", + "USER: Great. I'm also looking for information on the Ugly Duckling restaurant.", + "SYSTEM: The Ugly Duckling is a fantastic Chinese place in the center of town. It's expensive, but worth it. I'd be happy to book a table, if you like.", + "USER: Yes, please! I'd like a table for 1 at 15:15 on the same day as the train.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : QLK6MOBC . You are all set! Anything else I can help with?", + "USER: Nope, that's it. Thanks for your help.", + "SYSTEM: You are welcome. Enjoy your stay in Cambridge. Bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "birmingham new street" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "09:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "ugly duckling" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1906.json", + "Complete Dialogue": [ + "USER: Is there a train I can take to cambridge that leaves after 18:00?", + "SYSTEM: Absolutely. Where are you coming from?", + "USER: I'm departing from birmingham new street.", + "SYSTEM: I have train TR8903 that leaves at 18:40 and will arrive in Cambridge at 21:23. Would that interest you?", + "USER: Yes please book me for one ticket.", + "SYSTEM: Booking was successful, the total fee is 75.09 GBP payable at the station . Reference number is : KHBLJGHN . Is there anything else I can do to assit you today?", + "USER: Also looking for a guesthouse in the cheap price range.", + "SYSTEM: Are you going to stay in a specific area of town?", + "USER: The area of town is not important, but I would like a hotel with free parking and four stars.", + "SYSTEM: I have the allenbell would you like information on that?", + "USER: Yes please. Can you tell me anything about it- How big are the rooms? Do they offer suites?", + "SYSTEM: I don't have that information in front of me I can give their phone number", + "USER: Yes, I need the phone number please!", + "SYSTEM: 01223210353 is the phone number", + "USER: Could you go ahead and book me the guesthouse?", + "SYSTEM: What day would you like the reservation to be on?", + "USER: I am not looking to book just yet, actually. Just please find information on guesthouse in the cheap price range.", + "SYSTEM: I have several to choose from is there an area you'd prefer?", + "USER: It needs 4 stars please.", + "SYSTEM: Ok! I highly suggest the Leverton House. What information are you looking for?", + "USER: I just need their phone number please.", + "SYSTEM: Sure, the phone number is 01223292094. Can I be of further assistance?", + "USER: No thank you that is all I needed.", + "SYSTEM: You are welcome, have a good day." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "18:00" + ], + "train-departure": [ + "birmingham new street" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-name": [ + "allenbell", + "leverton house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2511.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay that has free wifi.", + "SYSTEM: Do you have any other preferences, such as a price range or a particular part of town?", + "USER: Indeed I do. I'd like a hotel in the expensive price range that's on the west side of town. The hotel should have a 4 star rating.", + "SYSTEM: Yes, the Huntingdon Marriott Hotel is a match! Would you like me to book a room?", + "USER: So that's a hotel and not a guesthouse? And do they have free parking?", + "SYSTEM: Yes, it's a hotel that has free parking. Should I make a booking for you?", + "USER: No thank you. I also would like a place to go in town.", + "SYSTEM: I see many art galleries and museums in that part of town, do you have a preference for one over the other?", + "USER: I am looking for a college.", + "SYSTEM: There are several colleges,what part of town would you like ?", + "USER: It doesn't matter, pick one for me? I'll just need the address.", + "SYSTEM: Okay, I suggest clare hall. It is in the west. The address is herschel road. Entrance is free.", + "USER: Thanks. Now I just need a taxi to pick me up at 22:00 from the Huntingdon Marriott and take me to Clare Hall. I'll need car type and contact number", + "SYSTEM: Your car is booked. The care type is a blue toyota. Your contact number is 07372726556", + "USER: Thank you. That is it for now.", + "SYSTEM: You're welcome! Have a wonderful day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-area": [ + "west" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "huntingdon marriott", + "huntingdon marriott hotel" + ], + "taxi-destination": [ + "clare hall" + ], + "taxi-leaveat": [ + "22:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0222.json", + "Complete Dialogue": [ + "USER: I'm looking for a 2 star hotel in the north.", + "SYSTEM: I have two hotels meeting your criteria. Ashely Hotel located at 74 Chesterton road and Lovell Lodge located at 365 Milton road.", + "USER: I would like to book at 74 Chesterton Road.", + "SYSTEM: Great, how many people will be staying? Also, how many days you will be staying?", + "USER: Wait, before we do that I should probably check on the prices. What sort of room rates am I looking at?", + "SYSTEM: It appears to be in the moderate price range. Would that work for you?", + "USER: Yes that would work", + "SYSTEM: Okay great, so how many people will be staying and for how many nights?", + "USER: There will be 5 people for a total of 4 nights starting from Monday.", + "SYSTEM: I was able to book your stay at ashley motel. Your reference number is KJHYRDCA . Is there anything else today?", + "USER: Okay thank you for everything.", + "SYSTEM: Thank you, enjoy your stay." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-stars": [ + "2" + ], + "hotel-name": [ + "ashely hotel", + "ashley hotel" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-pricerange": [ + "moderate" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0071.json", + "Complete Dialogue": [ + "USER: I need to book a taxi from Saint Johns Chop House to Williams Art and Antiques please.", + "SYSTEM: Not a problem, I will need your preferred pick up and arrival times in order to book your cab.", + "USER: The taxi should leave by 3:15.", + "SYSTEM: I have booked a taxi for you! The car is a yellow honda. The contact number is 07799036655. Is there anything else you need today?", + "USER: I'm sorry, could you make sure the taxi is actually leaving after 3:15? I made an error earlier.", + "SYSTEM: No problem, a blue lexus will pick you up at 3:20. The contact number is 07581540721. Will there be anything else?", + "USER: That should be perfect!", + "SYSTEM: It was a pleasure to help you.", + "USER: Thank you so much!", + "SYSTEM: Thank you let me know if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "saint johns chop house" + ], + "taxi-destination": [ + "williams art and antiques" + ], + "taxi-leaveat": [ + "3:20", + "03:15", + "3:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4468.json", + "Complete Dialogue": [ + "USER: I want to find out if there are any places to dine that serve Australian food in the centre.", + "SYSTEM: Unfortunately, there are not. Do you want me to run another search?", + "USER: What about an expensive restaurant in the centre?", + "SYSTEM: Sure I have many types of cuisine to choose from: African, French, Asian Oriental, British, European..any preference?", + "USER: I'd be interested in any serving British food.", + "SYSTEM: Okay, how about midsummer house restaurant located at midsummer common?", + "USER: Sounds great. Please book me a table for Wednesday at 16:00 for 5 people.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : W3Y6OCL8 .", + "USER: Thank you, I'm also looking for a hotel with free parking and wifi. Can you find me one?", + "SYSTEM: Sure i will find you one thanks i lot and welcome again" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british", + "australian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "16:00" + ], + "restaurant-name": [ + "midsummer house restaurant" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2788.json", + "Complete Dialogue": [ + "USER: Are there good hotels that you can book?", + "SYSTEM: Yes we have 33 locations, do you have any requirements?", + "USER: I need it to have free wifi and priced moderately.", + "SYSTEM: That cuts it down to 17 possibilities. Can you tell me the area of town you are interested in staying?", + "USER: I want the north area.", + "SYSTEM: I have two 2-star hotels available. If you'd like something rated more highly, there are also several guesthouse options that would meet your needs. Any preferences?", + "USER: Are any options able to accommodate 6 people for 5 nights, starting Tuesday, with free parking? Hopefully, near some attractions too. Oh, and I almost forgot, may I get a reference number?", + "SYSTEM: I booked the Acorn Guesthouse for you. Reference number is B1QXF4T2 . Did you need to look up some attractions?", + "USER: Yes please. What do you have in the same area as the hotel?", + "SYSTEM: We have boating, a park, and two swimming pools. Do you want more information on any of these?", + "USER: Boating sounds fun what's the entrance fee? I also need the phone number and address.", + "SYSTEM: The entrance fee for riverboat georgina is only available at the location but it is located at cambridge passenger cruisers, jubilee house and you can reach them at 01223902091.", + "USER: Thanks. Can you book me a taxi to take me from Acorn Guesthouse to the Riverboat Georgina by 20:15?", + "SYSTEM: You are all set. Look for a red Ford, contact number 07682372972. May I be of any further assistance today?", + "USER: I have everything I need. Thanks for all your help!", + "SYSTEM: Okay great, have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "acorn guesthouse", + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "20:15" + ], + "taxi-departure": [ + "acorn guesthouse", + "acorn guest house" + ], + "taxi-destination": [ + "riverboat georgina" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2596.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel call arbury lodge guesthouse.", + "SYSTEM: Arbury Lodge Guesthouse is located at 82 Arbury Road in the north side of Cambridge. Do you need more information or would you like to book a room?", + "USER: I would like to book it for 4 nights for 4 people please.", + "SYSTEM: Will you be needing a reference number?", + "USER: Yes please, a reference number would be great!", + "SYSTEM: Okay, I can help you with that. What day do you plan to check in?", + "USER: i want to check in on tuesday", + "SYSTEM: Your booking was successful. Reference number is : OE6IHAT2 . Is there anything else I can assist you with today?", + "USER: Yes, i am looking for colleges to visit on the west side of town.", + "SYSTEM: There are five. Three that are free, and two that have an entrance fee.", + "USER: Get me a phone number for one that is close to the hotel and is free.", + "SYSTEM: Well then should I search for a college in the north instead, if you want it close to your hotel?", + "USER: Make sure you get contact number and i'll be there as soon thank you", + "SYSTEM: I'm sorry for the confusion, which college do you want a contact number for?", + "USER: that's okay, give me the number for the college closest to the hotel and is free, may I know the address as well?", + "SYSTEM: There are not any colleges located in the north actually.", + "USER: none in the west, I talked so someone earlier", + "SYSTEM: None in the north 5 in the west, I personally recommend churchill college entrance is free, any further questions?", + "USER: Could you give me the address and phone number?", + "SYSTEM: Their address is storey's way and their phone is 01223336233. Is there anything else I can do for you today?", + "USER: I also want to book a taxi to commute between the two places.", + "SYSTEM: Which will be your departure site? What time do you want to leave or to arrive?", + "USER: I will need to be picked up at the hotel by 4:45 to arrive at the college on tuesday.", + "SYSTEM: All set, the car is a white volvo, Contact number is 07321652724, any other questions?", + "USER: No I believe we got everything covered today.Thanks. Goodbye.", + "SYSTEM: Happy to help. Please let us know if you need anything else." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "arbury lodge guesthouse" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-bookday": [ + "tuesday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north", + "west" + ], + "attraction-type": [ + "college" + ], + "attraction-name": [ + "churchills college", + "churchill college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "arbury lodge guesthouse" + ], + "taxi-destination": [ + "churchills college", + "churchill college" + ], + "taxi-leaveat": [ + "4:45", + "04:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1647.json", + "Complete Dialogue": [ + "USER: I could use some help finding a train for my stay with you.", + "SYSTEM: That won't be a problem. Can you please provide me with some addition details? For example, what day and time you'd like to travel?", + "USER: I would like to travel on Sunday please.", + "SYSTEM: Any more details you would like to provide? The TR7423 leaves Cambridge on Sunday at 5, heads to London Kings Corss and arrives at 5:51.", + "USER: Oops. Sorry. My travel day is Monday not Sunday. What do you have for that day.", + "SYSTEM: There are many trains running on Monday, what is your arrival destination?", + "USER: My arrival destination is Cambridge.", + "SYSTEM: Okay when would you like to leave by?", + "USER: I want to arrive by 15:45", + "SYSTEM: What is your departure site?", + "USER: Kings Lynn. I need 5 tickets and my reference number", + "SYSTEM: TR2257 will arrive at 14:58. Should I go ahead and book 5 tickets for this train?", + "USER: Yes that would be great also I need the reference number after you book it.", + "SYSTEM: I'm sorry, my booking system seems to be down. Can you try again later?", + "USER: Yea that is okay THank you", + "SYSTEM: Train TR2257 has been booked for 5 seats. Your reference number is E720WBAI . Can I assist you with anything else today?", + "USER: no thanks that's all", + "SYSTEM: Thank you for using our service today!" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday", + "monday" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "15:45" + ], + "train-bookpeople": [ + "5" + ], + "train-departure": [ + "kings lynn" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL0097.json", + "Complete Dialogue": [ + "USER: Are there any British restaurant that serve moderate priced food?", + "SYSTEM: There are 5 available. Do you prefer the area of centre or west?", + "USER: I don't care, just local.", + "SYSTEM: Saint johns chop house is a moderately priced British restaurant in the west of town.", + "USER: Could you book a table for 8 at 19:45 on Tuesday?", + "SYSTEM: I found this restaurant. This is at 4 Kings Parade City Centre.", + "USER: Thank you. Could you book a table for 8 on 19:45 on Tuesday?", + "SYSTEM: Absolutely! Your reference number is T4M08E7A . Anything else I can do for you?", + "USER: I am looking for a place to stay. Is there a guesthouse-type hotel in the west that has free parking? It doesn't need to include internet.", + "SYSTEM: We have 21 entries that match that criteria. Do you have a further preference?", + "USER: As long as I can book it for eight people I do not have a preference otherwise", + "SYSTEM: Alright. Let's just try to narrow it down a bit. Does the price range matter?", + "USER: The price range does not matter. It needs to be a guesthouse and located in the west with free parking.", + "SYSTEM: There are 2 choices that match. I would recommend Finches Bed and Breakfast as it meets your criteria, is cheap and has 4 stars. Shall I book it?", + "USER: Yeah, I've heard good stuff about Finches', could you give me the most earliest available dates for the place? I need to get a reservation as soon as possible please.", + "SYSTEM: What day would you like your reservation and for how many nights? Also, how many guests will there be?", + "USER: There'll be 8 guests and we'll be staying on Tuesday.", + "SYSTEM: How many days would you like to stay?", + "USER: We will be staying 2 nights starting on Tuesday.", + "SYSTEM: I'm sorry, but there are no vacancies at that time. Would you like to try a different day or perhaps a shorter stay?", + "USER: Would it be available for just one night?", + "SYSTEM: Yes, you're booked for one night with reference number RAHZVKVN . How else may I assist you?", + "USER: Oh, yeah, can you get me a car from dinner to the hotel leaving at 21:45?", + "SYSTEM: Ok. A white ford will pick you up at Saint Johns Chop House at 21:45. The contact number is 07368759455. Is there anything else I can help you with?", + "USER: That's all I needed. Thank you.", + "SYSTEM: Thank you, enjoy the rest of your day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "taxi", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:45" + ], + "restaurant-name": [ + "saint johns chop house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "saint johns chop house" + ], + "taxi-destination": [ + "finches bed and breakfast" + ], + "taxi-leaveat": [ + "21:45" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3132.json", + "Complete Dialogue": [ + "USER: Yes, hopefully you can help with some information on a particular hotel?", + "SYSTEM: What hotel are you interested in?", + "USER: It is called home from home. I was wondering what type of hotel it is and the star of the hotel.", + "SYSTEM: Home from Home is a 4 star, guesthouse type hotel.", + "USER: Thanks, that is all I need on the hotel but can I book a train from cambridge to stevenage, I need to arrive by 20:45 and leave at 05:00.", + "SYSTEM: I'll be more than happy to help you book the train. What day do you want to leave?", + "USER: I would like to leave on Thursday.", + "SYSTEM: I have trains available would you like me to book that for you?", + "USER: I just need the departure time and price please", + "SYSTEM: leave at 5:21 and arrive by 6:10 for 12.80 pounds" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-name": [ + "home from home" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:45" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stevenage" + ], + "train-leaveat": [ + "05:00" + ], + "train-day": [ + "thursday" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02246.json", + "Complete Dialogue": [ + "USER: Am looking for the nearest police station", + "SYSTEM: It looks like the Parkside Police Station is closest to your location, does this sound right?", + "USER: That looks right. What is the phone number for that location?", + "SYSTEM: Telephone : 01223358966 there you go", + "USER: Thank you. That's all I need.", + "SYSTEM: Thank you for using our services." + ], + "Service Information": { + "Services Involved": [ + "police" + ], + "Details": [ + { + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "WOZ20205.json", + "Complete Dialogue": [ + "USER: I want to find a moderately priced restaurant in the south part of town. What is the phone number and address?", + "SYSTEM: restaurant alimentum is a moderately price restaurant in the south area of town. their phone number is 01223 413000 and their address is 152 - 154 Hills Road.", + "USER: Thank you, goodbye", + "SYSTEM: You're welcome and thank you for calling. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hospital", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "moderate" + ] + } + }, + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL0456.json", + "Complete Dialogue": [ + "USER: I am looking for places to go. preferably a museum in west.", + "SYSTEM: There are several museums in the west. Is there a particular type of museum you are interested in?", + "USER: No, I'd just like it to be in the west. Can you pick one and provide a phone number?", + "SYSTEM: Ok, the Lynne Strover Gallery is free. The phone number is 01223295264. Anything else I can help with?", + "USER: Yes I am looking for a train on friday that should depart from cambridge.", + "SYSTEM: There are over 200 trains leaving from Cambridge on Friday. Do you have departure time and destination?", + "USER: Yes, I want to go to bishops stortford and leave after 20:00 please.", + "SYSTEM: TR4664 departs at 21:29. Would you like me to book that for you?", + "USER: I was first wondering the price of that train and what time it arrived. Oh! I also forgot to ask for the postcode of the Gallery!", + "SYSTEM: No problem. The gallery's postcode is cb30aq and the train to Bishops Stortford is 10.10 pounds per ticket and will arrive by 22:07. Would you like to book this train?", + "USER: Yes please! Can I get the arrival time and train ID, please?", + "SYSTEM: The arrival time is 22:07 and the trainID is TR4664.", + "USER: Thank you, this is very helpful.", + "SYSTEM: Would you like me to book this train for you?", + "USER: No that is not necessary. Thanks for your help, that's all I need for today.", + "SYSTEM: Thank you for using this system." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "lynne strover gallery" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "bishops stortford" + ], + "train-leaveat": [ + "20:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20647.json", + "Complete Dialogue": [ + "USER: Hello, I am looking for an expensive restaurant that serves vegetarian food.", + "SYSTEM: There is not a restaurant matching your request. Would you like another restaurant?", + "USER: Yes, how about european food instead.", + "SYSTEM: cambridge lodge restaurant is a nice restaurant serves european if you want something in the west .", + "USER: Could I have their phone number and address?", + "SYSTEM: Cambridge Lodge restaurant is located at Cambridge Lodge Hotel 139 Huntingdon Road City Centre and their phone number is 01223 355166.", + "USER: thank you good bye", + "SYSTEM: glad we could help!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "european" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2857.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay, I would prefer a hotel in the expensive price range.", + "SYSTEM: We have lots of those. Did you have something a little more specific in mind?", + "USER: Whatever you'd recommend. I would prefer free parking and wifi, though.", + "SYSTEM: I like the Express by Holiday Inn Cambridge. Can I get you some more information on that one?", + "USER: no, let's just book it.", + "SYSTEM: Sounds like a plan. May please get the number of guests, the day of arrival, and how many nights you will be staying?", + "USER: I would like it for 2 people and 4 nights starting from monday.", + "SYSTEM: Booking was successful, your reference number is RKEFYHM0 . Will that be all?", + "USER: Can you also find an attraction called Milton Country Park?", + "SYSTEM: Yes it is located at milton country park, milton and the postcode is cb46az", + "USER: Could you tell me what kind of attraction that is?", + "SYSTEM: Sure. Milton Country Park is a park. Can I help you with anything else today?", + "USER: No. That will be all. Thanks so much for all your help. Goodbye", + "SYSTEM: Thank you, have a good day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "milton country park" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2899.json", + "Complete Dialogue": [ + "USER: Where do I get info on hotels?", + "SYSTEM: You can get information here, through our help desk.", + "USER: A hotel that has free parking and in the north part of town. I would like one in the moderate price range.", + "SYSTEM: The Ashley Hotel and the Lovell Lodge meet that criteria, would you like me to book one of them for you?", + "USER: Yes please book the The Ashley Hotel for 7 people and 2 nights starting from wednesday.", + "SYSTEM: I was successful in making your reservation. Your reference number is 2W4KNZYJ . Is there anything else I can help you with?", + "USER: I would also like to find a boat attraction in the same area.", + "SYSTEM: The Riverboat Georgina would work. It's in the north. Do you need more information?", + "USER: Yes, I'd like the phone number and postcode.", + "SYSTEM: The phone number is 01223902091 and the postcode is cb43ax.", + "USER: Okay thank you that is all I need.", + "SYSTEM: Yeah, happy to assist. Let us know if there is anything else you need.", + "USER: I really have to run. I'm late for work. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-type": [ + "hotel" + ], + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "north" + ], + "attraction-type": [ + "boat" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01945.json", + "Complete Dialogue": [ + "USER: I'll need a taxi to pick me up today after 02:45", + "SYSTEM: Certainly. Can you tell me your departure and destination locations?", + "USER: I'm departing from nusha and I want to go to pizza hut city centre.", + "SYSTEM: You're all set! Booked car type : yellow tesla Contact number : 07359534792", + "USER: Thank you so much, you've been very helpful.", + "SYSTEM: We are glad to help. Do you need any further assistance?", + "USER: Thats perfect that you for your help", + "SYSTEM: Have a wonderful day." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-leaveat": [ + "02:45" + ], + "taxi-departure": [ + "nusha" + ], + "taxi-destination": [ + "pizza hut city centre" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1413.json", + "Complete Dialogue": [ + "USER: I need help finding places to go in town. I want to go to nightclub type attractions in the centre of Cambridge.", + "SYSTEM: Okay, how about Club Salsa? Or the Soul Tree Nightclub? There are 3 more options if you'd like me to list them.", + "USER: Do any of them have an entrance fee?", + "SYSTEM: Soul tree nightclub has an entrance fee of 4 pounds. The other 4 have a fee of 5 pounds.", + "USER: Okay, thank you. I'm also looking for a train that arrives in Kings Lynn by 20:00.", + "SYSTEM: I also need to know you departure location please.", + "USER: The departure location is Cambridge and the day is Thursday. Thanks!", + "SYSTEM: Would you like me to book the TR0481. It arrives at 19:58.", + "USER: Can I book that for 4 people please?", + "SYSTEM: Booking was successful, the total fee is 39.2 GBP payable at the station. Reference number is : YY5OJFYH .", + "USER: Thank you. That is all I need today.", + "SYSTEM: Okay, great. I hope you have a wonderful time! Please call back if you need anything else.", + "USER: Thanks for all your help", + "SYSTEM: You're welcome. Enjoy your time in Cambridge!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "nightclub" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "20:00" + ], + "train-destination": [ + "kings lynn" + ], + "train-day": [ + "thursday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "4" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2572.json", + "Complete Dialogue": [ + "USER: What is there to do or see for entertainment?", + "SYSTEM: There are many options, including a boat, college, architechture, and theatre.", + "USER: What is in the centre?", + "SYSTEM: There are still 44 entries including options like architecture, theatre, museums, concerthall, etc. Do you think you can narrow down your options a bit?", + "USER: If there is nothing under entertainment, do you have a museum you can recommend?", + "SYSTEM: Do you have a price preference?", + "USER: No, I don't mind paying admission.", + "SYSTEM: OKay then I would suggest great saint mary's church", + "USER: Sound good. Can I get their address, phone number and entrance fee please?", + "SYSTEM: Sure! The address is Market Square. Phone number is 01223350914 and it costs 2 pounds to get in.", + "USER: Thanks. I also need help with lodging in the moderate price range with free wifi, please.", + "SYSTEM: The cityroomz hotel is located in the centre and has free wifi. Would you like to make a reservation?", + "USER: Do you happen to have any guesthouses in that area?", + "SYSTEM: I don't. Would you like to try a different location or price?", + "USER: Yes please find me a guesthouse in the north, in the moderate price range that includes free wifi.", + "SYSTEM: of how many stars do you prefer?", + "USER: I have no preference.", + "SYSTEM: The Avalon is a guesthouse in the north, in the moderate price range, with free wifi. Do you want me to book it? I will need your details.", + "USER: Yes please. I need the reservation to be for 5 people.", + "SYSTEM: I can do that for you. What day do you want to book the hotel for?", + "USER: Saturday or tuesday.", + "SYSTEM: Which day do you prefer?", + "USER: I would prefer Saturday please.", + "SYSTEM: do you want to book for one day?", + "USER: I want five nights.", + "SYSTEM: Booking was successful. Reference number is : G1KVK1RL", + "USER: Thanks. I will also need a taxi from great saint mary's church to the Avalon guesthouse.", + "SYSTEM: When do you want to leave or arrive by?", + "USER: I'd like to leave the church by 12:00, please.", + "SYSTEM: Okay. No problem I have you booked into a red Lexus and their contact number will be 07211078651.", + "USER: Thank you, goodbye", + "SYSTEM: Thank you for using our service today." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment", + "museum", + "architecture" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "great saint mary's church", + "great saint marys church" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "moderate" + ], + "hotel-area": [ + "north", + "centre" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-name": [ + "avalon" + ], + "hotel-bookday": [ + "tuesday", + "saturday" + ], + "hotel-bookstay": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "great saint mary's church", + "great saint marys church" + ], + "taxi-destination": [ + "avalon" + ], + "taxi-leaveat": [ + "12:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20646.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the west part of town.", + "SYSTEM: Cambridge Lodge Restaurant is in the west part of town, and it serves European food.", + "USER: Thank you. Can I have the address please?", + "SYSTEM: Yes. Their address is 139 Huntingdon Road City Centre.", + "USER: Thank you. I would like their price range and phone number as well please.", + "SYSTEM: Cambridge Lodge Restaurant is in the expensive price range and the phone number is 01223 355166.", + "USER: Thank you, goodbye.", + "SYSTEM: You're welcome. Goodbye.", + "USER: Goodbye.", + "SYSTEM: Enjoy your dining experience." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3681.json", + "Complete Dialogue": [ + "USER: Can you tell me about any german restaurants in the east part of the city?", + "SYSTEM: I'm not finding a German restaurant in the east part of town. Would you like me to try other parts of town?", + "USER: yes please. tell me if there are other restaurants in the east as well.", + "SYSTEM: There are 9 restaurants in the east, including british, chinese, gastropub, indian, international and italian. Do you need more information?", + "USER: Indian sounds good.", + "SYSTEM: There are four Indian restaurants in the east part of town ranging from moderate to expensive. Do you have a preference?", + "USER: Can you book a table at your favorite expensive one? There will be 4 of us at 15:15 on Friday.", + "SYSTEM: the sitar tandoori seems appropriate. i have booked it for you.", + "USER: i am also looking for a place to stay", + "SYSTEM: I'm sorry, I forgot to confirm your reservation at Pipasha Restaurant. The table will be reserved for 15 minutes. Reference number : CF1YTOAV . What type of hotel would you like?", + "USER: Expensive hotel, free wifi and parking, 4 star, please.", + "SYSTEM: I have two hotels that fit your criteria. Huntingdon Marriott Hotel is located in the west, and the University Arms Hotel is in the centre. Which would you prefer?", + "USER: How about Huntingdon Marriott Hotel? I need a reservation for 4 people for 3 nights starting on Friday.", + "SYSTEM: Ok. I reserved those rooms for you. Your reference number is FWZ4XMJO .", + "USER: Thanks, that's all I needed today. Goodbye!", + "SYSTEM: Have a lovely visit. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "german", + "indian" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "15:15" + ], + "restaurant-name": [ + "sitar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "huntingdon marriott hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1365.json", + "Complete Dialogue": [ + "USER: I need some recommendations for attractions in Cambridge at the centre, what would you suggest?", + "SYSTEM: Is there a specific type of attraction you are most interested in? The centre has many different kinds of attractions from museums to theaters. Do you have a preference?", + "USER: No, I don't have a preference. May I please have some suggestions?", + "SYSTEM: If you're in the mood for boating there is The Cambridge Punter at 251a Chesterton Road, or maybe a movie? The Vue Cinema is at Grafton Centre, East Road.", + "USER: Could you also provide me with the postcodes for these establishments?", + "SYSTEM: Yes All Saints Church is at jesus lane and is free" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + }, + { + "Actions": [ + "find_train" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL1551.json", + "Complete Dialogue": [ + "USER: Hi there, I'm trying to find a train that leaves from Leicester but it must be after 11:15. Can you help me book a ticket?", + "SYSTEM: I see there is a train on Friday that leaves leicester at 14:09 to Cambridge, could you book me a ticket for this train?", + "USER: Please book me a ticket for that train.", + "SYSTEM: Did you only need one ticket?", + "USER: I just need the train ID please.", + "SYSTEM: The train ID is TR6247, would you like to book a seat?", + "USER: No thank you. That's not necessary. Can you help me find an indian restaurant in the centre of town?", + "SYSTEM: I have 9 restaurants in that area. May I ask what your budget for lunch is?", + "USER: Nothing expensive please.", + "SYSTEM: There are three cheap resturants int hat area, kohinoor, the gandhi, and mahal of cambridge.", + "USER: The Ghandi sounds nice. Can I get their address? And they are a cheap restaurant, right?", + "SYSTEM: Yes, the gandhi is in the cheap price range. Their address is 72 Regent Street City Centre. Would you like me to book a table for you?", + "USER: No thank you, their information is enough at this time. Do they have a phone number?", + "SYSTEM: Yes, their phone number is 01223353942. Is there anything else I can help you with today?", + "USER: I need a train from leicester on thursday and should leave after 11:15.", + "SYSTEM: I have a 12:09 that arrives at 13:54. Would that do for you?", + "USER: Yes, that would be fine. Could I get the train ID?", + "SYSTEM: The train ID is TR8882. Can I help you with anything else?", + "USER: I think that is all for now.", + "SYSTEM: The duration of the trip is 105 minutes. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "leicester" + ], + "train-leaveat": [ + "11:30", + "after 11:15." + ], + "train-day": [ + "thursday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-name": [ + "the gandhi" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL1336.json", + "Complete Dialogue": [ + "USER: Do you have any suggestions on a place in the centre to eat. I would like it to be expensive please.", + "SYSTEM: Is there any particular cuisine you prefer?", + "USER: No, I'm not particular in fact I would like to try something exotic. Can you also give me the address please?", + "SYSTEM: I recommend Bedouin at 100 Mill Road City Centre. Can I help you with anything else today?", + "USER: Yes. I am also looking for a place to stay that includes free wifi and is in the same area as the restaurant.", + "SYSTEM: Cityroomz looks like a good fit. Would you like to book that?", + "USER: Hmm, that name doesn't inspire a lot of confidence. How many stars is it rated?", + "SYSTEM: Cityroomz is rated as zero stars. If you're looking for something more highly regarded the Gonville Hotel is 3 stars and the University Arms gets 4. Do those sound better?", + "USER: What price range is the University of Arms in?", + "SYSTEM: The University Arms Hotel is in the expensive price range.", + "USER: Would you like to book that?", + "SYSTEM: Do you need any more information about the University Arms Hotel?", + "USER: Yes, just give me their phone number if I want to reserve something I'll call them myself.", + "SYSTEM: The phone number is 01223351241. Can I help you with anything else?", + "USER: Can you please confirm for me if the hotel has free wifi and what part of town it is in? Thanks.", + "SYSTEM: The hotel has free internet and is in the center. The address is regent street cb21ad.", + "USER: Thank you! That's all I needed today. Bye!", + "SYSTEM: Great, thank you for using our service. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-food": [ + "dontcare" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "centre" + ], + "hotel-internet": [ + "yes" + ], + "hotel-name": [ + "university of arms", + "university arms hotel" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1935.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for information on a place to stay.", + "SYSTEM: Sure, are you looking for anything specific?", + "USER: Yes a four star hotel that is cheap.", + "SYSTEM: The Cambridge Belfry is a cheap hotel with a 4 star rating. It's at Back Lane, cambourne. Can I book it?", + "USER: Is that a guesthouse? That is the type I am looking for.", + "SYSTEM: There are 7 guest houses that are cheap, which part if town did you have in mind?", + "USER: I don't care about price. I just need a place to stay in the north that's 4 stars.", + "SYSTEM: There are eight guesthouses in the north. I recommend home from home it has free internet and parking. Would you like me to book that?", + "USER: Yes, I would appreciate it if you would book that.", + "SYSTEM: Can you tell me the day, number of nights and how many guests please?", + "USER: Our stay will start on Tuesday for 4 nights. Our party includes 8 people.", + "SYSTEM: Okay, your booking was successful. The reference number is DB9C3OVK . Can I help you with anything else?", + "USER: Great, that's all I need, thanks so much for your help! Have a great day!", + "SYSTEM: Will you need a restaurant booking or attraction information? I can also help with transportation.", + "USER: no that will be all.", + "SYSTEM: Thank you and have a great day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "cheap", + "dontcare" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-area": [ + "north" + ], + "hotel-name": [ + "home from home" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "4" + ] + } + }, + { + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG01430.json", + "Complete Dialogue": [ + "USER: Please have a taxi pick me up from riverboat georgina", + "SYSTEM: Ok, What time do you want to be picked up?", + "USER: I want to be picked up at riverboat georgina around 11:15. I need to get to cambridge arts theatre. What is the car type and the contact number?", + "SYSTEM: Ok, what time do you want to arrive by?", + "USER: I need to arrive by 11:15.", + "SYSTEM: Your taxi has been booked, you will be riding a white tesla with the contact number 07492127564. Is there anything else I can help you with today?", + "USER: Nothing else for now. Thank you for booking the taxi. Goodbye.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "riverboat georgina" + ], + "taxi-leaveat": [ + "11:15" + ], + "taxi-arriveby": [ + "11:15" + ], + "taxi-destination": [ + "cambridge arts theatre" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "riverboat georgina" + ], + "attraction-type": [ + "boat" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0335.json", + "Complete Dialogue": [ + "USER: I am looking for the gonville hotel. Can you help me?", + "SYSTEM: Yes, would you like some information or do you want to go ahead and book it?", + "USER: Could you check to see if they have booking for 3 people and 2 nights starting from thursday?", + "SYSTEM: There are no rooms available for that time. Can I find a different hotel for you?", + "USER: Yes,please try South part of town,thank you.", + "SYSTEM: I can book a room for you at bridge guest house. Your reference number is C147JV9N . Will that be okay?", + "USER: That's great. Thank you.", + "SYSTEM: Okay is there anything else I can do for you?", + "USER: No that will be it. Thank you.", + "SYSTEM: Thank you for using our system!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "bridge guest house", + "gonville hotel" + ], + "hotel-bookday": [ + "thursday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-area": [ + "south" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG02000.json", + "Complete Dialogue": [ + "USER: I need a taxi from thanh binh.", + "SYSTEM: Great. I can help with that. What will your destination be?", + "USER: Prezzo is my destination", + "SYSTEM: Your booking is complete, a grey honda will pick you up.", + "USER: Thats perfect that you for your help", + "SYSTEM: Have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "thanh binh" + ], + "taxi-destination": [ + "prezzo" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0516.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant.", + "SYSTEM: What type of food are you looking for?", + "USER: I'm looking for unusual food. And I want a place in the centre of town.", + "SYSTEM: I don't have anything matching unusual but I do have an African restaurant in the center of town as well as some gastropubs. Would either interest you?", + "USER: I'll take something that is cheap.", + "SYSTEM: There are a total of 15 restaurants that are cheap in the centre. Is there another type you would like to try?", + "USER: Do you recommend a restaurant that is a little more different then the rest?", + "SYSTEM: I would recommend golden house", + "USER: Is that Italian? I would like an Italian restaurant, please.", + "SYSTEM: Okay, how about the pizza hut city centre? I heard it's pretty good.", + "USER: Okay, that sounds good. I need to make a reservation for 2 people on Tuesday.", + "SYSTEM: What time would you like to visit?", + "USER: How about 13:15?", + "SYSTEM: I was able to book the table for you. It will be reserved for 15 minutes. The reference number is 97AAF776 .", + "USER: That's great, thank you.", + "SYSTEM: Awesome. Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-name": [ + "pizza hut city centre" + ], + "restaurant-booktime": [ + "13:15" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3138.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a restaurant that is expensive and serves European food.", + "SYSTEM: I show 5 listings. Would you like a certain area of town?", + "USER: No specific area, but I would like it for Friday.", + "SYSTEM: Okay, I recommend City Stop Restaurant. What time would you like the reservation for and for how many people?", + "USER: I'd like to make reservations for 7 people at 11:15 on Friday please.", + "SYSTEM: You have a table reserved for 7 on Friday at 11:15. Your reference number is V2IWL8VW .", + "USER: Thanks, I'm also looking for a train for Friday that goes to Cambridge and arrives by 08:15.", + "SYSTEM: And where will you be coming from?", + "USER: I'll be coming from Peterborough. All 7 of us will need tickets for the train.", + "SYSTEM: TR0035 arrives by 08:09. Does that work for you?", + "USER: Yes, please include the reference number.", + "SYSTEM: Yes of course, the reference number for the train is MU82CCWU .", + "USER: Thank you, that is all for today. Goodbye.", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "european" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "11:15" + ], + "restaurant-name": [ + "city stop restaurant" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:15" + ], + "train-day": [ + "friday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "peterborough" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0333.json", + "Complete Dialogue": [ + "USER: Can you find a room available at a 4 star hotel with free wi-fi?", + "SYSTEM: The huntingdon marriott hotel is a 4 star hotel with Internet in the west. Would you like me to make a booking?", + "USER: Is the place expensive?", + "SYSTEM: Yes it is an expensive, I have listings for another place that is cheap if that is what you need.", + "USER: I would prefer the expensive hotel. Please book it for 2 people for 2 nights starting on Sunday.", + "SYSTEM: I was unable to book the hotel for that day. Would you like to try the cheap hotel?", + "USER: No, I'd like to keep looking for an expensive hotel.", + "SYSTEM: Is there a certain area you would like it to be in?", + "USER: North part of town,please.", + "SYSTEM: I was able to successfully book you at the university arms hotel, the reference number is 1F6HEPGZ .", + "USER: Thank you very much. I appreciate your help.", + "SYSTEM: No problem. Will that be all for today?", + "USER: Yes, that will be all for today, goodbye.", + "SYSTEM: Thank you for using our system!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel", + "huntingdon marriott hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-area": [ + "north" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2479.json", + "Complete Dialogue": [ + "USER: I am looking for a place called Cherry Hinton Water Play", + "SYSTEM: It's located on cherry hinton hall, cherry hinton road, cb18dw. Their phone number is 01223446100. Will that be all?", + "USER: I also need their postcode.", + "SYSTEM: the postcode is cb18dw", + "USER: I'm also looking for a restaurant. Do you have anything cheap that serves Indian food?", + "SYSTEM: Yes, we have cheap Indian restaurants in both the centre and northern parts of town. Do you have any preferences?", + "USER: Can you suggest one thats in the north? I would just need the name and address please. Thanks.", + "SYSTEM: How does royal spice sound? They're on Victoria Avenue in Chesterton.", + "USER: I would need a taxi to travel to cherry hinton water play from the restaurant.", + "SYSTEM: What time do you need that taxi?", + "USER: I want to leave royal spice by 11:45 please", + "SYSTEM: A blue tesla will pick you at 11:45 from royal spice. There contact number is 07346133095. Is there anything else I can help you with?", + "USER: No, that will be all today. Thank you.", + "SYSTEM: Thank you for contacting us and have a nice day." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "cherry hinton water play" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "north" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "cherry hinton water play", + "royal spice" + ], + "taxi-destination": [ + "cherry hinton water play", + "royal spice" + ], + "taxi-leaveat": [ + "11:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1590.json", + "Complete Dialogue": [ + "USER: Can you help me find a train going to cambridge that arrives by 18:30?", + "SYSTEM: Okay, I think I can help you. Where will be coming from?", + "USER: I will be departing kings lynn.", + "SYSTEM: The TR3677 arrives at 17:58. Would you like to book it?", + "USER: Yes for 2 people on a Tuesday please. And I would like the reference number.", + "SYSTEM: I'm going with TR5793 since you are travelling on Tuesday arriving at the same time. The total fee is 19.6 GBP payable at the station . Reference number is : 4NLGW7WM .", + "USER: Thanks so much. Can you also help me look for the Carolina Bed and Breakfast?", + "SYSTEM: Carolina Bed and Breakfast is in the East, it is a guesthouse in the moderate price range. Would you like to book a room?", + "USER: Yes please. Two nights from Tuesday for two people.", + "SYSTEM: I got your room booked at the Carolina Bed and Breakfast. Your reference is FYLDIZUF . Is there anything else I can help you with today?", + "USER: I need a room for the same group of people for 1 night on the same day. And I need the reference number then too please", + "SYSTEM: Ok I will book it for you" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "18:30" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "kings lynn" + ], + "train-bookpeople": [ + "2" + ], + "train-day": [ + "tuesday" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "carolina bed and breakfast" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0170.json", + "Complete Dialogue": [ + "USER: I would like a 3-star hotel with free WiFi, please.", + "SYSTEM: Yes, there are 5 different options to choose from. What area will you be staying in?", + "USER: I don't have a particular area in mind but I do also need free parking please.", + "SYSTEM: How about the hamilton lodge. It is in the north of town and meets your requirements including parking.", + "USER: that sounds nice but will you book it for 7 people and 4 nights starting from wednesday", + "SYSTEM: Your booking was successful, the reference number is CUY4J5PR . Is there anything else I can help you with today?", + "USER: Yes, I'm also looking for a cheap Chinese food restaurant. Can you recommend one?", + "SYSTEM: Sure, there are 4 options. I recommend charlie chan. would you like a booking?", + "USER: I should have mentioned I am looking for a restaurant in the centre. Sorry about that.", + "SYSTEM: Okay, the three results are the same. I still recommend charlie chan. Do you need more help today?", + "USER: Yes, please book that restaurant for me. It'll be 7 people on wednesday at 14:45. I'll definitely need a reference number.", + "SYSTEM: I'm sorry, I am unable to book it for that time. Do you have another time that will work?", + "USER: Thanks for trying. Let's do Thursday, please.", + "SYSTEM: Booking is all set your ref number is 05MF6IQL", + "USER: That's all I needed today. Thanks for your help. Goodbye!", + "SYSTEM: Thank you enjoy the rest of your day!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "hamilton lodge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-area": [ + "centre" + ], + "restaurant-bookday": [ + "thursday", + "wednesday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "14:45" + ], + "restaurant-name": [ + "charlie chan" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2700.json", + "Complete Dialogue": [ + "USER: I will be going to Cambridge to do the tourist thing and would like a hotel in the moderate price range.", + "SYSTEM: We have many moderately-priced places to stay! Are you interested in staying in a particular area?", + "USER: No, but I definitely want a four star hotel.", + "SYSTEM: we have a variety. if we can narrow down by need of internet and parking", + "USER: Actually are any of them 4 stars?", + "SYSTEM: Yes, 11 of them are 4-star hotels. Do you need one with internet and/or parking?", + "USER: i'd like free parking.", + "SYSTEM: I would recommend the kirkwood house, located on the north side of town at 172 chesterton road. Would you be interested in booking a room?", + "USER: Not yet, but I would like the postcode.", + "SYSTEM: The postcode for the Kirkwood House is cb41da. Is there anything else I can help you with?", + "USER: I am also looking for places to go in town, preferably in the centre.", + "SYSTEM: The center offers architecture, colleges, boats, cinema, concert halls, museums, nightclubs, parks and theatres. What appeals to you?", + "USER: How about a concert hall?", + "SYSTEM: The Man on the Moon is the only concert hall in the area of centre. I have no info on their entrance fee but their phone is 01223447144.", + "USER: Thank you. Can I also get the address and postcode?", + "SYSTEM: the address is 2 norfolk street and the postcode is cb12lf. any other information you'd like to have?", + "USER: Thank you for your help. That's all for today.", + "SYSTEM: Have a wonderful time.", + "USER: Thank you, take care!", + "SYSTEM: Enjoy your stay!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-stars": [ + "4" + ], + "hotel-parking": [ + "yes" + ], + "hotel-name": [ + "kirkwood house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "concerthall" + ], + "attraction-name": [ + "the man on the moon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0504.json", + "Complete Dialogue": [ + "USER: I need to catch a train in Broxbourne on Wednesday.", + "SYSTEM: What time would you like to leave Broxbourne?", + "USER: I need to arrive in Cambridge by 17:15 please.", + "SYSTEM: There is a train arriving in Cambridge by 7:32.", + "USER: Train ID please and thank you", + "SYSTEM: I'd suggest TR5972, it departs at 15:32 arrives by 16:32. It costs 17.90 pounds per ticket.", + "USER: Thank you I also would like a place to eat in the centre that serves afternoon tea food.", + "SYSTEM: No record match your search, can I try anything else?", + "USER: How about one that serves international food?", + "SYSTEM: I have the varsity and the bloomsbury restaurants when would you like to book", + "USER: I would like to book at Varsity for 5 people around 20:45 on the same day I arrive.", + "SYSTEM: No problem! I have a table booked for you. Your reference number is KFUNWVWH . What else can I do for you?", + "USER: Nothing else for today. Thank you.", + "SYSTEM: Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "broxbourne" + ], + "train-arriveby": [ + "17:15" + ], + "train-destination": [ + "cambridge" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "afternoon tea", + "international" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "20:45" + ], + "restaurant-name": [ + "the varsity", + "the varsity restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0755.json", + "Complete Dialogue": [ + "USER: I would like to dine at a restaurant serving Indian food on the east side of town. Any suggestions?", + "SYSTEM: Okay there are four different restaurants. What is your price range?", + "USER: Price does not matter.", + "SYSTEM: I would recommend Pipasha Restaurant.", + "USER: Great, can you book me for 5 people at 11:45 on tuesday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : MLAA1D4V . anything else i can help you with today?", + "USER: I also need to travel by train to Norwich, some time on Tuesday after 14:30.", + "SYSTEM: There is a train departing Cambridge for Norwich at 14:36 on Tuesday. Would you like me to book this?", + "USER: Yes please and I need a confirmation number", + "SYSTEM: It has been booked! Reference number is BSJKVN2Y . Do you need anything else?", + "USER: Thank you goodbye", + "SYSTEM: You're welcome, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:45" + ], + "restaurant-name": [ + "pipasha restaurant" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-destination": [ + "norwich" + ], + "train-leaveat": [ + "14:30" + ], + "train-departure": [ + "cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1072.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to go in the centre of town.", + "SYSTEM: We offer lots to do in the center of town. We have everything from boats and parks to nightclubs. Are you in the mood for anything particular?", + "USER: Do you have any suggestions? I would just need the postcode and phone number and let me know what kind of attraction you suggest. Thanks!", + "SYSTEM: If you are interested in architecture, there is All Saints Church. The phone number is 01223452587 and the postcode is cb58bs.", + "USER: Great, thank you so much! I will check it out.", + "SYSTEM: You're quite welcome! Thanks for contacting the Cambridge TownInfo Centre and have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0122.json", + "Complete Dialogue": [ + "USER: I need help finding a place to eat that is moderately priced and located in the east.", + "SYSTEM: I have three restaurants with that information,can I ask what type of food you are looking for to narrow it down?", + "USER: I would like an Italian restaurant.", + "SYSTEM: Pizza Hut Fen Ditton is the only moderate Italian restaurant in the east. Would you like a reservation?", + "USER: Yes, please, I would like a reservation for 4 people at 1:45 on Saturday.", + "SYSTEM: Booking was unsuccessful. Want to find another restaurant?", + "USER: Are there any other restaurants in the same area in the moderate price range?", + "SYSTEM: Yes I have several Indian restaurants if you are interested.", + "USER: Sure. Please book me at one of those.", + "SYSTEM: I'd be happy to. What day and time would you like the reservation, and for how many people?", + "USER: 4 people at 13:45 on saturday, please.", + "SYSTEM: I've booked you a table for 4 at 13:45 at Curry Prince. Your reference number is GE1NWVTX . Is there anything else I can help with today?", + "USER: No, that's all I needed. Have a nice day.", + "SYSTEM: Happy to be of service, and I hope you enjoy your meal!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "4" + ], + "restaurant-booktime": [ + "1:45", + "13:45" + ], + "restaurant-name": [ + "curry prince" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0009.json", + "Complete Dialogue": [ + "USER: I'd like to book a taxi. I need it to arrive by 14:15 and my destination is Cambridge Lodge Restaurant.", + "SYSTEM: Thank you, but before I can create your booking I need to know where you'll be departing from.", + "USER: I will be departing from Jesus Green Outdoor Pool.", + "SYSTEM: Your booking was successful. Your car is a red honda and its contact number is 07924138056. Can I assist you with anything else today?", + "USER: What type of car is it? And is there a contact number?", + "SYSTEM: Yes, I can repeat it. A Red Honda car and the contact info is 07924138056. Can I help you with anything else?", + "USER: than you very much. that is all i need today.", + "SYSTEM: Great. Thank you for contacting Cambridge Towninfo Centre. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "14:15" + ], + "taxi-destination": [ + "cambridge lodge restaurant" + ], + "taxi-departure": [ + "jesus green outdoor pool" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4156.json", + "Complete Dialogue": [ + "USER: I'm looking for a place called maharajah tandoori restaurant. Do you know it? It's a restaurant.", + "SYSTEM: Yes, it's a luxurious place on the west side. Would you like the number, or a reservation?", + "USER: Yes, I would like to make a reservation for 6 people at 19:30 this Saturday. Could I also get the reference number?", + "SYSTEM: Yes! Your all set confirmation number is QX0059LN, anything else today?", + "USER: I was hoping to find a hotel that is 4 star.", + "SYSTEM: What part of town are you looking at staying in?", + "USER: I don't care, just as long as it's in the moderate price range.", + "SYSTEM: You have 11 options. They are all guesthouses. Would you like free parking or internet at your location?", + "USER: Oh, I really prefer a hotel. Maybe you could find someplace that is cheap instead?", + "SYSTEM: the cambridge belfry is in the west. It's a cheap 4 star hotel. Are you interested in booking a night?", + "USER: Yes book it for Saturday. 6 people, 5 nights.", + "SYSTEM: You are all set, the reference number is OEX7Z2S0, can I assist with anything else today?", + "USER: That is all I need.", + "SYSTEM: Thank you for calling and if you need anything else don't hesitate to call again. Enjoy your dinner and hotel stay!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "maharajah tandoori restaurant" + ], + "restaurant-bookday": [ + "saturday" + ], + "restaurant-bookpeople": [ + "6" + ], + "restaurant-booktime": [ + "19:30" + ] + } + }, + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-pricerange": [ + "cheap", + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "6" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0303.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in the centre of town and it needs to be in the expensive price range.", + "SYSTEM: What type of food are you interested in having?", + "USER: I'm open to anything. I need a booking for 5 people at 12:00 on Wednesday. Give me the reference number please.", + "SYSTEM: You have a reservation for 5 at the Asian restaurant, Kymmoy at 52 Mill Road City Centre for 12:00 on Wednesday, reference number CL644V0R . Anything else I can assist with?", + "USER: Thank you very much, yes, I also need to book a train ticket. I'd like to take the train on the same day and arrive by 09:45 if possible.", + "SYSTEM: I have 84 train departures with this criteria. Where are you departing from or where is your destination?", + "USER: I'll be leaving from kings lynn. Any train that gets me there close to the arrival time will be fine.", + "SYSTEM: I have a train that leaves Kings Lynn on Wednesday at 08:11 and arrives at 08:58. Will this work for you?", + "USER: That works perfectly. Please make the booking for five people, and include my reference number, thank you.", + "SYSTEM: Great it's all booked your reference number is 5X6H64MG .", + "USER: Thank you very much for your help. Have a great day!", + "SYSTEM: You are very welcome! Before we end the conversation, did you need any other assistance?", + "USER: Nope that should do it", + "SYSTEM: Alright. Enjoy the rest of your day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "12:00" + ], + "restaurant-food": [ + "dontcare", + "asian" + ], + "restaurant-name": [ + "kymmoy" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "09:45" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "5" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3749.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: OK, what type of information are you looking for?", + "USER: I need to find a train to arrive on Saturday by 11:45 going to Cambridge from Bishops Stortford.", + "SYSTEM: Train number TR6163 leaves Bishops Stortford at 05:29 and arrives in Cambridge by 06:07. Would you like a ticket for this one?", + "USER: Yes, I would like a ticket for one please.", + "SYSTEM: Your booking was successful. Your reference number is CQB3NI5K . Is there anything else?", + "USER: How much is the ticket going to cost me? Do I pay you?", + "SYSTEM: The cost of the ticket is 8.08 GBP and it's payable at the station. Anything else I can help you with?", + "USER: Yes, can you help me find places to go in town?", + "SYSTEM: Yes, is there a specific type of attraction you would like to see?", + "USER: Yes, what do you recommend for entertainment?", + "SYSTEM: I suggest the funky fun house on the east side of town!", + "USER: Ok great! What type of entertainment is that?", + "SYSTEM: it's listed as \"entertainment\"", + "USER: Of course. Can you tell me the address and entrance fee please?", + "SYSTEM: 8 mercers row, mercers row industrial estate is the address but there is no entrance fee in our data base", + "USER: Thank. That is all I need.", + "SYSTEM: Happy to have been of assistance. Please let us know if there is anything else we can do for you. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "11:45" + ], + "train-day": [ + "saturday" + ], + "train-departure": [ + "bishops stortford" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ], + "attraction-name": [ + "funky fun house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2558.json", + "Complete Dialogue": [ + "USER: I am looking for a hotel with free parking in the North.", + "SYSTEM: There are 11 places meeting your needs. Do you prefer a guest house or a hotel? Also, do you have a price range in mind?", + "USER: A hotel and it needs to have free parking.", + "SYSTEM: There are only two hotels that fit your needs. They are the Ashley Hotel and Lovell Lodge. Would you like to book a room with either of these?", + "USER: I'm sorry. Can you try a guesthouse? Still north w/free parking. Thanks and sorry!", + "SYSTEM: The guesthouses in that area range from cheap to moderate in price. I recommend the Archway House, with 4 stars.", + "USER: Perfect, please book that for 1 person, 2 nights, starting on friday.", + "SYSTEM: That booking was unsuccessful, perhaps a shorter stay? Or a different place?", + "USER: Let's try just one night then.", + "SYSTEM: Excellent. You are booked- Reference ALKK8MTG . Anything else I can help you with?", + "USER: I am looking for a multiple sports event. Can you find one for me?", + "SYSTEM: Sure the only one in town is in the east and is the cherry hinton village centre. Would you like their phone number?", + "USER: Actually, I wanted to stay in the centre. Can you see if there is something there?", + "SYSTEM: There is not a multiple sports event there, but there are 4 theatres and one swimming pool.", + "USER: Are there any colleges? If so, can you choose the best one and give me the address, postcode, and entrance fee?", + "SYSTEM: There are a number of colleges in centre city, I would recommend Downing College on Regent Street, cb21dq, the entrance is free!", + "USER: Terrific. I would like to book a taxi between the two places.", + "SYSTEM: Sure! Can you confirm your departure and arrival locations and a time frame, please?", + "USER: I want want to leave the hotel by 02:45.", + "SYSTEM: The Booking completed! Booked car type : yellow toyota Contact number : 07736257134" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse", + "hotel" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "archway house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college", + "multiple sports" + ], + "attraction-area": [ + "centre" + ] + } + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "archway house" + ], + "taxi-destination": [ + "downing college" + ], + "taxi-leaveat": [ + "02:45" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0378.json", + "Complete Dialogue": [ + "USER: I am searching for a guesthouse in town that has free parking, do you know of any?", + "SYSTEM: There are 21 guesthouses with free parking. What are your preferences for area or price range so I can narrow the search?", + "USER: I don't care what the price is but do you have anything in the east?", + "SYSTEM: I have 5 hotels in the east. Three are inexpensive and two are moderately priced. Would you like me to book one of those for you?", + "USER: Yes, find me some place that 7 people can stay for 3 nights. We'll be arriving on Monday.", + "SYSTEM: Would you prefer one with free internet?", + "USER: That doesn't matter to me.", + "SYSTEM: Okay, I've booked you at Autumn House with reference number 6OSPYSH1 . May I help with anything else?", + "USER: That's all I need right now. Thank you for your help. Good bye.", + "SYSTEM: Thank you for using our system!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "east" + ], + "hotel-pricerange": [ + "dontcare" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-name": [ + "autumn house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2545.json", + "Complete Dialogue": [ + "USER: Hey, any entertainment type places in this town?", + "SYSTEM: Yes, the Cherry Hinton Hall and Grounds and Funky Fun House are in the east, the south has Tenpin as well as Nusha, and Whale of a Time in the west.", + "USER: Could I get the Cherry Hinton Hall's phone number, entrance fee, and postcode?", + "SYSTEM: You might have to call, I do not have an entrance fee listed. The number is 01223446104 and postcode cb18dw.", + "USER: I am also looking for information on the ashley hotel.", + "SYSTEM: What information can I provide for you?", + "USER: I would like to book it for 3 nights starting Sunday. For 5 people, please.", + "SYSTEM: I was able to book it, reference number 6BIQ6UWS", + "USER: Great! That was all I needed.", + "SYSTEM: Hope you have a great trip!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "entertainment" + ], + "attraction-name": [ + "cherry hinton hall and grounds" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "ashley hotel" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "5" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1025.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a place to stay? I'd like a hotel on the north side, please.", + "SYSTEM: The Acorn Guest House is a 4-star guesthouse in the North. It has free parking and wifi, and is in the moderate price range. Would you like a room?", + "USER: That sounds like what I am looking for. Yes, I'd like to book a room.", + "SYSTEM: Great! When would you like to stay?", + "USER: I would like to book a room for 3 days starting Tuesday. There is a total of 3 people.", + "SYSTEM: Sorry, they don't have those dates available. Would you like me to try for other days or another location?", + "USER: Can you try for just 1 night then?", + "SYSTEM: Sorry, the Acorn is not open then, shall I try somewhere else that fits your criteria?", + "USER: Yes, whatever you can find.", + "SYSTEM: Good news, The Acorn just opened up for one night. Your reference number is UKMNFD3Q . Can I help you with anything else today?", + "USER: Thanks, I think that's all I need right now. Bye", + "SYSTEM: Glad I could help. Have a nice stay. Bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "3", + "1" + ], + "hotel-bookstay": [ + "3", + "1" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20221.json", + "Complete Dialogue": [ + "USER: I am looking for a moderately priced restaurant.", + "SYSTEM: What type of food would you like?", + "USER: Turkish food.", + "SYSTEM: I have two restaurants in the Centre area of town. Would you like the information for both?", + "USER: Yes, please give me the one Turkish food restaurant's phone number and address please.", + "SYSTEM: Anatolia is located at 30 Bridge Street City Centre, phone number is 01223 362372", + "USER: thank you.", + "SYSTEM: Thank you." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "turkish" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20540.json", + "Complete Dialogue": [ + "USER: I am looking for a German restaurant in the west part of town.", + "SYSTEM: There are no German restaurants in the west part of town. Would you like to make another query?", + "USER: How about Italian?", + "SYSTEM: There are several Italian restaurants in the west part of town. La Margherita is cheap and Prezzo is moderate. Would you like the address of one of those?", + "USER: What is the phone number of one of them?", + "SYSTEM: The phone number to Prezzo, which is moderately priced, is 01799 521260. Is there anything else I can assist you with today?", + "USER: Thank you goodbye.", + "SYSTEM: thank you. good bye" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-food": [ + "italian", + "german" + ], + "restaurant-name": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4185.json", + "Complete Dialogue": [ + "USER: I'm looking for a guesthouse that includes free parking.", + "SYSTEM: There are 21 results. Is there a certain area you'd like to stay in?", + "USER: I'd like to stay in the centre please.", + "SYSTEM: May I recommend Alexander Bed and Breakfast. They are a four star guesthouse in the cheap price range with free wifi and parking.", + "USER: That sounds like exactly what I need.", + "SYSTEM: They are located at 56 Saint Barnabas Road and their phone number is 01223525725. Can I make a booking for you?", + "USER: Yes. I would like to book for Tuesday for 3 nights for 2 people.", + "SYSTEM: You have a reservation for 2 people for 3 nights, starting Tuesday at the alexander bed and breakfast. Your reference number is : H3PIALJO . Can I assist with something else.", + "USER: I am also looking for the Restaurant \"The Good Luck Chinese Food Takeaway\". Do you know it?", + "SYSTEM: I found the good luck Chinese food takeaway is in south side of the town and price range is expensive. Do you want me to book a table?", + "USER: Yes for Tuesday at 14:00 on Tuesday please.", + "SYSTEM: How many people will join you?", + "USER: It will be for two people. I will also need a taxi and to make sure it arrives at the restaurant on time. I need the contact number and car.", + "SYSTEM: Is there a certain time you want to leave?", + "USER: Sorry, did you get a reservation made for the restaurant?", + "SYSTEM: Sorry, yes, the reference number for the restaurant is STX7467S .", + "USER: That is everything that I need.", + "SYSTEM: We thank you for using our services. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-area": [ + "centre" + ], + "hotel-name": [ + "alexander bed and breakfast" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "good luck" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-bookday": [ + "tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "14:00" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "good luck" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0904.json", + "Complete Dialogue": [ + "USER: I'm looking for a restaurant in west part of town with cheap food.", + "SYSTEM: There are 2 restaurants in that area that serve cheap food, one that serves Italian food the other Vietnamese, are you interested in either of these?", + "USER: Can I get the address and phone number of the Vietnamese one?", + "SYSTEM: Of course! The phone number for Thanh Binh is 01223362456. How else may I help you?", + "USER: I'm looking for attractions in the category of colleges, any suggestions?", + "SYSTEM: I am showing a wide selection for College Attractions. To better assist me was there anything specific you were wanting to do, and was price a concern?", + "USER: What areas of town are they in?", + "SYSTEM: They're located in either the centre or the west.", + "USER: Tell me about the ones in the west. And can I get the address for Thanh Binh?", + "SYSTEM: The address for Thanh Binh is 17 Magdalene Street City Centre. Is there a particular type of attraction that you would like to know more about?", + "USER: No, I also need a taxi to get between the two place.", + "SYSTEM: I would need to know what attraction you are looking at before being able to book a taxi.", + "USER: Yes, it's going to be one of the college...I need a suggestion for that. I need to leave the attraction by 2:00 to go to the restaurant.", + "SYSTEM: There are a couple of good colleges to visit in that area. Would you like to go to one that is free?", + "USER: Sure, that sounds great. I just need that taxi to take me from Thanh Binh to the college.", + "SYSTEM: How does Churchill College sound? I can definitely reserve a taxi for you. What time would you like to arrive at the restaurant?", + "USER: I want to get to the college by 02:00.", + "SYSTEM: It has been booked the car will be a yellow audi contact number 07021104597.", + "USER: Okay great, that's all I needed today!", + "SYSTEM: Wonderful! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "vietnamese" + ], + "restaurant-name": [ + "thanh binh" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-area": [ + "west" + ], + "attraction-name": [ + "churchills college", + "churchill college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "churchills college", + "churchill college", + "thanh binh" + ], + "taxi-leaveat": [ + "2:00", + "02:00" + ], + "taxi-departure": [ + "thanh binh" + ], + "taxi-arriveby": [ + "02:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01192.json", + "Complete Dialogue": [ + "USER: I need the location of Addenbrookes Hospital, if you don't mind.", + "SYSTEM: Addenbrookes Hospital is located at Hills Rd, Cambridge. Is there a particular department you're looking for?", + "USER: No particular department, I need the address and postcode please.", + "SYSTEM: The address is Hills Rd, Cambridge. Post code is CB20QQ." + ], + "Service Information": { + "Services Involved": [ + "hospital" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL1162.json", + "Complete Dialogue": [ + "USER: I need a train out of peterborough on wednesday.", + "SYSTEM: we have a variety so if we can narrow down by giving departure time good with you", + "USER: Yes, I need to arrive in Cambridge at or a little before 21:45.", + "SYSTEM: I have several trains available. What time would you like to depart?", + "USER: Whatever the closest train to arriving before 21:45 is will be fine with me.", + "SYSTEM: I got 1 ticket for you on TR8935 it will arrive by 08:09. Your reference number is C0M3TLKH . Anything else today?", + "USER: Can you cancel that and get me 5 tickets instead of 1 please?", + "SYSTEM: Sure, this is the new information : Booking was successful, the total fee is 82.5 GBP payable at the station . Reference number is : 0196JVLZ .", + "USER: Thank you so much! I also need some entertainment in the centre. What do you recommend?", + "SYSTEM: All Saints Church is nice if you like architecture! It is on Jesus Lane and the entrance fee is free!", + "USER: I would prefer a lively college in the centre, please.", + "SYSTEM: Okay! How about Christ's College?", + "USER: sure, i just need the address, postcode, and entrance fee.", + "SYSTEM: Christ's College is free to enter, and they're located on Saint Andrew's Street in postcode cb23bu.", + "USER: Ok. Thank you. That's all for now.", + "SYSTEM: thank you for using our services", + "USER: Have a great day!", + "SYSTEM: Have a nice day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-departure": [ + "peterborough" + ], + "train-arriveby": [ + "21:45" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "dontcare" + ], + "train-bookpeople": [ + "5" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "entertainment", + "college" + ], + "attraction-name": [ + "christ college", + "christ's college" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL4154.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: I can help you find what you are looking for.", + "USER: Thank you! Can you help me find a train to Norwich, please?", + "SYSTEM: Yes if you can tell me where you will leaving from and what day and time?", + "USER: I'll be leaving Cambridge on Monday at 9 PM.", + "SYSTEM: Train 2662 leaves Cambridge at 21:36 and arrives in Norwich at 22:55. Would you like me to book a ticket for you?", + "USER: I need the train to arrive by 21:00. Is there one at that time?", + "SYSTEM: May I recommend the TR9246 train arriving at 20:55", + "USER: yes book that for 3 people please", + "SYSTEM: Booking was successful, the total fee is 52.8 GBP payable at the station .Reference number is : 8L54O12B .", + "USER: I am now looking to dine at mahal of cambridge", + "SYSTEM: Would you like more info or for me to book it?", + "USER: what kind of food do they serve and how expensive is it?", + "SYSTEM: It is a cheap Indian restaurant. Would you like to book a table?", + "USER: No. I think that is all.", + "SYSTEM: Is there anything else I can assist you with today?", + "USER: Actually, I would like to book a table at that restaurant.", + "SYSTEM: On what day would you like a reservation?", + "USER: Come to think of it, I won't need a reservation. That will be all for today. Thanks for your help!", + "SYSTEM: No worries we are here if you need us, have a nice day.", + "USER: Great. I'll call back if I need anything. Goodbye.", + "SYSTEM: My pleasure. Have a great day. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "norwich" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-leaveat": [ + "21:00", + "9 pm" + ], + "train-arriveby": [ + "21:00" + ], + "train-bookpeople": [ + "3" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "mahal of cambridge" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01654.json", + "Complete Dialogue": [ + "USER: Please show me where the nearest hospital is", + "SYSTEM: The nearest hospital is The Addenbrookes Hospital located at Hills Rd, Cambridge Postcode CB20QQ.", + "USER: Thank you. Can you book a taxi to take me there?", + "SYSTEM: Yes, what time would you like the taxi to pick you up?", + "USER: Nevermind, I don't need a taxi. Thanks for your help.", + "SYSTEM: What can I help you with?", + "USER: That's all. Thank you, good bye.", + "SYSTEM: Thank you for using Cambridge TownInfo centre. Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "hospital", + "taxi" + ], + "Details": [ + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + }, + { + "Actions": [ + "find_taxi" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "SNG0827.json", + "Complete Dialogue": [ + "USER: Hi, can you help me find a place to stay on the north side?", + "SYSTEM: I have 13 hotels on the north side of town, do you have any preferences for price range, internet or parking?", + "USER: Yes, are there any expensive ones? I also would like free parking as well.", + "SYSTEM: Unfortunately I can't find any expensive hotels with free parking.", + "USER: How about something in the moderate range?", + "SYSTEM: I found the acorn guest house. Can I book this for you?", + "USER: That sounds great! Can you see if you can get me a room starting Friday? We'll be staying 4 nights, and there will be 2 of us.", + "SYSTEM: OK, you're all set for 4 nights at the Acorn, reference #9PD946FD . Can I help with anything else today?", + "USER: No, that's all I need. I appreciate your help!", + "SYSTEM: Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "moderate", + "expensive" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "acorn guest house" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL2015.json", + "Complete Dialogue": [ + "USER: I need a train leaving on monday after 18:45.", + "SYSTEM: There are a lot of trains running then. Did you have a particular station you were going to or leaving from?", + "USER: Yes, I need to travel from Kings Lynn to Cambridge.", + "SYSTEM: I have train TR1978 that departs at 19:11 and arrives by 19:58. Do you think that would be a good fit for you?", + "USER: That would be great can you get me 4 tickets for that?", + "SYSTEM: That has been booked. Your reference number is SGEZXO5V .", + "USER: I would also need a place to stay in a guesthouse with free parking", + "SYSTEM: The Allenbell is an affordable guesthouse in the area. How does that sound?", + "USER: Is it cheap? And do they offer free parking?", + "SYSTEM: They have free parking and internet. Is there anything else you would like to know?", + "USER: Can you book it for the same people for 5 nights starting on the same day", + "SYSTEM: I have that reservation made for you the reference number is 2U1NU0BI .", + "USER: Thank you. That is all for now.", + "SYSTEM: its been a pleasure to serve you." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-leaveat": [ + "18:45" + ], + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "19:58" + ], + "train-bookpeople": [ + "4" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "allenbell" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2645.json", + "Complete Dialogue": [ + "USER: I am looking for a museum on the east side.", + "SYSTEM: Yes, there are 4 museums available. Three of them are free.", + "USER: Can I get the address to one?", + "SYSTEM: Sure, the cambridge artworks is located at 5 greens road. Is there anything else you need?", + "USER: Could you give me the postcode, too?", + "SYSTEM: The postcode is cb13ef. It is a great museum.", + "USER: Thank you, can't wait to go! Can you help me with one more thing? I need to find a guesthouse for us in the north.", + "SYSTEM: There are several, all are in the moderate price range. Do you have any other preferences?", + "USER: Not really. I won't be needing free parking.", + "SYSTEM: Okay I recommend the Acorn Guest House. Would you like their information?", + "USER: Please book for 8 people for 5 nights starting from saturday.", + "SYSTEM: Acorn Guest House will be expecting the 8 of you to arrive on Saturday and stay for 5 nights. Your Reference number is : VXH2CWOR . Is there anything else?", + "USER: Awsome! I also need a taxi to leave the hotel by 19:00.", + "SYSTEM: Where will you be leaving from and what is the destination?", + "USER: I'll need to go from the hotel to the museum. I'd like to leave by 19:00 please.", + "SYSTEM: I have booked you a taxi. A yellow Tesla will arrive to pick you up by 19:00. The contact number is 07384178468. Can I help you with anything else?", + "USER: Thank you. That is all I need.", + "SYSTEM: You are welcome, enjoy your holiday in Cambridge." + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-parking": [ + "no" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "acorn guest house" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-departure": [ + "acorn guest house" + ], + "taxi-leaveat": [ + "19:00" + ], + "taxi-destination": [ + "cambridge artworks" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2134.json", + "Complete Dialogue": [ + "USER: Can you give me information on a particular attraction, called kambar?", + "SYSTEM: Sure, it's a nightclub in the centre of town.", + "USER: Great, could you also provide me with the phone number?", + "SYSTEM: Of course, the phone number for Kambar is 01223842725. Can I help you with anything else?", + "USER: I want to also eat Indian food. What expensive restaurant do you have?", + "SYSTEM: We have many options for Indian. How about Saffron Brasserie at Hills Road City Centre. Phone 011223354679. Anything else?", + "USER: Great. Could you make a reservation for 7 people at 17:30 on Monday?", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : 7E8IT3A0 . What else can I help you with today?", + "USER: No. That will be all.", + "SYSTEM: Thank you for using our services, feel free to contact us any time for assistance.", + "USER: thank you for helping", + "SYSTEM: Thank you for using our service today." + ], + "Service Information": { + "Services Involved": [ + "hospital", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "kambar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "monday" + ], + "restaurant-bookpeople": [ + "7" + ], + "restaurant-booktime": [ + "17:30" + ], + "restaurant-name": [ + "saffron brasserie" + ] + } + }, + { + "Actions": [ + "find_hospital" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "MUL1393.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to dine in the moderate price range and in the town centre.", + "SYSTEM: Great! We have a wide variety of foods to try. Are you interested in a particular type?", + "USER: I would like to try gastropub. Do you have one that serves that?", + "SYSTEM: There is a restaurant called the cow pizza kitchen and bar on Corn Exchange Street. Would you like me to book a table?", + "USER: No thank you. Can you tell me the postcode, address, and phone number please?", + "SYSTEM: The postcode is cb23qf. The address is Corn Exchange Street. And the phone number is 01223308871. Anything else I can help you with?", + "USER: I'm looking for a place to stay that has 4 stars and is a guesthouse, what is there like that?", + "SYSTEM: Acorn guest house looks like it matches your criteria, would you like to try that?", + "USER: Great, can I get their postcode, address, and phone number?", + "SYSTEM: There phone is 01223353888, postcode cb41da and address 154 chesterton road. Would you like me to book there for you?", + "USER: Yes that would be great. Thank you.", + "SYSTEM: Ok, what days would you like to book your stay?", + "USER: I would like to book it for 3 nights starting Friday.", + "SYSTEM: How many people would you like to book this for?", + "USER: Actually I'm not sure yet how many people will be with me. Can you just give me their phone number for now?", + "SYSTEM: Sure. Their phone number is 01223353888. Is there anything else I can help you with?", + "USER: No, I do not think so. Thank you for your help!", + "SYSTEM: You are very welcome. Thank you for using Cambridge TownInfo centre!" + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "gastropub" + ], + "restaurant-name": [ + "cow pizza kitchen and bar" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "acorn guest house" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG1100.json", + "Complete Dialogue": [ + "USER: I would like to find a place to go in the centre of town, that includes multiple sports", + "SYSTEM: Unfortunately, I am not finding anything that meets your criteria.", + "USER: Are there museums instead?", + "SYSTEM: There are 11 museums in the centre of town. How about Castle Galleries in unit su43, grande arcade, saint andrews street?", + "USER: That would be perfect. Thanks for all your help. Have a good night.", + "SYSTEM: Is there anything else you need help with?", + "USER: No, that's all.", + "SYSTEM: Okay, then, enjoy your day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "museum" + ] + } + }, + { + "Actions": [ + "find_hotel" + ], + "Preferences": {} + } + ] + } + }, + { + "Dialogue ID": "PMUL2289.json", + "Complete Dialogue": [ + "USER: Yeah, my wife and kids are demanding Spanish food. Can we keep it on the cheap side, please?", + "SYSTEM: La Raza is an inexpensive Spanish restaurant at the centre. Would you like the address?", + "USER: Yes, I would like the address please.", + "SYSTEM: 4 - 6 Rose Crescent postal cb23ll, can I assist with anything else today?", + "USER: We are also looking to visit a local museum. Do you have any recommendations?", + "SYSTEM: What area would you like?", + "USER: Something close to the restaurant would be nice.", + "SYSTEM: Broughton House Gallery is located in the centre at 98 king street. It has free entrance.", + "USER: What is the entrance fee and address? I think this sounds like a great place to visit.", + "SYSTEM: Broughton House Gallery is completely free. The address is at 98 King Street.", + "USER: Thank you that was all I needed.", + "SYSTEM: Your welcome. It was a pleasure assisting you today. Have a wonderful day." + ], + "Service Information": { + "Services Involved": [ + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "spanish" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-name": [ + "la raza" + ] + } + }, + { + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ], + "attraction-area": [ + "centre" + ], + "attraction-name": [ + "broughton house gallery" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3503.json", + "Complete Dialogue": [ + "USER: i need a place to go in cambridge that has sports in the centre", + "SYSTEM: The only sports area in town is in the east. Would you like to look for a different type of attraction?", + "USER: Sure. I'd like to find something in the area of architecture.", + "SYSTEM: I have 5 different options, the Holy Trinity Church is free and it is a must see attraction!", + "USER: Ok. What is the phone number for Holy Trinity Church?", + "SYSTEM: The phone number is 01223355397.", + "USER: Can I have the address and phone number, please?", + "SYSTEM: Sure thing, the phone number is 01223355397 and the Holy Trinity Church is located on Market Street. Is there anything else that I can do for you?", + "USER: Can you find me an expensive place to stay, it should be only 4 stars and include free wifi and parking.", + "SYSTEM: Would you like it to be in the West or Centre?", + "USER: It doesn't matter. Could you also get me the postcode for Holy Trinity Church? I forgot to ask.", + "SYSTEM: cb23nz is the postcode", + "USER: What area is it in?", + "SYSTEM: It is in the centre area, can I assist with anything else?", + "USER: No that will be all thank you so much.", + "SYSTEM: You're very welcome! Bye!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "multiple sports", + "architecture" + ], + "attraction-name": [ + "holy trinity church" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-area": [ + "dontcare" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0527.json", + "Complete Dialogue": [ + "USER: I need to book a train to cambridge on wednesday", + "SYSTEM: Understood. Where do you want to depart from and by when do you want to arrive?", + "USER: I'm leaving on Wednesday from Stevenage.", + "SYSTEM: There are 10 results. What time would you like to leave or arrive by?", + "USER: I would like to leave after 12:30 please.", + "SYSTEM: train TR7411 leaves at 13:54. would that be good?", + "USER: Possibly. What is the price for that ticket?", + "SYSTEM: The price of that ticket would be 12.80 pounds. Would you like me to reserve your ticket?", + "USER: could you tell me how long the train ride will be?", + "SYSTEM: The travel time is 49 minutes. What else would you like to know?", + "USER: That's all the information, about the train, that I need right now. Can you help me find a restaurant that serves Indian food?", + "SYSTEM: Definitely! My favorite is Tandoori Palace, which is in the center and expensive. If you want something a little cheaper, I recommend Kohinoor.", + "USER: Let's go for Tandoori Palace. I need a reservation for 2 people at 20:15 on Wednesday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : 4ZBNKZ8U .", + "USER: Was it booked for 2 people?", + "SYSTEM: Yes it was booked for 2 people reference number 4ZBNKZ8U .", + "USER: Fantastic. That is all.", + "SYSTEM: Enjoy your visit! Let us know if we can be of any further assistance." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "wednesday" + ], + "train-destination": [ + "cambridge" + ], + "train-departure": [ + "stevenage" + ], + "train-leaveat": [ + "12:30" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "indian" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "20:15" + ], + "restaurant-name": [ + "tandoori palace" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1458.json", + "Complete Dialogue": [ + "USER: I'm looking for find more information about an attraction I want to visit. What can you tell me about Gallery at Twelve a High Street?", + "SYSTEM: That's a museum on the east side, with free admission.", + "USER: What is their postcode?", + "SYSTEM: Their postcode is cb15dh. Is there anything else I can help you with today?", + "USER: Yes, I am coming from peterborough to cambridge, I need to take a train that will allow me to arrive by 08:15", + "SYSTEM: What day will you be traveling on?", + "USER: monday is fine", + "SYSTEM: well I can put you on the tr6741 you will arrive at 08:09, how many tickets please?", + "USER: i want to make a booking for 6 people.", + "SYSTEM: Okay great! Your reference number is HAXFBKAP, is that all you needed?", + "USER: Yes, thank you for all your help. Have a good day!", + "SYSTEM: Do you need help finding a restaurant? Cambridge has all types of cuisines.", + "USER: thank you for all your help. Have a good day!", + "SYSTEM: You're welcome. Goodbye" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "gallery at twelve a high street" + ], + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "08:15" + ], + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "monday" + ], + "train-bookpeople": [ + "6" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0707.json", + "Complete Dialogue": [ + "USER: I'm needing a place to dine. It needs to be an expensive Brazilian place.", + "SYSTEM: Unfortunately, I don't happen to show any restaurants that meet that criteria. Would you like me to try looking for a different price range or cuisine type?", + "USER: British food, then.", + "SYSTEM: We have six. Do you have an area preference? Graffiti, on the west side, is popular.", + "USER: All right, I'll try that. I need a reservation for a party of 5 at 11:00 on Thursday.", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : P15GVV9V . Is there anything else I can help you with?", + "USER: No that was all I needed, thanks so much, goodbye!", + "SYSTEM: You're welcome! Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "british", + "brazilian" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "11:00" + ], + "restaurant-name": [ + "graffiti" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0056.json", + "Complete Dialogue": [ + "USER: Can I book a taxi today, please? I'm going to Avalon.", + "SYSTEM: I would be happy to help you. First I will need to know where you are departing from and what time you want to arrive/depart.", + "USER: Pick me up at the pizza express Fen Ditton and take me to the avalon before 21:00. Can I get the car type and contact number?", + "SYSTEM: A red lexus will pick you up by 21:00. Your contact number is 07323820078.", + "USER: I need to be at the avalon by 21:00. The taxi will have to arrive slightly earlier to get me to my destination on time.", + "SYSTEM: Oh, I am very sorry for my error. You will arrive at Avalon by 21:00. I reserved a blue lexus with new contact # 07060980339.", + "USER: Thank you so much for your help.", + "SYSTEM: Let me know if there is anything else you need." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "avalon" + ], + "taxi-departure": [ + "pizza express fen ditton" + ], + "taxi-leaveat": [ + "21:00" + ], + "taxi-arriveby": [ + "21:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20620.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant in the south part of town that is in the cheap price range.", + "SYSTEM: I have two restaurants that meet your requirements. Do you have a cuisine preference?", + "USER: I would like Italian food.", + "SYSTEM: I'm sorry, there are no restaurants matching your request. Would you like to try something else?", + "USER: I don't care.", + "SYSTEM: Nandos is cheap restaurant in the south part of town serving Portuguese food. Would you like their phone number?", + "USER: Yes, also I will need their address.", + "SYSTEM: Their address is Cambridge Leisure Park Clifton Way. Would you also like the phone number?", + "USER: Yes, please give me their number.", + "SYSTEM: The phone number for Nandos is 01223 327908. Is there anything else I can help you with?", + "USER: No, thanks. I'll head to Nandos now. Goodbye.", + "SYSTEM: Have a nice day!" + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "south" + ], + "restaurant-pricerange": [ + "cheap" + ], + "restaurant-food": [ + "italian", + "dontcare" + ], + "restaurant-name": [ + "nandos" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SSNG0114.json", + "Complete Dialogue": [ + "USER: I'm hoping to find a restaurant in the centre that serves British food.", + "SYSTEM: How about the oak bistro on Lensfield Road?", + "USER: What is the price range? It needs to be moderate.", + "SYSTEM: The Oak Bistros price range is moderate would you like more information on it or to book a table?", + "USER: I'd like a table for 3 people at 11:00 on Friday, please.", + "SYSTEM: The oak bistro is fully booked. Do you want me to try another restaurant in the centre serving moderate British food?", + "USER: Yes, please try another restaurant in the center serving moderate British food.", + "SYSTEM: I was able to book restaurant one seven, reference number is XXZ4D253 .", + "USER: Sounds wonderful, thank you for your help. That is all I need. Bye.", + "SYSTEM: Thank you for calling Cambridge TownInfo centre. Have a great day." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "british" + ], + "restaurant-name": [ + "restaurant one seven", + "the oak bistro" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-bookday": [ + "friday" + ], + "restaurant-bookpeople": [ + "3" + ], + "restaurant-booktime": [ + "11:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0359.json", + "Complete Dialogue": [ + "USER: I am looking for a place to stay. Can you help me out?", + "SYSTEM: Sure. Are you looking for anything in particular?", + "USER: In the East and must be a hotel", + "SYSTEM: I have one listing for express by holiday inn cambridge,will that be okay?", + "USER: That would be fine.", + "SYSTEM: Would you like me to book a room for you?", + "USER: Yes please for 2 people for 4 nights starting from Friday.", + "SYSTEM: sure thing, your all set. Confirmation # is ZSDFLXSJ . Anything else I can help you with today?", + "USER: Yes, I'm also looking for a moderate priced restaurant near the hotel. Can you find one?", + "SYSTEM: There are 2 moderately price Indian restaurants and one Italian place in the area. Which type of cuisine do you prefer?", + "USER: Definitely Italian, curry gives me gas.", + "SYSTEM: I can suggest Pizza Hut in Fen Ditton located in Cambridge Retail Park Newmarket.", + "USER: That sounds great. Thanks.", + "SYSTEM: Sweet! Do you need a reservation?", + "USER: I do not need a reservation right now.", + "SYSTEM: Okay, how else can I help then?", + "USER: That's all I needed tonight. Thanks for the help.", + "SYSTEM: I am glad to be of service, enjoy your stay in Cambridge." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "friday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "express by holiday inn cambridge", + "express by holiday inn cambridge,will" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "east" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-name": [ + "pizza hut" + ] + } + } + ] + } + }, + { + "Dialogue ID": "MUL0709.json", + "Complete Dialogue": [ + "USER: Hi, I am looking for a hotel to stay in in east cambridge.", + "SYSTEM: Certainly, there are 6 guesthouses, and one hotel. Do you have any preferences I should include?", + "USER: The hotel in question ideally would be in the expensive price range. It doesn't need to have free parking, though.", + "SYSTEM: Your best bet would be the Express by Holiday Inn Cambridge. It is an expensive 2-star hotel in the east area of town with free wifi and free parking.", + "USER: If there are not any hotels that do not include free parking then that place will do.", + "SYSTEM: Great. How many guests should I make a reservation for and what nights would you like to stay?", + "USER: There will be 3 guests for 2 nights starting Sunday.", + "SYSTEM: I'm sorry, I was unable to book with those constraints, would you like to try another day or a shorter stay?", + "USER: Would it be possible to book this for one night?", + "SYSTEM: I was able to book one night starting Sunday for 3 guests. Your reference number is 1OOWMJEN . Would you like anything else?", + "USER: Yes, I also need a train to Birmingham New Street.", + "SYSTEM: I just need some more information. Where are you departing from? What day and what time do you need to leave and arrive by?", + "USER: I would like to depart from cambridge on monday.", + "SYSTEM: I have 19 available trains. TR6628 leaves at 08:01 and arrives at 10:44. Would you like me to book that for you?", + "USER: Yes please, for the same 3 people. And can I have the reference number?", + "SYSTEM: I've completed your booking! The reference number for your train is X4WPOS52 . The total cost is 225.3 GBP and is payable at the station. Can I help with anything else?", + "USER: No, that'll be all. Thank you so much for all of your help!", + "SYSTEM: We are happy to be of help. Thank you for using our service." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "east" + ], + "hotel-parking": [ + "no" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-name": [ + "express by holiday inn cambridge" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "3" + ], + "hotel-bookstay": [ + "2", + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "birmingham new street" + ], + "train-day": [ + "monday" + ], + "train-departure": [ + "cambridge" + ], + "train-bookpeople": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0268.json", + "Complete Dialogue": [ + "USER: I'm looking for a 3-star lodging with free wifi.", + "SYSTEM: We have 5 locations with a 3 star rating that offer free wifi, do you prefer a particular area or price range?", + "USER: I would like it to be in the west", + "SYSTEM: The hobsons house is available in that area.", + "USER: That sounds like it will work. Can I book that for 3 nights starting Wednesday?", + "SYSTEM: I've booked you a one person stay for 3 nights starting on Wednesday. Your reference number is: Q81KT0VN .", + "USER: I also am looking for somewhere to get afternoon tea.", + "SYSTEM: Would you be interested in a British restaurant then?", + "USER: Let's try a Chinese restaurant instead.", + "SYSTEM: There are quite a few Chinese restaurants. Are you you looking for one in the west, like your hotel? Any price range in mind?", + "USER: No I'm not too picky. You can just select one for me and then please book a table for 8 people on wednesday at 15:45", + "SYSTEM: Your booking at the Yu Garden on Wednesday at 15:45 for a party of 8 is confirmed. Your Reference number is : FPL31KWN . Can I help you wroth anything further?", + "USER: That's all for today! Thanks a ton. Bye!", + "SYSTEM: I hope you have a wonderful meal." + ], + "Service Information": { + "Services Involved": [ + "hotel", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-internet": [ + "yes" + ], + "hotel-stars": [ + "3" + ], + "hotel-area": [ + "west" + ], + "hotel-bookday": [ + "wednesday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ], + "hotel-name": [ + "hobsons house" + ] + } + }, + { + "Actions": [ + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese" + ], + "restaurant-bookday": [ + "wednesday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "15:45" + ], + "restaurant-name": [ + "yu garden" + ] + } + } + ] + } + }, + { + "Dialogue ID": "WOZ20445.json", + "Complete Dialogue": [ + "USER: I am looking for a restaurant with vegetarian food.", + "SYSTEM: What area of town are you looking for?", + "USER: Any area of town would be fine.", + "SYSTEM: There are no restaurants serving vegetarian food.", + "USER: How about european food?", + "SYSTEM: Would you prefer European or modern European food?", + "USER: European, please.", + "SYSTEM: There are ten results. Do you have a price range preference?", + "USER: No I do not", + "SYSTEM: Cambridge Lodge Restaurant serves European food and is the expensive price range.", + "USER: Can I have the address and phone number?", + "SYSTEM: The address is Cambridge Lodge Hotel 139 Huntingdon Road City Centre, postcode C.B 3, 0 d.Q , phone is 01223 355166", + "USER: Thank you, goodbye", + "SYSTEM: You're welcome and thank you for calling. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "vegetarian", + "european" + ], + "restaurant-area": [ + "dontcare" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-name": [ + "cambridge lodge restaurant" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2591.json", + "Complete Dialogue": [ + "USER: I would like to visit some colleges or universities in Cambridge. Can you make some recommendations?", + "SYSTEM: We have 18 colleges open to visitors. Christ's College and Churchill College are popular choices, and they're free to enter.", + "USER: Could you please give me the area, address, and postcode for Churchill College?", + "SYSTEM: I can! It is in the west at Storey's Way, postcode cb30ds. Phone 01223336233. Need anything else?", + "USER: Yes please. I need a place to crash. I'm thinking a 4 star guesthouse.", + "SYSTEM: I see one place that is a match for you; Finches bed and breakfast on the west side of town (for your convenience) the price is cheap. If you would like I can make you a booking?", + "USER: What is the address and post code?", + "SYSTEM: The address is 144 Thornton Road, and the post code is cb30nd. Is there anything else I can help you with?", + "USER: Does that hotel include free wifi?", + "SYSTEM: Yes Finches Bed and Breakfast does have free wifi.", + "USER: Great that's all I need for now. Thank you so much.", + "SYSTEM: Thank you for calling. Have a great day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "college" + ], + "attraction-name": [ + "churchills college", + "churchill college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-name": [ + "finches bed and breakfast" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3716.json", + "Complete Dialogue": [ + "USER: I am planning a trip in Cambridge", + "SYSTEM: Great! What can i help you find?", + "USER: place to stay a hotel should have a star of 4 in the West and cheap", + "SYSTEM: The Cambridge Belfry is the only place that matches all of your criteria. Would you like to reserve a room?", + "USER: I'm not sure yet. Does it have free parking?", + "SYSTEM: It does have free parking and wifi.", + "USER: Ok, let's get rooms for 7 people for 5 nights. I'll need it from Monday please.", + "SYSTEM: Your booking was successful and the reference number is C505YX1I . Is there anything else I can do for you?", + "USER: Yes, I need a train on Tuesday going to Birmingham New Street. Can you find me one?", + "SYSTEM: Absolutely, What time would you like to leave? And, I assume you will be leaving from Cambridge?", + "USER: The train should arrive by 14:15", + "SYSTEM: Ok there is one leaving earlier i will book it for and send you the infomation" + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "birmingham new street" + ], + "train-arriveby": [ + "14:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-pricerange": [ + "cheap" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "hotel" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "cambridge belfry" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1382.json", + "Complete Dialogue": [ + "USER: Find me places to go in town. I want to go to museum type attractions.", + "SYSTEM: I have 11 museum type locations in the city centre, would you care to see a listing?", + "USER: Can you give me the phone number to the closest one to my location?", + "SYSTEM: Yes the phone number is 01223314960.", + "USER: I also need a train to Cambridge departing from Kings Lynn", + "SYSTEM: What day are you leaving?", + "USER: I am wanting to leave on Sunday after 18:30.", + "SYSTEM: I have the TR1526 leaving at 09:11. How many ticket please?", + "USER: Oh, I'm not gonna book right now. Do you know how long the trip will take?", + "SYSTEM: that trip will take 47 minutes. anything else today?", + "USER: No thank you", + "SYSTEM: If that's all, then I hope you enjoy your time in Cambridge! Have a great day." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "kings lynn" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "sunday" + ], + "train-leaveat": [ + "18:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL3796.json", + "Complete Dialogue": [ + "USER: I'm looking for a good museum to visit in the center of town. Can you recommend anything?", + "SYSTEM: There are 11 museums in the centre. The broughton house gallery doesn't have a fee. Would you like more information?", + "USER: Yes, please. Can I get the phone number?", + "SYSTEM: broughton house gallery's phone number is 01223314960", + "USER: I also need a train going to Cambridge and need to arrive by 15:30.", + "SYSTEM: And where will you be departing from?", + "USER: I am departing from norwich on Tuesday.", + "SYSTEM: TR2098 will arrive in Cambridge at 14:35 on Tuesday. Would you like to book passage on that train?", + "USER: No thank you. Could you just tell me the departure time?", + "SYSTEM: Yes, it leaves at 13:16.", + "USER: Thanks for being so helpful. That is all I need today. Bye.", + "SYSTEM: You're welcome, have a great day!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "centre" + ], + "attraction-type": [ + "museum" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-arriveby": [ + "15:30" + ], + "train-destination": [ + "cambridge" + ], + "train-day": [ + "tuesday" + ], + "train-departure": [ + "norwich" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1202.json", + "Complete Dialogue": [ + "USER: Hello, I would to know about some places to go in Cambridge. I'd like to do something on a boat, if possible.", + "SYSTEM: Ok, there are four options. Two are in the centre, one is in the east and one is in the north.", + "USER: Let's try the one in the north. What is the entrance fee?", + "SYSTEM: I have a listing for riverboat georgina in the north is that okay?", + "USER: Yes, can I get the postcode and entrance fee?", + "SYSTEM: Yes, the postcode is cb43ax and the entrance fee is not known at this time.", + "USER: Thank you I also need a train that will depart from cambridge and should go to leicester.", + "SYSTEM: I have several trains available. What day will you be traveling and when would you like to leave and arrive?", + "USER: I need the train to leave after 13:00 on Monday. Tell me if any fit this description. I need to know the arrival time and train ID as well.", + "SYSTEM: Train TR6799 leaves Cambridge at 13:21 and arrives at Leicester at 15:06. Will that work for you?", + "USER: Yes, that's perfect! Could I have the arrival time and train ID please?", + "SYSTEM: The train id number is TR6799 and the arrival time is 15:06. Is there anything else I can assist you with today?", + "USER: No thank you, looking forward to my time here. Have a great day.", + "SYSTEM: Yes, please enjoy your time in Cambridge. Thanks for letting me help you today. Bye." + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-type": [ + "boat" + ], + "attraction-area": [ + "north" + ], + "attraction-name": [ + "riverboat georgina" + ] + } + }, + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "leicester" + ], + "train-day": [ + "monday" + ], + "train-leaveat": [ + "13:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG01356.json", + "Complete Dialogue": [ + "USER: Help me arrange for a taxi to tandoori palace", + "SYSTEM: Alright. What time do you want to leave by?", + "USER: I'd like to leave after 16:30, please.", + "SYSTEM: Booking is done. Your car is a white tesla and contact number is 072411211316", + "USER: Great. That's all for today. Thanks", + "SYSTEM: You're welcome. Have a good time!" + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-destination": [ + "tandoori palace" + ], + "taxi-leaveat": [ + "16:30" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1888.json", + "Complete Dialogue": [ + "USER: I'm looking for a train for my trip to Cambridge. I need it to leave on Monday and to depart from Peterborough. Can you give me some times?", + "SYSTEM: Sure, there are plenty of available time starting at 05:19 and going all day. Was there a particular time of day you wanted to depart?", + "USER: I want to arrive at or a little before 12:15, please.", + "SYSTEM: TR0919 leaves Peterborough at 11:19 and arrives at 12:09. Would you like to book seats on that one?", + "USER: How long is the travel time. My math is not the best.", + "SYSTEM: My math isn't the best either but the travel duration is 50 minutes. I can help you book a seat on the TR0919 if you'd like.", + "USER: I am also looking for a hotel called Archway House.", + "SYSTEM: Archway house is a guesthouse located in the north part of town in the moderate price range at 52 gilbert road", + "USER: I need it for one person, 3 nights and starting on Monday.", + "SYSTEM: Booking was successful. Reference number is : LMABMGNI . Do you need anything else?", + "USER: No thank you. That's it.", + "SYSTEM: Alright. Have a great day.", + "USER: Thanks, you too.", + "SYSTEM: Thank you. Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-day": [ + "monday" + ], + "train-departure": [ + "peterborough" + ], + "train-destination": [ + "cambridge" + ], + "train-arriveby": [ + "12:15" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-name": [ + "archway house" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "3" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1225.json", + "Complete Dialogue": [ + "USER: I'm looking for a train headed to Cambridge.", + "SYSTEM: When and where would you like to depart?", + "USER: I would like to depart from Stevenage on Wednesday.", + "SYSTEM: Is there a particular time you would like to leave or arrive by?", + "USER: I would like to arrive by 8:30.", + "SYSTEM: There is one options available TR9448, leaves at 05:54 and arrives at 06:43.", + "USER: Okay, could you tell me the price?", + "SYSTEM: The 5:54 train is 12.80 pounds.", + "USER: Can you book it for me and send me the reference number?", + "SYSTEM: Booking was successful, the total fee is 12.8 GBP payable at the station . Reference number is : 26GRQWBX .", + "USER: I am also looking for the attraction, Tenpin.", + "SYSTEM: Tenpin is in the south. The address is cambridge leisure park, clifton way.", + "USER: Is there an entrance fee?", + "SYSTEM: My database does not have that information currently available. Would you like the phone number so you can call and ask?", + "USER: Are you sure? I've always been able to get that information from this system. Can you check again please?", + "SYSTEM: Our system does not provide the entrance fee for tenpin. You don't have much experience with this system do you?", + "USER: Yeah, my first time taking a trip here, sorry. Im sure the fee is no big deal, thank you so much for your help.", + "SYSTEM: Thank you for using our service today!" + ], + "Service Information": { + "Services Involved": [ + "train", + "attraction" + ], + "Details": [ + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-destination": [ + "cambridge" + ], + "train-day": [ + "wednesday" + ], + "train-departure": [ + "stevenage" + ], + "train-arriveby": [ + "08:30", + "8:30" + ], + "train-bookpeople": [ + "1" + ] + } + }, + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "tenpin" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL0909.json", + "Complete Dialogue": [ + "USER: Hi there, I've just started planning my trip. Can you help me find a restaurant?", + "SYSTEM: I would be happy to assist you. Is there a price range you prefer, or a type of cuisine?", + "USER: I am looking for a moderately priced chinese restaurant.", + "SYSTEM: What area of town would you like to dine in?", + "USER: I'm sorry, I just thought of a restaurant I had forgotten about. I would like to dine at a particular restaurant called Shiraz Restaurant.", + "SYSTEM: I have no matching restaurants. Can I help you find something else?", + "USER: I also need a train ticket.", + "SYSTEM: I'll be happy to assist with that, but I'll need some additional information. What is your destination and departure point? Also, when will you be traveling?", + "USER: I'll be heading to the airport on Friday after finishing up sightseeing here.", + "SYSTEM: I actually did find Shiraz Restaurant. Great Mediterranean place. Can I book a table before we work on your train?", + "USER: Oh perfect! Can I have a table for 8 people at 19:00 on thursday", + "SYSTEM: Booking was successful. The table will be reserved for 15 minutes.Reference number is : 4JP4LX3W .", + "USER: Alright, would you like to continue finding a train?", + "SYSTEM: I just want to confirm. You need a train on Friday from Cambridge to Stansted Airport. What time would you like to depart? This is a 28 minute train ride.", + "USER: I want one that gets there by 16:00", + "SYSTEM: I've booked on TR1316 friday leaving cambridge 14:40 arriving at stansted airport at 15:08 cost is 10.10 pounds, referenece E0X8YVGZ . Is there anything else I can help you with?", + "USER: Can you please confirm the travel time?", + "SYSTEM: The travel time is 28 minutes.", + "USER: OK, thanks for everything.", + "SYSTEM: Is there anything else I can help you with today?", + "USER: I don't need anything else.", + "SYSTEM: Have a great trip.", + "USER: Thank you for your help.", + "SYSTEM: Thanks again for letting us help you! Enjoy your visit! Goodbye." + ], + "Service Information": { + "Services Involved": [ + "train", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "chinese", + "mediterranean" + ], + "restaurant-pricerange": [ + "moderate" + ], + "restaurant-name": [ + "shiraz" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "friday" + ], + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "stansted airport" + ], + "train-arriveby": [ + "16:00" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2147.json", + "Complete Dialogue": [ + "USER: I am looking for King's College.", + "SYSTEM: Yes, King's College is in the centre and located on King's Parade. Their phone number is 01223331100.", + "USER: Thank you!", + "SYSTEM: May I help you with any thing else?", + "USER: Yes. Do you know what their entrance fee is? Also, I need some help finding an Italian restaurant in the centre area.", + "SYSTEM: It is free admission into the King's college. Sure I can help with that. What is your price range?", + "USER: I don't have a price range preference.", + "SYSTEM: There is pizza express it's moderately priced, would you like more information or for me to book it for you?", + "USER: Yes please. I would like the reservation for Thursday at 15:00 for 2 people.", + "SYSTEM: I was able to book your table. The Reference number is : WA5JKA4G . Is there anything else you needed?", + "USER: I also need a taxi to travel between King's College and the restaurant.", + "SYSTEM: Booking completed! Booked car type : blue tesla Contact number : 07982639539", + "USER: That was all I needed, thank you.", + "SYSTEM: thanks for using our services and welcome anytime" + ], + "Service Information": { + "Services Involved": [ + "taxi", + "attraction", + "restaurant" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-name": [ + "kings college", + "king's college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-food": [ + "italian" + ], + "restaurant-pricerange": [ + "dontcare" + ], + "restaurant-bookday": [ + "thursday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "15:00" + ], + "restaurant-name": [ + "pizza express" + ] + } + }, + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "15:00" + ], + "taxi-departure": [ + "kings college", + "king's college" + ], + "taxi-destination": [ + "pizza express" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1773.json", + "Complete Dialogue": [ + "USER: I need to take a train from Cambridge to London Kings Cross, it would need to be after 10.", + "SYSTEM: Okay. What day will you be traveling?", + "USER: On Friday after 10.", + "SYSTEM: The TR1502 leaves friday at 11:00.", + "USER: Yes, that will be great. How much does a ticket cost?", + "SYSTEM: A ticket is 23.60 pounds.", + "USER: Can you also give me the travel time?", + "SYSTEM: The travel time is 51 minutes.", + "USER: Thanks! Can you also see if there are any expensive, 4-star guesthouses in the north area of town?", + "SYSTEM: What you are looking for can not be found. Is there any other area you would mind searching in?", + "USER: No I want to stay in that area. What other hotel accomadations are in the area?", + "SYSTEM: Avalon is a moderate priced 4 star guesthouse in the north part of town. It has free internent. Would you like more information or can I book it for you?", + "USER: Can you book it for 4 people and 4 nights starting from Monday?", + "SYSTEM: Booking was successful.Reference number is : 1VF2W9YC .", + "USER: Thank you! That is all.", + "SYSTEM: You're welcome. Call back if you need further bookings or assistance." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_train" + ], + "Preferences": { + "train-departure": [ + "cambridge" + ], + "train-destination": [ + "london kings cross" + ], + "train-leaveat": [ + "10", + "10:00" + ], + "train-day": [ + "friday" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-area": [ + "north" + ], + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4" + ], + "hotel-type": [ + "guesthouse" + ], + "hotel-bookday": [ + "monday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "4" + ], + "hotel-name": [ + "avalon" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0865.json", + "Complete Dialogue": [ + "USER: I need a 5 star luxury hotel with a jacuzzi.", + "SYSTEM: I am sorry but I am not finding any hotels that fit your needs.", + "USER: What about an expensive, 4 star hotel?", + "SYSTEM: I have two for you to choose from. I have the Huntingdon Marriott Hotel in the west, and the University Arms Hotel in the centre of town.", + "USER: Does either one have free parking?", + "SYSTEM: Yes, they both offer free parking, and are expensive four star hotels. Would you prefer the centre area or the west area?", + "USER: I guess the centre. Can you reserve 2 nights starting Saturday? There are 8 of us.", + "SYSTEM: Unfortunately, neither location can accommodate your request, would you like to try for a different length length of time?", + "USER: Yes. Is either one available for just one night?", + "SYSTEM: The marriott worked. Your reference number is NNFT47MW .", + "USER: Thank you, that is all I need. Toodles.", + "SYSTEM: Have a fun stay. Bye." + ], + "Service Information": { + "Services Involved": [ + "hotel" + ], + "Details": [ + { + "Actions": [ + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-stars": [ + "4", + "5" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "centre" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "8" + ], + "hotel-bookstay": [ + "2", + "1" + ], + "hotel-name": [ + "the huntingdon marriott hotel", + "the marriott" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL1866.json", + "Complete Dialogue": [ + "USER: I'm looking for a place to stay in Cambridge, moderate price for a hotel.", + "SYSTEM: Are there any amenities that you are looking for? Parking? Internet?", + "USER: I'd like free parking.", + "SYSTEM: What area would you like to stay in?", + "USER: I don't really have a preference for area. But I would like it to be a hotel rather than a guesthouse. And I would love free parking.", + "SYSTEM: We have ashley hotel and lovell lodge, shall I book you for one of the two?", + "USER: I need it for 7 people. 5 nights starting Sunday.", + "SYSTEM: Which of the 2 hotels should I book for you?", + "USER: How about the Ashley Hotel?", + "SYSTEM: Booking was successful. Reference number is L1S8JNAC . Do you need anything else?", + "USER: I am also looking for a train departing from stansted airport going to cambridge on sunday. I need to leave after 19:30.", + "SYSTEM: TR2021 is leaving at 20:24 would that work for you?", + "USER: Yes, please make a booking for my group. We'll all be traveling together.", + "SYSTEM: Booking was successful, the total fee is 56.56 GBP payable at the station . Reference number is : EZIAXWCQ . Can I help you with anything else?", + "USER: Thank you that is all I needed today.", + "SYSTEM: Great! I'm glad I could be of help. Have a good day." + ], + "Service Information": { + "Services Involved": [ + "train", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_hotel", + "book_hotel" + ], + "Preferences": { + "hotel-pricerange": [ + "moderate" + ], + "hotel-type": [ + "hotel" + ], + "hotel-parking": [ + "yes" + ], + "hotel-area": [ + "dontcare" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-name": [ + "ashley hotel" + ] + } + }, + { + "Actions": [ + "NONE", + "book_train", + "find_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "stansted airport" + ], + "train-destination": [ + "cambridge" + ], + "train-leaveat": [ + "19:30" + ], + "train-bookpeople": [ + "7" + ] + } + } + ] + } + }, + { + "Dialogue ID": "PMUL2509.json", + "Complete Dialogue": [ + "USER: I am staying in the west part of cambridge and would like to know about some places to go.", + "SYSTEM: I have several attractions in the west for you. Is there a certain type you have in mind?", + "USER: No, what would you recommend?", + "SYSTEM: i suggest queens college in the silver street. you want the address?", + "USER: I would like the phone number and the post code please.", + "SYSTEM: Sure! The phone number is 01223335511 and the postcode is cb39et. Is there anything else I can help you with today?", + "USER: I need a 3 star guesthouse in the same area. Does not need to include internet.", + "SYSTEM: There is a guesthouse named Hobsons House located in the west with 3 stars. It is moderately priced and has internet and parking. Would you like this one booked?", + "USER: No thank you. I just needed the information. That's all I need.", + "SYSTEM: Great! Have a good day!" + ], + "Service Information": { + "Services Involved": [ + "attraction", + "hotel" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + "west" + ], + "attraction-type": [ + "dontcare" + ], + "attraction-name": [ + "queens college" + ] + } + }, + { + "Actions": [ + "NONE", + "find_hotel" + ], + "Preferences": { + "hotel-area": [ + "west" + ], + "hotel-internet": [ + "dontcare" + ], + "hotel-stars": [ + "3" + ], + "hotel-type": [ + "guesthouse" + ] + } + } + ] + } + }, + { + "Dialogue ID": "SNG0044.json", + "Complete Dialogue": [ + "USER: I need a taxi. I'll be departing the Fitzwilliam museum and need to arrive by 20:15", + "SYSTEM: I can reserve that for you. Where is your destination?", + "USER: I am heading to restaurant one seven.", + "SYSTEM: Okay a white honda will be picking you up and the contact number is 07631927676. What else can I help you with?", + "USER: That is all that I need thanks.", + "SYSTEM: Great, thank you for using our service!", + "USER: Thanks for your help. Bye.", + "SYSTEM: You are welcome. Have a great day. Bye." + ], + "Service Information": { + "Services Involved": [ + "taxi" + ], + "Details": [ + { + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "20:15" + ], + "taxi-departure": [ + "fitzwilliam museum" + ], + "taxi-destination": [ + "restaurant one seven" + ] + } + } + ] + } + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/dialogues/output_dialogues_50_df_2.csv b/notebooks/dialogue_generation/dialogues/output_dialogues_50_df_2.csv new file mode 100644 index 0000000000000000000000000000000000000000..4ad1fe13f10bd2e7d2b50f98888430e8d33be8b4 --- /dev/null +++ b/notebooks/dialogue_generation/dialogues/output_dialogues_50_df_2.csv @@ -0,0 +1,551 @@ +Dialogue ID,Original Dialogue,Prompt,Domain Knowledge,utterances_separated,utterances_joined +PMUL4398.json,USER: i need a place to dine in the center thats expensive SYSTEM: I have several options for you; do you prefer African/, Asian/, or British food? USER: Any sort of food would be fine/, as long as it is a bit expensive. Could I get the phone number for your recommendation? SYSTEM: There is an Afrian place named Bedouin in the centre. How does that sound? USER: Sounds good/, could I get that phone number? Also/, could you recommend me an expensive hotel? SYSTEM: Bedouin's phone is 01223367660. As far as hotels go/, I recommend the University Arms Hotel in the center of town. USER: Yes. Can you book it for me? SYSTEM: Sure/, when would you like that reservation? USER: i want to book it for 2 people and 2 nights starting from saturday. SYSTEM: Your booking was successful. Your reference number is FRGZWQL2 . May I help you further? USER: That is all I need to know. Thanks/, good bye. SYSTEM: Thank you so much for Cambridge TownInfo centre. Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel and restaurant?"/, "User: My budget for the hotel is around $200 per night/, and I'm looking for a restaurant with a price range of $50 to $100 per person."/, "System: Great/, I have some options for you. For hotels/, we have the University Arms Hotel/, which is a 4-star hotel located in the city centre/, and it's within your budget. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you also recommend a restaurant nearby?'/, 'System: Sure! Based on your preferences/, I recommend the Bedouin Restaurant/, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes/, and their prices range from $50 to $100 per person. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you also tell me about the availability and the booking process?'/, 'System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night/, and you can book a room by providing your credit card information. As for the Bedouin Restaurant/, they have availability for tonight and tomorrow night as well/, and you can book a table by providing your name and contact information.'/, "User: Great/, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost?"/, 'System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400/, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details:'/, 'User: That sounds great/, thank you for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel and restaurant? User: My budget for the hotel is around $200 per night/, and I'm looking for a restaurant with a price range of $50 to $100 per person. System: Great/, I have some options for you. For hotels/, we have the University Arms Hotel/, which is a 4-star hotel located in the city centre/, and it's within your budget. Would you like me to book a room for you? User: Yes/, that sounds great. Can you also recommend a restaurant nearby? System: Sure! Based on your preferences/, I recommend the Bedouin Restaurant/, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes/, and their prices range from $50 to $100 per person. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you also tell me about the availability and the booking process? System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night/, and you can book a room by providing your credit card information. As for the Bedouin Restaurant/, they have availability for tonight and tomorrow night as well/, and you can book a table by providing your name and contact information. User: Great/, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost? System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400/, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details: User: That sounds great/, thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! User: Thank you/, I will. Goodbye! System: Goodbye! +SNG1013.json,USER: Guten Tag/, I am staying overnight in Cambridge and need a place to sleep. I need free parking and internet. SYSTEM: I have 4 different options for you. I have two cheaper guesthouses and two expensive hotels. Do you have a preference? USER: No/, but I'd really like to be on the south end of the city. Do any of those fit the bill? SYSTEM: Sure. Does price matter? We can narrow it down and find exactly what you need. USER: No I don't care about the price. Which one do you recommend? SYSTEM: I would recommend aylesbray lodge guest house. Would you like me to book that for you? USER: Yes/, book it for 4 people and 4 nights starting from tuesday. SYSTEM: The booking was unsuccessful. would you like another day or a shorter stay? USER: How about for 3 nights? SYSTEM: Booked! Reference number is: 84ESP6F5 USER: Great. I am all set then. Have a nice day. Bye. SYSTEM: Have a nice stay. Bye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of London. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel?"/, 'User: My budget is around £150 per night.'/, 'System: Great/, that helps me narrow down the options. Do you have any specific requirements for the hotel/, such as a certain number of stars or amenities like a gym or spa?'/, 'User: I would like a 4-star hotel with a gym and spa.'/, 'System: Perfect. Based on your preferences/, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London/, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it?'/, 'User: Yes/, that sounds great. Can you also recommend a restaurant nearby?'/, 'System: Certainly! There are many great restaurants in the area. Based on your preferences/, I suggest trying the "The Dining Room at the Goring Hotel". It is a 2-Michelin-starred restaurant located just a few minutes\' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes/, including vegetarian and gluten-free options. Would you like to make a reservation?'/, 'User: Yes/, please. Can you book a table for four people on Tuesday at 7 pm?'/, 'System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in London!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of London. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, what is your budget for the hotel? User: My budget is around £150 per night. System: Great/, that helps me narrow down the options. Do you have any specific requirements for the hotel/, such as a certain number of stars or amenities like a gym or spa? User: I would like a 4-star hotel with a gym and spa. System: Perfect. Based on your preferences/, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London/, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it? User: Yes/, that sounds great. Can you also recommend a restaurant nearby? System: Certainly! There are many great restaurants in the area. Based on your preferences/, I suggest trying the "The Dining Room at the Goring Hotel". It is a 2-Michelin-starred restaurant located just a few minutes' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes/, including vegetarian and gluten-free options. Would you like to make a reservation? User: Yes/, please. Can you book a table for four people on Tuesday at 7 pm? System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in London! +PMUL0121.json,USER: Hi there! Can you give me some info on Cityroomz? SYSTEM: Cityroomz is located at Sleeperz Hotel/, Station Road in the Centre area. It is a moderatley priced hotel with a 0 star rating. Would you like to book a room? USER: Yes please. I need it for 7 people for 3 nights starting on tuesday. SYSTEM: How many days would you like to book it for? USER: I would like to book it for 3 nights beginning on Tuesday. SYSTEM: Ok/, Your rooms have been booked. Your reference number is CYJDAR7R . Is there anything else I can help you with today? USER: Yeah/, I need a restaurant in the west and with expensive pricing. SYSTEM: There are 9 expensive restaurants in the west area. Do you prefer a certain type of food? USER: No/, I don't have a preference/, but I need the phone number and postcode. SYSTEM: I recommend Graffiti/, the number is 01223277977 and the postcode is cb30lx. Would you like me to book a table for you? USER: No/, right now/, I just need the infor. Thanks! SYSTEM: Can I help you with anything else today? USER: That is all. thanks SYSTEM: Thank you for using our system., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options?"/, "System: Sure! Based on your preferences/, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so/, I'll need some more information from you. Can you please provide me with the following details:"/, "User: Great! I'd like to book a hotel in the downtown area/, and my budget is around $200 per night. I'll be booking for two people."/, 'System: Thanks for providing that information! Based on your preferences/, I suggest the following hotels with city views:'/, 'User: Yes/, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm?'/, "System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation."/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What specific services would you like to request? User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options? System: Sure! Based on your preferences/, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so/, I'll need some more information from you. Can you please provide me with the following details: User: Great! I'd like to book a hotel in the downtown area/, and my budget is around $200 per night. I'll be booking for two people. System: Thanks for providing that information! Based on your preferences/, I suggest the following hotels with city views: User: Yes/, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm? System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation. User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye! +PMUL3484.json,USER: I am looking for a hotel named alyesbray lodge guest house. SYSTEM: i have their info/, what would you like to know? USER: I would like to book a reservation for it. Can you help me with that? SYSTEM: I sure can. First/, I will need to know when you want your stay to begin and how many days you'll be staying. Also/, how many people will be staying? USER: We will be arriving on Sunday and will stay for 5 nights. SYSTEM: Can you tell me how many guests will be staying in the room? USER: There will be 8 guests. SYSTEM: Booking was successful. Your reference number is 4UFN3SWC . Will that be all for today? USER: that is it thank you. SYSTEM: You have a nice day then! USER: Can you actually look up a restaurant for me as well? SYSTEM: sure thing what's the area and or name? USER: It's a place called Don Pasquale Pizzeria. SYSTEM: A very nice place in the centre. Need a reservation? USER: Yes/, I do. I'll need it booked for the same day/, same people/, and we'd like to eat at 19:00. SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : GVM0PAM2 . USER: Great. One more thing. Can you book a taxi between the two places? I'd like to arrive at the restaurant in time for my reservation. SYSTEM: Contact number 07404031593. You are in a Red Skoda. USER: Thank you so much that was all I needed. SYSTEM: Alright/, hope you enjoy the rest of your day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me?"/, "System: Of course! I'd be happy to assist you. Before we proceed/, may I have your name and contact information/, please?"/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John. Based on your request/, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct?"/, "User: Yes/, that's right."/, 'System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences?'/, "User: I don't have any specific preferences/, but I would like to be picked up at Aylesbray Lodge Guest House."/, 'System: Okay/, I have that information. And what is your preferred method of payment?'/, "User: I'd like to pay by credit card."/, "System: Great/, we accept all major credit cards. Now/, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00/, is that correct?"/, "User: Yes/, that's right."/, "System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment/, please."/, 'System: John/, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House/, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John. Have a great day!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me? System: Of course! I'd be happy to assist you. Before we proceed/, may I have your name and contact information/, please? User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John. Based on your request/, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct? User: Yes/, that's right. System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences? User: I don't have any specific preferences/, but I would like to be picked up at Aylesbray Lodge Guest House. System: Okay/, I have that information. And what is your preferred method of payment? User: I'd like to pay by credit card. System: Great/, we accept all major credit cards. Now/, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00/, is that correct? User: Yes/, that's right. System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment/, please. System: John/, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House/, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John. Have a great day! +SNG0389.json,USER: i need a train on tuesday out of kings lynn SYSTEM: What time of day would you like to leave? USER: I want to leave on Tuesday. SYSTEM: Do you have a time you'd like to leave? USER: I'd like to leave after 9:30. SYSTEM: Is that 9:30 AM or PM? USER: Looking for a train Tuesday leaving kings lynn after 9:30 to go to cambridge. SYSTEM: I'm sorry/, I'm not seeing any trains for that time. Would you like to try another time or a different route? USER: No/, I'd like a train leaving after 09:30 departing from Kings Lynn and going to Cambridge. Please take another look? SYSTEM: There are no trains running at this time. Can I narrow your search in any way? USER: Wow...no/, I really needed that time. I guess not. Thanks anyway. SYSTEM: I do have a train living at 10:11 of that would work for you. USER: Yes/, that works. Please book for two people. Thanks for checking again. SYSTEM: It's my pleasure. You're booked with reference HXG3N56O . The total fee is 19.6 GBP payable at the station. May I help with anything else? USER: Perfect. Thank you for your help. Have a great day. Bye. SYSTEM: Thank you for using our service/, goodbye. USER: Have a nice day. SYSTEM: Booking was successful/, the total fee is 19.6 GBP payable at the station . Reference number is : HXG3N56O ., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [09:30/, 9:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["09:30"/, "9:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people you would like to book for?"/, "User: Sure! I'd like to depart on Tuesday/, and I need to book two tickets."/, 'System: Great! For your departure date of Tuesday/, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM?'/, "User: I'd prefer the morning train/, please."/, 'System: Excellent! For the 9:30 AM train/, we have tickets available in coach class. Would you like to purchase those tickets?'/, 'User: Yes/, that sounds good. How much will it cost?'/, 'System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead with the booking. Can you please provide me with the ticket details?"/, 'System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station/, and arrives at platform 2 at Cambridge station. Additionally/, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays.'/, 'User: Thank you for your help! I appreciate it.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people you would like to book for? User: Sure! I'd like to depart on Tuesday/, and I need to book two tickets. System: Great! For your departure date of Tuesday/, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM? User: I'd prefer the morning train/, please. System: Excellent! For the 9:30 AM train/, we have tickets available in coach class. Would you like to purchase those tickets? User: Yes/, that sounds good. How much will it cost? System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking? User: Yes/, I'll go ahead with the booking. Can you please provide me with the ticket details? System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station/, and arrives at platform 2 at Cambridge station. Additionally/, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays. User: Thank you for your help! I appreciate it. System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye! +SNG01520.json,USER: I am looking for a restaurant. I would like something cheap that has Chinese food. SYSTEM: I've heard good things about the lucky star. Need a reservation? USER: Yes/, could you make a reservation for 1 at 20:00 on Saturday? SYSTEM: Your booking was successful. The table will be reserved for 15 minutes. Reference number is : FDLFKTZM . USER: Thank you so much for your help! SYSTEM: You're welcome. Thank you! Have a good day now! USER: Thanks/, you too. Goodbye. SYSTEM: Thank you for using Cambridge TownInfo centre. Good-bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your location?"/, "User: Sure! I'm in the city center."/, 'System: Great! Based on your location/, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Here are the top three recommendations that match your preferences:'/, 'User: Yes/, please book a table at The Lucky Star for 20:00 on Saturday.'/, 'System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking?'/, "User: No/, that's fine. Thank you for your help!"/, "System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye!"],User: Hi/, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your location? User: Sure! I'm in the city center. System: Great! Based on your location/, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you? User: Yes/, please! System: Here are the top three recommendations that match your preferences: User: Yes/, please book a table at The Lucky Star for 20:00 on Saturday. System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking? User: No/, that's fine. Thank you for your help! System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye! +PMUL3951.json,USER: Please find me a train from cambridge to stansted airport SYSTEM: Sure/, I can do that but first I need a little more information. What day would you like to travel as well as departure and arrival times? USER: Saturday leaving Cambridge anytime after 20:00 please SYSTEM: TR3128 will leave at 20:40 and arrive by 21:08. Do you need more information or would you like to book tickets? USER: Can you book me 6 tickets please? SYSTEM: You're all set. Total for tickets is 48.48 GBP payable at the station. Reference number is JD6SA21J . USER: I am also looking for The Riverside Brasserie. SYSTEM: riverside brasserie is a modern european restaurant in the centre. Its address is Doubletree by Hilton Cambridge Granta Place Mill Lane and postcode is cb21rt. Want to book it? USER: Yes/, I would like to book it and get a reference number. SYSTEM: Unfortunately/, I cannot book it at this time. USER: Can you try for Saturday at 13:00? SYSTEM: How many people will be dining? USER: 6 people will be dining SYSTEM: Your booking was successful. Your reference number is 3VX3AOKS . USER: Thanks for everything you have been great! SYSTEM: Thank you is there anything else today? USER: No that is all I needed. Thank you ever so kindly. SYSTEM: Wonderful. I'm glad I could help. Have a great day. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train and restaurant booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00/, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00."/, "System: Great! For your train booking/, I'll need to know your preferred departure time from Cambridge and your destination/, as well as the number of people traveling."/, "User: Okay/, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling."/, "System: Perfect. For your restaurant booking/, I'll need to know your preferred restaurant name/, area/, and food type."/, "User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge/, with modern European food."/, 'System: Great choice! For your train booking/, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking?'/, "User: Yes/, that sounds good. And for the restaurant booking/, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie."/, 'System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment?'/, "User: Yes/, I'll proceed with the payment. How do I do that?"/, 'System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details.'/, "User: Okay/, I'll do that now. Thank you for your help!"/, "System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye!"],User: Hi/, I'm looking for a train and restaurant booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00/, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00. System: Great! For your train booking/, I'll need to know your preferred departure time from Cambridge and your destination/, as well as the number of people traveling. User: Okay/, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling. System: Perfect. For your restaurant booking/, I'll need to know your preferred restaurant name/, area/, and food type. User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge/, with modern European food. System: Great choice! For your train booking/, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking? User: Yes/, that sounds good. And for the restaurant booking/, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie. System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment? User: Yes/, I'll proceed with the payment. How do I do that? System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details. User: Okay/, I'll do that now. Thank you for your help! System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye! +PMUL0843.json,USER: I'm looking for an expensive restaurant in the centre if you could help me. SYSTEM: I sure can. There are lots of choices. Are you looking for a particular type of food? USER: No/, not really. I think I'd like to try something different. Could you suggest something? SYSTEM: There is a Korean restaurant called Little Seoul located at 108 Regent Street City Centre. Would you like their phone number? USER: Yes/, I would like both the phone number and the postcode please. SYSTEM: The phone number for little seoul is 01223308681/, postcode cb21dp. Can I help you with anything else today? USER: Can I also have the address please? SYSTEM: The address for Little Seoul is 108 Regent Street/, City Centre. Is there anything else I can help you with? USER: I also want to see the travel times for a train going from Kings Lynn from Cambridge on Saturday. It should leave after 09:15. SYSTEM: Is there a time you would like to arrive by? USER: I got that backwards. Need a train leaving Kings Lynn after 9:15 and arriving in Cambridge sometime on Saturday. SYSTEM: TR2514 leaves at 10:11 and arrives at 10:58. Will this one work for you? USER: Sure. Could you tell me the exact travel time? SYSTEM: Sure. The travel time for TR2514 is 47 minutes. Anything else I can help you with today? USER: that is it for today. good day thank you SYSTEM: Have a wonderful day yourself. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a train and restaurant service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday."/, 'System: Great! For the restaurant/, would you prefer a specific price range or area in Cambridge?'/, "User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge."/, 'System: Understood. For the train/, would you like to depart from Kings Lynn at a specific time or on a specific day?'/, "User: I'd like to depart from Kings Lynn at 09:15 on Saturday."/, 'System: Alright. Based on your preferences/, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train/, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options?'/, 'User: Yes/, that sounds great. Can you provide more information about the train and restaurant?'/, 'System: Certainly! For the train/, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant/, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only?'/, "User: I'd like to book a table at Little Seoul and take the train."/, "System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train/, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye!"],User: Hi/, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday. System: Great! For the restaurant/, would you prefer a specific price range or area in Cambridge? User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge. System: Understood. For the train/, would you like to depart from Kings Lynn at a specific time or on a specific day? User: I'd like to depart from Kings Lynn at 09:15 on Saturday. System: Alright. Based on your preferences/, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train/, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options? User: Yes/, that sounds great. Can you provide more information about the train and restaurant? System: Certainly! For the train/, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant/, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only? User: I'd like to book a table at Little Seoul and take the train. System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train/, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye! +PMUL2979.json,USER: I'm looking for a places to go and see during my upcoming trip to Cambridge. SYSTEM: What area of town would you like? USER: I would like to go to the south area please. SYSTEM: On the south side/, your options are the cinema/, entertainment venues/, museums/, nightclubs/, parks/, and a theatre. USER: That's a lot of choices/, how about nightclubs? Can you get me a couple of phone numbers for good ones? I'm hoping to catch DJ Squalour from Ibiza! SYSTEM: The only nightclub in the south is called the place on 22 sidney street. Phone number is 01223324600. Can I help you with anything else? USER: Yes/, I would like an expensive hotel with free parking. SYSTEM: I have places that fit that description all over town/, except in the north. If area is no concern/, I recommend the Gonville in the center of town. USER: Is it four star? SYSTEM: No/, it only 3 stars. The Huntington Marriott is 4 stars though. It is also expensive and has free parking and internet. USER: Okay well now I need to get a taxi to leave the hotel by 17:45 to the attraction. I will need a contact number and car type. SYSTEM: Booking completed! Booked car type : red lexus Contact number : 07421633218 USER: I want to confirm that the booked red Lexus is a taxi/, as I previously requested? SYSTEM: Yes/, it is! Anything else needed? USER: No that is it. Thank you! SYSTEM: you are welcome. enjoy your stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, attraction/, hotel]/, Details: [{Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [the place/, places]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["the place"/, "places"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a taxi to take me to The Place tonight. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up/, and where would you like to be dropped off?"/, "User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45/, and I'd like to be dropped off at The Place."/, 'System: Great! Based on your preferences/, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have?'/, 'User: No/, that sounds perfect. Thank you!'/, "System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions/, please don't hesitate to ask. Have a great evening!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a taxi to take me to The Place tonight. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up/, and where would you like to be dropped off? User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45/, and I'd like to be dropped off at The Place. System: Great! Based on your preferences/, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have? User: No/, that sounds perfect. Thank you! System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions/, please don't hesitate to ask. Have a great evening! User: Thank you/, I will. Goodbye! System: Goodbye! +MUL1681.json,USER: Hi/, I'd like to book a train to stansted airport from cambridge. Can you help? SYSTEM: Absolutely. Where will you departing from? USER: From Cambridge/, which is why I asked the Cambridge TownInfo centre. SYSTEM: What day would you like to leave? USER: On Saturday. Is there a train that will arrive by 15:15? SYSTEM: There is! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds. Can I book that for you? USER: No need to book it. Thanks. But can you help me find a cheap restaurant in the south? SYSTEM: Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food. Do either of those sound good? USER: The Lucky Star sounds good. That's all I need. SYSTEM: Would you like to book a table? USER: Can you also tell me the postcode? SYSTEM: Sure. The post code is cb17dy. USER: Thanks for your help. Good bye. SYSTEM: You're welcome. Please let me know if you need anything else., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have?"/, "User: Well/, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria?"/, 'System: Based on my Domain Knowledge/, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you?'/, 'User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport?'/, 'System: Certainly! Based on my Domain Knowledge/, I recommend "The Lucky Star" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for one person at 16:30?'/, 'System: Of course! I have booked a table for you at "The Lucky Star" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have? User: Well/, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria? System: Based on my Domain Knowledge/, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you? User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport? System: Certainly! Based on my Domain Knowledge/, I recommend "The Lucky Star" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you? User: Yes/, please! Can you book a table for one person at 16:30? System: Of course! I have booked a table for you at "The Lucky Star" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye! +MUL0928.json,USER: Yeah/, could you recommend a good gastropub? SYSTEM: Backstreet Bistro. It's expensive though. There is a moderately priced one called The Cow Pizza Kitchen and Bar if preferred. USER: I would like to book a table at the Backstreet Bistro for 5 people at 16:00 on Thursday. SYSTEM: No problem. That is booked for you and your reference number is 2VE84YC5 . Is there anything else I can book for you? USER: Yes/, any suggestions of museums found in the east area of town? SYSTEM: Yes/, Gallery at Twelve a High Street is excellent/, and has free admission. Would you like more information? USER: Can I please have the phone number and address for that place? SYSTEM: Certainly! The address for gallery at twelve a high street is fulbourn and the phone number is 01223295264. Can I help you with anything else? USER: Great that's all the information I needed today/, thank you! SYSTEM: You are very welcome. Have a nice day. Good bye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi/, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me more about the menu?'/, 'System: Certainly! The Backstreet Bistro is known for its seasonal menu/, which features dishes made with locally sourced ingredients. Some popular items include their signature burger/, roasted vegetable salad/, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for one person. And do you have any recommendations for attractions in the area?'/, "System: Sure! If you're interested in museums/, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary?"/, 'User: That sounds great/, thank you! Can you tell me more about the East Gallery?'/, 'System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions/, from paintings and sculptures to installations and photography. Admission is free/, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary?'/, 'User: Yes/, please add the visit to the itinerary. Thank you so much for your help!'/, "System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you again!"/, 'System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day!'],User: Hi/, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me more about the menu? System: Certainly! The Backstreet Bistro is known for its seasonal menu/, which features dishes made with locally sourced ingredients. Some popular items include their signature burger/, roasted vegetable salad/, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you? User: Yes/, please book a table for one person. And do you have any recommendations for attractions in the area? System: Sure! If you're interested in museums/, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary? User: That sounds great/, thank you! Can you tell me more about the East Gallery? System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions/, from paintings and sculptures to installations and photography. Admission is free/, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary? User: Yes/, please add the visit to the itinerary. Thank you so much for your help! System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with? User: No/, that's all for now. Thank you again! System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day! +WOZ20645.json,USER: I want to find an expensive restaurant and serves european food. Can i also have the address/, phone number and its area. ? SYSTEM: Eraina is a European restaurant in the centre area. Their address is St. Michael's Church Trinity Street City Centre and phone number 01223 355166. USER: thank you goodbye SYSTEM: Thank you and good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a European restaurant in the expensive price range. Can you help me find one?"/, 'System: Of course! To help you find the perfect restaurant/, may I know your location?'/, "User: Sure/, I'm in downtown."/, 'System: Great! Based on your location and preferences/, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Here are the top recommendations:'/, 'User: Yes/, please make a reservation at La Belle Epoque.'/, 'System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening!"],User: Hi/, I'm looking for a European restaurant in the expensive price range. Can you help me find one? System: Of course! To help you find the perfect restaurant/, may I know your location? User: Sure/, I'm in downtown. System: Great! Based on your location and preferences/, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you? User: Yes/, please! System: Here are the top recommendations: User: Yes/, please make a reservation at La Belle Epoque. System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening! +SNG02152.json,USER: I need a 19:15 taxi to take me to Avalon. SYSTEM: I can definitely help! Where are you departing from? USER: I will be departing from Primavera. SYSTEM: You car has been booked. It is a black volvo. Can I assist you any further? USER: Can i get the contact number please SYSTEM: Yes/, your contact number is 07698022958. Can I assist you any further? USER: No/, that will be all. Good bye. SYSTEM: You're very welcome! Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! What's your destination and when do you need the taxi?"/, "User: I'm going to Avalon/, and I need it to leave at 19:15."/, 'System: Great! Based on your preferences/, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15?'/, 'User: Yes/, please.'/, "System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you?"/, "User: Yes/, that's perfect. Can you please book the taxi for me?"/, "System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details."/, 'User: Great/, thank you so much!'/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! What's your destination and when do you need the taxi? User: I'm going to Avalon/, and I need it to leave at 19:15. System: Great! Based on your preferences/, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15? User: Yes/, please. System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you? User: Yes/, that's perfect. Can you please book the taxi for me? System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details. User: Great/, thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day! +PMUL2460.json,USER: Where's a good place to eat crossover food in Cambridge? SYSTEM: There are no crossover locations in Cambridge. USER: How about British restaurants in the Centre instead? SYSTEM: I have 7 in the centre that serve british food. I have 4 in the moderate price range and 3 in the expensive. Did you have a preference? USER: I would prefer the british food. SYSTEM: I have cotto that serves moderate priced food. Would you like to book a table? USER: Yes please make a booking for 8 people at 12:30 on friday. SYSTEM: I have made your booking here is the information:Booking was successful. The table will be reserved for 15 minutes. Reference number is : VVSOH0TQ . USER: What's a good college to visit near the restaurant? SYSTEM: There are 13 colleges in the centre. Is there a particular one you are interested in? USER: Any college will be fine what do you recommend? I need the phone number for whichever you pick. SYSTEM: christi's college is in that area and has free entrance. There phone number is 01223334900. Is there anything else I can assist you with? USER: That is all I needed. SYSTEM: Thank you for choosing us and enjoy your stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example/, what type of food are you in the mood for/, and what is your budget?"/, "User: Well/, I'm not too picky about food/, but I would like something with a British menu. As for budget/, I'm open to moderate prices. Oh/, and I'd like to book a table for 8 people at 12:30 PM on Friday."/, 'System: Great! Based on your preferences/, I would recommend the restaurant "Cotto" for you. They have a British menu and are within your budget. Would you like me to book a table for you?'/, 'User: Yes/, please! And can you also suggest an attraction in the centre of the city?'/, 'System: Sure thing! Based on your interest in colleges/, I would recommend the attraction "X College". It\'s located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you?'/, 'User: That sounds great/, thank you! Can you book a visit for me at 12:30 PM on Friday as well?'/, "System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday/, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye!"],User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example/, what type of food are you in the mood for/, and what is your budget? User: Well/, I'm not too picky about food/, but I would like something with a British menu. As for budget/, I'm open to moderate prices. Oh/, and I'd like to book a table for 8 people at 12:30 PM on Friday. System: Great! Based on your preferences/, I would recommend the restaurant "Cotto" for you. They have a British menu and are within your budget. Would you like me to book a table for you? User: Yes/, please! And can you also suggest an attraction in the centre of the city? System: Sure thing! Based on your interest in colleges/, I would recommend the attraction "X College". It's located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you? User: That sounds great/, thank you! Can you book a visit for me at 12:30 PM on Friday as well? System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday/, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with. User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye! +MUL0358.json,USER: I want a restaurant in the north of Cambridge that is within a moderate price range. SYSTEM: There are two restaurants fitting your description/, one is Chinese cuisine and one is Indian cuisine. Do you have a preference? USER: Please book a table for 4 at the Chinese place at 12:30 on Sunday and give me the reference number. SYSTEM: Okay you're all set for Sunday at 12:30. Your reference number is F5BTP63A . Can I help you find anything else? USER: I am also looking for a train that goes to broxbourne on monday. SYSTEM: There are 19 trains to broxbourne on Monday leaving every hour starting at 05:01. Is there a specific time you'd like? USER: I would like to arrive in broxbourne by 13:00. SYSTEM: The one arriving closest to 13:00 is TR5971 leaving cambridge at 11:01 and arrives by 12:01 in broxbourne. Would you like to book a ticket? USER: Can I just get the price on one of them? SYSTEM: All tickets from cambridge to broxbourne on that day cost 17.90 pounds each. USER: Please book one. SYSTEM: How many tickets do I need to reserve for your train? USER: Just one/, thank you! Please provide me with a reference number. SYSTEM: Booking was successful/, the total fee is 17.89 GBP payable at the station. Reference number is : T1FGQFDJ . Can I help with anything else today? USER: No/, thank you. That will be all for today. Thanks. SYSTEM: Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation?"/, "User: Yes/, I'd like to go on Sunday."/, 'System: Great! And how many people will be joining you for lunch?'/, 'User: It will be just me and one other person.'/, 'System: Perfect. Based on your preferences/, I have found a few restaurants that might interest you. One of them is the Golden Wok/, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details?'/, 'User: Sure/, my phone number is [insert phone number].'/, 'System: Great/, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or make any changes.'/, 'User: Thank you so much! Is there anything else I can do to help?'/, "System: No/, that's all for now. Enjoy your meal!"/, 'System: Goodbye!'],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation? User: Yes/, I'd like to go on Sunday. System: Great! And how many people will be joining you for lunch? User: It will be just me and one other person. System: Perfect. Based on your preferences/, I have found a few restaurants that might interest you. One of them is the Golden Wok/, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday? System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details? User: Sure/, my phone number is [insert phone number]. System: Great/, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or make any changes. User: Thank you so much! Is there anything else I can do to help? System: No/, that's all for now. Enjoy your meal! System: Goodbye! +PMUL4450.json,USER: Find me a train that leaves on Sunday after 14:00 please SYSTEM: Certainly. Where are you headed? USER: I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00 SYSTEM: TR5234 will leave at 14:16/, would that work for you? USER: Yes. Give me the ref number please. SYSTEM: In order to get a ref number I must complete a booking first. How many tickets would you like me to book for you? USER: I would like one train ticket please. SYSTEM: Your reservation for 1 ticket on the TR5234 train was successful. Your Reference number is : PGQKG62W . Is there anything else I can do for you? USER: Yes I am looking for a moderate priced place to eat in the east. Phone #/, postcode and food type please SYSTEM: You have three options for moderately priced restaurants. Do you prefer indian or italian food? USER: I would prefer Italian but Indian would be good as well. I will need the phone number and postcode of the restaurant. Thanks! SYSTEM: The place is called The Curry Prince and the phone number is: 01223566388 and the post code is: cb58jj. USER: Thanks for helping me with this. I appreciate it! Goodbye! SYSTEM: My pleasure. Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [italian/, indian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["italian"/, "indian"]}}]},["User: Hi/, I'm looking for a train and restaurant service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from Norwich to Cambridge on Sunday/, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge."/, 'System: Great! For the train ticket/, would you prefer to book a specific train or let us find the best option for you? And for the restaurant/, would you like to see options within a specific price range or with a particular type of cuisine?'/, "User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday/, and I'm open to different price ranges for the restaurant."/, 'System: Great! For the train ticket/, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant/, we have several options in the east area of Cambridge within your preferred price range. Here are a few options:'/, 'User: Can you show me the options for the restaurant?'/, 'System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine:'/, "User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation?"/, "System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day!"],User: Hi/, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Norwich to Cambridge on Sunday/, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge. System: Great! For the train ticket/, would you prefer to book a specific train or let us find the best option for you? And for the restaurant/, would you like to see options within a specific price range or with a particular type of cuisine? User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday/, and I'm open to different price ranges for the restaurant. System: Great! For the train ticket/, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant/, we have several options in the east area of Cambridge within your preferred price range. Here are a few options: User: Can you show me the options for the restaurant? System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine: User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation? System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with. User: No/, that's all. Thank you for your help! System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day! +PMUL1251.json,USER: I need to book a train to norwich that arrives by 16:15. SYSTEM: What day would you like to leave? USER: I want to leave on Wednesday from Cambridge. SYSTEM: The TR1144 leaves Cambridge for Norwich on Wednesday at 05:36. Would that be good for you? USER: What is the price and travel time? SYSTEM: The price is 17.60 pounds. USER: And what is the travel time? SYSTEM: It is 79 minutes. USER: Thanks! Can you also tell me if there are any multiple sports attractions in the center of town? SYSTEM: there are not. i do have one in the east part of town. would you like the information for that venue? USER: Thats ok. I really want something in the centre. How about any suggestions on a good college to visit? SYSTEM: Christ's college is in the centre of town. Is there anything you need? USER: Could you please get me the phone number? SYSTEM: sure it's 01223334900 USER: Thank you. That is all that I need. SYSTEM: Thank you/, have a good day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college/, multiple sports]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"/, "multiple sports"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that?"/, 'System: Absolutely! For the train service/, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket?'/, "User: I'd like a one-way ticket for one passenger in standard class."/, 'System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday/, I have the following options available:'/, "User: I'd prefer the Great Northern trains with a change in London King's Cross."/, "System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross/, I have the following available seats:"/, "User: Yes/, I'd like to book one standard class seat."/, 'System: Great! Your booking details are as follows:'/, 'User: No/, that looks perfect. Thank you!'/, "System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross."/, "User: Yes/, please! I'm looking for a college with multiple sports facilities. Can you help me find one?"/, 'System: Absolutely! Based on your preferences/, I have found the following attraction that matches your criteria:'/, 'User: Yes/, that sounds great! Can you book a visit for me?'/, 'System: Of course! For a visit to Christ College/, Cambridge on Wednesday/, I have the following available slots:'/, "User: I'd prefer the 11:00 slot."/, 'System: Excellent choice! Your visit to Christ College/, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors/, so I recommend checking their website before your visit.'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye!"],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that? System: Absolutely! For the train service/, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket? User: I'd like a one-way ticket for one passenger in standard class. System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday/, I have the following options available: User: I'd prefer the Great Northern trains with a change in London King's Cross. System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross/, I have the following available seats: User: Yes/, I'd like to book one standard class seat. System: Great! Your booking details are as follows: User: No/, that looks perfect. Thank you! System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross. User: Yes/, please! I'm looking for a college with multiple sports facilities. Can you help me find one? System: Absolutely! Based on your preferences/, I have found the following attraction that matches your criteria: User: Yes/, that sounds great! Can you book a visit for me? System: Of course! For a visit to Christ College/, Cambridge on Wednesday/, I have the following available slots: User: I'd prefer the 11:00 slot. System: Excellent choice! Your visit to Christ College/, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors/, so I recommend checking their website before your visit. User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye! +PMUL1842.json,USER: I need a place to stay that has free wifi. SYSTEM: I have 32 places that offer wifi/, do you have a price range preference? USER: could you provide details for something in the cheap price range? SYSTEM: There are 33 cheap hotels with wifi in Cambridge. Do you have a particular area you are interested in? USER: No/, I have no preference. Just pick one. That will be fine. SYSTEM: I recommend alexander bed and breakfast on 56 saint barnabas road would that due? USER: Perfect. I'll need a room for myself/, for five nights on tuesday. SYSTEM: Perfect/, you are all set for Alexander Bed and Breakfast on Tuesday/, your reference number is 22DG5770 . Is there anything I can help with today? USER: Nope/, that's it. Thanks! SYSTEM: I hope you not going to sit in your room by yourself for 5 days/, are you sure that you dont want to know about a restaurant or attraction? USER: Actaully i will be on business so not out much but I do need a train/, to cambridge leaving after 21:15 SYSTEM: Ok great. What day will you be traveling? USER: Yes/, I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne. SYSTEM: I have the TR9688/, which leaves at 12:32. Would you like to book this train? USER: I need a train after 21:15. SYSTEM: There are 3 trains leaving an hour apart starting at 21:32. The travel time is 60 minutes and costs 17.90 pounds. Would you like me to book one? USER: No thank you. I just need the train ID and arrival time for one of them. SYSTEM: The TR3112 arrives at 22:32. USER: Great/, thanks for that information on the train. Can you book for a train leaving after 21:15? SYSTEM: How many tickets do you need? USER: I need tickets for one person. SYSTEM: Your total is 17.89 GBP. You can pay that at the station. Your reference number is RAIYCNJU . USER: that is all i needed for today. thanks alot SYSTEM: thank you for using this service good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday/, and also find a hotel in the area."/, 'System: Great! For the train ticket/, would you prefer a specific departure time or let me find the best option for you?'/, "User: Let you find the best option/, please. And for the hotel/, I'd like a cheap option with internet access and a Tuesday check-in."/, "System: Sure thing! Based on your preferences/, I've found a few options for you. For the train ticket/, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking?"/, 'User: Yes/, that sounds great. And for the hotel?'/, "System: I've found a few options that match your preferences. Here are the details for each:"/, "User: I'll go with Hotel 1/, please."/, "System: Great! I've booked you for one night at Alexander Bed and Breakfast/, from Tuesday to Wednesday/, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows:"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday/, and also find a hotel in the area. System: Great! For the train ticket/, would you prefer a specific departure time or let me find the best option for you? User: Let you find the best option/, please. And for the hotel/, I'd like a cheap option with internet access and a Tuesday check-in. System: Sure thing! Based on your preferences/, I've found a few options for you. For the train ticket/, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking? User: Yes/, that sounds great. And for the hotel? System: I've found a few options that match your preferences. Here are the details for each: User: I'll go with Hotel 1/, please. System: Great! I've booked you for one night at Alexander Bed and Breakfast/, from Tuesday to Wednesday/, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows: User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye! +PMUL4896.json,USER: Hi/, I'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions. SYSTEM: There are many to see! Are you going to be traveling within a certain area of town? USER: Actually/, yes. We are traveling into the northern part of town. SYSTEM: If you're heading north/, I recommend taking a ride on the Riverboat Georgina. USER: That sounds nice but I would like to see about a guesthouse with free wifi. SYSTEM: There at 10 guest houses in the north offering free wifi. Are you looking for a particular price range? USER: No/, I don't really care about price. Just something in the north that includes wifi. SYSTEM: Acorn Guest house is located in the north /, has free wifi and is moderately priced. USER: Groovy!! Let get a booking for 2 people and 2 nights starting sunday. SYSTEM: Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road. Is there anything else I can do for you? USER: Yes/, I am looking to visit the cherry hinton hall and grounds. Can I please have more information on that? SYSTEM: Sure/, that's a great entertainment venue in the East. Their phone number is 01223446104. Is there anything else you need to know? USER: No/, taht will be all. Thanks/, goodbye. SYSTEM: Thank you for using our service!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, hotel]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me?"/, "System: Of course! I'd be happy to assist you. To provide the best recommendations/, may I know your preferences for the hotel? For example/, do you have a preferred type of hotel/, such as a guesthouse? And would you like to book the hotel for a specific day/, like Sunday?"/, 'User: Yes/, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access.'/, 'System: Great! Based on your preferences/, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House/, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me at the Acorn Guest House.'/, 'System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night/, and it includes breakfast. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, 'System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall/, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction?'/, 'User: Yes/, please do!'/, "System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall.'],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me? System: Of course! I'd be happy to assist you. To provide the best recommendations/, may I know your preferences for the hotel? For example/, do you have a preferred type of hotel/, such as a guesthouse? And would you like to book the hotel for a specific day/, like Sunday? User: Yes/, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access. System: Great! Based on your preferences/, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House/, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me at the Acorn Guest House. System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night/, and it includes breakfast. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall/, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction? User: Yes/, please do! System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you! Goodbye. System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall. +MUL2431.json,USER: Can you help me book a table at a chinese restaurant that's in the centre of town? SYSTEM: Great choice! I have 10 Chinese restaurants. What is your price range and we can narrow them down. USER: I need some cheap Chop Suey/, please. SYSTEM: How does the Charlie Chan sound? It is a cheap Chinese restaurant in the centre. USER: That sounds like they'll have some awesome Chop Suey. Please book me a table for 2 on Tuesday at 12:45. SYSTEM: I am sorry but charlie chan is booked for that time. Do you want to pick an earlier or later time/, or a different day? USER: Can we try the same day for 11:45 please? And can I have the reference number as well/, thanks. SYSTEM: Great News! I was able to reserve your table for 2 at the 11:45 time. They will hold the table for 15 minutes. Reference number is : GFIL3UG5 . USER: Thank you. I am also looking for places to go in the same area as the restaurant. SYSTEM: There are dozens of attractions in the centre. What type of activities are you interested in? Museums? Architecture? Boat Rides? Something else? USER: I am looking for some type of entertainment in the same area as the restaurant/, please. SYSTEM: There are all kinds of entertainment choices. Did you have something in mind? USER: No/, just an entertainment attraction in the same area as the restaurant. Can you make a suggestion? SYSTEM: What about a museum? The cambridge contemporary art is a nice one. USER: That sounds nice can I get their phone number/, entrance fee/, and address please? SYSTEM: The phone number is 01223324222/, the address is 6 Trinity Street/, and it is free admittance. USER: Thank you so much for your help. SYSTEM: Will that be everything for you today then? USER: That will be all. Thank you for your help! SYSTEM: Glad to be of assistance/, have a great day! USER: Thanks/, take care buddy! SYSTEM: Thank you goodbye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [entertainment/, museum]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["entertainment"/, "museum"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one?"/, "System: Of course! Based on your preferences/, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge/, and they have a lunch special on Tuesdays. Would you like me to book a table for you?"/, 'User: Yes/, that sounds great. Can you book a table for two people at 12:45 on Tuesday?'/, "System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant?"/, "User: No/, that's all I need. Thank you!"/, "System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one? System: Of course! Based on your preferences/, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge/, and they have a lunch special on Tuesdays. Would you like me to book a table for you? User: Yes/, that sounds great. Can you book a table for two people at 12:45 on Tuesday? System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant? User: No/, that's all I need. Thank you! System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, I will. Goodbye! System: Goodbye! +SNG1375.json,USER: I am looking for a train to Ely. SYSTEM: What day are you looking to travel? USER: I need to leave a little after 8:00 on Sunday/, and I'm leaving from Cambridge. SYSTEM: The closest train I have is the TR3177 that leaves at 09:50. There's nothing earlier on that day. USER: That will have to work. What is the arrival time? SYSTEM: The arrival time is 10:07. USER: Perfect! That's all I needed to know. Thanks. Have a great day. SYSTEM: Have a wonderful day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [08:00/, 8:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["08:00"/, "8:00"]}}]},["User: Hi/, I'm looking for train tickets from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found the following trains that match your criteria:'/, 'User: Yes/, please book Train #1.'/, 'System: Great! I have successfully booked Train #1 for you/, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, 'System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you!"/, "System: You're welcome! Have a great trip to Ely. Goodbye!"],User: Hi/, I'm looking for train tickets from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found the following trains that match your criteria: User: Yes/, please book Train #1. System: Great! I have successfully booked Train #1 for you/, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome! Have a great trip to Ely. Goodbye! +PMUL1031.json,USER: I need to take a train from bishops stortford to Cambridge. Ill need to leave after 9:00 SYSTEM: There are 56 trains traveling from Bishops Stortford to Cambridge after 9:00 between Friday and Wednesday. What day to you want to travel? USER: I want to leave on Sunday. SYSTEM: How about TR4803 that leaves at 09:29? USER: That will work can you book that for me please? SYSTEM: Of course. How many tickets do you need? USER: Actually/, I don't need a booking. I just need to know when it arrives/, thanks. SYSTEM: It arrives at 10:07. USER: Thank you. I am also looking for a park to go to. SYSTEM: I have 5 to choose from. Is there a certain area you were wanting the park to be in? USER: no specific area. just recommend one. SYSTEM: Milton Country Park is a great place to visit! It's in the North and free to enter. USER: Great! Please/, give me the address of the park. SYSTEM: milton country park/, milton. USER: Thank you so much for your time. Have a nice day! SYSTEM: You too/, enjoy your stay!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service would you like to request?'/, "User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday."/, "System: Great! For the train service/, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer?"/, "User: I'd like to leave at 9:00 AM."/, 'System: Excellent! For the attraction service/, would you like to find a park or any other type of attraction in Cambridge?'/, 'User: A park would be great/, thank you.'/, 'System: Absolutely! For the park/, I have a few options. Would you prefer a large park with plenty of green space/, or a smaller park with more structured activities?'/, 'User: A smaller park with more structured activities sounds good.'/, 'System: Great choice! I have found a lovely park with a playground/, a miniature train/, and a pond. Would you like to visit this park?'/, 'User: That sounds perfect! Can you provide me with the details?'/, 'System: Certainly! The park is called "The Meadows" and is located near the river Cam. The playground has a variety of equipment for children of all ages/, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map?'/, 'User: Yes/, please!'/, 'System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows/, and please let me know if you need any further assistance!'/, 'User: Thank you so much!'/, "System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye!"],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday. System: Great! For the train service/, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer? User: I'd like to leave at 9:00 AM. System: Excellent! For the attraction service/, would you like to find a park or any other type of attraction in Cambridge? User: A park would be great/, thank you. System: Absolutely! For the park/, I have a few options. Would you prefer a large park with plenty of green space/, or a smaller park with more structured activities? User: A smaller park with more structured activities sounds good. System: Great choice! I have found a lovely park with a playground/, a miniature train/, and a pond. Would you like to visit this park? User: That sounds perfect! Can you provide me with the details? System: Certainly! The park is called "The Meadows" and is located near the river Cam. The playground has a variety of equipment for children of all ages/, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map? User: Yes/, please! System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows/, and please let me know if you need any further assistance! User: Thank you so much! System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye! +WOZ20027.json,USER: I am looking for a restaurant that is in the expensive price range and in the south part of town. SYSTEM: There are results matching your query. Would you like Mexican/, Italian/, Chinese/, or Indian? USER: Let's go with Italian food. SYSTEM: Frankie and Bennys is an expensive Italian eatery in the south part of town. Would you like any additional information about this restaurant? USER: address and phone number SYSTEM: The address is Cambridge Leisure Park Clifton Way Cherry Hinton. The phone number is 01223 412430. USER: Thank you/, goodbye. SYSTEM: You're welcome/, goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to explore?"/, 'User: The south/, please.'/, 'System: Great! Based on your preferences/, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top 3 Italian restaurants in the south of the city/, based on your preferences:'/, 'User: Yes/, please provide the addresses and contact information for Bella Vita and La Bella Italia.'/, 'System: Certainly! Here is the information you requested:'/, "User: Thank you so much! I'll definitely check out both of those restaurants."/, "System: You're welcome! Enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to explore? User: The south/, please. System: Great! Based on your preferences/, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top 3 Italian restaurants in the south of the city/, based on your preferences: User: Yes/, please provide the addresses and contact information for Bella Vita and La Bella Italia. System: Certainly! Here is the information you requested: User: Thank you so much! I'll definitely check out both of those restaurants. System: You're welcome! Enjoy your dining experience! Goodbye! +PMUL4827.json,USER: Can you help me find an expensive Chinese food restaurant? SYSTEM: What area would you like? There are nine results. USER: I'm interested in restaurants located in the East. SYSTEM: Okay/, Yu Garden matches your specifications. Would you like me to book a reservation? USER: Yeah/, could you book it for 8 people on Monday? I think 16:15 is when we want to be seated. SYSTEM: The booking went through/, your table is reserved for 15 minutes starting at 16:15. Reference number is BT75STQI . USER: Thanks! I'm also looking for a hotel near that restaurant. SYSTEM: I would recommend the Express by Holiday Inn Cambridge/, should I book it for you? USER: If that has free wifi that'll work. SYSTEM: Yes/, there is internet there. Would you like a booking then? USER: Could you tell me the price/, address and phone number? SYSTEM: They are expensive and can be reached at 01223866800. The address is 15-17 norman way/, coldhams business park. Anything else? USER: No/, that's all for me today! Thank you! Bye! SYSTEM: I hope you have a wonderful stay., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in Cambridge. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'd like a hotel in the east of Cambridge/, with internet access and a good rating."/, "System: Great! Based on your preferences/, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city/, has excellent internet access/, and has a rating of 4 out of 5 stars. Would you like to book a room?"/, 'User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby?'/, "System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes/, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15?"/, 'User: Yes/, that sounds great. Can you please book the table for me?'/, "System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in Cambridge. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'd like a hotel in the east of Cambridge/, with internet access and a good rating. System: Great! Based on your preferences/, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city/, has excellent internet access/, and has a rating of 4 out of 5 stars. Would you like to book a room? User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby? System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes/, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15? User: Yes/, that sounds great. Can you please book the table for me? System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye! +PMUL3086.json,USER: I am planning a vacation and really could use some help finding a good place to stay in town. I've never been to Cambridge before. SYSTEM: which side of town do you prefer and what is the price range? USER: It doesn't matter. What do you recommend? SYSTEM: alexander bed and breakfast is a guest house in the centre area. Would you like to book a room? USER: Oh/, ok. I really don't want to stay at a guesthouse though. Can you recommend a hotel instead? SYSTEM: The Huntingdon Marriott hotel is a very nice place. USER: Sounds good. Can you get me a room for 2 for 5 nights starting Sunday? SYSTEM: Booking was successful. Reference number is : 36N9VCAD . Is there anything else I can help with? USER: What is the train schedule from birmingham new street like? I need to arrive at 13:45. SYSTEM: Where would you like the train to arrive/, and what time will you be leaving? USER: I need the travel day to be Sunday. I'll be going to Cambridge and arrive by 13:45. I'll be leaving from Birmingham New street. SYSTEM: Train TR7468 will arrive at 13:23. Will this work for you? USER: What is the travel time on that train? SYSTEM: It is 163 minutes on that train. USER: Excellent. Thanks for all the help! SYSTEM: You are quite welcome/, thank you for using our services. Have we met all of your needs today? USER: Yes/, thanks very much! Have a great day! SYSTEM: ok thanks and have a great day USER: You too! Thanks so much for all the help. Please end the convo and read the directions next time. thanks SYSTEM: Keep the snarky comments to yourself., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train options/, may I know your preferences for the train departure time and the number of passengers traveling with you?"/, "User: Well/, I'd like to depart at 13:45 if possible/, and there will be two of us traveling."/, 'System: Great! Based on your preferences/, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night?'/, 'System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option/, with availability for Sunday night. Would you like to book this hotel?'/, 'User: Yes/, that sounds great. Can you please book both the train and the hotel for us?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday/, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows:'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train options/, may I know your preferences for the train departure time and the number of passengers traveling with you? User: Well/, I'd like to depart at 13:45 if possible/, and there will be two of us traveling. System: Great! Based on your preferences/, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night? System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option/, with availability for Sunday night. Would you like to book this hotel? User: Yes/, that sounds great. Can you please book both the train and the hotel for us? System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday/, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows: User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye! +SNG0598.json,USER: I'm looking to go to dinner tonight and am in the mood for some good Bistro in the centre of town/, can you find me some options? SYSTEM: I'm sorry. There is no matching restaurant. Would you like to try a different food type or area? USER: Hmm... let me think. Let's try maybe something italian instead. SYSTEM: There are nine Italian restaurants in the centre of town! Are you looking for an Italian restaurant in any particular price range? USER: Which of those nine has the best ratings? Can I please have the address and postcode. SYSTEM: I recommend Caffe Uno - it's very nice. They're at 32 Bridge Street City Centre/, cb21uj. Can I help with anything else? USER: No/, that's all. Thanks. SYSTEM: Thank you! Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [italian/, bistro]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["italian"/, "bistro"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre location/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended:'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre location/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended: User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day! +SNG01162.json,USER: I am looking for a particular restaurant. Its name is called travellers rest SYSTEM: It is an expensive British restaurant on the west side of town. Would you like the address? USER: Yes/, and can you book a table for 1 at 14:15 on Monday/, please. SYSTEM: Ok. You're all set for Monday at 14:15. Have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one?"/, 'System: Of course! To help you find the perfect restaurant/, may I know your preferences? For example/, do you have any specific cuisine in mind or a maximum budget for the booking?'/, "User: Well/, I'd like to find a restaurant with a cozy atmosphere and good service. Oh/, and I'd prefer a restaurant that serves British cuisine/, if possible. As for the budget/, let's say around £50 per person."/, "System: Great! Based on your preferences/, I've found a few restaurants that might interest you. One of them is Travellers Rest/, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you?"/, 'User: That sounds perfect! Can you tell me a bit more about Travellers Rest?'/, "System: Certainly! Travellers Rest is a historic pub located in the heart of the city/, offering a variety of traditional British dishes such as fish and chips/, shepherd's pie/, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking?"/, 'User: Yes/, please go ahead and book a table for one person at 14:15 on Monday.'/, "System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one? System: Of course! To help you find the perfect restaurant/, may I know your preferences? For example/, do you have any specific cuisine in mind or a maximum budget for the booking? User: Well/, I'd like to find a restaurant with a cozy atmosphere and good service. Oh/, and I'd prefer a restaurant that serves British cuisine/, if possible. As for the budget/, let's say around £50 per person. System: Great! Based on your preferences/, I've found a few restaurants that might interest you. One of them is Travellers Rest/, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about Travellers Rest? System: Certainly! Travellers Rest is a historic pub located in the heart of the city/, offering a variety of traditional British dishes such as fish and chips/, shepherd's pie/, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking? User: Yes/, please go ahead and book a table for one person at 14:15 on Monday. System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy/, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye! +PMUL1146.json,USER: I'm wanting a train that leaves on Friday and goes to Cambridge. SYSTEM: Sure thing. What's your departure site and around what time would you like to leave? USER: I want to leave after 16:45/, depart from Birmingham New Street. SYSTEM: The first train will leave at 17:40 and arrive at 20:23. Does that sound good? USER: This time works fine for me. SYSTEM: You train has been booked/, and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive. USER: thanks/, i'm also looking for some museums. SYSTEM: We have lots of wonderful museums. Is there a particular area of the town you would like to find one in? USER: Yes/, do you have any in the centre? SYSTEM: There's 11 museums in the centre is there a type of museum you'd like to visit? USER: Anyone of those would work. Could you recommend something for me? I'll need the phone number/, and address as well. SYSTEM: The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street. USER: What area is it in? SYSTEM: It is in the centre., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people are traveling?"/, "User: Sure! I'd like to leave on Friday at 16:45/, and there will be one person traveling."/, 'System: Great! Based on your preferences/, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting?'/, 'System: Certainly! Based on your interests/, I suggest visiting the Broughton House Gallery/, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you?'/, 'User: That sounds great/, thank you! Can you also tell me about any other attractions in the area?'/, "System: Sure! In addition to the Broughton House Gallery/, Cambridge is also home to several other museums and historical landmarks/, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well?"/, "User: Yes/, please do! I'm interested in learning more about them."/, "System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world/, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them?"/, "User: That's all great information/, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me?"/, 'System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time/, and how many people are traveling? User: Sure! I'd like to leave on Friday at 16:45/, and there will be one person traveling. System: Great! Based on your preferences/, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking? User: Yes/, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting? System: Certainly! Based on your interests/, I suggest visiting the Broughton House Gallery/, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you? User: That sounds great/, thank you! Can you also tell me about any other attractions in the area? System: Sure! In addition to the Broughton House Gallery/, Cambridge is also home to several other museums and historical landmarks/, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well? User: Yes/, please do! I'm interested in learning more about them. System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world/, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them? User: That's all great information/, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me? System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye! +SSNG0018.json,USER: Heya/, can you find me an expensive restaurant with north african food? SYSTEM: I actually cannot find any expensive restaurants with north african food. There is however an expensive restaurant with african food. Would that be okay? USER: Are there any expensive restaurants with gastropub food? SYSTEM: Yes/, I have 3. Two are located in the centre and one is located in the east. Do you have a preference? USER: Yes/, the one in the east please. SYSTEM: One in the East is called Royal Standard. Can I book a table for you? USER: Yes/, please book it for 2 people at 13:45 on monday. SYSTEM: I'm sorry that isn't available. Can I try a different restaurant for you? USER: No thank you that will be all. SYSTEM: Is there anything else I can assist you with? USER: That was all thank you. SYSTEM: Thank you. Good bye, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [african/, gastropub]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["african"/, "gastropub"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a restaurant in the east of the city that serves African and gastropub food/, and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, how many people are you looking to book for/, and what is your preferred booking time?"/, "User: Oh/, I see. Well/, I'm looking to book for two people/, and I'd prefer to book on Monday at 13:45."/, 'System: Great/, I have found a few restaurants that match your preferences. Would you like me to provide you with some options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Based on your preferences/, I have found three restaurants that might interest you. The first is "The African Gastropub" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is "The Gastropub Kitchen" which is also located in the east and serves a variety of gastropub dishes. The third is "The East African Bistro" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options?'/, 'User: The African Gastropub sounds great/, can you tell me more about it?'/, 'System: Certainly! "The African Gastropub" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature "Jollof Rice" and "Beef Suya". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45?'/, 'User: Yes/, that sounds perfect! Can you please go ahead and book the table for me?'/, 'System: Of course! I have booked a table for two people at "The African Gastropub" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at "The African Gastropub"! Goodbye!'],User: Hi/, I'm looking for a restaurant in the east of the city that serves African and gastropub food/, and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, how many people are you looking to book for/, and what is your preferred booking time? User: Oh/, I see. Well/, I'm looking to book for two people/, and I'd prefer to book on Monday at 13:45. System: Great/, I have found a few restaurants that match your preferences. Would you like me to provide you with some options? User: Yes/, please! System: Sure thing! Based on your preferences/, I have found three restaurants that might interest you. The first is "The African Gastropub" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is "The Gastropub Kitchen" which is also located in the east and serves a variety of gastropub dishes. The third is "The East African Bistro" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options? User: The African Gastropub sounds great/, can you tell me more about it? System: Certainly! "The African Gastropub" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature "Jollof Rice" and "Beef Suya". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45? User: Yes/, that sounds perfect! Can you please go ahead and book the table for me? System: Of course! I have booked a table for two people at "The African Gastropub" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at "The African Gastropub"! Goodbye! +MUL2293.json,USER: I'm planning a trip to Cambridge and I was told the A and B Guest House was a great place to stay. Can you give me information about it? SYSTEM: Absolutely! This is a moderately priced guest house with four stars. There is wifi included. It is located on the east. What else can I help with? USER: Do you have free parking? I refuse to pay for parking in a hotel that I am staying at. Wouldn't you agree? SYSTEM: Yes/, I would as a matter of fact. And yes the offer free parking. USER: Okay/, sounds good. Also I need to get a train from Liverpool street to Cambridge. SYSTEM: What day would you like to make this trip? Do you have any other specifications? USER: Oh wait/, you know what? I forgot to ask about star ratings. What's the star rating on the A and B Guest House/, please? SYSTEM: It has four stars. Would you still like information on the train? USER: The train should leave after 12:45 and should leave on friday. for 2 people please book. SYSTEM: TR5015 leaves london liverpool street at 13:39 and arrives at cambridge by 15:07. Would this work for you? USER: Does that train leave on Friday? SYSTEM: Yes/, that train leaves on Friday. USER: I need two tickets. SYSTEM: Okay/, two tickets are booked/, for a total price of 33.2 GBP/, and your reference number is MY04HJ0A/, do you need anything else today? USER: No thanks/, that is everything. SYSTEM: Thanks for using our system!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45/, and also find a hotel in the area."/, 'System: Great! For the train ticket/, would you prefer a specific departure time or destination? And how many people would you like to book for?'/, "User: I'd like to depart at 12:45 from London Liverpool Street/, and I need to book two tickets."/, 'System: Got it! For the hotel/, do you have any specific preferences such as hotel name or parking availability?'/, 'User: Yes/, I\'d like to find a hotel with the name "a and b guest house" and preferably with parking available.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For the train ticket/, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel/, I have found the "a and b guest house" with parking available. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please proceed with the booking?'/, 'System: Great! For the train ticket/, the total cost is £25. And for the hotel/, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, 'System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email/, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Enjoy your trip!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45/, and also find a hotel in the area. System: Great! For the train ticket/, would you prefer a specific departure time or destination? And how many people would you like to book for? User: I'd like to depart at 12:45 from London Liverpool Street/, and I need to book two tickets. System: Got it! For the hotel/, do you have any specific preferences such as hotel name or parking availability? User: Yes/, I'd like to find a hotel with the name "a and b guest house" and preferably with parking available. System: Great! Based on your preferences/, I have found a few options for you. For the train ticket/, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel/, I have found the "a and b guest house" with parking available. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please proceed with the booking? System: Great! For the train ticket/, the total cost is £25. And for the hotel/, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email/, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge! User: Thank you! Goodbye. System: Goodbye! Enjoy your trip! +PMUL1586.json,USER: I need a train to go from Cambridge to Norwich. SYSTEM: What day of the week are you looking to travel? USER: I am traveling on Sunday SYSTEM: What time would you like to leave or arrive by? USER: I would like to arrive by 13:45. SYSTEM: I have the TR7438 that will arrive at 12:55. Would you like a booking made today? USER: I would like to book that train for 4 people please. SYSTEM: 7G6OJ8G2 is your confirmation code. May I help you further? USER: yeah/, I'm also looking for a place to stay. I don't like hotels/, so a guesthouse would be better. Moderate in price. SYSTEM: There are several moderate priced guesthouses do you have a preferred area that you want to stay in? USER: Yes/, the hotel should be in the east and doesn't need to have free parking. SYSTEM: a and b guest house is a guesthouse in the east and it is moderate. Shall I book it ? USER: can I have the star rating and idf they have wi fi ? SYSTEM: The star rating is 4 and they do have free wifi. USER: OK/, that's all I need for now. Thanks. SYSTEM: Great. I hope you have an excellent day. USER: Thanks you too Goodbye SYSTEM: Great! Have a good day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich?"/, "User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like me to proceed with booking a train ticket?'/, 'User: Yes/, please go ahead.'/, 'System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip to Norwich. Goodbye!"],User: Hi/, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich? User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM. System: Great! Based on your preferences/, I have found a few options for you. Would you like me to proceed with booking a train ticket? User: Yes/, please go ahead. System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip to Norwich. Goodbye! +SNG0039.json,USER: Good day. Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45? SYSTEM: Sure I can do that! Where is the departure site? USER: I need it to pick me up from gourmet burger kitchen. SYSTEM: The car coming is a White Tesla with contact number is: 07441094025 USER: Thank you so much. SYSTEM: Is there anything else I can help you with today? USER: Nope/, that will do it/, thanks! SYSTEM: You're welcome. Have a great trip!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen?"/, "User: Oh/, I'd like to leave at 08:45/, if possible."/, 'System: Great! And do you have any specific preferences for your taxi/, such as a particular type of vehicle or extra features like a child seat or entertainment system?'/, 'User: No/, nothing too specific. Just a standard taxi with a reliable driver would be perfect.'/, 'System: Absolutely! Based on your preferences/, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X/, and the journey should take around Y minutes. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds great. Please go ahead and book the taxi for me.'/, "System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen/, and your destination is Corpus Christi. Your driver's name is [Driver Name]/, and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your ride!"/, 'User: Goodbye!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen? User: Oh/, I'd like to leave at 08:45/, if possible. System: Great! And do you have any specific preferences for your taxi/, such as a particular type of vehicle or extra features like a child seat or entertainment system? User: No/, nothing too specific. Just a standard taxi with a reliable driver would be perfect. System: Absolutely! Based on your preferences/, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X/, and the journey should take around Y minutes. Would you like to proceed with the booking? User: Yes/, that sounds great. Please go ahead and book the taxi for me. System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen/, and your destination is Corpus Christi. Your driver's name is [Driver Name]/, and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your ride! User: Goodbye! +SSNG0142.json,USER: I am looking for a restaurant. SYSTEM: Is there a price range or type of food that you would prefer? USER: Not sure of that/, I am looking for a restaurant named "ask." SYSTEM: That is an Italian restaurant located in the centre of town. It is at 12 Bridge Street. Can I call and reserve a table for you? USER: I would like to book a table for 5 people on Sunday at 14:15 SYSTEM: I am afraid that booking was unsuccessful. Would you like to try another restaurant? USER: Yes/, a different restaurant in the same area and with the same price range. SYSTEM: Yes there are 15 restaurants that are a similar price range. Did you still want Italian? USER: Type of food doesn't matter. Which is the best one? I'll book that. SYSTEM: Your reservation is at the Dojo Noodle Bar at Millers Yard. The reference number is W87AKIBY and the table will be held for 15 minutes. Is that all? USER: That is all. Thank you! SYSTEM: Thank you for calling. Enjoy your dining experience., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [ask.\/, dontcare/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["ask.\""/, "dontcare"/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your preferred day and time for booking/, and how many people you'll be dining with?"/, "User: Sure! I'd like to book a restaurant for Sunday at 14:15/, and I'll be dining with 5 people."/, 'System: Great! Based on your preferences/, I have a few restaurant recommendations for you. For a nice atmosphere and good food/, you might enjoy "Restaurant X" or "Restaurant Y". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants?'/, 'User: That sounds great! Can you book a table for 5 people at "Restaurant X" for Sunday at 14:15?'/, 'System: Absolutely! I\'ve just confirmed a table for you at "Restaurant X" for Sunday at 14:15. Please note that the restaurant has a dress code/, so it\'s best to dress smartly. Also/, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking?'/, "User: That sounds good/, thank you! But I don't have a specific dress code in mind/, can we just go with smart casual?"/, "System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking?"/, "User: No/, that's all good. Thank you for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Enjoy your dining experience at "Restaurant X" on Sunday at 14:15. Have a great day!'],User: Hi/, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need some more information. Can you please tell me your preferred day and time for booking/, and how many people you'll be dining with? User: Sure! I'd like to book a restaurant for Sunday at 14:15/, and I'll be dining with 5 people. System: Great! Based on your preferences/, I have a few restaurant recommendations for you. For a nice atmosphere and good food/, you might enjoy "Restaurant X" or "Restaurant Y". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants? User: That sounds great! Can you book a table for 5 people at "Restaurant X" for Sunday at 14:15? System: Absolutely! I've just confirmed a table for you at "Restaurant X" for Sunday at 14:15. Please note that the restaurant has a dress code/, so it's best to dress smartly. Also/, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking? User: That sounds good/, thank you! But I don't have a specific dress code in mind/, can we just go with smart casual? System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking? User: No/, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at "Restaurant X" on Sunday at 14:15. Have a great day! +SNG01795.json,USER: I'm looking for a train please. SYSTEM: Where are you leaving from and where would you like to go? USER: I plan to leave from stevenage to go to Cambridge. SYSTEM: Okay. There are 70 trains that go from stevenage to cambridge. Would you like to narrow it down by day or time? USER: I want to leave on Sunday and arrive by 12:15. SYSTEM: trainID departure destination day leaveAt arriveBy price duration book (optional) TR1542 stevenage cambridge sunday 05:54 06:43 10.24 pounds 49 minutes TR5870 stevenage cambridge sunday 07:54 08:43 10.24 pounds 49 minutes TR7802 stevenage cambridge sunday 09:54 10:43 10.24 pounds 49 minutes TR8225 stevenage cambridge sunday 11:54 12:43 10.24 pounds 49 minutes are the opitions USER: Thank you/, I will check them out and get back to you. SYSTEM: You are welcome. Call back anytime you are ready to book. USER: That information is very overwhelming. Can you please pick the best option that meets my criteria and book for 6 people. SYSTEM: I would like to book the TR7802 stevenage cambridge sunday 09:54 10:43/, please. USER: I think you're confused. I need the info/, you're the help desk. SYSTEM: I apologize for the mistake. I have booked six tickets for you and your party on the TR7802 train departing from Stevenage at 09:54 and arriving at Cambridge at 10:43. USER: That's more like it. And/, what's the reference number? SYSTEM: Your reference number is DDBA2U1R . The total fee is 61.44 GBP payable at the station. May I help with something else? USER: That was all. Thank you SYSTEM: Thanks for using our services., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [10:43/, 12:15]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["10:43"/, "12:15"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to do?"/, "User: I'd like to book a train ticket for Sunday/, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with six available seats. The fare for this train is £25. Would you like to book this train?'/, 'User: Yes/, that sounds great. Can you please provide more details about the train/, such as the train number and the platform number at Stevenage?'/, 'System: Certainly! The train number is TS123/, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed. How do I pay for the ticket?"/, 'System: We accept all major credit and debit cards. Would you like to enter your payment details now?'/, 'User: Sure. My card is a Visa.'/, "System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station."/, 'User: Thank you so much! Is there a way to get to the station from my hotel?'/, 'System: Yes/, there are several options for getting to the station from your hotel. You can take a taxi/, which should take around 10 minutes and cost approximately £15. Alternatively/, you can take the bus/, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options?'/, "User: No/, I think I'll just take a taxi. Can you provide the taxi company's contact information?"/, "System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions."/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to do? User: I'd like to book a train ticket for Sunday/, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with six available seats. The fare for this train is £25. Would you like to book this train? User: Yes/, that sounds great. Can you please provide more details about the train/, such as the train number and the platform number at Stevenage? System: Certainly! The train number is TS123/, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking? User: Yes/, I'd like to proceed. How do I pay for the ticket? System: We accept all major credit and debit cards. Would you like to enter your payment details now? User: Sure. My card is a Visa. System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station. User: Thank you so much! Is there a way to get to the station from my hotel? System: Yes/, there are several options for getting to the station from your hotel. You can take a taxi/, which should take around 10 minutes and cost approximately £15. Alternatively/, you can take the bus/, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options? User: No/, I think I'll just take a taxi. Can you provide the taxi company's contact information? System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye! +PMUL4433.json,USER: I need to get a train going to Stevenage. SYSTEM: I will need some more information. The train is departing from cambridge correct? What day would you like to leave? USER: Yes/, departing from Cambridge. We'll be leaving on Tuesday/, hopefully after 15:15. SYSTEM: How about TR5343? It leaves at 15:21. Your next choice is TR9883 which leaves at 17:21. USER: What is the price for TR5343? SYSTEM: It is 12.80 pounds. USER: I would like information on pools in the north. SYSTEM: jesus green outdoor pool and kings hedges learner pool are in that area. Could I get you info on one of those? USER: How about Jesus Green Outdoor pool. Could I have their address and phone number. SYSTEM: Sure/, the phone number for jesus green outdoor pool is 01223302579. The address is listed as between victoria road and the river. USER: thanks! that's all i need now SYSTEM: Is there any other info or booking I can do? USER: No/, not at this time. Thank you. SYSTEM: Okay glad I could help., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service would you like to request?'/, "User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15."/, 'System: Great! To help me assist you better/, may I know your preferred class of travel and any special requirements?'/, "User: I'd like an economy ticket/, and I don't have any special requirements."/, "System: Alright! Based on the details you've provided/, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday/, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you?"/, 'User: Yes/, please go ahead and book the ticket.'/, 'System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal?'/, "User: I'd like to pay by credit card."/, 'System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed.'/, 'User: Thank you! Is there any attraction near Stevenage that you can recommend?'/, "System: Certainly! Based on your preferences/, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage/, and it's open on Tuesdays. Would you like me to provide you with the address and directions?"/, 'User: That sounds great/, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool?'/, 'System: Absolutely! The address is Jesus Green Outdoor Pool/, Queensway/, Stevenage SG1 1BS. To get there/, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information?'/, 'User: No/, I think I can manage from here. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye!"],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15. System: Great! To help me assist you better/, may I know your preferred class of travel and any special requirements? User: I'd like an economy ticket/, and I don't have any special requirements. System: Alright! Based on the details you've provided/, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday/, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you? User: Yes/, please go ahead and book the ticket. System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal? User: I'd like to pay by credit card. System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed. User: Thank you! Is there any attraction near Stevenage that you can recommend? System: Certainly! Based on your preferences/, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage/, and it's open on Tuesdays. Would you like me to provide you with the address and directions? User: That sounds great/, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool? System: Absolutely! The address is Jesus Green Outdoor Pool/, Queensway/, Stevenage SG1 1BS. To get there/, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information? User: No/, I think I can manage from here. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye! +SNG1116.json,USER: I am getting ready to go off to college. I thought while I was in town maybe I could visit one. SYSTEM: Great idea! There are 18 entries found! What area of town would you like to visit? USER: I think I'd like to visit the centre. SYSTEM: There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in. USER: Great! Can I have the address/, please? SYSTEM: Sure/, it's located at Regent Street. USER: Great/, thank you very much. That's all I need. SYSTEM: You're welcome. Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for information on attractions in the centre of Downing College. Can you help me?"/, "System: Of course! I'd be happy to assist you. To provide the most accurate information/, may I know what type of attraction you're interested in? For example/, are you looking for a museum/, a park/, or a historical landmark?"/, "User: Actually/, I'm looking for a college attraction. Do you have any recommendations?"/, "System: Great! Based on your preference for a college attraction in the centre of Downing College/, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you?"/, 'User: That sounds perfect! Can you tell me more about the chapel and the tours?'/, "System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture/, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes/, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm/, and there is no need to book in advance. Would you like to schedule a tour for a specific time?"/, "User: Yes/, I'd like to schedule a tour for 2 pm today."/, "System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel/, and don't hesitate to reach out if you need anything else. Goodbye!"],User: Hi/, I'm looking for information on attractions in the centre of Downing College. Can you help me? System: Of course! I'd be happy to assist you. To provide the most accurate information/, may I know what type of attraction you're interested in? For example/, are you looking for a museum/, a park/, or a historical landmark? User: Actually/, I'm looking for a college attraction. Do you have any recommendations? System: Great! Based on your preference for a college attraction in the centre of Downing College/, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you? User: That sounds perfect! Can you tell me more about the chapel and the tours? System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture/, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes/, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm/, and there is no need to book in advance. Would you like to schedule a tour for a specific time? User: Yes/, I'd like to schedule a tour for 2 pm today. System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel/, and don't hesitate to reach out if you need anything else. Goodbye! +SNG1165.json,USER: I am looking for a high priced hotel in the north side of town SYSTEM: I'm sorry/, but there aren't any places that meet those qualifications. Would you like to try a different part of town? USER: How about an expensive hotel in the south side of town? SYSTEM: There is one option/, it is The Lensfield Hotel. Do you want me to reserve any rooms for you? USER: Does it offer free wifi? SYSTEM: Yes the Lensfield Hotel does have free wifi. USER: How about free parking/, does it have that as well? SYSTEM: Yes it also has free parking. Anything else today? USER: book it for 7 people and 3 nights starting from monday. SYSTEM: The booking was successful. Your reference number is 81E1ITXC . Is there anything else I can help with today? USER: No that is all I need. Thank you for your time. SYSTEM: we appreciate you using our services. have a good day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days/, starting on Monday. Can you help me find one?"/, "System: Of course! To help you find the perfect hotel/, may I know your preferences for the hotel's name?"/, 'User: Oh/, I prefer the Lensfield Hotel. Do you have any availability for that hotel?'/, 'System: Great choice! For the Lensfield Hotel/, we have availability on Monday/, starting from $300 per night. Would you like to proceed with booking a room?'/, "User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities?"/, 'System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities/, including a flat-screen TV/, minibar/, and free Wi-Fi. They also have a fitness center/, spa/, and an on-site restaurant serving international cuisine.'/, "User: That sounds great. I'd like to book a room/, please."/, "System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel/, starting from Monday/, for 3 days/, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking?"/, 'User: Yes/, please go ahead and book the room.'/, 'System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay!'/, 'User: Thank you so much! Goodbye.'/, 'System: Goodbye/, and thank you for your business. Have a great day!'],User: Hi/, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days/, starting on Monday. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferences for the hotel's name? User: Oh/, I prefer the Lensfield Hotel. Do you have any availability for that hotel? System: Great choice! For the Lensfield Hotel/, we have availability on Monday/, starting from $300 per night. Would you like to proceed with booking a room? User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities? System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities/, including a flat-screen TV/, minibar/, and free Wi-Fi. They also have a fitness center/, spa/, and an on-site restaurant serving international cuisine. User: That sounds great. I'd like to book a room/, please. System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel/, starting from Monday/, for 3 days/, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking? User: Yes/, please go ahead and book the room. System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay! User: Thank you so much! Goodbye. System: Goodbye/, and thank you for your business. Have a great day! +PMUL3460.json,USER: Hi/, what can you tell me about the bangkok city restaurant? SYSTEM: Sure! It serves Thai food and is located in the centre. Would you like to book it? USER: Yes for 2 at 19:30 on Sunday please. I need the reference number then too. SYSTEM: I've booked that for you and your reference number is X4W3U0LM . USER: I'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday. SYSTEM: I can certainly help with that. Could you just verify your departure point for me? USER: Yes/, it should depart from Cambridge. SYSTEM: the earliest arrives by 17.58 USER: Ok/, I think that should be fine. Can you make a booking for me? SYSTEM: sorry/, the arrival time is actually 16:58. how many tickets would you like? USER: I need tickets for the same group of people going to the restaurant with me. SYSTEM: I have booked train TR2324. The total fee is 19.6 GBP which is payable at the station. Your reference number is EGIIL92A . USER: Thank you so much. SYSTEM: Is there anything else I can help you with? USER: No that is it. Thank you so much. SYSTEM: Well we are here to help. Enjoy your time here ! USER: Thank you for your assistance. SYSTEM: Thank you for calling. I hope you enjoy your trip. Goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-arriveby: [17:00/, 17.58/, 17:58/, 16:58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17.58"/, "17:58"/, "16:58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! To help you find a restaurant that fits your preferences/, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal?"/, "User: Oh/, let's see... I'd say around 500 THB per person/, including drinks."/, 'System: Great/, that helps me narrow down the search. Based on your preferences/, I have found a few restaurants that might interest you. One of them is "Siam@Siam Design Hotel" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu?'/, 'System: Certainly! "Siam@Siam Design Hotel" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup/, pad thai/, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you?'/, 'User: Yes/, please go ahead and book a table for two people at 19:30 on Sunday.'/, 'System: Great! I have successfully booked a table for you at "Siam@Siam Design Hotel" for 19:30 on Sunday. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences/, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal? User: Oh/, let's see... I'd say around 500 THB per person/, including drinks. System: Great/, that helps me narrow down the search. Based on your preferences/, I have found a few restaurants that might interest you. One of them is "Siam@Siam Design Hotel" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu? System: Certainly! "Siam@Siam Design Hotel" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup/, pad thai/, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you? User: Yes/, please go ahead and book a table for two people at 19:30 on Sunday. System: Great! I have successfully booked a table for you at "Siam@Siam Design Hotel" for 19:30 on Sunday. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye! +PMUL2583.json,USER: I'm looking for a hotel/, can you help? SYSTEM: I can/, we have 9 hotels/, do you have anything else to narrow it down? USER: It should be in the centre and be on the expensive side. SYSTEM: I have 2 available hotels. One is the Gonville Hotel located on Gonville Place. The other is University Arms Hotel on Regent Street. Which one would you like to book? USER: Can you book the one without wifi? SYSTEM: they both have internet/, for what days and how many people should I book? USER: Do either of them offer free wifi? SYSTEM: As previously mentioned/, they both have internet available. I don't have specifications about the internet service however. Would you like to book one of these? USER: Yes/, please book for two nights beginning on Sunday for one person. SYSTEM: Your booking was successful and the reference number is ELYPAXQZ . USER: Thank you. I'm also looking for a museum to go to in the same area. SYSTEM: there are 11 all with free entrance. Would you like me to recommend one? USER: Yes/, please. Can I get the address and phone number for the one you reccommend? SYSTEM: castle galleries is a nice place/, their address is unit su43 grande arcade st andrews st and their postcode is cb23bj/, anything else today? USER: Do you have there phone number? SYSTEM: Their phone is 01223307402. Is there anything else I can help you with today? USER: Yes/, I also need a taxi going between the two places. SYSTEM: What time do you need the taxi/, and which is the destination site? USER: I want to arrive at the Castle Galleries by 11:15. SYSTEM: Your white ford taxi booking was successful. Its contact number is 07580691974. USER: Ok/, thank you for the help. SYSTEM: Was there anything else you needed today?, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi/, attraction/, hotel]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"/, "attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a taxi to take me to the castle galleries. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time?"/, "User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries."/, 'System: Great! Based on your preferences/, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you also recommend some attractions near the castle galleries?'/, 'System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well?'/, "User: Yes/, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation."/, 'System: Based on your preferences/, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds good. Thank you for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]!"/, 'User: Thank you/, I will. Goodbye!'],User: Hi/, I'm looking for a taxi to take me to the castle galleries. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time? User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries. System: Great! Based on your preferences/, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you also recommend some attractions near the castle galleries? System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well? User: Yes/, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation. System: Based on your preferences/, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking? User: Yes/, that sounds good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]! User: Thank you/, I will. Goodbye! +MUL1914.json,USER: I'm looking for a train. SYSTEM: Let's start with where you are departing from and where you are going? USER: Departing from ely to cambridge. SYSTEM: There are quite a few trains from Ely to Cambridge. On what day will you be traveling/, and at what time would you like to depart? USER: It's on Tuesday. I need to arrive by 9:30 and need to book for 7 people. Could I also get the reference number too? SYSTEM: Ok I have booked you on TR6971 leaving Ely at 7:35/, arriving at cambridge by 7:52 for 7 people. Reference number AQRMT6Q9 . Anything else I can help with? USER: One more thing. Can you give me information about an attraction called Ruskin Gallery? SYSTEM: It's a free museum in the city centre/, located at anglia ruskin university/, east road. Anything else I can help with? USER: What is the phone number for there? SYSTEM: Phone # is 01245493131. Anything else I can do for you? USER: That was all I needed today. Thank you. SYSTEM: You're welcome/, have a nice day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [09:30/, 9:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["09:30"/, "9:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for train and attraction services in the UK. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to book a train ticket from Ely to Cambridge/, and also find out about attractions in the area."/, 'System: Great! For your train ticket/, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for?'/, "User: Yes/, that sounds good. I'd like to book for 7 people."/, 'System: Great! For your attraction/, are you interested in the Ruskin Gallery?'/, "User: Yes/, that's the one I'd like to visit."/, 'System: Excellent! For your train ticket/, I can offer you a fare of £25 per person. Would you like to proceed with the booking?'/, 'User: Yes/, please go ahead.'/, 'System: Great! Your train ticket has been booked for 7 people/, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175.'/, 'User: That sounds good. Can you also provide information on the Ruskin Gallery?'/, 'System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge/, known for its impressive collection of art and artifacts. It is open from 10am to 5pm/, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you?'/, "User: That's all the information I need/, thank you."/, "System: You're welcome! Is there anything else I can assist you with today?"/, "User: No/, that's all. Thank you for your help!"/, 'System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye!'],User: Hi/, I'm looking for train and attraction services in the UK. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to book a train ticket from Ely to Cambridge/, and also find out about attractions in the area. System: Great! For your train ticket/, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for? User: Yes/, that sounds good. I'd like to book for 7 people. System: Great! For your attraction/, are you interested in the Ruskin Gallery? User: Yes/, that's the one I'd like to visit. System: Excellent! For your train ticket/, I can offer you a fare of £25 per person. Would you like to proceed with the booking? User: Yes/, please go ahead. System: Great! Your train ticket has been booked for 7 people/, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175. User: That sounds good. Can you also provide information on the Ruskin Gallery? System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge/, known for its impressive collection of art and artifacts. It is open from 10am to 5pm/, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you? User: That's all the information I need/, thank you. System: You're welcome! Is there anything else I can assist you with today? User: No/, that's all. Thank you for your help! System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye! +PMUL2097.json,USER: Please find me a place to dine that's expensive and in the centre. SYSTEM: Fitzbillies restaurant is expensive in the centre of town. Would you like to try that? USER: I am looking for Thai food. SYSTEM: we have bankok city. it is located in 24 green street centre. can i give you the phone number? USER: Ok great. Can you reserve a table there for Thursday for 5 people at 15:00 please? SYSTEM: it was successful. Reference number is : AKNPF1IH . USER: Thank you for your help. SYSTEM: Your very welcome. Can I help you with anything else today? USER: Yes a hotel please. SYSTEM: Okay. I can help you with that. Can you help me narrow the options down by providing preferences such as area/, price range/, and type? USER: You know what? I don't need a hotel after all. I heard something about an attraction called ballare/, could you give me some information about it? SYSTEM: Ballare is a nightclub located in the centre area. the phone is 01223364222 and the entrance fee is 5 pounds. Can I help you with anything else? USER: That is everything. Thank you so much for your help. SYSTEM: You're welcome! Is there anything else I can help you with today - transportation perhaps/, or other attractions? USER: That is all I need. SYSTEM: Thanks for using the Cambridge booking service and have a great day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, attraction/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Actions: [NONE/, find_attraction]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "attraction"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a hotel/, attraction/, and restaurant in Bangkok. Can you help me?"/, 'System: Of course! What specific services would you like to request?'/, "User: I'd like to find a hotel in the city center/, an attraction that's fun for families/, and a Thai restaurant for dinner on Thursday."/, 'System: Great! For your hotel search/, would you prefer a specific hotel type or area?'/, "User: I'd like a 5-star hotel in the city center/, please."/, "System: Sure thing! Based on your preferences/, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you?"/, 'User: Yes/, please!'/, 'System: Great! Here are the top 3 options:'/, 'User: The Okura Prestige Bangkok sounds great. Can I book it?'/, "System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services/, such as a room upgrade or airport transfer?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you?"/, "User: Sure/, I'd love to hear some recommendations!"/, 'System: Great! Based on your preferences/, I recommend visiting the Bangkok Art and Culture Centre/, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo/, which has a wide range of animals and a fun petting zoo for kids.'/, 'User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it?'/, 'System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit?'/, 'User: Yes/, please!'/, "System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok!"/, 'User: Thank you/, I will! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel/, attraction/, and restaurant in Bangkok. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a hotel in the city center/, an attraction that's fun for families/, and a Thai restaurant for dinner on Thursday. System: Great! For your hotel search/, would you prefer a specific hotel type or area? User: I'd like a 5-star hotel in the city center/, please. System: Sure thing! Based on your preferences/, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you? User: Yes/, please! System: Great! Here are the top 3 options: User: The Okura Prestige Bangkok sounds great. Can I book it? System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services/, such as a room upgrade or airport transfer? User: No/, that's all for now. Thank you! System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you? User: Sure/, I'd love to hear some recommendations! System: Great! Based on your preferences/, I recommend visiting the Bangkok Art and Culture Centre/, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo/, which has a wide range of animals and a fun petting zoo for kids. User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it? System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit? User: Yes/, please! System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok! User: Thank you/, I will! Goodbye! System: Goodbye! +PMUL0949.json,USER: I'm looking for a particular restaurant called ask. Please give me information on that restaurant. SYSTEM: Ask is an italian place in the centre area/, they are in the cheap price range. Can I help with anything else? USER: Yes/, I'd like to book a table for 1 at 17:15 on Wednesday. Can you do that? SYSTEM: I was able to book that table for you. Your reference number should you need it/, is DFEBH5D1 .Can I help with anything else? USER: No. I think I am all set. Thanks. SYSTEM: You're very welcome/, just let us know if we can help with anything else., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one?"/, 'System: Of course! To help you find a restaurant/, may I know your preferred name of the restaurant?'/, "User: Hmm/, I'm not sure yet. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you?'/, 'User: Yes/, please book the first one on the list.'/, 'System: Great choice! For [restaurant name]/, would you like to book a table for [number of people] on Wednesday at 17:15?'/, "User: Yes/, that's correct."/, "System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address."/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one? System: Of course! To help you find a restaurant/, may I know your preferred name of the restaurant? User: Hmm/, I'm not sure yet. Can you suggest some options? System: Certainly! Based on your preferences/, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you? User: Yes/, please book the first one on the list. System: Great choice! For [restaurant name]/, would you like to book a table for [number of people] on Wednesday at 17:15? User: Yes/, that's correct. System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great dining experience! User: Thank you/, I will! Goodbye. System: Goodbye! +PMUL3847.json,USER: What fun places can I visit in the East? SYSTEM: We have five spots which include boating/, museums and entertainment. Any preferences that you have? USER: I don't have a preference. Which place would you recommend? SYSTEM: I'm fond of the Cambridge Museum of Technology. Would you like more information on it? USER: What is the entrance fee? SYSTEM: It is 5 pounds to get in. USER: Great/, thanks! Can you help me find a train going into Cambridge as well? SYSTEM: I certainly can! Where would you be coming from and what day and time? USER: I am leaving birmingham new street and going to cambridge; I need to travel on Friday and arrive by 13:15. SYSTEM: TR0497 arrives by 12:23. Would you like a ticket? USER: Yes please. Book the train for 2 people. Please include the reference number. SYSTEM: Reference number is : PYPBSAXI . Is there anything else? USER: That's everything. Thanks again and have a great day! SYSTEM: Enjoy your trip! Have a great time!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, attraction]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-area: [east]}}/, {Actions: [NONE/, book_train/, find_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "attraction"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time/, the number of passengers/, and your preferred train destination?"/, "User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday/, and I have 2 people in my party."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like me to book a train ticket for you?'/, 'User: Yes/, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting?'/, 'System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area/, I suggest visiting the Fitzwilliam Museum/, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you?'/, 'User: That sounds great/, thank you! Can you also tell me about any other attractions in the area?'/, "System: Certainly! In addition to the Fitzwilliam Museum/, you might also enjoy visiting King's College Chapel/, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time/, you could take a punting tour along the River Cam to see the city from a different perspective."/, 'User: That all sounds wonderful. Can you book the train ticket and the attraction for me?'/, 'System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge/, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking.'/, "User: Yes/, I'd like to proceed. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time/, the number of passengers/, and your preferred train destination? User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday/, and I have 2 people in my party. System: Great! Based on your preferences/, I have found a few options for you. Would you like me to book a train ticket for you? User: Yes/, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting? System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area/, I suggest visiting the Fitzwilliam Museum/, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you? User: That sounds great/, thank you! Can you also tell me about any other attractions in the area? System: Certainly! In addition to the Fitzwilliam Museum/, you might also enjoy visiting King's College Chapel/, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time/, you could take a punting tour along the River Cam to see the city from a different perspective. User: That all sounds wonderful. Can you book the train ticket and the attraction for me? System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge/, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking. User: Yes/, I'd like to proceed. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye! +PMUL2710.json,USER: Hi/, I am traveling to Cambridge and am super excited to see some local tourist attractions. I am looking for some suggestions on places to go in town. SYSTEM: There are 79 attractions in Cambridge. There are churches/, museums/, swimming pool/, and many more attractions. What are you interested in doing? USER: Perhaps I'd like to see a museum. Are there any in the centre? SYSTEM: There are 11 museums in the centre area. There is a science museum/, an art and antiques museum/, and 9 others. What kind of museum are you interested in? USER: Does not matter can you just recommend one please. SYSTEM: Castle Galleries is a very nice museum in the centre/, and their entrance fee is free! USER: Excellent. Can I please have they're phone number and address please? SYSTEM: They are located at unit su43/, grande arcade/, saint andrews street/, cb23bj. You can reach them at 01223307402. USER: Thank you. I am also needing help booking a guesthouse in the north part of town. Can you assist me with that? SYSTEM: You're in luck. There are 11 guesthouses in the north. What amenities are you looking for? USER: 4 people for 5 nights starting Sunday and I also need the ref # too please SYSTEM: Ok great/, we have you booked in the alpha-milton guest house at 63 milton road. Your Reference number is : KPUSMIB9 . Thank you!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [attraction/, hotel]/, Details: [{Actions: [NONE/, find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Actions: [find_hotel/, book_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["attraction"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the centre of the city."/, "System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example/, what type of attraction are you interested in?"/, "User: I'm interested in museums. And for the hotel/, I'd like something in the north area of the city/, preferably a guesthouse with at least 4 stars."/, 'System: Great! Based on your preferences/, I have found a few options for you. For attraction/, I recommend the Castle Galleries/, which is a museum located in the centre of the city. As for hotels/, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse/, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse?'/, 'System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre/, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively/, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there?'/, "User: No/, that's all good. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the centre of the city. System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example/, what type of attraction are you interested in? User: I'm interested in museums. And for the hotel/, I'd like something in the north area of the city/, preferably a guesthouse with at least 4 stars. System: Great! Based on your preferences/, I have found a few options for you. For attraction/, I recommend the Castle Galleries/, which is a museum located in the centre of the city. As for hotels/, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse/, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse? System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre/, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively/, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there? User: No/, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! +WOZ20385.json,USER: Hey/, I'm up south can you give me a place to eat? SYSTEM: What kind of food would you like? USER: Don't care. SYSTEM: I recommend Chiquito Restaurant Bar USER: Can I have the address and telephone number? SYSTEM: Chiquito Restaurant Bar is located at 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton. The phone number is 01223 400170. USER: THAT WILL BE FINE. SYSTEM: You're welcome/, goodbye., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [restaurant]/, Details: [{Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["restaurant"]/, "Details": [{"Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, are there any specific types of Mexican food you're looking for/, or a certain price range you're working with?"/, "User: Well/, I'm not too picky when it comes to Mexican food/, but I would like to find a restaurant that serves authentic dishes. As for the price range/, I'm open to anything around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar/, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito?'/, 'User: Yes/, please! And do you have any information about the menu or the ambiance of the restaurant?'/, 'System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes/, such as enchiladas/, fajitas/, and chiles rellenos. The ambiance is cozy and intimate/, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito?'/, 'User: That sounds great/, thank you! Can you also tell me how to get there from my current location?'/, 'System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions?'/, 'User: No/, I think I can handle it from here. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example/, are there any specific types of Mexican food you're looking for/, or a certain price range you're working with? User: Well/, I'm not too picky when it comes to Mexican food/, but I would like to find a restaurant that serves authentic dishes. As for the price range/, I'm open to anything around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar/, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito? User: Yes/, please! And do you have any information about the menu or the ambiance of the restaurant? System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes/, such as enchiladas/, fajitas/, and chiles rellenos. The ambiance is cozy and intimate/, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito? User: That sounds great/, thank you! Can you also tell me how to get there from my current location? System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions? User: No/, I think I can handle it from here. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye! +PMUL0172.json,USER: I will be staying in Cambridge. I need a hotel with wifi. SYSTEM: What about a and b guest house? It's in the East. USER: I need something in the centre. SYSTEM: There are 7 hotels which area do you prefer? USER: The north part of town SYSTEM: I ran a search in the north/, there's 12 choices. Lets make sure were on the same page/, is this the area that you want? Also hotel or Guesthouse? USER: Sorry/, I've been all over the place. To be clear/, I need a hotel with free wifi and parking that is in the centre. SYSTEM: Shall I choose a hotel for you/, or do you have a preference? 4 hotels have free parking and internet in that area. USER: yes please recommend one. the booking is needed for saturday. 3 nights/, 6 people SYSTEM: May I recommend alexander bed and breakfast. While it is a cheap guesthouse in the centre of town/, it has a 4 star rating and also included internet and parking USER: Ok great. Can you book a room for 6 people and 3 nights starting from Saturday. SYSTEM: Booking was successful. Reference number is : QK6KCZQA USER: Great/, thank you. I'm also in need of an Indian restaurant in the cheap price range. Can you find me one? SYSTEM: We have several. What part of town are you thinking? USER: Any will do/, what ever you recommend. SYSTEM: Royal Spice is located in the north. It's one of my personal favorites. Would you like me to make reservations for you? USER: I certainly want to try it then. Please book for 6 people at 11:30 on Saturday. SYSTEM: You have been booked at the Royal Spice. Your reference number is WSPAI5JJ . Can I be of further assistance today? USER: Thank you . I am all set. SYSTEM: Great! And you're welcome/, have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, restaurant]/, Details: [{Actions: [NONE/, find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-area: [north/, centre]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["north"/, "centre"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet/, parking/, and a good location?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know how many people will be staying at the hotel?"/, 'User: It will be just me and my partner.'/, 'System: Great! Based on your preferences/, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast/, which offers internet/, parking/, and a great location. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend a restaurant in the area?'/, 'System: Certainly! After checking your preferences/, I have found Royal Spice/, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great. Please go ahead and book the table for us.'/, 'System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner/, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet/, parking/, and a good location? System: Of course! I'd be happy to assist you. To get started/, may I know how many people will be staying at the hotel? User: It will be just me and my partner. System: Great! Based on your preferences/, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast/, which offers internet/, parking/, and a great location. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend a restaurant in the area? System: Certainly! After checking your preferences/, I have found Royal Spice/, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you? User: Yes/, that sounds great. Please go ahead and book the table for us. System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner/, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! +PMUL3867.json,USER: Can you assist me in finding me an Expensive Restaurant in Cambridge where I can dine? The restaurant should be serving British foods. SYSTEM: sure/, i have 6 options for you USER: I'd like it to be in Centre. SYSTEM: I would suggest midsummer house restaurant it has great food. USER: Can you make me a reservation for Saturday please for 3 people? SYSTEM: What time would you like to dine on Saturday? USER: We will be dining at 16:30. Please book a table for 3 on Saturday and provide the reference number. I also need a hotel in the same area. SYSTEM: Alright/, I have your restaurant booking. Your reference number is: DHDB0H4V . What are you looking for in a hotel/, so I can narrow down the choices? USER: Something in the same area as the restaurant. It should also be in that same price range. SYSTEM: I've got two expensive hotels in the area. Both have internet and parking. university arms hotel has 4 stars. Does that meet your needs? USER: Yes/, that should be perfect thank you. SYSTEM: Would you like me to book you a room? If so/, i will need how many people and nights you will be staying and on what day. USER: I would like a room for three people/, just for Saturday night. SYSTEM: The booking was successful I have a reference number and the hotel number for you. USER: Can I have the postcode and hotel type/, please? SYSTEM: it is the type of a hotel. its post code is cb21ad. anything else? USER: I also need a taxi between the hotel and the restaurant. SYSTEM: I will look a taxi up for you. USER: Thank you very much! Can you please make sure that it arrives at the restaurant by the time of my reservation? SYSTEM: A grey toyota will be waiting to pick you up/, if you have any further questions the contact number is 07137847685. USER: Thanks so much! SYSTEM: Can I help you with anything else today? USER: No/, that will be all. Thank you! SYSTEM: Thanks for using our service/, good day! USER: Thanks for all the help. SYSTEM: Anytime/, were here to help. Have a good day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [hotel/, taxi/, restaurant]/, Details: [{Actions: [NONE/, find_restaurant/, book_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["hotel"/, "taxi"/, "restaurant"]/, "Details": [{"Actions": ["NONE"/, "find_restaurant"/, "book_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a hotel/, a restaurant/, and a taxi for this Saturday at 16:30. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I have your preferences for the hotel and restaurant?"/, "User: Sure! I'd like a hotel in the centre of the city/, with a price range of expensive/, and a restaurant that serves British food."/, 'System: Great! Based on your preferences/, I have found a few options for you. For the hotel/, I recommend the University Arms Hotel/, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there?'/, 'User: Yes/, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30?'/, 'System: Certainly! Based on your preferences/, I suggest the Midsummer House Restaurant/, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there?'/, 'User: Yes/, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant?'/, 'System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel/, a restaurant/, and a taxi for this Saturday at 16:30. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I have your preferences for the hotel and restaurant? User: Sure! I'd like a hotel in the centre of the city/, with a price range of expensive/, and a restaurant that serves British food. System: Great! Based on your preferences/, I have found a few options for you. For the hotel/, I recommend the University Arms Hotel/, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there? User: Yes/, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30? System: Certainly! Based on your preferences/, I suggest the Midsummer House Restaurant/, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there? User: Yes/, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant? System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! +SNG01373.json,USER: I need a taxi to don pasquale pizzeria. SYSTEM: When would you like to arrive? USER: I would like to arrive at one o'clock p.m. because I am meeting my husband there when he goes on his lunch break. SYSTEM: Ok/, where are you departing from? USER: I will be departing from finches bed and breakfast. SYSTEM: Alright. I have a white honda for you. USER: Great/, thanks. Is there a contact number for the driver by any chance? SYSTEM: That number is 07303450247. USER: Thank you very much. Will they be contacting me? SYSTEM: They will only contact you if they cannot find you. Thank you. USER: Thank you I will be watching the white honda then. SYSTEM: Sounds good. Have a great night!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [taxi]/, Details: [{Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m/, one o'clock p.m.]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["taxi"]/, "Details": [{"Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m"/, "one o'clock p.m."]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be $X/, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment?'/, "User: Yes/, I'll proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast.'/, 'User: Great/, I have made the payment. Thank you for your help!'/, "System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be $X/, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment? User: Yes/, I'll proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast. User: Great/, I have made the payment. Thank you for your help! System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day! User: Thank you/, I will. Goodbye! System: Goodbye! +PMUL3555.json,USER: I am planning a trip in Cambridge. SYSTEM: I am glad that you are visiting/, but I cannot help you until you give me something to search for? USER: I'm looking for a train from Cambridge to Leicester on Monday. SYSTEM: We have quite a few trains available that day. Is there any time you would like to depart or arrive by? USER: I need to leave after 21:45 SYSTEM: TR2919 is leaving at 22:21/, would that work? USER: Yes/, could you book me 2 tickets and get me a reference number? SYSTEM: Absolutely. I have booked two tickets for TR2919 at a total fee of 75.59 GBP. Your reference number is 8BG1O6W0 . Is there anything else I can assist you with? USER: Yes/, i also need a hotel with free wi-fi. I do not mind if it is expensive. SYSTEM: how about allenbell? it looks lovely USER: does it have free parking? SYSTEM: allenbell has free parking. Should I book it? USER: Yes/, I need it for Thursday. 2 people 4 nights. SYSTEM: your all set! Reference # is DQ0Z16N7 . Anything else I can help you with today? USER: That is all I need. SYSTEM: Have a great day!, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [train/, hotel]/, Details: [{Actions: [NONE/, book_train/, find_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Actions: [find_hotel/, book_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["train"/, "hotel"]/, "Details": [{"Actions": ["NONE"/, "book_train"/, "find_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Actions": ["find_hotel"/, "book_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and also book a hotel room in Leicester for four nights starting from Thursday."/, 'System: Great! To book your train ticket/, may I have your name and contact information/, please?'/, 'User: Sure/, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com).'/, "System: Thank you/, John. Based on your preferences/, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket?"/, 'User: One-way/, please.'/, "System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly."/, "User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center."/, 'System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly."/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye!"],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and also book a hotel room in Leicester for four nights starting from Thursday. System: Great! To book your train ticket/, may I have your name and contact information/, please? User: Sure/, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com). System: Thank you/, John. Based on your preferences/, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket? User: One-way/, please. System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly. User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center. System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking? User: Yes/, please go ahead. System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly. User: No/, that's all for now. Thank you for your help! System: You're welcome/, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye! +SNG01958.json,USER: Hi/, I am trying to find the police station that's closest to my location please. SYSTEM: The nearest police station is in Parkside/, Cambridge/, CB11JG USER: Thanks/, what is their phone number? SYSTEM: Telephone : 01223358966 there you go USER: Thank you/, that is all I need today. SYSTEM: Best of luck with everything and enjoy your day., [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Services Involved: [police]/, Details: [{Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Services Involved": ["police"]/, "Details": [{"Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to list them for you?'/, 'User: Yes/, please.'/, 'System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location:'/, 'User: Can you tell me more about the Manhattan South Precinct?'/, "System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea/, Hudson Yards/, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them?"/, "User: Yes/, I think that's the one I'll choose. Can you give me their phone number again?"/, 'System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am/, 7 days a week. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to list them for you? User: Yes/, please. System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location: User: Can you tell me more about the Manhattan South Precinct? System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea/, Hudson Yards/, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them? User: Yes/, I think that's the one I'll choose. Can you give me their phone number again? System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am/, 7 days a week. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day! diff --git a/notebooks/dialogue_generation/domain_knowledge.json b/notebooks/dialogue_generation/domain_knowledge.json new file mode 100644 index 0000000000000000000000000000000000000000..6df49236b12cfe6821f6ed6d8f9b29af04910749 --- /dev/null +++ b/notebooks/dialogue_generation/domain_knowledge.json @@ -0,0 +1,261 @@ +[ + { + "Dialogue ID": "PMUL4398.json", + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "centre" + ], + "restaurant-pricerange": [ + "expensive" + ], + "restaurant-name": [ + "bedouin" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-pricerange": [ + "expensive" + ], + "hotel-type": [ + "hotel" + ], + "hotel-name": [ + "university arms hotel" + ], + "hotel-bookday": [ + "saturday" + ], + "hotel-bookpeople": [ + "2" + ], + "hotel-bookstay": [ + "2" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1013.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-area": [ + "centre", + "south" + ], + "hotel-internet": [ + "yes" + ], + "hotel-parking": [ + "yes" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "4" + ], + "hotel-bookstay": [ + "3", + "4" + ], + "hotel-name": [ + "aylesbray lodge guest house" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "find_restaurant" + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": "PMUL0121.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-name": [ + "cityroomz" + ], + "hotel-bookday": [ + "tuesday" + ], + "hotel-bookpeople": [ + "7" + ], + "hotel-bookstay": [ + "3" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant" + ], + "Preferences": { + "restaurant-area": [ + "west" + ], + "restaurant-pricerange": [ + "expensive" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3484.json", + "Services Involved": [ + "restaurant", + "hotel", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-name": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "hotel-bookday": [ + "sunday" + ], + "hotel-bookstay": [ + "5" + ], + "hotel-bookpeople": [ + "8" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "book_restaurant", + "find_restaurant" + ], + "Preferences": { + "restaurant-name": [ + "don pasquale pizzeria" + ], + "restaurant-bookday": [ + "sunday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "19:00" + ], + "taxi-departure": [ + "aylesbray lodge guest house", + "alyesbray lodge guest house" + ], + "taxi-destination": [ + "don pasquale pizzeria" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0389.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "tuesday" + ], + "train-departure": [ + "kings lynn" + ], + "train-leaveat": [ + "9:30", + "09:30" + ], + "train-destination": [ + "cambridge" + ], + "train-bookpeople": [ + "2" + ] + } + } + ] + } + +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/general_schema.json b/notebooks/dialogue_generation/general_schema.json new file mode 100644 index 0000000000000000000000000000000000000000..3fe27df54f4492a38554d976629cd0cf40498532 --- /dev/null +++ b/notebooks/dialogue_generation/general_schema.json @@ -0,0 +1,244 @@ +[ + { + "Services Involved": [ + "NONE", + "hotel", + "restaurant", + "taxi", + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + + ], + "attraction-name": [ + "NONE", + "any string" + ] + + } + } + ] + } + +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/generate_annotations.ipynb b/notebooks/dialogue_generation/generate_annotations.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..b67e6953a37ffda5381ba765f0aa9b67ce1896b8 --- /dev/null +++ b/notebooks/dialogue_generation/generate_annotations.ipynb @@ -0,0 +1,272 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "81e2367c-3d06-4d1e-848b-a845e0483a0e", + "metadata": {}, + "outputs": [], + "source": [ + "# python -m vllm.entrypoints.api_server --model meta-llama/Llama-2-13b-chat-hf --tensor-parallel-size 2" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "eda86beb-3fb0-4c1f-b895-31314e8772d6", + "metadata": {}, + "outputs": [], + "source": [ + "import json\n", + "import argparse\n", + "import requests\n", + "import pandas as pd\n", + "from typing import Iterable, List\n", + "import csv\n", + "from tqdm import tqdm\n", + "import re\n", + "from copy import deepcopy\n", + "\n", + "def load_domain_knowledge(file_path):\n", + " with open(file_path) as file:\n", + " return json.load(file)\n", + "\n", + "def post_http_request(prompt: str,\n", + " api_url: str,\n", + " n: int = 1,\n", + " stream: bool = False) -> requests.Response:\n", + " headers = {\"User-Agent\": \"Test Client\"}\n", + " pload = {\n", + " \"prompt\": prompt,\n", + " \"n\": n,\n", + " \"use_beam_search\": False,\n", + " \"temperature\": 0.0,\n", + " \"max_tokens\": 4000,\n", + " \"stream\": stream,\n", + " }\n", + " try:\n", + " response = requests.post(api_url, headers=headers, json=pload, stream=True)\n", + " response.raise_for_status() # Raises an HTTPError if the HTTP request returned an unsuccessful status code\n", + " return response\n", + " except requests.RequestException as e:\n", + " print(f\"HTTP Request failed: {e}\")\n", + " return None\n", + "\n", + "\n", + "def process_annotations(output, schema):\n", + " output = str(output)\n", + " for service in schema[\"Details\"]:\n", + " if \"Preferences\" in service:\n", + " for slot in service[\"Preferences\"]:\n", + " pattern = re.compile(rf'{re.escape(slot)}: (.*?)\\\\n')\n", + " matches = pattern.findall(output)\n", + " for match in matches:\n", + " new_match = clean_string(match, slot)\n", + " service[\"Preferences\"][slot] = new_match\n", + "\n", + " return schema\n", + "\n", + "def clean_string(input_string, current_slot):\n", + " # substitute newline characters\n", + " new_input_string = re.sub(r'\\\\n', '', input_string)\n", + " # Remove the current_slot from the string\n", + " new_input_string = re.sub(re.escape(current_slot), '', new_input_string)\n", + " \n", + " # If there are two or more consecutive white spaces, cut off everything after that\n", + " two_space_index = new_input_string.find(' ')\n", + " if two_space_index != -1:\n", + " new_input_string = new_input_string[:two_space_index]\n", + "\n", + " # This regular expression matches any character that is NOT a letter, number, or a colon between numbers\n", + " pattern = '(?<!\\d):(?!\\d)|[^a-zA-Z0-9 ]'\n", + " # Replace matched characters with an empty string\n", + " cleaned_string = re.sub(pattern, '', new_input_string).strip()\n", + " return cleaned_string\n", + "\n", + "\n", + "\n", + "def get_response(response: requests.Response) -> List[str]:\n", + " if not response.content:\n", + " print(\"Error: Received empty response from the API.\")\n", + " return []\n", + "\n", + " try:\n", + " data = json.loads(response.content)\n", + " output = data[\"text\"]\n", + " return output\n", + " except json.JSONDecodeError as e:\n", + " print(f\"JSON Decode Error: {e}\")\n", + " print(\"Received response content:\", response.content)\n", + " return []\n", + "\n", + "def get_streaming_response(response: requests.Response) -> Iterable[List[str]]:\n", + " for chunk in response.iter_lines(chunk_size=8192,\n", + " decode_unicode=False,\n", + " delimiter=b\"\\0\"):\n", + " if chunk:\n", + " data = json.loads(chunk.decode(\"utf-8\"))\n", + " output = data[\"text\"]\n", + " yield output\n", + "\n", + "def save_dialogues(dialogues, file_path):\n", + " with open(file_path, 'w') as file:\n", + " json.dump(dialogues, file, indent=4)\n", + "\n", + "def clear_preferences(domain_knowledge):\n", + " for service_detail in domain_knowledge[\"Details\"]:\n", + " for key in service_detail[\"Preferences\"]:\n", + " service_detail[\"Preferences\"][key] = \"null\"\n", + " return domain_knowledge\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "2400e1a6-b20a-420c-b00c-bf6cfb423da2", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Processing Rows: 100%|██████████| 50/50 [08:27<00:00, 10.15s/it]\n" + ] + } + ], + "source": [ + "if __name__ == \"__main__\":\n", + " parser = argparse.ArgumentParser()\n", + " parser.add_argument(\"--host\", type=str, default=\"localhost\")\n", + " parser.add_argument(\"--port\", type=int, default=8000)\n", + " parser.add_argument(\"--n\", type=int, default=1)\n", + " parser.add_argument(\"--dataframe_file\", type=str, default=\"dialogues/output_dialogues_50_df_2.csv\")\n", + " parser.add_argument(\"--output_file\", type=str, default=\"annotations/output_annotated_4.csv\")\n", + " parser.add_argument(\"--stream\", action=\"store_true\")\n", + " args = parser.parse_args()\n", + "\n", + " api_url = f\"http://{args.host}:{args.port}/generate\"\n", + "\n", + " # Read the DataFrame\n", + " df = pd.read_csv(args.dataframe_file, sep=',', quoting=csv.QUOTE_NONE, escapechar='/')\n", + "\n", + " # List to store cleared domain knowledge and annotations\n", + " cleared_domain_knowledges = []\n", + " annotations = []\n", + " original_annotations_list = []\n", + "\n", + " for index, row in tqdm(df.iterrows(), desc=\"Processing Rows\", total=df.shape[0]):\n", + " \n", + " # Process original dialogue\n", + " original_dialogue = row['Original Dialogue'] \n", + " domain_knowledge = json.loads(row['Domain Knowledge'])\n", + " cleared_domain_knowledge_original = deepcopy(domain_knowledge)\n", + " cleared_domain_knowledge_original = clear_preferences(cleared_domain_knowledge_original)\n", + " \n", + " # Generate annotation prompt for original dialogue\n", + " original_prompt = f\"\"\"\n", + " [INST] <<SYS>>\n", + " Your task is to fill out the schema with the information from the dialogue.\n", + " All slots filled with null in the schema need to be updated with the correct information. \n", + " Choose the correct value based on the Dialogue content for each slot.\n", + " Just provide the schema filled with the correct values, nothing else.\\n\n", + " \n", + " Annotation Schema (to be filled): {json.dumps(cleared_domain_knowledge_original)} \\n\n", + "\n", + " Dialogue to Annotate: {original_dialogue}\n", + "\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + " \n", + " # Send request and process output for original dialogue\n", + " original_response = post_http_request(original_prompt, api_url, args.n, args.stream)\n", + " original_output = get_response(original_response) if not args.stream else list(get_streaming_response(original_response))\n", + " original_output_without_prompt = [line.replace(original_prompt, '') for line in original_output]\n", + " original_annotations = process_annotations(original_output_without_prompt, cleared_domain_knowledge)\n", + "\n", + "\n", + " generated_dialogue = row['utterances_joined']\n", + " cleared_domain_knowledge_generated = deepcopy(domain_knowledge)\n", + " cleared_domain_knowledge_generated = clear_preferences(cleared_domain_knowledge_generated)\n", + "\n", + " generated_prompt = f\"\"\"\n", + " [INST] <<SYS>>\n", + " Your task is to fill out the schema with the information from the dialogue.\n", + " All slots filled with null in the schema need to be updated with the correct information. \n", + " Choose the correct value based on the Dialogue content for each slot.\n", + " Just provide the schema filled with the correct values, nothing else.\\n\n", + " \n", + " Annotation Schema (to be filled): {cleared_domain_knowledge_generated} \\n\n", + "\n", + " Dialogue to Annotate: {generated_dialogue}\n", + "\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + " \n", + " generated_response = post_http_request(generated_prompt, api_url, args.n, args.stream)\n", + " generated_output = get_response(generated_response) if not args.stream else list(get_streaming_response(generated_response))\n", + " generated_output_without_prompt = [line.replace(generated_prompt, '') for line in generated_output]\n", + " #print(generated_output_without_prompt)\n", + " generated_annotations = process_annotations(generated_output_without_prompt, cleared_domain_knowledge)\n", + "\n", + "\n", + " cleared_domain_knowledge = deepcopy(domain_knowledge)\n", + " cleared_domain_knowledge = clear_preferences(cleared_domain_knowledge)\n", + "\n", + " cleared_domain_knowledges.append(json.dumps(cleared_domain_knowledge))\n", + " annotations.append(generated_annotations)\n", + " original_annotations_list.append(original_annotations) # Store annotations for original dialogue\n", + " \n", + "\n", + " # Add new columns to DataFrame\n", + " df['Cleared Domain Knowledge'] = cleared_domain_knowledges\n", + " df['Generated Dialogue Annotations'] = annotations\n", + " df['Original Dialogue Annotations'] = original_annotations_list # Add column for original dialogue annotations\n", + "\n", + "\n", + " # Save updated DataFrame\n", + " df.to_csv(args.output_file, sep=',', index=False, quoting=csv.QUOTE_NONE, escapechar='/')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "15677e94-60cf-433f-a192-ac507b26d1d2", + "metadata": {}, + "outputs": [], + "source": [ + "# delete args\n", + "\n", + "import sys\n", + "sys.argv = ['']\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "11347e1f-649c-4281-b438-0eb9d58b3d7d", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/dialogue_generation/generate_dialogues.ipynb b/notebooks/dialogue_generation/generate_dialogues.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..3684e9b71edf11648ce8094657d9f609cd8f44c4 --- /dev/null +++ b/notebooks/dialogue_generation/generate_dialogues.ipynb @@ -0,0 +1,232 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "7731e3d7-e3a7-4e25-bab6-ddb2b4cb13fc", + "metadata": {}, + "outputs": [], + "source": [ + "\"\"\"Example Python client for vllm.entrypoints.api_server\"\"\"\n", + "import pandas as pd\n", + "import argparse\n", + "import json\n", + "from typing import Iterable, List\n", + "import re\n", + "import csv\n", + "import requests\n", + "from tqdm import tqdm\n", + "\n", + "def clear_line(n: int = 1) -> None:\n", + " LINE_UP = '\\033[1A'\n", + " LINE_CLEAR = '\\x1b[2K'\n", + " for _ in range(n):\n", + " print(LINE_UP, end=LINE_CLEAR, flush=True)\n", + "\n", + "def clean_dialogue(dialogue_str):\n", + " # Parse the string as JSON\n", + " dialogue_list = json.loads(dialogue_str)\n", + "\n", + " # Flatten the list if it's nested and remove extra quotes\n", + " cleaned_dialogue = [utterance.replace('\"\"', '\"').strip('\"') for sublist in dialogue_list for utterance in (sublist if isinstance(sublist, list) else [sublist])]\n", + " \n", + " return cleaned_dialogue\n", + "\n", + "def process_dialogues(dialogues):\n", + " processed_dialogues = []\n", + " for dialogue in dialogues:\n", + " lines = dialogue.split('\\n')\n", + " flat_dialogue = [line.replace('\"\"', '\"') for line in lines if re.match(r'(?i)^(User|System):', line)]\n", + "\n", + " dialogue_dict = {\n", + " \"utterances_separated\": flat_dialogue,\n", + " \"utterances_joined\": ' '.join(flat_dialogue)\n", + " }\n", + " processed_dialogues.append(dialogue_dict)\n", + "\n", + " return processed_dialogues\n", + "\n", + "\n", + "def post_http_request(prompt: str,\n", + " api_url: str,\n", + " n: int = 1,\n", + " stream: bool = False) -> requests.Response:\n", + " headers = {\"User-Agent\": \"Test Client\"}\n", + " pload = {\n", + " \"prompt\": prompt,\n", + " \"n\": n,\n", + " \"use_beam_search\": False,\n", + " \"temperature\": 0.0,\n", + " \"max_tokens\": 4000,\n", + " \"stream\": stream,\n", + " }\n", + " try:\n", + " response = requests.post(api_url, headers=headers, json=pload, stream=True)\n", + " response.raise_for_status() # Raises an HTTPError if the HTTP request returned an unsuccessful status code\n", + " return response\n", + " except requests.RequestException as e:\n", + " print(f\"HTTP Request failed: {e}\")\n", + " return None\n", + "\n", + "\n", + "def get_streaming_response(response: requests.Response) -> Iterable[List[str]]:\n", + " for chunk in response.iter_lines(chunk_size=8192,\n", + " decode_unicode=False,\n", + " delimiter=b\"\\0\"):\n", + " if chunk:\n", + " data = json.loads(chunk.decode(\"utf-8\"))\n", + " output = data[\"text\"]\n", + " yield output\n", + "\n", + "\n", + "def get_response(response: requests.Response) -> List[str]:\n", + " if not response.content:\n", + " print(\"Error: Received empty response from the API.\")\n", + " return []\n", + "\n", + " try:\n", + " data = json.loads(response.content)\n", + " output = data[\"text\"]\n", + " return output\n", + " except json.JSONDecodeError as e:\n", + " print(f\"JSON Decode Error: {e}\")\n", + " print(\"Received response content:\", response.content)\n", + " return []\n", + "\n", + "\n", + "def load_domain_knowledge(file_path):\n", + " with open(file_path, 'r') as file:\n", + " return json.load(file)\n", + "\n", + "\n", + "def save_dialogues_to_dataframe(dialogues, file_path):\n", + " data = []\n", + " for dialogue in dialogues:\n", + " dialogue_id = dialogue[\"Dialogue ID\"]\n", + " original_dialogue = \" \".join(dialogue[\"Complete Dialogue\"]) # Extract the original dialogue\n", + " prompt = dialogue[\"prompt\"].replace('\"', '')\n", + " domain_knowledge = json.dumps(dialogue[\"domain_knowledge\"])\n", + " processed_dialogue = dialogue[\"processed_dialogue\"]\n", + "\n", + " # Append to data list\n", + " data.append({\n", + " \"Dialogue ID\": dialogue_id,\n", + " \"Original Dialogue\": original_dialogue,\n", + " \"Prompt\": prompt,\n", + " \"Domain Knowledge\": domain_knowledge,\n", + " \"utterances_separated\": processed_dialogue[\"utterances_separated\"],\n", + " \"utterances_joined\": processed_dialogue[\"utterances_joined\"]\n", + " })\n", + " \n", + " # Create a DataFrame\n", + " df = pd.DataFrame(data)\n", + "\n", + " # Save to CSV\n", + " df.to_csv(file_path, sep=',', index=False, quoting=csv.QUOTE_NONE, escapechar=\"/\")\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "929523f2-a388-4bff-9c16-8a68fd48f662", + "metadata": {}, + "outputs": [], + "source": [ + "# python -m vllm.entrypoints.api_server --model meta-llama/Llama-2-13b-chat-hf --tensor-parallel-size 2" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "9d5081aa-a211-43f2-a8f0-f852b246c193", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Generating dialogues: 100%|██████████| 50/50 [07:00<00:00, 8.41s/it]\n" + ] + } + ], + "source": [ + "if __name__ == \"__main__\":\n", + " parser = argparse.ArgumentParser()\n", + " parser.add_argument(\"--host\", type=str, default=\"localhost\")\n", + " parser.add_argument(\"--port\", type=int, default=8000)\n", + " parser.add_argument(\"--n\", type=int, default=1)\n", + " parser.add_argument(\"--domain_file\", type=str, default='dialogue_domain_knowledge_with_dialogue_2.json')\n", + " parser.add_argument(\"--output_file\", type=str, default=\"dialogues/output_dialogues_50_df_2.csv\")\n", + " parser.add_argument(\"--stream\", action=\"store_true\")\n", + " parser.add_argument(\"-f\", required=False)\n", + " args = parser.parse_args()\n", + "\n", + " api_url = f\"http://{args.host}:{args.port}/generate\"\n", + " domain_knowledge = load_domain_knowledge(args.domain_file)\n", + " domain_knowledge = domain_knowledge[:50]\n", + " dialogues = []\n", + "\n", + " for domain in tqdm(domain_knowledge, desc=\"Generating dialogues\"):\n", + " prompt = f\"\"\" [INST] <<SYS>>\n", + " Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n", + " The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n", + " Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n", + " It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n", + " Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n", + " Domain Knowledge: {json.dumps(domain['Service Information'])}\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + " response = post_http_request(prompt, api_url, args.n, args.stream)\n", + " output = get_response(response) if not args.stream else list(get_streaming_response(response))\n", + "\n", + " # Remove prompt from response if it's included\n", + " output_without_prompt = [line.replace(prompt, '') for line in output]\n", + " processed_output = process_dialogues(output_without_prompt)\n", + "\n", + " dialogues.append({\n", + " \"prompt\": prompt, \n", + " \"domain_knowledge\": domain['Service Information'], \n", + " \"processed_dialogue\": processed_output[0],\n", + " \"Dialogue ID\": domain['Dialogue ID'],\n", + " \"Complete Dialogue\": domain['Complete Dialogue']\n", + " })\n", + "\n", + " # Call the new save function\n", + " save_dialogues_to_dataframe(dialogues, args.output_file) \n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "e541083d-0ecd-4c9b-9884-5bb4bec09f30", + "metadata": {}, + "outputs": [], + "source": [ + "# delete args\n", + "\n", + "import sys\n", + "sys.argv = ['script_name.py']\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/dialogue_generation/llm_request.ipynb b/notebooks/dialogue_generation/llm_request.ipynb index 001bb694eb6040f4cebc430cfb619a89213c406f..ead059c2d0a8cee392be416213ed9bece3d3b9d7 100644 --- a/notebooks/dialogue_generation/llm_request.ipynb +++ b/notebooks/dialogue_generation/llm_request.ipynb @@ -253,7 +253,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 9, "id": "692b7f60-a7cd-4b75-a8f7-4827f228b8b4", "metadata": {}, "outputs": [ @@ -261,36 +261,18 @@ "name": "stderr", "output_type": "stream", "text": [ - "Generating dialogues: 0%| | 0/5 [00:00<?, ?it/s]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "HTTP Request failed: HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /generate (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14b0abc66430>: Failed to establish a new connection: [Errno 111] Connection refused'))\n" - ] - }, - { - "ename": "AttributeError", - "evalue": "'NoneType' object has no attribute 'content'", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mAttributeError\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[1], line 99\u001b[0m\n\u001b[1;32m 90\u001b[0m prompt \u001b[38;5;241m=\u001b[39m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\"\"\u001b[39m\u001b[38;5;124m [INST] <<SYS>>\u001b[39m\n\u001b[1;32m 91\u001b[0m \u001b[38;5;124m Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\u001b[39m\n\u001b[1;32m 92\u001b[0m \u001b[38;5;124m The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention \u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mDomain Knowledge\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m in the dialogue.\u001b[39m\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[38;5;124m Domain Knowledge: \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mjson\u001b[38;5;241m.\u001b[39mdumps(domain)\u001b[38;5;132;01m}\u001b[39;00m\n\u001b[1;32m 97\u001b[0m \u001b[38;5;124m \u001b[39m\u001b[38;5;130;01m\\n\u001b[39;00m\u001b[38;5;124m<</SYS>>\u001b[39m\u001b[38;5;130;01m\\n\u001b[39;00m\u001b[38;5;130;01m\\n\u001b[39;00m\u001b[38;5;124m [/INST]\u001b[39m\u001b[38;5;124m\"\"\"\u001b[39m\n\u001b[1;32m 98\u001b[0m response \u001b[38;5;241m=\u001b[39m post_http_request(prompt, api_url, args\u001b[38;5;241m.\u001b[39mn, args\u001b[38;5;241m.\u001b[39mstream)\n\u001b[0;32m---> 99\u001b[0m output \u001b[38;5;241m=\u001b[39m \u001b[43mget_response\u001b[49m\u001b[43m(\u001b[49m\u001b[43mresponse\u001b[49m\u001b[43m)\u001b[49m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m args\u001b[38;5;241m.\u001b[39mstream \u001b[38;5;28;01melse\u001b[39;00m \u001b[38;5;28mlist\u001b[39m(get_streaming_response(response))\n\u001b[1;32m 101\u001b[0m \u001b[38;5;66;03m# Remove prompt from response if it's included\u001b[39;00m\n\u001b[1;32m 102\u001b[0m output_without_prompt \u001b[38;5;241m=\u001b[39m [line\u001b[38;5;241m.\u001b[39mreplace(prompt, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124m'\u001b[39m) \u001b[38;5;28;01mfor\u001b[39;00m line \u001b[38;5;129;01min\u001b[39;00m output]\n", - "Cell \u001b[0;32mIn[1], line 50\u001b[0m, in \u001b[0;36mget_response\u001b[0;34m(response)\u001b[0m\n\u001b[1;32m 49\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mget_response\u001b[39m(response: requests\u001b[38;5;241m.\u001b[39mResponse) \u001b[38;5;241m-\u001b[39m\u001b[38;5;241m>\u001b[39m List[\u001b[38;5;28mstr\u001b[39m]:\n\u001b[0;32m---> 50\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[43mresponse\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mcontent\u001b[49m:\n\u001b[1;32m 51\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mError: Received empty response from the API.\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 52\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m []\n", - "\u001b[0;31mAttributeError\u001b[0m: 'NoneType' object has no attribute 'content'" + "Generating dialogues: 100%|██████████| 5/5 [00:47<00:00, 9.54s/it]\n" ] } ], "source": [ "\"\"\"Example Python client for vllm.entrypoints.api_server\"\"\"\n", - "\n", + "import pandas as pd\n", "import argparse\n", "import json\n", "from typing import Iterable, List\n", - "\n", + "import re\n", + "import csv\n", "import requests\n", "from tqdm import tqdm\n", "\n", @@ -300,6 +282,29 @@ " for _ in range(n):\n", " print(LINE_UP, end=LINE_CLEAR, flush=True)\n", "\n", + "def clean_dialogue(dialogue_str):\n", + " # Parse the string as JSON\n", + " dialogue_list = json.loads(dialogue_str)\n", + "\n", + " # Flatten the list if it's nested and remove extra quotes\n", + " cleaned_dialogue = [utterance.replace('\"\"', '\"').strip('\"') for sublist in dialogue_list for utterance in (sublist if isinstance(sublist, list) else [sublist])]\n", + " \n", + " return cleaned_dialogue\n", + "\n", + "def process_dialogues(dialogues):\n", + " processed_dialogues = []\n", + " for dialogue in dialogues:\n", + " lines = dialogue.split('\\n')\n", + " flat_dialogue = [line.replace('\"\"', '\"') for line in lines if re.match(r'(?i)^(User|System):', line)]\n", + "\n", + " dialogue_dict = {\n", + " \"utterances_separated\": flat_dialogue,\n", + " \"utterances_joined\": ' '.join(flat_dialogue)\n", + " }\n", + " processed_dialogues.append(dialogue_dict)\n", + "\n", + " return processed_dialogues\n", + "\n", "\n", "def post_http_request(prompt: str,\n", " api_url: str,\n", @@ -353,9 +358,31 @@ " return json.load(file)\n", "\n", "\n", - "def save_dialogues(dialogues, file_path):\n", - " with open(file_path, 'w') as file:\n", - " json.dump(dialogues, file, indent=4)\n", + "def save_dialogues_to_dataframe(dialogues, file_path):\n", + " data = []\n", + " for dialogue in dialogues:\n", + " dialogue_id = dialogue[\"domain_knowledge\"][\"Dialogue ID\"]\n", + " prompt = dialogue[\"prompt\"].replace('\"\"', '\"')\n", + " domain_knowledge = json.dumps(dialogue[\"domain_knowledge\"]).replace('\"\"', '\"')\n", + " processed_dialogue = dialogue[\"processed_dialogue\"]\n", + "\n", + " # Append to data list\n", + " data.append({\n", + " \"Dialogue ID\": dialogue_id,\n", + " \"Prompt\": prompt,\n", + " \"Domain Knowledge\": domain_knowledge,\n", + " \"Utterances Separated\": processed_dialogue[\"utterances_separated\"],\n", + " \"Utterances Joined\": processed_dialogue[\"utterances_joined\"].replace('\"\"', '\"')\n", + " })\n", + " \n", + " # Create a DataFrame\n", + " df = pd.DataFrame(data)\n", + "\n", + " # Save to CSV\n", + " df.to_csv(file_path, sep=';', index=False, quoting=csv.QUOTE_NONE, escapechar='\\\\')\n", + "\n", + "\n", + "\n", "\n", "\n", "if __name__ == \"__main__\":\n", @@ -364,7 +391,7 @@ " parser.add_argument(\"--port\", type=int, default=8000)\n", " parser.add_argument(\"--n\", type=int, default=1)\n", " parser.add_argument(\"--domain_file\", type=str, default='domain_knowledge.json')\n", - " parser.add_argument(\"--output_file\", type=str, default=\"output_dialogues.json\")\n", + " parser.add_argument(\"--output_file\", type=str, default=\"output_dialogues_50_pipeline_1.csv\")\n", " parser.add_argument(\"--stream\", action=\"store_true\")\n", " parser.add_argument(\"-f\", required=False)\n", " args = parser.parse_args()\n", @@ -387,10 +414,182 @@ "\n", " # Remove prompt from response if it's included\n", " output_without_prompt = [line.replace(prompt, '') for line in output]\n", + " processed_output = process_dialogues(output_without_prompt)\n", + "\n", + " dialogues.append({\n", + " \"prompt\": prompt, \n", + " \"domain_knowledge\": domain, \n", + " \"processed_dialogue\": processed_output[0]\n", + " })\n", + "\n", + " # Call the new save function\n", + " save_dialogues_to_dataframe(dialogues, args.output_file) \n" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "0e2757aa-d8ba-4b0c-9823-534a0da58b8a", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "usage: ipykernel_launcher.py [-h] [--host HOST] [--port PORT] [--n N]\n", + " [--dataframe_file DATAFRAME_FILE]\n", + " [--output_file OUTPUT_FILE] [--stream]\n", + "ipykernel_launcher.py: error: unrecognized arguments: -f /pfs/data5/home/hd/hd_hd/hd_vm255/.local/share/jupyter/runtime/kernel-bf6bddb4-3084-47c8-83ce-49447a62200b.json\n" + ] + }, + { + "ename": "SystemExit", + "evalue": "2", + "output_type": "error", + "traceback": [ + "An exception has occurred, use %tb to see the full traceback.\n", + "\u001b[0;31mSystemExit\u001b[0m\u001b[0;31m:\u001b[0m 2\n" + ] + } + ], + "source": [ + "import json\n", + "import argparse\n", + "import requests\n", + "import pandas as pd\n", + "from typing import Iterable, List\n", "\n", - " dialogues.append({\"prompt\": prompt, \"dialogue\": output_without_prompt})\n", + "from tqdm import tqdm\n", "\n", - " save_dialogues(dialogues, args.output_file)\n" + "def load_domain_knowledge(file_path):\n", + " with open(file_path) as file:\n", + " return json.load(file)\n", + "\n", + "def post_http_request(prompt: str,\n", + " api_url: str,\n", + " n: int = 1,\n", + " stream: bool = False) -> requests.Response:\n", + " headers = {\"User-Agent\": \"Test Client\"}\n", + " pload = {\n", + " \"prompt\": prompt,\n", + " \"n\": n,\n", + " \"use_beam_search\": False,\n", + " \"temperature\": 0.0,\n", + " \"max_tokens\": 4000,\n", + " \"stream\": stream,\n", + " }\n", + " try:\n", + " response = requests.post(api_url, headers=headers, json=pload, stream=True)\n", + " response.raise_for_status() # Raises an HTTPError if the HTTP request returned an unsuccessful status code\n", + " return response\n", + " except requests.RequestException as e:\n", + " print(f\"HTTP Request failed: {e}\")\n", + " return None\n", + "\n", + "def get_response(response: requests.Response) -> List[str]:\n", + " if not response.content:\n", + " print(\"Error: Received empty response from the API.\")\n", + " return []\n", + "\n", + " try:\n", + " data = json.loads(response.content)\n", + " output = data[\"text\"]\n", + " return output\n", + " except json.JSONDecodeError as e:\n", + " print(f\"JSON Decode Error: {e}\")\n", + " print(\"Received response content:\", response.content)\n", + " return []\n", + "\n", + "def get_streaming_response(response: requests.Response) -> Iterable[List[str]]:\n", + " for chunk in response.iter_lines(chunk_size=8192,\n", + " decode_unicode=False,\n", + " delimiter=b\"\\0\"):\n", + " if chunk:\n", + " data = json.loads(chunk.decode(\"utf-8\"))\n", + " output = data[\"text\"]\n", + " yield output\n", + "\n", + "def save_dialogues(dialogues, file_path):\n", + " with open(file_path, 'w') as file:\n", + " json.dump(dialogues, file, indent=4)\n", + "\n", + "def clear_preferences(domain_knowledge):\n", + " for service in domain_knowledge[\"Service Details\"]:\n", + " for key, _ in service[\"Preferences\"].items():\n", + " service[\"Preferences\"][key] = \"null\"\n", + " return domain_knowledge\n", + "\n", + "if __name__ == \"__main__\":\n", + " parser = argparse.ArgumentParser()\n", + " parser.add_argument(\"--host\", type=str, default=\"localhost\")\n", + " parser.add_argument(\"--port\", type=int, default=8000)\n", + " parser.add_argument(\"--n\", type=int, default=1)\n", + " parser.add_argument(\"--dataframe_file\", type=str, default=\"output_dialogues_50_pipeline_1.csv\")\n", + " parser.add_argument(\"--output_file\", type=str, default=\"updated_dataframe.csv\")\n", + " parser.add_argument(\"--stream\", action=\"store_true\")\n", + " args = parser.parse_args()\n", + "\n", + " api_url = f\"http://{args.host}:{args.port}/generate\"\n", + "\n", + " # Read the DataFrame\n", + " df = pd.read_csv(args.dataframe_file)\n", + "\n", + " # List to store cleared domain knowledge and annotations\n", + " cleared_domain_knowledges = []\n", + " annotations = []\n", + "\n", + " for index, row in tqdm(df.iterrows(), desc=\"Processing Rows\", total=df.shape[0]):\n", + " domain_knowledge = json.loads(row['Domain Knowledge'])\n", + " cleared_domain_knowledge = clear_preferences(domain_knowledge)\n", + "\n", + " prompt = f\"\"\"\n", + " [INST] <<SYS>>\n", + " Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\n", + " For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in \"none\".\n", + "\n", + " General Annotation Schema: {json.dumps(cleared_domain_knowledge)}\n", + "\n", + " Dialogue for Annotation: {row['Utterances Joined']}\n", + "\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + "\n", + " response = post_http_request(prompt, api_url, args.n, args.stream)\n", + " output = get_response(response) if not args.stream else list(get_streaming_response(response))\n", + "\n", + " cleared_domain_knowledges.append(json.dumps(cleared_domain_knowledge))\n", + " annotations.append(output)\n", + "\n", + " # Add new columns to DataFrame\n", + " df['Cleared Domain Knowledge'] = cleared_domain_knowledges\n", + " df['Annotations'] = annotations\n", + "\n", + " # Save updated DataFrame\n", + " df.to_csv(args.output_file, index=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "ae8a32ef-f95a-406b-a670-df0db62f0a23", + "metadata": {}, + "outputs": [ + { + "ename": "SystemExit", + "evalue": "2", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mSystemExit\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[11], line 75\u001b[0m\n\u001b[1;32m 73\u001b[0m parser\u001b[38;5;241m.\u001b[39madd_argument(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m--output_file\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;28mtype\u001b[39m\u001b[38;5;241m=\u001b[39m\u001b[38;5;28mstr\u001b[39m, default\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mupdated_dataframe.csv\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 74\u001b[0m parser\u001b[38;5;241m.\u001b[39madd_argument(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m--stream\u001b[39m\u001b[38;5;124m\"\u001b[39m, action\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mstore_true\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[0;32m---> 75\u001b[0m args \u001b[38;5;241m=\u001b[39m \u001b[43mparser\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mparse_args\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 77\u001b[0m api_url \u001b[38;5;241m=\u001b[39m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mhttp://\u001b[39m\u001b[38;5;132;01m{\u001b[39;00margs\u001b[38;5;241m.\u001b[39mhost\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m:\u001b[39m\u001b[38;5;132;01m{\u001b[39;00margs\u001b[38;5;241m.\u001b[39mport\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m/generate\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 79\u001b[0m \u001b[38;5;66;03m# Read the DataFrame\u001b[39;00m\n", + "File \u001b[0;32m/usr/lib64/python3.9/argparse.py:1823\u001b[0m, in \u001b[0;36mArgumentParser.parse_args\u001b[0;34m(self, args, namespace)\u001b[0m\n\u001b[1;32m 1821\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m argv:\n\u001b[1;32m 1822\u001b[0m msg \u001b[38;5;241m=\u001b[39m _(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124munrecognized arguments: \u001b[39m\u001b[38;5;132;01m%s\u001b[39;00m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m-> 1823\u001b[0m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43merror\u001b[49m\u001b[43m(\u001b[49m\u001b[43mmsg\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m%\u001b[39;49m\u001b[43m \u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43m \u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mjoin\u001b[49m\u001b[43m(\u001b[49m\u001b[43margv\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 1824\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m args\n", + "File \u001b[0;32m/usr/lib64/python3.9/argparse.py:2577\u001b[0m, in \u001b[0;36mArgumentParser.error\u001b[0;34m(self, message)\u001b[0m\n\u001b[1;32m 2575\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mprint_usage(_sys\u001b[38;5;241m.\u001b[39mstderr)\n\u001b[1;32m 2576\u001b[0m args \u001b[38;5;241m=\u001b[39m {\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mprog\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mprog, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mmessage\u001b[39m\u001b[38;5;124m'\u001b[39m: message}\n\u001b[0;32m-> 2577\u001b[0m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexit\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;241;43m2\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43m_\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;132;43;01m%(prog)s\u001b[39;49;00m\u001b[38;5;124;43m: error: \u001b[39;49m\u001b[38;5;132;43;01m%(message)s\u001b[39;49;00m\u001b[38;5;130;43;01m\\n\u001b[39;49;00m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m%\u001b[39;49m\u001b[43m \u001b[49m\u001b[43margs\u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[0;32m/usr/lib64/python3.9/argparse.py:2564\u001b[0m, in \u001b[0;36mArgumentParser.exit\u001b[0;34m(self, status, message)\u001b[0m\n\u001b[1;32m 2562\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m message:\n\u001b[1;32m 2563\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_print_message(message, _sys\u001b[38;5;241m.\u001b[39mstderr)\n\u001b[0;32m-> 2564\u001b[0m \u001b[43m_sys\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexit\u001b[49m\u001b[43m(\u001b[49m\u001b[43mstatus\u001b[49m\u001b[43m)\u001b[49m\n", + "\u001b[0;31mSystemExit\u001b[0m: 2" + ] + } + ], + "source": [ + "%tb\n" ] } ], diff --git a/notebooks/dialogue_generation/old/annotation_output.json b/notebooks/dialogue_generation/old/annotation_output.json new file mode 100644 index 0000000000000000000000000000000000000000..90a20f03a6d408198d4d9b5a6a381833be66b47c --- /dev/null +++ b/notebooks/dialogue_generation/old/annotation_output.json @@ -0,0 +1,17 @@ +[ + [ + " Sure, I can help you with that! Here are the dialogue state annotations for the provided dialogue:\n\n1. User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\n\nDialogue State:\n\n* Services Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- Hotel-internet: [NONE]\n\t\t\t- Hotel-parking: [NONE]\n\t\t\t- Hotel-pricerange: expensive\n\t\t\t- Hotel-stars: [NONE]\n\t\t\t- Hotel-type: hotel\n\t\t\t- Hotel-name: [NONE]\n\t\t\t- Hotel-bookday: [NONE]\n\t\t\t- Hotel-bookpeople: [NONE]\n\t\t\t- Hotel-bookstay: [NONE]\n\t\t\t- Hotel-area: [NONE]\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: find_restaurant, book_restaurant\n\t\t- Preferences:\n\t\t\t- Restaurant-food: [NONE]\n\t\t\t- Restaurant-bookday: [NONE]\n\t\t\t- Restaurant-bookpeople: [NONE]\n\t\t\t- Restaurant-booktime: [NONE]\n\t\t\t- Restaurant-area: [NONE]\n\t\t\t- Restaurant-pricerange: moderate\n\t\t\t- Restaurant-name: [NONE]\n\n2. User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\n\nDialogue State:\n\n* Services Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- Hotel-internet: [NONE]\n\t\t\t- Hotel-parking: [NONE]\n\t\t\t- Hotel-pricerange: expensive\n\t\t\t- Hotel-stars: [NONE]\n\t\t\t- Hotel-type: hotel\n\t\t\t- Hotel-name: [NONE]\n\t\t\t- Hotel-bookday: [NONE]\n\t\t\t- Hotel-bookpeople: [NONE]\n\t\t\t- Hotel-bookstay: [NONE]\n\t\t\t- Hotel-area: [NONE]\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: find_restaurant, book_restaurant\n\t\t- Preferences:\n\t\t\t- Restaurant-food: [NONE]\n\t\t\t- Restaurant-bookday: [NONE]\n\t\t\t- Restaurant-bookpeople: [NONE]\n\t\t\t- Restaurant-booktime: [NONE]\n\t\t\t- Restaurant-area: [NONE]\n\t\t\t- Restaurant-pricerange: moderate\n\t\t\t- Restaurant-name: [NONE]\n\n3. User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\n\nDialogue State:\n\n* Services Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- Hotel-internet: [NONE]\n\t\t\t- Hotel-parking: [NONE]\n\t\t\t- Hotel-pricerange: expensive\n\t\t\t- Hotel-stars: [NONE]\n\t\t\t- Hotel-type: hotel\n\t\t\t- Hotel-name: [NONE]\n\t\t\t- Hotel-bookday: [NONE]\n\t\t\t- Hotel-bookpeople: [NONE]\n\t\t\t- Hotel-bookstay: [NONE]\n\t\t\t- Hotel-area: [NONE]\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: find_restaurant, book_restaurant\n\t\t- Preferences:\n\t\t\t- Restaurant-food: [NONE]\n\t\t\t- Restaurant-bookday: [NONE]\n\t\t\t- Restaurant-bookpeople: [NONE]\n\t\t\t- Restaurant-booktime: [NONE]\n\t\t\t- Restaurant-area: [NONE]\n\t\t\t- Restaurant-pricerange: moderate\n\t\t\t- Restaurant-name: [NONE]\n\n4. User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\n\nDialogue State:\n\n* Services Involved: restaurant\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: book_restaurant\n\t\t- Preferences:\n\t\t\t- Restaurant-food: [NONE]\n\t\t\t- Restaurant-bookday: [NONE]\n\t\t\t- Restaurant-bookpeople: [NONE]\n\t\t\t- Restaurant-booktime: [NONE]\n\t\t\t- Restaurant-area: [NONE]\n\t\t\t- Restaurant-pricerange: moderate\n\t\t\t- Restaurant-name: Bedouin Restaurant\n\t\t\t- Hotel-name: University Arms Hotel\n\t\t\t- Hotel-bookday: [NONE]\n\t\t\t- Hotel-bookpeople: [NONE]\n\t\t\t- Hotel-bookstay: [NONE]\n\t\t\t- Hotel-area: [NONE]\n\n5. User: Great, thank you for all your help!\n\nDialogue State:\n\n* Services Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- Hotel-internet: [NONE]\n\t\t\t- Hotel-parking: [NONE]\n\t\t\t- Hotel-pricerange: expensive\n\t\t\t- Hotel-stars: [NONE]\n\t\t\t- Hotel-type: hotel\n\t\t\t- Hotel-name: University Arms Hotel\n\t\t\t- Hotel-bookday: [NONE]\n\t\t\t- Hotel-bookpeople: [NONE]\n\t\t\t- Hotel-bookstay: [NONE]\n\t\t\t- Hotel-area: [NONE]\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: book_restaurant\n\t\t- Preferences:\n\t\t\t- Restaurant-food: [NONE]\n\t\t\t- Restaurant-bookday: [NONE]\n\t\t\t- Restaurant-bookpeople: [NONE]\n\t\t\t- Restaurant-booktime: [NONE]\n\t\t\t- Restaurant-area: [NONE]\n\t\t\t- Restaurant-pricerange: moderate\n\t\t\t- Restaurant-name: Bedouin Restaurant\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here's the dialogue state annotation for the provided dialogue:\n\n[INST: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?] \n\n[Sys: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?] \n\n[INST: I'm looking for a 4-star hotel with parking and Wi-Fi.] \n\n[Sys: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?] \n\n[INST: Yes, that sounds perfect. Can you also recommend a restaurant nearby?] \n\n[Sys: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?] \n\n[INST: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?] \n\n[Sys: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?] \n\n[INST: Yes, please go ahead and book a room and a table for me.] \n\n[Sys: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?] \n\n[INST: I'll pay with my credit card.] \n\n[Sys: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?] \n\n[INST: Sure, here's my information.] \n\n[Sys: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?] \n\n[INST: No, that's all for now. Thank you so much for your help!] \n\n[Sys: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!]\n\nHere's the annotation of the dialogue state:\n\n[INST: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?] \n\n[Sys: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?] \n\n[INST: I'm looking for a 4-star hotel with parking and Wi-Fi.] \n\n[Sys: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?] \n\n[INST: Yes, that sounds perfect. Can you also recommend a restaurant nearby?] \n\n[Sys: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?] \n\n[INST: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?] \n\n[Sys: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?] \n\n[INST: Yes, please go ahead and book a room and a table for me.] \n\n[Sys: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?] \n\n[INST: I'll pay with my credit card.] \n\n[Sys: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?] \n\n[INST: Sure, here's my information.] \n\n[Sys: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?] \n\n[INST: No, that's all for now. Thank you so much for your help!] \n\n[Sys: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here are the dialogue state annotations for the provided dialogue:\n\n1. User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\n\nDialogue State:\n\n* User: looking for hotel and restaurant\n* System: understanding user's request\n\n2. System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\n\nDialogue State:\n\n* User: looking for 3-star hotel with good location and reasonable prices\n* System: asking for user's preferences\n\n3. User: I'm looking for a 3-star hotel with a good location and reasonable prices.\n\nDialogue State:\n\n* User: providing more information about their preferences\n* System: understanding user's preferences\n\n4. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\n\nDialogue State:\n\n* System: suggesting options\n* User: considering options\n\n5. User: Yes, that sounds great. Can you book a room for me on Tuesday?\n\nDialogue State:\n\n* User: making a decision\n* System: understanding user's decision\n\n6. System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\n\nDialogue State:\n\n* System: asking for additional information\n* User: providing additional information\n\n7. User: There will be 7 of us staying.\n\nDialogue State:\n\n* User: providing information about the number of guests\n* System: understanding user's needs\n\n8. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\n\nDialogue State:\n\n* System: providing information about the booking\n* User: considering the booking\n\n9. User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\n\nDialogue State:\n\n* User: making a decision\n* System: understanding user's decision\n\n10. System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\n\nDialogue State:\n\n* System: suggesting options\n* User: considering options\n\n11. User: Yes, please make a reservation for us.\n\nDialogue State:\n\n* User: making a decision\n* System: understanding user's decision\n\n12. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\n\nDialogue State:\n\n* System: providing information about the reservation\n* User: considering additional assistance\n\n13. User: No, that's all for now. Thank you for your help!\n\nDialogue State:\n\n* User: expressing gratitude\n* System: understanding user's needs\n\n14. System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!\n\nDialogue State:\n\n* System: expressing closure\n* User: ending the conversation" + ], + [ + " Sure, I can help you with that! Here are the dialogue state annotations for the provided dialogue based on the general annotation schema:\n\n1. Services Involved:\n\t* Hotel: Aylesbray Lodge Guest House\n\t* Restaurant: Don Pasquale Pizzeria\n\t* Taxi: Ayresbray Lodge Guest House\n2. Service Details:\n\t* Hotel:\n\t\t+ Service Type: Guest House\n\t\t+ Actions: Book\n\t\t+ Preferences:\n\t\t\t- Name: Aylesbray Lodge Guest House\n\t\t\t- Arriveby: Sunday\n\t\t\t- Departure: Sunday\n\t\t\t- Leaveat: 19:00\n\t\t\t- Stars: None\n\t\t\t- Type: Guest House\n\t\t\t- Area: Centre\n\t\t\t- Pricerange: Moderate\n\t\t\t- Name: Aylesbray Lodge Guest House\n\t* Restaurant:\n\t\t+ Service Type: Pizzeria\n\t\t+ Actions: Book\n\t\t+ Preferences:\n\t\t\t- Name: Don Pasquale Pizzeria\n\t\t\t- Arriveby: Sunday\n\t\t\t- Departure: Sunday\n\t\t\t- Leaveat: 19:00\n\t\t\t- Food: Pizzeria\n\t\t\t- Bookday: Sunday\n\t\t\t- Bookpeople: None\n\t\t\t- Booktime: None\n\t\t\t- Area: Centre\n\t\t\t- Pricerange: Moderate\n\t\t\t- Name: Don Pasquale Pizzeria\n\t* Taxi:\n\t\t+ Service Type: Taxi\n\t\t+ Actions: Find, Book\n\t\t+ Preferences:\n\t\t\t- Arriveby: 19:00\n\t\t\t- Departure: Ayresbray Lodge Guest House\n\t\t\t- Leaveat: None\n\t\t\t- Destination: Don Pasquale Pizzeria\n\t\t\t- Type: Taxi\n\t\t\t- Area: Centre\n\t\t\t- Pricerange: Moderate\n\t\t\t- Name: Ayresbray Lodge Guest House\n\nPlease note that some slots may not have any applicable options, so I've used 'None' as the value for those slots. Also, some slots may have multiple applicable options, but I've only selected one option based on the provided dialogue. If you'd like me to annotate the dialogue with multiple options for each slot, please let me know." + ], + [ + " Sure, I can help you with that! Here are the dialogue state annotations for the provided dialogue:\n\n1. User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?\n\nDialogue State:\n\n* User: looking for train tickets\n* System: aware of user's intent to book train tickets\n2. System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?\n\nDialogue State:\n\n* User: providing details\n* System: seeking user's travel details\n3. User: I'd like to travel on Tuesday.\n\nDialogue State:\n\n* User: specifying travel date\n* System: aware of user's travel date\n4. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?\n\nDialogue State:\n\n* User: providing departure time\n* System: seeking user's departure time\n5. User: I'd like to depart at 9:30 am.\n\nDialogue State:\n\n* User: specifying departure time\n* System: aware of user's departure time\n6. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?\n\nDialogue State:\n\n* User: choosing train option\n* System: presenting options\n7. User: I'd prefer the 9:30 am train.\n\nDialogue State:\n\n* User: specifying preferred train option\n* System: aware of user's preferred train option\n8. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?\n\nDialogue State:\n\n* User: choosing class\n* System: presenting class options\n9. User: I'd like to book a Standard Class ticket.\n\nDialogue State:\n\n* User: specifying class preference\n* System: aware of user's class preference\n10. System: Sure thing! For the Standard Class ticket, the fare is \u00a325. Would you like to proceed with the booking?\n\nDialogue State:\n\n* User: choosing to proceed with booking\n* System: presenting booking option\n11. User: Yes, I'd like to proceed with the booking.\n\nDialogue State:\n\n* User: confirming booking\n* System: aware of user's booking confirmation\n12. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?\n\nDialogue State:\n\n* User: choosing to end conversation\n* System: offering assistance\n13. User: No, that's all for now. Thank you!\n\nDialogue State:\n\n* User: ending conversation\n* System: aware of user's desire to end conversation\n14. System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!\n\nDialogue State:\n\n* System: ending conversation\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate the dialogue in a different way." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/annotation_output_test_50.json b/notebooks/dialogue_generation/old/annotation_output_test_50.json new file mode 100644 index 0000000000000000000000000000000000000000..baa5a2b36f84408c60c197f90aebe8e53af7d2c7 --- /dev/null +++ b/notebooks/dialogue_generation/old/annotation_output_test_50.json @@ -0,0 +1,152 @@ +[ + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL4398.json\n* Services Involved: [hotel, restaurant]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: NONE\n\t\t\t- hotel-parking: NONE\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: NONE\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: centre\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant, NONE]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: NONE\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: moderate\n\t\t\t- restaurant-name: any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: hotel\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences:\n\t\t- hotel-internet: NONE\n\t\t- hotel-parking: NONE\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: any int\n\t\t- hotel-type: hotel\n\t\t- hotel-name: any string\n\t\t- hotel-bookday: NONE\n\t\t- hotel-bookpeople: any int\n\t\t- hotel-bookstay: any int\n\t\t- hotel-area: centre\n2. Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant, NONE\n\t* Preferences:\n\t\t- restaurant-food: any string\n\t\t- restaurant-bookday: NONE\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: hotel\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences:\n\t\t- hotel-internet: NONE\n\t\t- hotel-parking: NONE\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: any int\n\t\t- hotel-type: hotel\n\t\t- hotel-name: any string\n\t\t- hotel-bookday: NONE\n\t\t- hotel-bookpeople: any int\n\t\t- hotel-bookstay: any int\n\t\t- hotel-area: centre\n2. Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant, NONE\n\t* Preferences:\n\t\t- restaurant-food: any string\n\t\t- restaurant-bookday: NONE\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: any string\n\nBased on the dialogue, here are the values filled in for each slot:\n\n1. Service Type: hotel\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences:\n\t\t- hotel-internet: NONE\n\t\t- hotel-parking: NONE\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: any int\n\t\t- hotel-type: hotel\n\t\t- hotel-name: any string\n\t\t- hotel-bookday: NONE\n\t\t- hotel-bookpeople: any int\n\t\t- hotel-bookstay: any int\n\t\t- hotel-area: centre\n2. Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant, NONE\n\t* Preferences:\n\t\t- restaurant-food: Middle Eastern cuisine\n\t\t- restaurant-bookday: NONE\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: any string\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema based on the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: SNG1013.json\n* Services Involved: [restaurant, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: book_hotel, find_hotel, NONE\n\t\t- Preferences:\n\t\t\t- hotel-internet: NONE, yes, no\n\t\t\t- hotel-parking: NONE, yes, no\n\t\t\t- hotel-pricerange: NONE, expensive, moderate, cheap\n\t\t\t- hotel-stars: NONE, any int\n\t\t\t- hotel-type: NONE, hotel, guesthouse, dontcare\n\t\t\t- hotel-name: NONE, any string\n\t\t\t- hotel-bookday: NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: NONE, any int\n\t\t\t- hotel-bookstay: NONE, any int\n\t\t\t- hotel-area: NONE, centre, south, west, east, north, dontcare\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: find_restaurant, book_restaurant, NONE\n\t\t- Preferences:\n\t\t\t- restaurant-food: NONE, any string\n\t\t\t- restaurant-bookday: NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: NONE, any int\n\t\t\t- restaurant-booktime: NONE, any time\n\t\t\t- restaurant-area: NONE, centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: NONE, expensive, moderate, cheap\n\t\t\t- restaurant-name: NONE, any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: hotel\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences:\n\t\t+ hotel-internet: NONE\n\t\t+ hotel-parking: NONE\n\t\t+ hotel-pricerange: NONE\n\t\t+ hotel-stars: any int\n\t\t+ hotel-type: hotel\n\t\t+ hotel-name: any string\n\t\t+ hotel-bookday: NONE\n\t\t+ hotel-bookpeople: NONE\n\t\t+ hotel-bookstay: NONE\n\t\t+ hotel-area: centre\n2. Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant, NONE\n\t* Preferences:\n\t\t+ restaurant-food: any string\n\t\t+ restaurant-bookday: NONE\n\t\t+ restaurant-bookpeople: any int\n\t\t+ restaurant-booktime: any time\n\t\t+ restaurant-area: centre\n\t\t+ restaurant-pricerange: NONE\n\t\t+ restaurant-name: any string\n\nBased on the dialogue, the user is looking for a hotel and a restaurant in the centre of Aylesbray. The system provides recommendations for a 4-star hotel with parking and Wi-Fi, and a restaurant on site. The user accepts the recommendations and books a room and a table.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL0121.json\n* Services Involved: [restaurant, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [NONE, find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [NONE, any string]\n\t\t\t- restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: [NONE, any int]\n\t\t\t- restaurant-booktime: [NONE, any time]\n\t\t\t- restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- restaurant-name: [NONE, any string]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\n* User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\n\t+ System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\n\t+ User: I'm looking for a 3-star hotel with a good location and reasonable prices.\n\t+ System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\n\t+ User: Yes, that sounds great. Can you book a room for me on Tuesday?\n\t+ System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\n\t+ User: There will be 7 of us staying.\n\t+ System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\n\t+ User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\n\t+ System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\n\t+ User: Yes, please make a reservation for us.\n\t+ System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\n\t+ User: No, that's all for now. Thank you for your help!\n\t+ System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue you provided! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3484.json\n* Services Involved: [restaurant, hotel, taxi]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: book_hotel, find_hotel, NONE\n\t\t- Preferences:\n\t\t\t- hotel-internet: NONE\n\t\t\t- hotel-parking: NONE\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: Sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: find_restaurant, book_restaurant, NONE\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: Sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: moderate\n\t\t\t- restaurant-name: Don Pasquale Pizzeria\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: find_taxi, NONE\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: any time\n\t\t\t- taxi-departure: any string\n\t\t\t- taxi-destination: Aylesbray Lodge Guest House\n\t\t\t- taxi-leaveat: any time\n\nBased on the dialogue, the user is looking for a hotel, restaurant, and taxi service for Sunday. The system provides recommendations for hotels and restaurants, and the user selects the Aylesbray Lodge Guest House for the hotel and Don Pasquale Pizzeria for the restaurant. The system also books a taxi for the user to arrive at the hotel by 19:00.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG0389.json\",\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"TUESDAY\"],\n\"train-departure\": [\"9:30 AM\"],\n\"train-leaveat\": [\"ANY TIME\"],\n\"train-destination\": [\"CAMBRIDGE\"],\n\"train-bookpeople\": [\"ANY INT\"],\n\"train-arriveby\": [\"ANY TIME\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\nService Details:\n\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"BOOK_TRAIN\"],\n\"Preferences\": {\n\"train-day\": [\"TUESDAY\"],\n\"train-departure\": [\"9:30 AM\"],\n\"train-leaveat\": [\"ANY TIME\"],\n\"train-destination\": [\"CAMBRIDGE\"],\n\"train-bookpeople\": [\"ANY INT\"],\n\"train-arriveby\": [\"ANY TIME\"]\n}\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG01520.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's how the schema should be filled out:\n\n\"Dialogue ID\": \"SNG01520.json\" - This is the ID of the dialogue, which is provided in the schema.\n\n\"Services Involved\": [\"restaurant\"] - This is a list of the services involved in the dialogue, which in this case is just \"restaurant\".\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nHere's how the schema should be filled out based on the dialogue:\n\n\"Service Type\": \"restaurant\" - This is the type of service involved in the dialogue, which is \"restaurant\".\n\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - This is a list of the actions that the system performs in response to the user's requests, which in this case are \"NONE\", \"find_restaurant\", and \"book_restaurant\".\n\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"] - This is a list of the user's preferences for the type of food they would like to eat, which in this case is \"NONE\" or \"any string\".\n\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - This is a list of the user's preferences for the day of the week they would like to book a table, which in this case is \"NONE\" or any day of the week.\n\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"] - This is a list of the user's preferences for the number of people they would like to book a table for, which in this case is \"NONE\" or any integer.\n\n\"restaurant-booktime\": [\"NONE\", \"any time\"] - This is a list of the user's preferences for the time they would like to book a table, which in this case is \"NONE\" or any time.\n\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - This is a list of the user's preferences for the location of the restaurant, which in this case is \"NONE\" or any of the listed locations.\n\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - This is a list of the user's preferences for the price range of the restaurant, which in this case is \"NONE\" or any of the listed price ranges.\n\n\"restaurant-name\": [\"NONE\", \"any string\"] - This is a list of the user's preferences for the name of the restaurant, which in this case is \"NONE\" or any string.\n\nI hope this helps! Let me know if you have any other questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3951.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: restaurant\n\t\t- Actions: [NONE, find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [any string]\n\t\t\t- restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: [any int]\n\t\t\t- restaurant-booktime: [any time]\n\t\t\t- restaurant-area: [centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [expensive, moderate, cheap]\n\t\t\t- restaurant-name: [any string]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: train\n\t* Actions: [NONE, find_train, book_train]\n\t* Preferences:\n\t\t+ train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t+ train-departure: [any string]\n\t\t+ train-leaveat: [any time]\n\t\t+ train-destination: [any string]\n\t\t+ train-bookpeople: [any int]\n\t\t+ train-arriveby: [any time]\n\nSince the user is looking for a train from Cambridge to Stansted Airport on Saturday at 20:00, the appropriate values for the preferences are:\n\n* train-day: [saturday]\n* train-departure: [20:00]\n* train-destination: [Stansted Airport]\n\n2. Service Type: restaurant\n\t* Actions: [NONE, find_restaurant, book_restaurant]\n\t* Preferences:\n\t\t+ restaurant-food: [any string]\n\t\t+ restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t+ restaurant-bookpeople: [any int]\n\t\t+ restaurant-booktime: [any time]\n\t\t+ restaurant-area: [centre, south, west, east, north, dontcare]\n\t\t+ restaurant-pricerange: [expensive, moderate, cheap]\n\t\t+ restaurant-name: [any string]\n\nSince the user does not mention any specific preferences for the restaurant, the appropriate values for the preferences are:\n\n* restaurant-food: [any string]\n* restaurant-bookday: [any day]\n* restaurant-bookpeople: [any int]\n* restaurant-booktime: [any time]\n* restaurant-area: [centre]\n* restaurant-pricerange: [moderate]\n* restaurant-name: [any string]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL0843.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t\t- restaurant-name: any string\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- train-departure: any string\n\t\t\t- train-leaveat: any time\n\t\t\t- train-destination: any string\n\t\t\t- train-bookpeople: any int\n\t\t\t- train-arriveby: any time\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant\n\t* Preferences:\n\t\t+ restaurant-food: any string (not mentioned in the dialogue)\n\t\t+ restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday (not mentioned in the dialogue)\n\t\t+ restaurant-bookpeople: any int (not mentioned in the dialogue)\n\t\t+ restaurant-booktime: any time (not mentioned in the dialogue)\n\t\t+ restaurant-area: centre, south, west, east, north, dontcare (not mentioned in the dialogue)\n\t\t+ restaurant-pricerange: expensive, moderate, cheap (not mentioned in the dialogue)\n\t\t+ restaurant-name: any string (not mentioned in the dialogue)\n2. Service Type: train\n\t* Actions: find_train, book_train\n\t* Preferences:\n\t\t+ train-day: monday, tuesday, wednesday, thursday, friday, saturday, sunday (mentioned in the dialogue: \"this Saturday\")\n\t\t+ train-departure: any string (not mentioned in the dialogue)\n\t\t+ train-leaveat: any time (not mentioned in the dialogue)\n\t\t+ train-destination: any string (not mentioned in the dialogue)\n\t\t+ train-bookpeople: any int (not mentioned in the dialogue)\n\t\t+ train-arriveby: any time (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL2979.json\n* Services Involved: [attraction, taxi, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [NONE, any string]\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: [NONE, find_taxi]\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: [NONE, any time]\n\t\t\t- taxi-departure: [NONE, any string]\n\t\t\t- taxi-destination: [NONE, any string]\n\t\t\t- taxi-leaveat: [NONE, any time]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: hotel\n\nActions: book_hotel, find_hotel, NONE\n\nPreferences:\n\n* hotel-internet: [NONE, yes, no]\n* hotel-parking: [NONE, yes, no]\n* hotel-pricerange: [NONE, expensive, moderate, cheap]\n* hotel-stars: [NONE, any int]\n* hotel-type: [NONE, hotel, guesthouse, dontcare]\n* hotel-name: [NONE, any string]\n* hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n* hotel-bookpeople: [NONE, any int]\n* hotel-bookstay: [NONE, any int]\n* hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nValue: hotel\n\n2. Service Type: attraction\n\nActions: find_attraction, NONE\n\nPreferences:\n\n* attraction-area: [NONE, centre, south, west, east, north, dontcare]\n* attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n* attraction-name: [NONE, any string]\n\nValue: attraction\n\n3. Service Type: taxi\n\nActions: NONE, find_taxi\n\nPreferences:\n\n* taxi-arriveby: [NONE, any time]\n* taxi-departure: [NONE, any string]\n* taxi-destination: [NONE, any string]\n* taxi-leaveat: [NONE, any time]\n\nValue: taxi\n\nNow, let me fill in the values for each slot in the dialogue:\n\n1. Service Type: hotel\n\nActions: book_hotel, find_hotel, NONE\n\nPreferences:\n\n* hotel-internet: [NONE, yes, no]\n* hotel-parking: [NONE, yes, no]\n* hotel-pricerange: [NONE, expensive, moderate, cheap]\n* hotel-stars: [NONE, any int]\n* hotel-type: [NONE, hotel, guesthouse, dontcare]\n* hotel-name: [NONE, any string]\n* hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n* hotel-bookpeople: [NONE, any int]\n* hotel-bookstay: [NONE, any int]\n* hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nValue: hotel\n\n2. Service Type: attraction\n\nActions: find_attraction, NONE\n\nPreferences:\n\n* attraction-area: [NONE, centre, south, west, east, north, dontcare]\n* attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n* attraction-name: [NONE, any string]\n\nValue: attraction\n\n3. Service Type: taxi\n\nActions: NONE, find_taxi\n\nPreferences:\n\n* taxi-arriveby: [NONE, any time]\n* taxi-departure: [NONE, any string]\n* taxi-destination: [NONE, any string]\n* taxi-leaveat: [NONE, any time]\n\nValue: taxi\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: MUL1681.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\t+ Service Type: restaurant\n\t\t- Actions: [NONE, find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [NONE, any string]\n\t\t\t- restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: [NONE, any int]\n\t\t\t- restaurant-booktime: [NONE, any time]\n\t\t\t- restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- restaurant-name: [NONE, any string]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: train\n\t* Actions: [NONE, find_train, book_train]\n\t* Preferences:\n\t\t+ train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday] (user mentions \"Saturday\")\n\t\t+ train-departure: [any string] (user doesn't mention a specific departure time)\n\t\t+ train-leaveat: [any time] (user doesn't mention a specific leave time)\n\t\t+ train-destination: [any string] (user mentions \"Stansted Airport\")\n\t\t+ train-bookpeople: [any int] (user doesn't mention a specific number of people)\n\t\t+ train-arriveby: [any time] (user doesn't mention a specific arrival time)\n2. Service Type: restaurant\n\t* Actions: [NONE, find_restaurant, book_restaurant]\n\t* Preferences:\n\t\t+ restaurant-food: [any string] (user doesn't mention a specific type of food)\n\t\t+ restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday] (user mentions \"Saturday\")\n\t\t+ restaurant-bookpeople: [any int] (user doesn't mention a specific number of people)\n\t\t+ restaurant-booktime: [any time] (user doesn't mention a specific booking time)\n\t\t+ restaurant-area: [centre, south, west, east, north, dontcare] (user doesn't mention a specific area)\n\t\t+ restaurant-pricerange: [expensive, moderate, cheap] (user doesn't mention a specific price range)\n\t\t+ restaurant-name: [any string] (user doesn't mention a specific restaurant name)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotation of the dialogue based on the provided schema:\n\nDialogue ID: MUL0928.json\n\nServices Involved:\n\n* attraction\n* restaurant\n\nService Details:\n\n* Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: any string\n\t\t- restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t- restaurant-name: any string\n* Service Type: attraction\n\t+ Actions: find_attraction, book_attraction\n\t+ Preferences:\n\t\t- attraction-area: centre, south, west, east, north, dontcare\n\t\t- attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n\t\t- attraction-name: any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: any string (not mentioned in the dialogue)\n\t\t- restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday (not mentioned in the dialogue)\n\t\t- restaurant-bookpeople: any int (not mentioned in the dialogue)\n\t\t- restaurant-booktime: any time (not mentioned in the dialogue)\n\t\t- restaurant-area: centre, south, west, east, north, dontcare (not mentioned in the dialogue)\n\t\t- restaurant-pricerange: expensive, moderate, cheap (not mentioned in the dialogue)\n\t\t- restaurant-name: any string (not mentioned in the dialogue)\n2. Service Type: attraction\n\t+ Actions: find_attraction, book_attraction\n\t+ Preferences:\n\t\t- attraction-area: centre, south, west, east, north, dontcare (mentioned in the dialogue: \"east area\")\n\t\t- attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare (not mentioned in the dialogue)\n\t\t- attraction-name: any string (not mentioned in the dialogue)\n\nBased on the dialogue, the user is looking for a gastropub in the east area that is open on Thursday at 4 pm. The system suggests Backstreet Bistro, which is open on Thursday at 4 pm. The user books a table for 5 people at 4 pm on Thursday. The system also suggests an attraction in the area, the Gallery, which is open on Thursdays from 10 am to 5 pm. The user is interested in booking a visit for 5 people at 2 pm on Thursday, but the Gallery is fully booked. The system offers an alternative time slot at 3 pm, which the user accepts.\n\nTherefore, the annotation for the dialogue based on the provided schema is:\n\nDialogue ID: MUL0928.json\n\nServices Involved:\n\n* attraction\n* restaurant\n\nService Details:\n\n* Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- restaurant-area: east\n\t\t- restaurant-name: Backstreet Bistro\n* Service Type: attraction\n\t+ Actions: find_attraction, book_attraction\n\t+ Preferences:\n\t\t- attraction-area: centre\n\t\t- attraction-name: Gallery" + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"WOZ20645.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's how the schema should be filled out:\n\n\"Dialogue ID\": \"WOZ20645.json\" - This is the ID of the dialogue, which is provided in the schema.\n\n\"Services Involved\": [\"restaurant\"] - This is a list of the services involved in the dialogue, which in this case is just the \"restaurant\" service.\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nHere's how the schema should be filled out based on the dialogue:\n\n\"Service Type\": \"restaurant\" - This is the type of service involved in the dialogue, which is \"restaurant\".\n\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - This is a list of the actions that the system performs or recommends in the dialogue, which in this case are \"NONE\", \"find_restaurant\", and \"book_restaurant\".\n\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"] - This is a list of the user's preferences for the type of food they would like to eat, which in this case is \"NONE\" or any string.\n\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - This is a list of the user's preferences for the day of the week they would like to book a restaurant, which in this case is \"NONE\" or any day of the week.\n\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"] - This is a list of the user's preferences for the number of people they would like to book a table for, which in this case is \"NONE\" or any number of people.\n\n\"restaurant-booktime\": [\"NONE\", \"any time\"] - This is a list of the user's preferences for the time they would like to book a table, which in this case is \"NONE\" or any time.\n\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - This is a list of the user's preferences for the location of the restaurant, which in this case is \"NONE\" or any of the listed locations.\n\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - This is a list of the user's preferences for the price range of the restaurant, which in this case is \"NONE\" or any of the listed price ranges.\n\n\"restaurant-name\": [\"NONE\", \"any string\"] - This is a list of the user's preferences for the name of the restaurant, which in this case is \"NONE\" or any string.\n\nI hope this helps! Let me know if you have any other questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG02152.json\",\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n}\n]\n}\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a taxi. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?\\nUser: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?\\nSystem: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?\\nUser: Actually, I'd prefer to be picked up at 19:15. Is that doable?\\nSystem: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!\"]\n\nHere's the annotation for each slot:\n\n1. Service Type: \"taxi\" (mentioned in the dialogue)\n2. Actions: \"find_taxi\" (mentioned in the dialogue)\n3. Preferences:\na. arriveby: \"any time\" (not mentioned in the dialogue, so I'll fill in \"none\")\nb. departure: \"any string\" (not mentioned in the dialogue, so I'll fill in \"none\")\nc. destination: \"Primavera\" (mentioned in the dialogue)\nd. leaveat: \"any time\" (not mentioned in the dialogue, so I'll fill in \"none\")\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL2460.json\n* Services Involved: [attraction, restaurant]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: moderate\n\t\t\t- restaurant-name: any string\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: centre, south, west, east, north, dontcare\n\t\t\t- attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n\t\t\t- attraction-name: any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: restaurant\n\nActions: find_restaurant, book_restaurant\n\nPreferences:\n\n* restaurant-food: any string\n* restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\n* restaurant-bookpeople: any int\n* restaurant-booktime: any time\n* restaurant-area: centre, south, west, east, north, dontcare\n* restaurant-pricerange: moderate\n* restaurant-name: any string\n\n2. Service Type: attraction\n\nActions: find_attraction, NONE\n\nPreferences:\n\n* attraction-area: centre, south, west, east, north, dontcare\n* attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n* attraction-name: any string\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: restaurant\n\nActions: find_restaurant, book_restaurant\n\nPreferences:\n\n* restaurant-food: any string (not mentioned in the dialogue)\n* restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday (not mentioned in the dialogue)\n* restaurant-bookpeople: any int (not mentioned in the dialogue)\n* restaurant-booktime: any time (not mentioned in the dialogue)\n* restaurant-area: centre (mentioned in the dialogue)\n* restaurant-pricerange: moderate (mentioned in the dialogue)\n* restaurant-name: any string (not mentioned in the dialogue)\n\n2. Service Type: attraction\n\nActions: find_attraction, NONE\n\nPreferences:\n\n* attraction-area: centre (mentioned in the dialogue)\n* attraction-type: none (not mentioned in the dialogue)\n* attraction-name: any string (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: MUL0358.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: 12:30 PM\n\t\t\t- restaurant-area: north\n\t\t\t- restaurant-pricerange: moderate\n\t\t\t- restaurant-name: China Garden\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: sunday\n\t\t\t- train-departure: any string\n\t\t\t- train-leaveat: any time\n\t\t\t- train-destination: any string\n\t\t\t- train-bookpeople: any int\n\t\t\t- train-arriveby: any time\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* Dialogue ID: MUL0358.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string (not mentioned in dialogue)\n\t\t\t- restaurant-bookday: sunday (mentioned in dialogue)\n\t\t\t- restaurant-bookpeople: any int (not mentioned in dialogue)\n\t\t\t- restaurant-booktime: 12:30 PM (mentioned in dialogue)\n\t\t\t- restaurant-area: north (mentioned in dialogue)\n\t\t\t- restaurant-pricerange: moderate (mentioned in dialogue)\n\t\t\t- restaurant-name: China Garden (mentioned in dialogue)\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: sunday (mentioned in dialogue)\n\t\t\t- train-departure: any string (not mentioned in dialogue)\n\t\t\t- train-leaveat: any time (not mentioned in dialogue)\n\t\t\t- train-destination: any string (not mentioned in dialogue)\n\t\t\t- train-bookpeople: any int (not mentioned in dialogue)\n\t\t\t- train-arriveby: any time (not mentioned in dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"PMUL4450.json\",\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"sunday\"],\n\"train-departure\": [\"2 PM\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"3:30 PM\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"2\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\"],\n\"restaurant-pricerange\": [\"NONE\", \"moderate\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\nService Details:\n\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"sunday\"],\n\"train-departure\": [\"2 PM\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"3:30 PM\"]\n}\n}\n\nService Details:\n\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"sunday\"],\n\"restaurant-bookpeople\": [\"2\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"moderate\"],\n\"restaurant-name\": [\"any string\"]\n}\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the correct values based on the dialogue content:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL1251.json\n* Services Involved: [train, attraction]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\nBased on the dialogue, here are the values for each slot:\n\n1. Service Type: train\n\t* Actions: find_train, book_train\n\t* Preferences:\n\t\t+ train-day: [wednesday]\n\t\t+ train-departure: [16:15]\n\t\t+ train-leaveat: [17:15]\n\t\t+ train-destination: [Norwich]\n\t\t+ train-bookpeople: [1]\n\t\t+ train-arriveby: [any time]\n2. Service Type: attraction\n\t* Actions: find_attraction\n\t* Preferences:\n\t\t+ attraction-area: [centre]\n\t\t+ attraction-type: [museum, college]\n\t\t+ attraction-name: [Christ's College]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue you provided! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL1842.json\n* Services Involved: [train, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Train:\n\t\t- Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\nNow, let me fill in the appropriate values for each slot based on the dialogue:\n\n* Hotel:\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no] (user mentions \"free Wi-Fi\")\n\t\t- hotel-parking: [NONE, yes, no] (no mention of parking)\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap] (user mentions \"cheap\")\n\t\t- hotel-stars: [NONE, any int] (no mention of stars)\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare] (no mention of type)\n\t\t- hotel-name: [NONE, any string] (no mention of name)\n\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday] (user mentions Tuesday)\n\t\t- hotel-bookpeople: [NONE, any int] (no mention of people)\n\t\t- hotel-bookstay: [NONE, any int] (no mention of stay)\n\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare] (no mention of area)\n* Train:\n\t+ Service Type: train\n\t+ Actions: [NONE, find_train, book_train]\n\t+ Preferences:\n\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday] (user mentions Tuesday)\n\t\t- train-departure: [NONE, any string] (no mention of departure)\n\t\t- train-leaveat: [NONE, any time] (no mention of leave time)\n\t\t- train-destination: [NONE, any string] (no mention of destination)\n\t\t- train-bookpeople: [NONE, any int] (no mention of people)\n\t\t- train-arriveby: [NONE, any time] (no mention of arrive time)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL4896.json\n* Services Involved: [attraction, hotel]\n* Service Details:\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [yes, no]\n\t\t\t- hotel-parking: [yes, no]\n\t\t\t- hotel-pricerange: [expensive, moderate, cheap]\n\t\t\t- hotel-stars: [any int]\n\t\t\t- hotel-type: [hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [any string]\n\t\t\t- hotel-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [any int]\n\t\t\t- hotel-bookstay: [any int]\n\t\t\t- hotel-area: [centre, south, west, east, north, dontcare]\n\nBased on the dialogue, here's the information filled in for each slot:\n\n* attraction-area: [centre] (user mentions looking for attractions in the north area, but the system suggests the Cherry Hinton Hall and Grounds, which is located in the centre of the city)\n* attraction-type: [museum] (system suggests the Cherry Hinton Hall and Grounds, which is a historic mansion with beautiful gardens)\n* attraction-name: [Cherry Hinton Hall and Grounds] (system suggests this attraction based on the user's preferences)\n* hotel-internet: [yes] (system mentions that the Acorn Guest House offers internet access)\n* hotel-parking: [yes] (system mentions that there is plenty of parking available on site at the Acorn Guest House)\n* hotel-pricerange: [moderate] (system mentions that the rates at the Acorn Guest House are around $120 per night)\n* hotel-stars: [4] (system mentions that the Acorn Guest House has 4 stars)\n* hotel-type: [guesthouse] (system suggests the Acorn Guest House as a guesthouse option)\n* hotel-name: [Acorn Guest House] (system suggests this hotel based on the user's preferences)\n* hotel-bookday: [sunday] (system mentions that the Acorn Guest House has availability on Sunday)\n* hotel-bookpeople: [1] (system mentions that the Acorn Guest House has one room available on Sunday)\n* hotel-bookstay: [1 night] (system mentions that the Acorn Guest House has one night available on Sunday)\n* hotel-area: [north] (system mentions that the Acorn Guest House is located in the north area of the city)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: MUL2431.json\n* Services Involved: [attraction, restaurant]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: Tuesday\n\t\t\t- restaurant-bookpeople: 2\n\t\t\t- restaurant-booktime: 12:45 PM\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: moderate\n\t\t\t- restaurant-name: Charlie Chan's\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction]\n\t\t- Preferences:\n\t\t\t- attraction-area: centre\n\t\t\t- attraction-type: museum\n\t\t\t- attraction-name: Cambridge Contemporary Art museum\n\nNow, let me explain the reasoning behind each value I filled in:\n\n* Dialogue ID: MUL2431.json - This is the ID of the dialogue being annotated.\n* Services Involved: [attraction, restaurant] - These are the two services mentioned in the dialogue.\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant - This is the type of service being requested (a restaurant).\n\t\t- Actions: [find_restaurant, book_restaurant] - These are the possible actions that can be taken for this service (finding a restaurant and booking a table).\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string - The user did not specify a specific type of food, so the preference is set to \"any string\".\n\t\t\t- restaurant-bookday: Tuesday - The user specified that they would like to book a table for Tuesday.\n\t\t\t- restaurant-bookpeople: 2 - The user specified that they would like to book a table for two people.\n\t\t\t- restaurant-booktime: 12:45 PM - The user specified that they would like to book a table for 12:45 PM.\n\t\t\t- restaurant-area: centre - The user specified that they would like to find a restaurant in the centre of Cambridge.\n\t\t\t- restaurant-pricerange: moderate - The user did not specify a specific price range, so the preference is set to \"moderate\".\n\t\t\t- restaurant-name: Charlie Chan's - The name of the restaurant that was found and booked.\n\t+ Attraction:\n\t\t- Service Type: attraction - This is the type of service being requested (an attraction).\n\t\t- Actions: [find_attraction] - This is the possible action that can be taken for this service (finding an attraction).\n\t\t- Preferences:\n\t\t\t- attraction-area: centre - The user specified that they would like to find an attraction in the centre of Cambridge.\n\t\t\t- attraction-type: museum - The user specified that they would like to find a museum.\n\t\t\t- attraction-name: Cambridge Contemporary Art museum - The name of the attraction that was found.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG1375.json\",\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"sunday\"],\n\"train-departure\": [\"8:00 AM\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"ely\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"9:00 AM\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": \"SNG1375.json\" - this is the ID of the dialogue, which is provided in the schema.\n* \"Services Involved\": [\"train\"] - this is a list of the services involved in the dialogue, which is also provided in the schema.\n* \"Service Details\": [... - this is a list of service details, which is also provided in the schema.\n* \"Service Type\": \"train\" - this is the type of service requested by the user, which is provided in the schema.\n* \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - this is a list of actions that the system can perform for the user, which is provided in the schema.\n* \"Preferences\": {... - this is a dictionary of user preferences, which is provided in the schema.\n* \"train-day\": [\"NONE\", \"sunday\"] - this is a list of possible values for the \"train-day\" preference, which is provided in the schema.\n* \"train-departure\": [\"8:00 AM\"] - this is a specific value for the \"train-departure\" preference, which is provided in the schema.\n* \"train-leaveat\": [\"any time\"] - this is a specific value for the \"train-leaveat\" preference, which is provided in the schema.\n* \"train-destination\": [\"ely\"] - this is a specific value for the \"train-destination\" preference, which is provided in the schema.\n* \"train-bookpeople\": [\"NONE\", \"any int\"] - this is a list of possible values for the \"train-bookpeople\" preference, which is provided in the schema.\n* \"train-arriveby\": [\"9:00 AM\"] - this is a specific value for the \"train-arriveby\" preference, which is provided in the schema.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL1031.json\n* Services Involved: [train, attraction]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: attraction\n\t\t- Actions: [find_attraction, none]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\n* User: Hi, I'm looking for a train and attraction service. Can you help me?\n\t+ System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?\n\t+ User: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?\n\t+ System: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?\n\t+ User: Yes, I'd like to buy tickets. How much do they cost?\n\t+ System: The cost of the tickets for this train is \u00a320 per person. Would you like to proceed with the purchase?\n\t+ User: Yes, I'll take two tickets.\n\t+ System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.\n\t+ User: That sounds great! Can you recommend a park or outdoor attraction?\n\t+ System: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?\n\t+ User: Yes, that sounds perfect. Can you provide me with directions to the garden?\n\t+ System: Certainly! The garden is located a 15-minute walk from the train station. Here are the directions: exit the train station and turn left onto Station Road. Continue walking for 10 minutes until you reach the roundabout, then turn right onto Hills Road. The garden will be on your left after a 5-minute walk.\n\t+ User: Thank you so much for your help! I'm looking forward to my trip.\n\t+ System: You're welcome! Have a great day and enjoy your trip to Cambridge! Goodbye!\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure! Here is the annotation of the dialogue based on the provided schema:\n\n{\n\"Dialogue ID\": \"WOZ20027.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nHere's the annotation of the dialogue:\n\n* \"Service Type\": \"restaurant\" - This is the type of service the user is looking for, which is a restaurant.\n* \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - The system suggests that the user is looking for a restaurant and wants to find one or book a table.\n* \"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"] - The user is open to trying any type of food at the restaurant.\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The user is open to dining at the restaurant on any day of the week.\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"] - The user is open to dining with any number of people.\n\"restaurant-booktime\": [\"NONE\", \"any time\"] - The user is open to dining at any time.\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - The user is open to dining in any area of the city.\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - The user is open to dining at any price range.\n\"restaurant-name\": [\"NONE\", \"any string\"] - The user is open to dining at any named restaurant.\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL4827.json\n* Services Involved: [hotel, restaurant]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t\t- restaurant-name: any string\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes, no\n\t\t\t- hotel-parking: yes, no\n\t\t\t- hotel-pricerange: expensive, moderate, cheap\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel, guesthouse, dontcare\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: centre, south, west, east, north, dontcare\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t\t- restaurant-name: any string\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes, no\n\t\t\t- hotel-parking: yes, no\n\t\t\t- hotel-pricerange: expensive, moderate, cheap\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel, guesthouse, dontcare\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: centre, south, west, east, north, dontcare\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue you provided! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3086.json\n* Services Involved: [train, hotel]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nBased on the dialogue, here are the values I filled in for each slot:\n\n* User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n* System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n* User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45.\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [earliest possible time]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n* System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?\n\t+ Service Type: train\n\t\t- Actions: [book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [08:00]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n* User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n* System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [The Huntingdon Marriott Hotel]\n\t\t\t- hotel-bookday: [NONE, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n* User: Yes, that sounds great. Can you please book the train and hotel for me?\n\t+ Service Type: train\n\t\t- Actions: [book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [08:00]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [The Huntingdon Marriott Hotel]\n\t\t\t- hotel-bookday: [NONE, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n* System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?\n\t+ Service Type: train\n\t\t- Actions: [NONE]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [08:00]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n\t+ Service Type: hotel\n\t\t- Actions: [NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [The Huntingdon Marriott Hotel]\n\t\t\t- hotel-bookday: [NONE, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n* User: No, that's all for now. Thank you for your help!\n\t+ Service Type: train\n\t\t- Actions: [NONE]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [08:00]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [Cambridge]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [13:45]\n\t+ Service Type: hotel\n\t\t- Actions: [NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [The Huntingdon Marriott Hotel]\n\t\t\t- hotel-bookday: [NONE, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the correct values based on the dialogue content:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG0598.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": \"SNG0598.json\" - This is the ID of the dialogue, which is provided in the schema.\n* \"Services Involved\": [\"restaurant\"] - This is a list of services involved in the dialogue, and in this case, there is only one service involved: the restaurant service.\n* \"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n] - This is a list of service details, and in this case, there is only one service detail: the restaurant service. The \"Service Type\" is \"restaurant\", and the \"Actions\" are \"NONE\", \"find_restaurant\", and \"book_restaurant\". The \"Preferences\" include a list of possible values for various attributes, such as \"restaurant-food\", \"restaurant-bookday\", etc.\n\nBased on the dialogue, here are the correct values for each slot:\n\n* \"Service Type\": \"restaurant\" - This is the type of service involved in the dialogue.\n* \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions that can be taken related to the restaurant service.\n* \"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"] - This is a list of possible values for the \"food\" attribute of the restaurant service.\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - This is a list of possible values for the \"bookday\" attribute of the restaurant service.\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"] - This is a list of possible values for the \"bookpeople\" attribute of the restaurant service.\n\"restaurant-booktime\": [\"NONE\", \"any time\"] - This is a list of possible values for the \"booktime\" attribute of the restaurant service.\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - This is a list of possible values for the \"area\" attribute of the restaurant service.\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - This is a list of possible values for the \"pricerange\" attribute of the restaurant service.\n\"restaurant-name\": [\"NONE\", \"any string\"] - This is a list of possible values for the \"name\" attribute of the restaurant service.\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG01162.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"Monday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"14:15\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"moderate\"],\n\"restaurant-name\": [\"Travellers Rest\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": \"SNG01162.json\" - this is the ID of the dialogue, which is provided in the schema.\n* \"Services Involved\": [\"restaurant\"] - this is the list of services involved in the dialogue, which is also provided in the schema.\n* \"Service Details\": [...], where each element in the list represents a specific service. In this case, there is only one service involved - the restaurant service.\n\t+ \"Service Type\": \"restaurant\" - this is the type of service involved in the dialogue.\n\t+ \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - these are the possible actions that can be taken for this service. In this case, the user is looking to book a restaurant, so the appropriate action is \"book_restaurant\".\n\t+ \"Preferences\": {...} - this is a dictionary of preferences for the service. In this case, the user has specified the following preferences:\n\t\t- \"restaurant-food\": [\"NONE\", \"any string\"] - the user is open to trying any type of food.\n\t\t- \"restaurant-bookday\": [\"Monday\"] - the user would like to book a restaurant for Monday.\n\t\t- \"restaurant-bookpeople\": [\"NONE\", \"any int\"] - the user does not have a specific number of people in mind for the booking.\n\t\t- \"restaurant-booktime\": [\"14:15\"] - the user would like to book a table for 14:15.\n\t\t- \"restaurant-area\": [\"centre\"] - the user would like to book a restaurant in the centre of the area.\n\t\t- \"restaurant-pricerange\": [\"moderate\"] - the user is open to paying a moderate price for the meal.\n\t\t- \"restaurant-name\": [\"Travellers Rest\"] - the user has specified the name of the restaurant they would like to book.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL1146.json\n* Services Involved: [train, attraction]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: train\n\t* Actions: [find_train, book_train]\n\t* Preferences:\n\t\t+ train-day: [friday]\n\t\t+ train-departure: [16:45]\n\t\t+ train-leaveat: [any time]\n\t\t+ train-destination: [Cambridge]\n\t\t+ train-bookpeople: [1]\n\t\t+ train-arriveby: [18:45]\n2. Service Type: attraction\n\t* Actions: [find_attraction, NONE]\n\t* Preferences:\n\t\t+ attraction-area: [centre]\n\t\t+ attraction-type: [museum]\n\t\t+ attraction-name: [any string]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\n{\n\"Dialogue ID\": \"SSNG0018.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nHere's how the schema is annotated based on the dialogue:\n\n* \"Service Type\": \"restaurant\" - This is the type of service the user is looking for, which is a restaurant.\n* \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions the system can perform for the user, which are finding a restaurant and booking a table.\n* \"Preferences\": {...} - This is a dictionary of preferences the user has for the restaurant, including the type of food, day of the week, number of people, time, area, price range, and name.\n\t+ \"restaurant-food\": [\"NONE\", \"any string\"] - The user is open to trying any type of food.\n\t+ \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The user is open to booking a table on any day of the week.\n\t+ \"restaurant-bookpeople\": [\"NONE\", \"any int\"] - The user is open to booking a table for any number of people.\n\t+ \"restaurant-booktime\": [\"NONE\", \"any time\"] - The user is open to booking a table at any time.\n\t+ \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - The user is open to dining in any area of the city.\n\t+ \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - The user is open to dining at any price range.\n\t+ \"restaurant-name\": [\"NONE\", \"any string\"] - The user is open to dining at any named restaurant.\n* \"Service Details\": [...], which is a list of specific service details provided by the system, including the names and addresses of recommended restaurants.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: MUL2293.json\n* Services Involved: [train, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Train:\n\t\t- Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\nBased on the dialogue, here's the completed schema:\n\n* Hotel:\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no]\n\t\t- hotel-parking: [NONE, yes, no]\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t- hotel-stars: [NONE, any int]\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t- hotel-name: [NONE, any string]\n\t\t- hotel-bookday: [monday]\n\t\t- hotel-bookpeople: [1]\n\t\t- hotel-bookstay: [1]\n\t\t- hotel-area: [centre]\n* Train:\n\t+ Service Type: train\n\t+ Actions: [NONE, find_train, book_train]\n\t+ Preferences:\n\t\t- train-day: [monday]\n\t\t- train-departure: [\"London Liverpool Street\"]\n\t\t- train-leaveat: [\"10:00\"]\n\t\t- train-destination: [\"Cambridge\"]\n\t\t- train-bookpeople: [1]\n\t\t- train-arriveby: [\"11:00\"]\n\nI hope this helps! Let me know if you have any questions or if there's anything else I can help you with." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue you provided! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL1586.json\n* Services Involved: [train, hotel]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nNow, let me fill in the appropriate values for each slot based on the dialogue:\n\n1. Service Type: train\n\t* Actions: [book_train]\n\t* Preferences:\n\t\t+ train-day: [sunday]\n\t\t+ train-departure: [13:45]\n\t\t+ train-leaveat: [any time]\n\t\t+ train-destination: [Norwich]\n\t\t+ train-bookpeople: [4]\n\t\t+ train-arriveby: [15:45]\n2. Service Type: hotel\n\t* Actions: [book_hotel]\n\t* Preferences:\n\t\t+ hotel-internet: [yes]\n\t\t+ hotel-parking: [yes]\n\t\t+ hotel-pricerange: [moderate]\n\t\t+ hotel-stars: [any int]\n\t\t+ hotel-type: [hotel]\n\t\t+ hotel-name: [A & B Guest House]\n\t\t+ hotel-bookday: [sunday]\n\t\t+ hotel-bookpeople: [4]\n\t\t+ hotel-bookstay: [1 night]\n\t\t+ hotel-area: [east]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG0039.json\",\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n}\n]\n}\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?\\nUser: Sure! I'm at Gourmet Burger Kitchen, located at [insert address].\\nSystem: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?\\nUser: Yes, that works for me. Can you also tell me how much the fare will be?\\nSystem: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?\\nUser: Yes, I'd like to proceed. Please go ahead and book the taxi for me.\\nSystem: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!\\nUser: Thank you! Goodbye.\\nSystem: Goodbye! Have a great day!\"]\n\nHere's the annotation for each slot:\n\n1. Service Type: taxi (mentioned in the dialogue)\n2. Actions: find_taxi (mentioned in the dialogue)\n3. Preferences:\na. arriveby: any time (not mentioned in the dialogue, so I've annotated it as \"none\")\nb. departure: any string (not mentioned in the dialogue, so I've annotated it as \"none\")\nc. destination: any string (not mentioned in the dialogue, so I've annotated it as \"none\")\nd. leaveat: any time (not mentioned in the dialogue, so I've annotated it as \"none\")\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotation schema filled out with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: SSNG0142.json\n* Services Involved: [restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t+ Actions: [find_restaurant, book_restaurant]\n\t+ Preferences:\n\t\t- restaurant-food: any string\n\t\t- restaurant-bookday: sunday\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: any string\n\nNow, let me go through each slot in the schema and fill in the appropriate value based on the dialogue:\n\n1. Service Type: restaurant - This is mentioned in the dialogue as the service the user is looking for.\n2. Actions: find_restaurant, book_restaurant - The user asks the system to suggest some options and then book a reservation, so these are the appropriate actions.\n3. Preferences:\n\t- restaurant-food: any string - Not mentioned in the dialogue.\n\t- restaurant-bookday: sunday - Mentioned in the dialogue as the day the user wants to book a reservation.\n\t- restaurant-bookpeople: any int - Not mentioned in the dialogue.\n\t- restaurant-booktime: any time - Not mentioned in the dialogue.\n\t- restaurant-area: centre - Mentioned in the dialogue as the user is looking for a restaurant in the centre of the city.\n\t- restaurant-pricerange: moderate - Not mentioned in the dialogue.\n\t- restaurant-name: any string - Not mentioned in the dialogue.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\n{\n\"Dialogue ID\": \"SNG01795.json\",\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"sunday\"],\n\"train-departure\": [\"10:43\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"NONE\", \"1\"],\n\"train-arriveby\": [\"12:15\"]\n}\n}\n]\n}\n\nHere's a brief explanation of each slot and its possible values based on the dialogue:\n\n1. \"train-day\": The possible values are \"NONE\" and \"sunday\", as the user only mentions Sunday as the preferred day for the train service.\n2. \"train-departure\": The possible values are \"NONE\" and \"10:43\", as the user specifically mentions the 10:43 departure time.\n3. \"train-leaveat\": The possible values are \"any time\", as the user does not provide a specific time for leaving.\n4. \"train-destination\": The possible values are \"Cambridge\", as the user mentions this as the destination.\n5. \"train-bookpeople\": The possible values are \"NONE\" and \"1\", as the user mentions booking one ticket.\n6. \"train-arriveby\": The possible values are \"12:15\", as the user mentions this as the desired arrival time.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL4433.json\n* Services Involved: [train, attraction]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [any int]\n\t\t\t- train-arriveby: [any time]\n\t+ Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: train\n\t* Actions: [NONE, find_train, book_train]\n\t* Preferences:\n\t\t+ train-day: [tuesday]\n\t\t+ train-departure: [15:15]\n\t\t+ train-leaveat: [any time]\n\t\t+ train-destination: [Stevenage]\n\t\t+ train-bookpeople: [1]\n\t\t+ train-arriveby: [16:15]\n2. Service Type: attraction\n\t* Actions: [find_attraction, NONE]\n\t* Preferences:\n\t\t+ attraction-area: [centre]\n\t\t+ attraction-type: [museum]\n\t\t+ attraction-name: [any string]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG1116.json\",\n\"Services Involved\": [\"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"museum\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\nService Details:\n\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"college\"],\n\"attraction-name\": [\"Downing College\"]\n}\n}\n\nHere's how I filled out the schema:\n\n* Service Type: \"attraction\" (based on the user's request for \"fun activities to do in the centre of town\")\n* Actions: \"find_attraction\" (based on the system's response to the user's request for help finding attractions)\n* Preferences:\n\t+ Attraction-area: \"centre\" (based on the user's request for attractions in the centre of town)\n\t+ Attraction-type: \"college\" (based on the system's suggestion of Downing College as a beautiful campus to explore)\n\t+ Attraction-name: \"Downing College\" (based on the system's suggestion of Downing College as a local attraction)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG1165.json\",\n\"Services Involved\": [\"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n\"Hotel Name\": \"Lensfield Hotel\",\n\"Hotel Amenities\": [\"fitness center\", \"restaurant\", \"rooftop bar\"],\n\"Booking Details\": {\n\"Booking Date\": \"Monday\",\n\"Number of Nights\": \"3\",\n\"Number of Guests\": \"3\",\n\"Room Type\": \"deluxe\",\n\"Room Rate\": \"$350\",\n\"Total Cost\": \"$1,050\"\n},\n\"Location\": \"heart of the city's north area\",\n\"Other Amenities\": [\"room service\", \"laundry service\", \"24-hour front desk\"]\n}\n}\n\nI hope this helps! Let me know if you have any questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3460.json\n* Services Involved: [train, restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t\t- Actions: [NONE, find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [NONE, any string]\n\t\t\t- restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: [NONE, any int]\n\t\t\t- restaurant-booktime: [NONE, any time]\n\t\t\t- restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- restaurant-name: [NONE, any string]\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\nBased on the dialogue, here's the filled-out schema:\n\n* Service Details:\n\t+ Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [any string]\n\t\t\t- restaurant-bookday: [sunday]\n\t\t\t- restaurant-bookpeople: [2]\n\t\t\t- restaurant-booktime: [19:30]\n\t\t\t- restaurant-area: [centre]\n\t\t\t- restaurant-pricerange: [moderate]\n\t\t\t- restaurant-name: [Siam Square Thai Restaurant]\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [sunday]\n\t\t\t- train-departure: [any string]\n\t\t\t- train-leaveat: [any time]\n\t\t\t- train-destination: [any string]\n\t\t\t- train-bookpeople: [2]\n\t\t\t- train-arriveby: [19:30]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema for the dialogue you provided! Here's the completed schema with the appropriate values filled in based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL2583.json\n* Services Involved: [attraction, taxi, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [NONE, any string]\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: [NONE, find_taxi]\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: [NONE, any time]\n\t\t\t- taxi-departure: [NONE, any string]\n\t\t\t- taxi-destination: [NONE, any string]\n\t\t\t- taxi-leaveat: [NONE, any time]\n\nNow, let me go through the dialogue and fill in the appropriate values for each slot:\n\n1. Service Type: hotel\n\nActions: book_hotel, find_hotel, NONE\n\nPreferences:\n\n* hotel-internet: [NONE, yes, no] (user did not specify internet preferences)\n* hotel-parking: [NONE, yes, no] (user did not specify parking preferences)\n* hotel-pricerange: [NONE, expensive, moderate, cheap] (user specified a budget of $200 per night)\n* hotel-stars: [NONE, any int] (user did not specify a preference for stars)\n* hotel-type: [NONE, hotel, guesthouse, dontcare] (user did not specify a preference for hotel type)\n* hotel-name: [NONE, any string] (user did not specify a preference for hotel name)\n* hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday] (user specified Sunday and Monday nights)\n* hotel-bookpeople: [NONE, any int] (user did not specify a preference for number of people)\n* hotel-bookstay: [NONE, any int] (user did not specify a preference for length of stay)\n* hotel-area: [NONE, centre, south, west, east, north, dontcare] (user did not specify a preference for hotel area)\n\n2. Service Type: attraction\n\nActions: find_attraction, NONE\n\nPreferences:\n\n* attraction-area: [NONE, centre, south, west, east, north, dontcare] (user did not specify a preference for attraction area)\n* attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare] (user did not specify a preference for attraction type)\n* attraction-name: [NONE, any string] (user did not specify a preference for attraction name)\n\n3. Service Type: taxi\n\nActions: find_taxi, NONE\n\nPreferences:\n\n* taxi-arriveby: [NONE, any time] (user did not specify a preference for arriveby time)\n* taxi-departure: [NONE, any string] (user did not specify a preference for departure time)\n* taxi-destination: [NONE, any string] (user did not specify a preference for destination)\n* taxi-leaveat: [NONE, any time] (user did not specify a preference for leave time)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: MUL1914.json\n* Services Involved: [train, attraction]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: any string\n\t\t\t- train-leaveat: any time\n\t\t\t- train-destination: any string\n\t\t\t- train-bookpeople: any int\n\t\t\t- train-arriveby: any time\n\t+ Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: any string\n\nDialogue for Annotation:\n\n1. User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?\n\t+ Service Involved: train\n\t+ Action: find_train\n\t+ Preference: train-day - Tuesday\n2. System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?\n\t+ Action: NONE\n\t+ Preference: train-departure - 9:30am\n3. User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am.\n\t+ Action: book_train\n\t+ Preference: train-destination - Cambridge\n\t+ Preference: train-leaveat - 9:30am\n4. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?\n\t+ Action: book_train\n\t+ Preference: train-bookpeople - 1\n5. User: Yes, please go ahead and book it for me.\n\t+ Action: book_train\n\t+ Preference: train-arriveby - 10:30am\n6. System: Great! I have booked the train for you. The total cost for this booking is \u00a3X. Would you like to pay by credit card or PayPal?\n\t+ Action: NONE\n\t+ Preference: train-bookpeople - 1\n7. User: I'll pay by credit card.\n\t+ Action: NONE\n\t+ Preference: train-bookpeople - 1\n8. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!\n\t+ Action: NONE\n\t+ Preference: NONE\n9. User: Thank you very much! Do you have any information on attractions in Cambridge?\n\t+ Service Involved: attraction\n\t+ Action: find_attraction\n\t+ Preference: attraction-area - centre\n10. System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?\n\t+ Action: find_attraction\n\t+ Preference: attraction-type - museum\n11. User: Yes, please do!\n\t+ Action: find_attraction\n\t+ Preference: attraction-name - Ruskin Gallery\n12. System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?\n\t+ Action: NONE\n\t+ Preference: attraction-type - museum\n13. User: No, I think I'll just explore on my own. Thank you for the information!\n\t+ Action: NONE\n\t+ Preference: NONE\n14. System: You're welcome! Have a great day in Cambridge!\n\t+ Action: NONE\n\t+ Preference: NONE\n15. User: Thank you, I will. Goodbye!\n\t+ Action: NONE\n\t+ Preference: NONE\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL2097.json\n* Services Involved: [attraction, hotel, restaurant]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t\t- restaurant-name: any string\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes, no\n\t\t\t- hotel-parking: yes, no\n\t\t\t- hotel-pricerange: expensive, moderate, cheap\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel, guesthouse, dontcare\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: centre, south, west, east, north, dontcare\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction]\n\t\t- Preferences:\n\t\t\t- attraction-area: centre, south, west, east, north, dontcare\n\t\t\t- attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n\t\t\t- attraction-name: any string\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t\t- restaurant-pricerange: expensive, moderate, cheap\n\t\t\t- restaurant-name: any string\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes, no\n\t\t\t- hotel-parking: yes, no\n\t\t\t- hotel-pricerange: expensive, moderate, cheap\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: hotel, guesthouse, dontcare\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: centre, south, west, east, north, dontcare\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction]\n\t\t- Preferences:\n\t\t\t- attraction-area: centre, south, west, east, north, dontcare\n\t\t\t- attraction-type: nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n\t\t\t- attraction-name: any string\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotation schema filled out with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL0949.json\n* Services Involved: [restaurant]\n* Service Details:\n\t+ Service Type: restaurant\n\t+ Actions: [find_restaurant, book_restaurant]\n\t+ Preferences:\n\t\t- restaurant-food: any string\n\t\t- restaurant-bookday: wednesday\n\t\t- restaurant-bookpeople: any int\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: the italian place\n\nHere's how the schema is filled out based on the dialogue:\n\n* Service Type: restaurant (mentioned in the dialogue as \"The Italian Place\")\n* Actions: [find_restaurant, book_restaurant] (not mentioned in the dialogue, so left as \"none\")\n* Preferences:\n\t+ restaurant-food: any string (not mentioned in the dialogue, so left as \"any string\")\n\t+ restaurant-bookday: wednesday (mentioned in the dialogue as \"Wednesday\")\n\t+ restaurant-bookpeople: any int (not mentioned in the dialogue, so left as \"any int\")\n\t+ restaurant-booktime: any time (not mentioned in the dialogue, so left as \"any time\")\n\t+ restaurant-area: centre (mentioned in the dialogue as \"in the heart of the city\")\n\t+ restaurant-pricerange: moderate (not mentioned in the dialogue, so left as \"moderate\")\n\t+ restaurant-name: the italian place (mentioned in the dialogue as \"The Italian Place\")\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"PMUL3847.json\",\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n},\n\"Service ID\": \"NONE\"\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n\"Service ID\": \"train\"\n}\n]\n\nBased on the dialogue, here are the values I filled in for each slot:\n\n1. Service Type: train\n2. Actions: find_train, book_train\n3. Preferences:\n\t* train-day: any\n\t* train-departure: any\n\t* train-leaveat: any time\n\t* train-destination: Cambridge\n\t* train-bookpeople: any\n\t* train-arriveby: any time\n4. Service ID: train\n5. Attraction Type: NONE\n6. Attraction Area: NONE\n7. Attraction Name: NONE\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL2710.json\n* Services Involved: [attraction, hotel]\n* Service Details:\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [find_attraction, NONE]\n\t\t- Preferences:\n\t\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t\t- attraction-name: [any string]\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nBased on the dialogue, here's the information filled in for each slot:\n\n* User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no]\n\t\t- hotel-parking: [NONE, yes, no]\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t- hotel-stars: [NONE, any int]\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t- hotel-name: [NONE, any string]\n\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t- hotel-bookpeople: [NONE, any int]\n\t\t- hotel-bookstay: [NONE, any int]\n\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n* System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?\n\t+ No slots filled\n* User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party.\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no]\n\t\t- hotel-parking: [NONE, yes, no]\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t- hotel-stars: [NONE, any int]\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t- hotel-name: [NONE, any string]\n\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t- hotel-bookpeople: [4, any int]\n\t\t- hotel-bookstay: [5, any int]\n\t\t- hotel-area: [centre, south, west, east, north, dontcare]\n* System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?\n\t+ Service Type: attraction\n\t+ Actions: [find_attraction, NONE]\n\t+ Preferences:\n\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t- attraction-name: [any string]\n* User: Yes, please!\n\t+ Service Type: attraction\n\t+ Actions: [find_attraction, NONE]\n\t+ Preferences:\n\t\t- attraction-area: [centre, south, west, east, north, dontcare]\n\t\t- attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\t\t- attraction-name: [any string]\n* System: Sure thing! Here are three options that fit your needs:\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no]\n\t\t- hotel-parking: [NONE, yes, no]\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t- hotel-stars: [NONE, any int]\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t- hotel-name: [NONE, any string]\n\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t- hotel-bookpeople: [4, any int]\n\t\t- hotel-bookstay: [5, any int]\n\t\t- hotel-area: [centre, south, west, east, north, dontcare]\n* User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?\n\t+ Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [NONE, yes, no]\n\t\t- hotel-parking: [NONE, yes, no]\n\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t- hotel-stars: [NONE, any int]\n\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t- hotel-name: [The Cozy Nest Guesthouse]\n\t\t- hotel-bookday: [Sunday]\n\t\t- hotel-bookpeople: [4]\n\t\t- hotel-bookstay: [5]\n\t\t- hotel-area: [centre]\n* System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?\n\t+ No slots filled\n* User: No, that's all for now. Thank you so much for your help!\n\t+ No slots filled\n* System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!\n\t+ No slots filled" + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"WOZ20385.json\",\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": \"WOZ20385.json\" - this is the ID of the dialogue, which is provided in the schema.\n* \"Services Involved\": [\"restaurant\"] - this is the list of services involved in the dialogue, which is also provided in the schema.\n* \"Service Details\": [...], - this is the list of service details, which is provided in the schema.\n* \"Service Type\": \"restaurant\" - this is the type of service involved in the dialogue, which is provided in the schema.\n* \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - this is the list of actions that can be performed using the service, which is provided in the schema.\n* \"Preferences\": {...} - this is the list of preferences that can be specified when using the service, which is provided in the schema.\n\nHere's how the preferences should be filled out based on the dialogue:\n\n* \"restaurant-food\": [\"NONE\", \"any string\"] - this is the list of food preferences, which is provided in the schema. The user did not specify any specific food preferences, so the value should be set to \"NONE\" and \"any string\".\n* \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - this is the list of days of the week when the service can be booked, which is provided in the schema. The user did not specify any specific day of the week, so the value should be set to \"NONE\" and the list of all seven days.\n* \"restaurant-bookpeople\": [\"NONE\", \"any int\"] - this is the list of people who can be booked using the service, which is provided in the schema. The user did not specify any specific number of people, so the value should be set to \"NONE\" and \"any int\".\n* \"restaurant-booktime\": [\"NONE\", \"any time\"] - this is the list of times when the service can be booked, which is provided in the schema. The user did not specify any specific time, so the value should be set to \"NONE\" and \"any time\".\n* \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - this is the list of areas where the service can be used, which is provided in the schema. The user did not specify any specific area, so the value should be set to \"NONE\" and the list of all possible areas.\n* \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - this is the list of price ranges for the service, which is provided in the schema. The user did not specify any specific price range, so the value should be set to \"NONE\" and the list of all possible price ranges.\n* \"restaurant-name\": [\"NONE\", \"any string\"] - this is the list of names for the service, which is provided in the schema. The user did not specify any specific name, so the value should be set to \"NONE\" and \"any string\".\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL0172.json\n* Services Involved: [restaurant, hotel]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [NONE, find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [NONE, any string]\n\t\t\t- restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: [NONE, any int]\n\t\t\t- restaurant-booktime: [NONE, any time]\n\t\t\t- restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- restaurant-name: [NONE, any string]\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* Service Type: hotel\n\t+ Actions: [book_hotel, find_hotel, NONE]\n\t+ Preferences:\n\t\t- hotel-internet: [yes]\n\t\t- hotel-parking: [yes]\n\t\t- hotel-pricerange: [moderate]\n\t\t- hotel-stars: [3]\n\t\t- hotel-type: [hotel]\n\t\t- hotel-name: [Alexander Bed and Breakfast]\n\t\t- hotel-bookday: [Saturday]\n\t\t- hotel-bookpeople: [1]\n\t\t- hotel-bookstay: [1]\n\t\t- hotel-area: [centre]\n* Service Type: restaurant\n\t+ Actions: [NONE, find_restaurant, book_restaurant]\n\t+ Preferences:\n\t\t- restaurant-food: [Indian cuisine]\n\t\t- restaurant-bookday: [Saturday]\n\t\t- restaurant-bookpeople: [1]\n\t\t- restaurant-booktime: [11:30 AM]\n\t\t- restaurant-area: [centre]\n\t\t- restaurant-pricerange: [moderate]\n\t\t- restaurant-name: [Royal Spice]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the annotation schema based on the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3867.json\n* Services Involved: [hotel, restaurant, taxi]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [find_restaurant, book_restaurant]\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- restaurant-bookpeople: any int\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: [centre, south, west, east, north, dontcare]\n\t\t\t- restaurant-pricerange: [expensive, moderate, cheap]\n\t\t\t- restaurant-name: any string\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [yes, no]\n\t\t\t- hotel-parking: [yes, no]\n\t\t\t- hotel-pricerange: [expensive, moderate, cheap]\n\t\t\t- hotel-stars: any int\n\t\t\t- hotel-type: [hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: any string\n\t\t\t- hotel-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: any int\n\t\t\t- hotel-bookstay: any int\n\t\t\t- hotel-area: [centre, south, west, east, north, dontcare]\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: [find_taxi]\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: any time\n\t\t\t- taxi-departure: any string\n\t\t\t- taxi-destination: any string\n\t\t\t- taxi-leaveat: any time\n\nBased on the dialogue, here are the values filled in for each slot:\n\n* User: Sarah Johnson\n* Service: Restaurant\n* Action: book_restaurant\n* Preferences:\n\t+ restaurant-food: any string\n\t+ restaurant-bookday: [saturday]\n\t+ restaurant-bookpeople: 3\n\t+ restaurant-booktime: 16:30\n\t+ restaurant-area: [centre]\n\t+ restaurant-pricerange: [moderate, expensive]\n\t+ restaurant-name: Midsummer House Restaurant\n* Hotel:\n\t+ Service: Hotel\n\t+ Action: book_hotel\n\t+ Preferences:\n\t\t- hotel-internet: yes\n\t\t- hotel-parking: yes\n\t\t- hotel-pricerange: moderate\n\t\t- hotel-stars: 4\n\t\t- hotel-type: hotel\n\t\t- hotel-name: University Arms Hotel\n\t\t- hotel-bookday: [saturday]\n\t\t- hotel-bookpeople: 1\n\t\t- hotel-bookstay: 1\n\t\t- hotel-area: [centre]\n* Taxi:\n\t+ Service: Taxi\n\t+ Action: find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby: 16:30\n\t\t- taxi-departure: 17:00\n\t\t- taxi-destination: Midsummer House Restaurant\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue you provided:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG01373.json\",\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n}\n]\n}\n\nHere's the annotation for each slot in the schema:\n\n1. \"Service Type\": \"taxi\" - This is mentioned in the dialogue as the user is looking for a taxi.\n2. \"Actions\": [\"NONE\", \"find_taxi\"] - The system suggests finding a taxi for the user, so the action is \"find_taxi\".\n3. \"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n\nThe user does not provide any specific preferences for arrival time, departure time, destination, or leave at time, so the values for these slots are set to \"NONE\" or \"any time\".\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: PMUL3555.json\n* Services Involved: [train, hotel]\n* Service Details:\n\t+ Service Type: train\n\t\t- Actions: [NONE, find_train, book_train]\n\t\t- Preferences:\n\t\t\t- train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- train-departure: [NONE, any string]\n\t\t\t- train-leaveat: [NONE, any time]\n\t\t\t- train-destination: [NONE, any string]\n\t\t\t- train-bookpeople: [NONE, any int]\n\t\t\t- train-arriveby: [NONE, any time]\n\t+ Service Type: hotel\n\t\t- Actions: [book_hotel, find_hotel, NONE]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [NONE, yes, no]\n\t\t\t- hotel-parking: [NONE, yes, no]\n\t\t\t- hotel-pricerange: [NONE, expensive, moderate, cheap]\n\t\t\t- hotel-stars: [NONE, any int]\n\t\t\t- hotel-type: [NONE, hotel, guesthouse, dontcare]\n\t\t\t- hotel-name: [NONE, any string]\n\t\t\t- hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\t\t\t- hotel-bookpeople: [NONE, any int]\n\t\t\t- hotel-bookstay: [NONE, any int]\n\t\t\t- hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\n* User: Hi, I'm looking for a train and hotel booking service. Can you help me?\n\t+ System: Of course! I'd be happy to assist you. What specific services are you interested in?\n\t\t- User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday.\n\t\t- System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?\n\t\t\t- User: I'd like to book a one-way ticket in economy class.\n\t\t\t- System: Okay, I've found a suitable train ticket for you. The fare is \u00a335, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?\n\t\t\t- User: Yes, that sounds good.\n\t\t\t- System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?\n\t\t\t\t- User: I'd like to book a room at the Allen Bell hotel, if possible.\n\t\t\t\t- System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?\n\t\t\t\t- User: Yes, that sounds perfect.\n\t\t\t\t- System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?\n\t\t\t\t\t- User: No, that's all for now. Thank you for your help!\n\t\t\t\t\t- System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!\n\t\t\t\t\t- User: Thank you, I will. Goodbye!\n\t\t\t\t\t- System: Goodbye!\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": \"SNG01958.json\",\n\"Services Involved\": [\"police\"],\n\"Service Details\": [\n{\n\"Service Type\": \"police\",\n\"Actions\": [\"find_police\"],\n\"Preferences\": {\n\"Location\": \"New York City\"\n}\n}\n]\n}\n\nHere's the annotation for each slot:\n\n1. Service Type: \"police\" (mentioned in the dialogue)\n2. Actions: [\"find_police\"] (mentioned in the dialogue)\n3. Preferences: { \"Location\": \"New York City\" } (mentioned in the dialogue)\n\nNote that there is no information provided in the dialogue for the \"Service Details\" slot, so I have left it blank.\n\nI hope this helps! Let me know if you have any further questions." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/annotation_output_test_50_partially.json b/notebooks/dialogue_generation/old/annotation_output_test_50_partially.json new file mode 100644 index 0000000000000000000000000000000000000000..f034f9f01bdc2e2c32ed97e40f28fbd885200b66 --- /dev/null +++ b/notebooks/dialogue_generation/old/annotation_output_test_50_partially.json @@ -0,0 +1,152 @@ +[ + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"hotel\", \"restaurant\"]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive\n\t\t- Actions: [book a room]\n\t\t- Preferences:\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-type: luxurious\n\t\t\t- hotel-name: University Arms Hotel\n\t\t\t- hotel-bookday: [insert booking date]\n\t\t\t- hotel-bookpeople: [insert number of people]\n\t\t\t- hotel-bookstay: [insert number of nights]\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine\n\t\t- Actions: [make a reservation]\n\t\t- Preferences:\n\t\t\t- restaurant-area: city centre\n\t\t\t- restaurant-pricerange: [insert price range]\n\t\t\t- restaurant-name: Bedouin Restaurant\n\nNow, let me fill in the slots with the appropriate values based on the dialogue:\n\n* Dialogue ID: null (not mentioned in the dialogue)\n* Services Involved: [\"hotel\", \"restaurant\"] (mentioned in the dialogue)\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: expensive (mentioned in the dialogue)\n\t\t- Actions: [book a room] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- hotel-pricerange: expensive (mentioned in the dialogue)\n\t\t\t- hotel-type: luxurious (not mentioned in the dialogue)\n\t\t\t- hotel-name: University Arms Hotel (mentioned in the dialogue)\n\t\t\t- hotel-bookday: [insert booking date] (not mentioned in the dialogue)\n\t\t\t- hotel-bookpeople: [insert number of people] (not mentioned in the dialogue)\n\t\t\t- hotel-bookstay: [insert number of nights] (not mentioned in the dialogue)\n\t+ Restaurant:\n\t\t- Service Type: Middle Eastern cuisine (mentioned in the dialogue)\n\t\t- Actions: [make a reservation] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- restaurant-area: city centre (mentioned in the dialogue)\n\t\t\t- restaurant-pricerange: [insert price range] (not mentioned in the dialogue)\n\t\t\t- restaurant-name: Bedouin Restaurant (mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"hotel-area\": [null, null],\n\"hotel-internet\": [null],\n\"hotel-parking\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null, null],\n\"hotel-name\": [null]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {}\n}\n]\n}\n\nBased on the dialogue, here's the information filled in for each slot:\n\n1. \"Service Type\": \"hotel\" - The user is looking for a hotel, so this slot is filled with \"hotel\".\n2. \"Actions\": [null, null, null] - The system does not provide any specific actions for the hotel, so this slot is filled with [null, null, null].\n3. \"Preferences\": {\n\"hotel-area\": [null, null],\n\"hotel-internet\": [null],\n\"hotel-parking\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null, null],\n\"hotel-name\": [null]\n} - The user provides preferences for the hotel, so this slot is filled with the appropriate values based on the dialogue.\n4. \"Service Type\": \"restaurant\" - The user is also looking for a restaurant, so this slot is filled with \"restaurant\".\n5. \"Actions\": [null] - The system does not provide any specific actions for the restaurant, so this slot is filled with [null].\n6. \"Preferences\": {} - The user does not provide any preferences for the restaurant, so this slot is filled with an empty object {}.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Based on the dialogue, here's the information that can be filled into the annotation schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"hotel-name\": [\n\"Cityroomz\"\n],\n\"hotel-bookday\": [\n\"Tuesday\"\n],\n\"hotel-bookpeople\": [\n7\n],\n\"hotel-bookstay\": [\n{\n\"cost\": [\ninsert cost here\n],\n\"time\": [\ninsert time here\n]\n}\n]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-area\": [\n\"near the hotel\"\n],\n\"restaurant-pricerange\": [\n\"affordable prices\"\n]\n}\n}\n]\n}\n\nNote that for the hotel preferences, I've only included the information that was explicitly mentioned in the dialogue (hotel name, booking day, number of guests, and cost). Similarly, for the restaurant preferences, I've only included the information that was explicitly mentioned (area and pricing range)." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"restaurant\", \"hotel\", \"taxi\"]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book day, book stay, book people]\n\t\t- Preferences:\n\t\t\t- hotel-name: [Aylesbray Lodge Guest House]\n\t\t\t- hotel-bookday: [Sunday]\n\t\t\t- hotel-bookstay: [1 night]\n\t\t\t- hotel-bookpeople: [1 person]\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [book reservation]\n\t\t- Preferences:\n\t\t\t- restaurant-name: [Don Pasquale Pizzeria]\n\t\t\t- restaurant-bookday: [Sunday]\n\t\t\t- restaurant-booktime: [19:00]\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: [book ride]\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: [19:00]\n\t\t\t- taxi-destination: [Aylesbray Lodge Guest House]\n\nBased on the dialogue, here are the values for each slot:\n\n* Dialogue ID: null (not mentioned in the dialogue)\n* Services Involved: [\"restaurant\", \"hotel\", \"taxi\"] (mentioned in the dialogue)\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel (mentioned in the dialogue)\n\t\t- Actions: [book day, book stay, book people] (not mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- hotel-name: [Aylesbray Lodge Guest House] (mentioned in the dialogue)\n\t\t\t- hotel-bookday: [Sunday] (mentioned in the dialogue)\n\t\t\t- hotel-bookstay: [1 night] (not mentioned in the dialogue)\n\t\t\t- hotel-bookpeople: [1 person] (not mentioned in the dialogue)\n\t+ Restaurant:\n\t\t- Service Type: restaurant (mentioned in the dialogue)\n\t\t- Actions: [book reservation] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- restaurant-name: [Don Pasquale Pizzeria] (mentioned in the dialogue)\n\t\t\t- restaurant-bookday: [Sunday] (mentioned in the dialogue)\n\t\t\t- restaurant-booktime: [19:00] (mentioned in the dialogue)\n\t+ Taxi:\n\t\t- Service Type: taxi (mentioned in the dialogue)\n\t\t- Actions: [book ride] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: [19:00] (mentioned in the dialogue)\n\t\t\t- taxi-destination: [Aylesbray Lodge Guest House] (mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"train-day\": [null],\n\"train-departure\": [null],\n\"train-leaveat\": [null, null],\n\"train-destination\": [null],\n\"train-bookpeople\": [null]\n}}\n]\n}\n\nHere's the annotation for each slot:\n\n1. \"Dialogue ID\": null (not mentioned in the dialogue)\n2. \"Services Involved\": [\"train\"] (mentioned in the dialogue as \"train\")\n3. \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-day\": [null], \"train-departure\": [null], \"train-leaveat\": [null, null], \"train-destination\": [null], \"train-bookpeople\": [null]}} (mentioned in the dialogue as \"the train from Kings Lynn to Cambridge\")\n4. \"User\": null (not mentioned in the dialogue)\n5. \"System\": mentioned in the dialogue as \"System\"\n6. \"When\": null (not mentioned in the dialogue)\n7. \"What time\": null (not mentioned in the dialogue)\n8. \"Depart from\": null (not mentioned in the dialogue)\n9. \"Train\": mentioned in the dialogue as \"the train from Kings Lynn to Cambridge\"\n10. \"Classes\": null (not mentioned in the dialogue)\n11. \"Fare\": null (not mentioned in the dialogue)\n12. \"Proceed with booking\": null (not mentioned in the dialogue)\n13. \"Ticket\": null (not mentioned in the dialogue)\n14. \"Email address\": null (not mentioned in the dialogue)\n15. \"Anything else\": null (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-food\": [\n\"Chinese\"\n],\n\"restaurant-pricerange\": [\n\"cheap\"\n],\n\"restaurant-bookday\": [\n\"Saturday\"\n],\n\"restaurant-bookpeople\": [\n\"2\"\n],\n\"restaurant-booktime\": [\n\"8pm\"\n],\n\"restaurant-name\": [\n\"The Lucky Star\"\n]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation for each slot:\n\n1. \"Service Type\": \"restaurant\" - mentioned in the dialogue as \"Chinese restaurant\"\n2. \"Actions\": [null, null, null] - not mentioned in the dialogue\n3. \"Preferences\": {\n\"restaurant-food\": [\"Chinese\"] - mentioned in the dialogue as \"Chinese food\"\n,\"restaurant-pricerange\": [\"cheap\"] - mentioned in the dialogue as \"cheap prices\"\n,\"restaurant-bookday\": [\"Saturday\"] - mentioned in the dialogue as \"Saturday\"\n,\"restaurant-bookpeople\": [\"2\"] - mentioned in the dialogue as \"2 people\"\n,\"restaurant-booktime\": [\"8pm\"] - mentioned in the dialogue as \"8pm\"\n,\"restaurant-name\": [\"The Lucky Star\"] - mentioned in the dialogue as \"The Lucky Star\"\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"train-departure\": [\n\"Cambridge\"\n],\n\"train-destination\": [\n\"Stansted Airport\"\n],\n\"train-day\": [\n\"Saturday\"\n],\n\"train-leaveat\": [\n\"20:00\"\n],\n\"train-bookpeople\": [\n\"None\"\n]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-name\": [\n\"None\"\n],\n\"restaurant-area\": [\n\"None\"\n],\n\"restaurant-food\": [\n\"None\"\n],\n\"restaurant-bookday\": [\n\"None\"\n],\n\"restaurant-booktime\": [\n\"None\"\n],\n\"restaurant-bookpeople\": [\n\"None\"\n]\n}\n}\n}\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?\\nSystem: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?\\nUser: Sure! I'm departing from Cambridge and heading to Stansted Airport.\\nSystem: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?\\nUser: Yes, please!\\nSystem: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:\\nUser: Yes, I'd like to book the Great Northern train.\\nSystem: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?\\nUser: I'll pay by credit card.\\nSystem: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Have a great trip and a wonderful weekend. Goodbye!\"]\n\nHere's the annotated schema with the information from the dialogue:\n\n* Dialogue ID: null\n* Services Involved: [\"train\", \"restaurant\"]\n* Service Details:\n\t+ Service Type: \"train\"\n\t\t- Actions: [null, null, null]\n\t\t- Preferences:\n\t\t\t- train-departure: \"Cambridge\"\n\t\t\t- train-destination: \"Stansted Airport\"\n\t\t\t- train-day: \"Saturday\"\n\t\t\t- train-leaveat: \"20:00\"\n\t\t\t- train-bookpeople: \"None\"\n\t+ Service Type: \"restaurant\"\n\t\t- Actions: [null, null, null]\n\t\t- Preferences:\n\t\t\t- restaurant-name: \"None\"\n\t\t\t- restaurant-area: \"None\"\n\t\t\t- restaurant-food: \"None\"\n\t\t\t- restaurant-bookday: \"None\"\n\t\t\t- restaurant-booktime: \"None\"\n\t\t\t- restaurant-bookpeople: \"None\"\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"centre of Cambridge\"],\n\"restaurant-pricerange\": [\"expensive\"],\n\"restaurant-name\": [\"Little Seoul\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"train-day\": [\"Saturday\"],\n\"train-departure\": [\"12:30 pm\"],\n\"train-destination\": [\"Kings Lynn\"],\n\"train-leaveat\": [\"30 minutes\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"train\", \"restaurant\"] (mentioned in the dialogue)\n* \"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"centre of Cambridge\"],\n\"restaurant-pricerange\": [\"expensive\"],\n\"restaurant-name\": [\"Little Seoul\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"train-day\": [\"Saturday\"],\n\"train-departure\": [\"12:30 pm\"],\n\"train-destination\": [\"Kings Lynn\"],\n\"train-leaveat\": [\"30 minutes\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"attraction\", \"taxi\", \"hotel\"]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book a room]\n\t\t- Preferences:\n\t\t\t- hotel-parking: [yes]\n\t\t\t- hotel-pricerange: [$200 per night]\n\t+ Attraction:\n\t\t- Service Type: attraction\n\t\t- Actions: [recommend]\n\t\t- Preferences:\n\t\t\t- attraction-area: [south area]\n\t\t\t- attraction-type: [nightclubs]\n\t+ Taxi:\n\t\t- Service Type: taxi\n\t\t- Actions: [arrange for pickup, take to hotel, take to attraction]\n\t\t- Preferences:\n\t\t\t- taxi-departure: [hotel lobby at 17:45]\n\t\t\t- taxi-destination: [The Club]\n\t\t\t- taxi-leaveat: [none]\n\nBased on the dialogue, here are the slots that are filled in:\n\n* Hotel:\n\t+ hotel-parking: [yes]\n\t+ hotel-pricerange: [$200 per night]\n* Attraction:\n\t+ attraction-area: [south area]\n\t+ attraction-type: [nightclubs]\n* Taxi:\n\t+ taxi-departure: [hotel lobby at 17:45]\n\t+ taxi-destination: [The Club]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"train-departure\": [\n\"15:15\"\n],\n\"train-destination\": [\n\"Stansted Airport\"\n],\n\"train-arriveby\": [\n\"16:15\"\n],\n\"train-day\": [\n\"Saturday\"\n]\n}\n},\n{\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-area\": [\nnull\n],\n\"restaurant-pricerange\": [\nnull\n],\n\"restaurant-name\": [\nnull\n]\n}\n}\n]\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"Service Type\": \"train\" - This is mentioned in the dialogue as the user is looking for a train from Cambridge to Stansted Airport.\n2. \"Actions\": [null, null] - There are no actions mentioned in the dialogue related to the train service.\n3. \"Preferences\": {\n\"train-departure\": [\"15:15\"],\n\"train-destination\": [\"Stansted Airport\"],\n\"train-arriveby\": [\"16:15\"],\n\"train-day\": [\"Saturday\"]\n} - These preferences are mentioned in the dialogue as the user requests a non-stop train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15 on a Saturday.\n4. \"Service Details\": null - There is no additional information provided in the dialogue about the train service.\n5. \"Service Type\": \"restaurant\" - There is no mention of a restaurant in the dialogue.\n6. \"Actions\": [null, null] - There are no actions mentioned in the dialogue related to the restaurant service.\n7. \"Preferences\": {\n\"restaurant-area\": [null],\n\"restaurant-pricerange\": [null],\n\"restaurant-name\": [null]\n} - There are no preferences mentioned in the dialogue related to the restaurant service.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"attraction\", \"restaurant\"]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\"\n\t\t- Actions: [book table]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [null]\n\t\t\t- restaurant-bookday: [Thursday]\n\t\t\t- restaurant-bookpeople: [5]\n\t\t\t- restaurant-booktime: [4 pm]\n\t\t\t- restaurant-name: [Backstreet Bistro]\n\t+ Attraction:\n\t\t- Service Type: \"attraction\"\n\t\t- Actions: [book visit]\n\t\t- Preferences:\n\t\t\t- attraction-area: [east]\n\t\t\t- attraction-type: [museum]\n\t\t\t- attraction-name: [Gallery]\n\nNow, let me explain each slot and why I chose the value I did:\n\n1. Dialogue ID: null - There is no explicit mention of a dialogue ID in the dialogue, so I left this slot blank.\n2. Services Involved: [\"attraction\", \"restaurant\"] - These are the two services mentioned in the dialogue: a gastropub (restaurant) and an attraction (museum).\n3. Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\" - This is the type of service being requested by the user.\n\t\t- Actions: [book table] - The user asks the system to book a table, so this is the appropriate action for the restaurant service.\n\t\t- Preferences:\n\t\t\t- restaurant-food: [null] - There is no mention of food preferences in the dialogue.\n\t\t\t- restaurant-bookday: [Thursday] - The user mentions that they want to go on Thursday.\n\t\t\t- restaurant-bookpeople: [5] - The user asks for a table for 5 people.\n\t\t\t- restaurant-booktime: [4 pm] - The user mentions that they want to go at 4 pm.\n\t\t\t- restaurant-name: [Backstreet Bistro] - The system suggests Backstreet Bistro as a restaurant option.\n\t+ Attraction:\n\t\t- Service Type: \"attraction\" - This is the type of service being requested by the user.\n\t\t- Actions: [book visit] - The user asks the system to book a visit, so this is the appropriate action for the attraction service.\n\t\t- Preferences:\n\t\t\t- attraction-area: [east] - The user mentions that they are looking for an attraction in the east area.\n\t\t\t- attraction-type: [museum] - The system suggests a museum as an attraction option.\n\t\t\t- attraction-name: [Gallery] - The system suggests the Gallery as an attraction option.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-food\": [\"Italian\"],\n\"restaurant-pricerange\": [\"expensive\"]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The user is looking for a good European restaurant, so the service involved is \"restaurant\".\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-food\": [\"Italian\"],\n\"restaurant-pricerange\": [\"expensive\"]\n}\n}\n]\n\n\"Service Type\": \"restaurant\" - This is the type of service the user is looking for.\n\n\"Actions\": [null, null] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\n\"restaurant-food\": [\"Italian\"] - The user is looking for Italian food.\n\"restaurant-pricerange\": [\"expensive\"] - The user is open to trying more expensive options.\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"taxi-destination\": [\"Avalon\"],\n\"taxi-leaveat\": [\"Primavera\"],\n\"taxi-departure\": [\"19:15\"]\n}\n}\n]\n}\n\nHere's how the schema was annotated based on the dialogue:\n\n1. \"Services Involved\": The service involved in the dialogue is \"taxi\".\n2. \"Service Details\": The service type is \"taxi\", and there are no actions or preferences mentioned in the dialogue, so the corresponding slots in the schema are left blank.\n3. \"taxi-destination\": The destination provided by the user is \"Avalon\".\n4. \"taxi-leaveat\": The pickup location provided by the user is \"Primavera\".\n5. \"taxi-departure\": The user prefers to be picked up at 19:15.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"attraction\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-food\": [\nnull,\nnull\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-pricerange\": [\nnull,\nnull\n],\n\"restaurant-bookday\": [\nnull\n],\n\"restaurant-bookpeople\": [\nnull\n],\n\"restaurant-booktime\": [\nnull\n],\n\"restaurant-name\": [\n\"Cotto\"\n]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {\n\"attraction-area\": [\nnull\n],\n\"attraction-type\": [\nnull\n],\n\"attraction-name\": [\nnull\n]\n}\n}\n]\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"Service Type\": \"restaurant\" - This is mentioned in the dialogue as the user is looking for a restaurant.\n2. \"Actions\": [null, null, null] - There are no specific actions mentioned in the dialogue.\n3. \"Preferences\": {\n\"restaurant-food\": [null, null],\n\"restaurant-area\": [null],\n\"restaurant-pricerange\": [null, null],\n\"restaurant-bookday\": [null],\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": [null],\n\"restaurant-name\": [\"Cotto\"]\n}\n\nThe user mentions that they are looking for a restaurant that serves British food and has a moderate price range, so I've filled in \"restaurant-food\": [null, null] and \"restaurant-pricerange\": [null, null]. The user also mentions the name of the restaurant, \"Cotto\", so I've filled in \"restaurant-name\": [\"Cotto\"].\n\n4. \"Service Details\": [null] - There is no specific service detail mentioned in the dialogue.\n5. \"Services Involved\": [\"attraction\", \"restaurant\"] - These are mentioned in the dialogue as the user is looking for a restaurant and mentions that they are in the centre of the city.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"north\"],\n\"restaurant-pricerange\": [\"moderate\"],\n\"restaurant-bookday\": [null],\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": [null],\n\"restaurant-food\": [\"Chinese\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"train-day\": [null],\n\"train-destination\": [null],\n\"train-arriveby\": [null],\n\"train-bookpeople\": [null]\n}\n}\n]\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?\\nUser: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices.\\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is \\\"China Garden\\\" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?\\nUser: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?\\nSystem: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!\"]\n\nHere's the annotation of the dialogue with the slots filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"north\"],\n\"restaurant-pricerange\": [\"moderate\"],\n\"restaurant-bookday\": [null],\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": [null],\n\"restaurant-food\": [\"Chinese\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"train-day\": [null],\n\"train-destination\": [null],\n\"train-arriveby\": [null],\n\"train-bookpeople\": [null]\n}\n}\n]\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?\\nUser: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices.\\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is \\\"China Garden\\\" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?\\nUser: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?\\nSystem: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!\"]\n\nHere's the annotation of the dialogue with the slots filled in:\n\n* User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. (restaurant-area, restaurant-pricerange, restaurant-food)\n* System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? (train-day, train-destination)\n* User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. (restaurant-bookday, restaurant-booktime, restaurant-ambiance, restaurant-pricerange)\n* System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is \\\"China Garden\\\" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? (restaurant-bookpeople, restaurant-food)\n* User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? (train-bookpeople, train-arriveby)\n* System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? (train-destination)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"train-day\": [null],\n\"train-leaveat\": [null],\n\"train-departure\": [null],\n\"train-destination\": [null],\n\"train-bookpeople\": [null]\n}},\n{\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [null],\n\"restaurant-pricerange\": [null],\n\"restaurant-food\": [null, null]\n}}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n\"Dialogue ID\": null (not mentioned in the dialogue)\n\n\"Services Involved\": [\"train\", \"restaurant\"] (mentioned in the dialogue)\n\n\"Service Details\": [\n\n{\n\"Service Type\": \"train\" (mentioned in the dialogue)\n\n\"Actions\": [\nnull,\nnull,\nnull\n] (not mentioned in the dialogue)\n\n\"Preferences\": {\n\"train-day\": [null] (mentioned in the dialogue)\n\n\"train-leaveat\": [null] (not mentioned in the dialogue)\n\n\"train-departure\": [null] (not mentioned in the dialogue)\n\n\"train-destination\": [null] (not mentioned in the dialogue)\n\n\"train-bookpeople\": [null] (not mentioned in the dialogue)\n\n}\n\n},\n\n{\n\"Service Type\": \"restaurant\" (not mentioned in the dialogue)\n\n\"Actions\": [null, null] (not mentioned in the dialogue)\n\n\"Preferences\": {\n\"restaurant-area\": [null] (not mentioned in the dialogue)\n\n\"restaurant-pricerange\": [null] (not mentioned in the dialogue)\n\n\"restaurant-food\": [null, null] (not mentioned in the dialogue)\n\n}\n\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\"Service Type\": \"train\", \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"16:15\", \"17:15\", \"Norwich Railway Station\"]}, {\"Action\": \"get-name\", \"Arguments\": [\"Norwich Railway Station\"]}], \"Preferences\": {\"train-arriveby\": [null], \"train-destination\": [null], \"train-day\": [null], \"train-departure\": [\"Wednesday\", \"16:15\"]}},\n{\"Service Type\": \"attraction\", \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"2 pm\", \"Christ's College\"]}, {\"Action\": \"get-name\", \"Arguments\": [\"Christ's College\"]}], \"Preferences\": {\"attraction-area\": [\"city centre\"], \"attraction-type\": [\"college\"], \"attraction-name\": [\"Christ's College\"]}}\n]\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"Services Involved\": [\"train\", \"attraction\"] - These are the services mentioned in the dialogue.\n2. \"Service Details\": [\n{\"Service Type\": \"train\", \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"16:15\", \"17:15\", \"Norwich Railway Station\"]}, {\"Action\": \"get-name\", \"Arguments\": [\"Norwich Railway Station\"]}], \"Preferences\": {\"train-arriveby\": [null], \"train-destination\": [null], \"train-day\": [null], \"train-departure\": [\"Wednesday\", \"16:15\"]}},\n{\"Service Type\": \"attraction\", \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"2 pm\", \"Christ's College\"]}, {\"Action\": \"get-name\", \"Arguments\": [\"Christ's College\"]}], \"Preferences\": {\"attraction-area\": [\"city centre\"], \"attraction-type\": [\"college\"], \"attraction-name\": [\"Christ's College\"]}}\n]\n\n3. \"Dialogue ID\": null - This is not mentioned in the dialogue.\n4. \"Actions\": [\n{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"16:15\", \"17:15\", \"Norwich Railway Station\"]},\n{\"Action\": \"book\", \"Arguments\": [\"Wednesday\", \"2 pm\", \"Christ's College\"]},\n{\"Action\": \"get-name\", \"Arguments\": [\"Norwich Railway Station\"]},\n{\"Action\": \"get-name\", \"Arguments\": [\"Christ's College\"]}\n]\n\n5. \"Preferences\": {\n\"train-arriveby\": [null],\n\"train-destination\": [null],\n\"train-day\": [null],\n\"train-departure\": [\"Wednesday\", \"16:15\"],\n\"attraction-area\": [\"city centre\"],\n\"attraction-type\": [\"college\"],\n\"attraction-name\": [\"Christ's College\"]\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-internet\": [null],\n\"hotel-pricerange\": [null],\n\"hotel-area\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [null]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"train-destination\": [null],\n\"train-leaveat\": [null],\n\"train-day\": [null],\n\"train-departure\": [null],\n\"train-bookpeople\": [null]\n}\n}\n]\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"Service Type\": \"hotel\" - This is the service type that the user is looking for.\n2. \"Actions\": [null, null, null] - The user did not perform any actions related to the hotel booking.\n3. \"Preferences\": {\n\"hotel-internet\": [null],\n\"hotel-pricerange\": [null],\n\"hotel-area\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [null]\n} - The user did not provide any preferences related to the hotel.\n4. \"Service Type\": \"train\" - This is the service type that the system is offering.\n5. \"Actions\": [null, null, null] - The user did not perform any actions related to the train booking.\n6. \"Preferences\": {\n\"train-destination\": [null],\n\"train-leaveat\": [null],\n\"train-day\": [null],\n\"train-departure\": [null],\n\"train-bookpeople\": [null]\n} - The user did not provide any preferences related to the train.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"attraction\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"attraction-area\": [\"north\"],\n\"attraction-name\": [\"Cherry Hinton Hall and Grounds\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-area\": [\"north\"],\n\"hotel-bookday\": [\"Sunday\"],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [\"Acorn Guest House\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema was filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"attraction\", \"hotel\"] (mentioned in the dialogue as \"hotel and attraction recommendations\")\n* \"Service Details\": [\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"attraction-area\": [\"north\"],\n\"attraction-name\": [\"Cherry Hinton Hall and Grounds\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-area\": [\"north\"],\n\"hotel-bookday\": [\"Sunday\"],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [\"Acorn Guest House\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"attraction\", \"restaurant\"]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\"\n\t\t- Actions: [booking a table]\n\t\t- Preferences:\n\t\t\t- restaurant-area: [Cambridge]\n\t\t\t- restaurant-food: [Cantonese cuisine]\n\t\t\t- restaurant-pricerange: [affordable]\n\t\t\t- restaurant-bookday: [Tuesday]\n\t\t\t- restaurant-bookpeople: [2]\n\t\t\t- restaurant-booktime: [12:45 PM]\n\t\t\t- restaurant-name: [Charlie Chan's]\n\t+ Attraction:\n\t\t- Service Type: \"attraction\"\n\t\t- Actions: [providing information]\n\t\t- Preferences:\n\t\t\t- attraction-area: [Cambridge]\n\t\t\t- attraction-type: [museum]\n\t\t\t- attraction-name: [Cambridge Contemporary Art museum]\n\nBased on the dialogue, here are the values for each slot:\n\n* Dialogue ID: null (not mentioned in the dialogue)\n* Services Involved: [\"attraction\", \"restaurant\"] (mentioned in the dialogue)\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\" (mentioned in the dialogue)\n\t\t- Actions: [booking a table] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- restaurant-area: [Cambridge] (mentioned in the dialogue)\n\t\t\t- restaurant-food: [Cantonese cuisine] (mentioned in the dialogue)\n\t\t\t- restaurant-pricerange: [affordable] (mentioned in the dialogue)\n\t\t\t- restaurant-bookday: [Tuesday] (mentioned in the dialogue)\n\t\t\t- restaurant-bookpeople: [2] (mentioned in the dialogue)\n\t\t\t- restaurant-booktime: [12:45 PM] (mentioned in the dialogue)\n\t\t\t- restaurant-name: [Charlie Chan's] (mentioned in the dialogue)\n\t+ Attraction:\n\t\t- Service Type: \"attraction\" (mentioned in the dialogue)\n\t\t- Actions: [providing information] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- attraction-area: [Cambridge] (mentioned in the dialogue)\n\t\t\t- attraction-type: [museum] (mentioned in the dialogue)\n\t\t\t- attraction-name: [Cambridge Contemporary Art museum] (mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"train-destination\": [\"Ely\"],\n\"train-day\": [\"Sunday\"],\n\"train-departure\": [\"8:00 AM\"],\n\"train-leaveat\": [\"8:00 AM\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"train\"] (mentioned in the dialogue as \"train services\")\n* \"Service Details\": [\n{\n\"Service Type\": \"train\" (mentioned in the dialogue as \"train services\")\n\"Actions\": [null, null] (not mentioned in the dialogue)\n\"Preferences\": {\n\"train-destination\": [\"Ely\"] (mentioned in the dialogue as \"Ely\")\n\"train-day\": [\"Sunday\"] (mentioned in the dialogue as \"Sunday\")\n\"train-departure\": [\"8:00 AM\"] (mentioned in the dialogue as \"8:00 AM\")\n\"train-leaveat\": [\"8:00 AM\"] (mentioned in the dialogue as \"8:00 AM\")\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"train-departure\": [\n\"Bishops Stortford\"\n],\n\"train-destination\": [\n\"Cambridge\"\n],\n\"train-leaveat\": [\nnull,\nnull\n],\n\"train-day\": [\n\"Sunday\"\n]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"attraction-type\": [\n\"park or outdoor attraction\"\n]\n}\n}\n]\n}\n\nBased on the dialogue, here's the information filled in for each slot:\n\n1. \"Service Type\": \"train\" - The user is looking for a train service.\n2. \"Actions\": [null, null] - The user does not provide any specific actions related to the train service.\n3. \"Preferences\": {\n\"train-departure\": [\"Bishops Stortford\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-leaveat\": [null, null],\n\"train-day\": [\"Sunday\"]\n} - The user provides specific preferences for the train service, including the departure and destination stations, the day of the week, and the time of departure.\n4. \"Service Type\": \"attraction\" - The user is also looking for an attraction service.\n5. \"Actions\": [null, null] - The user does not provide any specific actions related to the attraction service.\n6. \"Preferences\": {\n\"attraction-type\": [\"park or outdoor attraction\"] - The user provides a specific preference for the type of attraction they are interested in.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"south of the city\"],\n\"restaurant-pricerange\": [\"$50 per person\"],\n\"restaurant-food\": [\"Italian\"]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The user is looking for a good Italian restaurant, so the service involved is \"restaurant\".\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"south of the city\"],\n\"restaurant-pricerange\": [\"$50 per person\"],\n\"restaurant-food\": [\"Italian\"]\n}\n}\n]\n\n\"Service Type\": \"restaurant\" - This is the type of service the user is looking for.\n\n\"Actions\": [null, null] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\n\"restaurant-area\": [\"south of the city\"] - The user is looking for a restaurant in the south of the city.\n\n\"restaurant-pricerange\": [\"$50 per person\"] - The user is willing to spend around $50 per person.\n\n\"restaurant-food\": [\"Italian\"] - The user is looking for an Italian restaurant.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"hotel\", \"restaurant\"]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\"\n\t\t- Actions: [book table]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [Chinese]\n\t\t\t- restaurant-pricerange: [$200]\n\t\t\t- restaurant-area: [east of Cambridge]\n\t\t\t- restaurant-bookday: [Monday]\n\t\t\t- restaurant-bookpeople: [8]\n\t\t\t- restaurant-booktime: [16:15]\n\t\t\t- restaurant-name: [Yu Garden]\n\t+ Hotel:\n\t\t- Service Type: \"hotel\"\n\t\t- Actions: [none]\n\t\t- Preferences:\n\t\t\t- hotel-area: [east of Cambridge]\n\t\t\t- hotel-type: [none]\n\t\t\t- hotel-internet: [none]\n\t\t\t- hotel-name: [none]\n\nBased on the dialogue, here's the information filled in for each slot:\n\n1. Service Type (Restaurant): \"restaurant\"\n2. Actions (Restaurant): [book table]\n3. Preferences (Restaurant):\n\t- restaurant-food: [Chinese]\n\t- restaurant-pricerange: [$200]\n\t- restaurant-area: [east of Cambridge]\n\t- restaurant-bookday: [Monday]\n\t- restaurant-bookpeople: [8]\n\t- restaurant-booktime: [16:15]\n\t- restaurant-name: [Yu Garden]\n4. Service Type (Hotel): \"hotel\"\n5. Actions (Hotel): [none]\n6. Preferences (Hotel):\n\t- hotel-area: [east of Cambridge]\n\t- hotel-type: [none]\n\t- hotel-internet: [none]\n\t- hotel-name: [none]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\"Service Type\": \"train\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"train-arriveby\": [\"13:45\"],\n\"train-day\": [\"Sunday\"],\n\"train-departure\": [\"08:00\"],\n\"train-destination\": [\"Cambridge\"]\n}},\n{\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-area\": [null],\n\"hotel-type\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [\"Huntingdon Marriott Hotel\"]\n}}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n\"Dialogue ID\": null (not mentioned in the dialogue)\n\n\"Services Involved\": [\"train\", \"hotel\"] (mentioned in the dialogue)\n\n\"Service Details\": [\n\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"train-arriveby\": [\"13:45\"],\n\"train-day\": [\"Sunday\"],\n\"train-departure\": [\"08:00\"],\n\"train-destination\": [\"Cambridge\"]\n}\n},\n\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-area\": [null],\n\"hotel-type\": [null],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [\"Huntingdon Marriott Hotel\"]\n}\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"city centre\"],\n\"restaurant-food\": [\"Italian\"]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The user is looking for a good Italian restaurant, so the service involved is \"restaurant\".\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"restaurant-area\": [\"city centre\"],\n\"restaurant-food\": [\"Italian\"]\n}\n}\n]\n\n\"Service Type\": \"restaurant\" - This is the type of service the user is looking for.\n\n\"Actions\": [null, null] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\n\"restaurant-area\": [\"city centre\"],\n\"restaurant-food\": [\"Italian\"]\n}\n\n\"restaurant-area\": [\"city centre\"] - The user is looking for a restaurant in the city centre.\n\n\"restaurant-food\": [\"Italian\"] - The user prefers Italian cuisine.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-name\": [\"Travellers Rest\"],\n\"restaurant-bookday\": [\"Monday\"],\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": [14:15]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"restaurant\"] (the user is looking for a restaurant to book)\n* \"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-name\": [\"Travellers Rest\"],\n\"restaurant-bookday\": [\"Monday\"],\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": [14:15]\n}\n}\n]\n\nHere's a breakdown of each slot and the corresponding value from the dialogue:\n\n* \"Service Type\": \"restaurant\" (confirmed in the dialogue)\n* \"Actions\": [null, null] (not mentioned in the dialogue)\n* \"Preferences\": {\n\"restaurant-name\": [\"Travellers Rest\"] (confirmed in the dialogue)\n\"restaurant-bookday\": [\"Monday\"] (confirmed in the dialogue)\n\"restaurant-bookpeople\": [null] (not mentioned in the dialogue)\n\"restaurant-booktime\": [14:15] (confirmed in the dialogue)\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-day\": [\"Friday\"], \"train-destination\": [\"Cambridge\"], \"train-departure\": [\"16:45\"], \"train-leaveat\": [\"18:45\"], \"train-bookpeople\": [\"1\"]}},\n{\"Service Type\": \"attraction\", \"Actions\": [null], \"Preferences\": {\"attraction-type\": [null], \"attraction-area\": [null], \"attraction-name\": [null]}}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"train\", \"attraction\"] (mentioned in the dialogue)\n* \"Service Details\": [\n\n* {\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-day\": [\"Friday\"], \"train-destination\": [\"Cambridge\"], \"train-departure\": [\"16:45\"], \"train-leaveat\": [\"18:45\"], \"train-bookpeople\": [\"1\"]}} (mentioned in the dialogue)\n* {\"Service Type\": \"attraction\", \"Actions\": [null], \"Preferences\": {\"attraction-type\": [null], \"attraction-area\": [null], \"attraction-name\": [null]}} (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-food\": [\nnull,\nnull\n],\n\"restaurant-pricerange\": [\nnull\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-bookday\": [\nnull\n],\n\"restaurant-bookpeople\": [\nnull\n],\n\"restaurant-booktime\": [\nnull\n]\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n\"Dialogue ID\": null (not mentioned in the dialogue)\n\n\"Services Involved\": [\"restaurant\"] (mentioned in the dialogue)\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\" (mentioned in the dialogue)\n\"Actions\": [\nnull,\nnull,\nnull (not mentioned in the dialogue)\n],\n\"Preferences\": {\n\"restaurant-food\": [\nnull,\nnull (not mentioned in the dialogue)\n],\n\"restaurant-pricerange\": [\nnull (not mentioned in the dialogue)\n],\n\"restaurant-area\": [\nnull (not mentioned in the dialogue)\n],\n\"restaurant-bookday\": [\nnull (not mentioned in the dialogue)\n],\n\"restaurant-bookpeople\": [\nnull (not mentioned in the dialogue)\n],\n\"restaurant-booktime\": [\nnull (not mentioned in the dialogue)\n]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\"Service Type\": \"hotel\", \"Actions\": [null, null], \"Preferences\": {\"hotel-name\": [null], \"hotel-parking\": [null]}},\n{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-departure\": [null], \"train-destination\": [null], \"train-day\": [null], \"train-leaveat\": [null], \"train-bookpeople\": [null]}}\n]\n}\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a hotel and a train ticket. Can you help me?\\nSystem: Of course! What type of hotel are you looking for? And which train route would you like to book?\\nUser: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.\\nSystem: Great! For hotels, we have the \\\"a and b guest house\\\" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?\\nUser: Yes, please book the \\\"a and b guest house\\\" and the train ticket from London Liverpool Street to Cambridge.\\nSystem: Great! For the hotel, I have booked you at the \\\"a and b guest house\\\" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?\\nUser: Yes, that's correct. Thank you!\\nSystem: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with.\\nUser: No, that's all. Thank you for your help!\\nSystem: You're welcome! Have a great trip to Cambridge! Goodbye!\"]\n\nHere's the annotated schema with the information from the dialogue:\n\n1. Dialogue ID: null (not mentioned in the dialogue)\n2. Services Involved: [\"train\", \"hotel\"] (mentioned in the dialogue)\n3. Service Details:\na. Hotel:\ni. Service Type: \"hotel\" (mentioned in the dialogue)\nii. Actions: [null, null] (not mentioned in the dialogue)\niii. Preferences:\niv. hotel-name: [null] (not mentioned in the dialogue)\nv. hotel-parking: [null] (mentioned in the dialogue)\n\nb. Train:\ni. Service Type: \"train\" (mentioned in the dialogue)\nii. Actions: [null, null, null] (not mentioned in the dialogue)\niii. Preferences:\niv. train-departure: [null] (not mentioned in the dialogue)\nv. train-destination: [null] (not mentioned in the dialogue)\nvi. train-day: [null] (not mentioned in the dialogue)\nvii. train-leaveat: [null] (not mentioned in the dialogue)\nviii. train-bookpeople: [null] (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can help you with." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"train-departure\": [\"13:45\"],\n\"train-destination\": [\"Norwich\"],\n\"train-day\": [\"Sunday\"],\n\"train-arriveby\": [\"15:45\"],\n\"train-bookpeople\": [4]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"moderate\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-area\": [\"east\"],\n\"hotel-parking\": [\"free\"]\n}\n}\n]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?\\nUser: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling.\\nSystem: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?\\nUser: Yes, that sounds perfect. How much does it cost?\\nSystem: The cost for this train is \u00a340 per person. Would you like to proceed with the booking?\\nUser: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?\\nSystem: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?\\nUser: Yes, that sounds great. Can you please provide me with the booking details?\\nSystem: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is \u00a3160.\\nUser: Thank you so much! I really appreciate your help.\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!\\nUser: Thank you, I will. Goodbye!\\nSystem: Goodbye!\"]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"taxi-destination\": [\"Corpus Christi\"],\n\"taxi-leaveat\": [\"08:45 AM\"],\n\"taxi-departure\": [\"Gourmet Burger Kitchen\"]\n}\n}\n]\n}\n\nHere's how the schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"taxi\"] - The service involved in the dialogue is taxi.\n\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"taxi-destination\": [\"Corpus Christi\"],\n\"taxi-leaveat\": [\"08:45 AM\"],\n\"taxi-departure\": [\"Gourmet Burger Kitchen\"]\n}\n}\n]\n\n\"taxi-destination\": [\"Corpus Christi\"] - The destination of the taxi ride is Corpus Christi.\n\n\"taxi-leaveat\": [\"08:45 AM\"] - The time at which the taxi will leave is 08:45 AM.\n\n\"taxi-departure\": [\"Gourmet Burger Kitchen\"] - The starting point of the taxi ride is Gourmet Burger Kitchen.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-name\": [\nnull,\nnull,\nnull\n],\n\"restaurant-bookday\": [\nnull\n],\n\"restaurant-bookpeople\": [\nnull\n],\n\"restaurant-booktime\": [\nnull\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-food\": [\nnull\n]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The service involved in the dialogue is a restaurant.\n\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-name\": [\nnull,\nnull,\nnull\n],\n\"restaurant-bookday\": [\nnull\n],\n\"restaurant-bookpeople\": [\nnull\n],\n\"restaurant-booktime\": [\nnull\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-food\": [\nnull\n]\n}\n}\n]\n\n\"Service Type\": \"restaurant\" - This is the type of service being provided (restaurant).\n\n\"Actions\": [\nnull,\nnull,\nnull\n] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\n\"restaurant-name\": [\nnull,\nnull,\nnull\n],\n\"restaurant-bookday\": [\nnull\n],\n\"restaurant-bookpeople\": [\nnull\n],\n\"restaurant-booktime\": [\nnull\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-food\": [\nnull\n]\n}\n\n\"restaurant-name\": [\nnull,\nnull,\nnull\n] - The user does not provide a specific name of the restaurant.\n\n\"restaurant-bookday\": [\nnull\n] - The user does not mention a specific day for the booking.\n\n\"restaurant-bookpeople\": [\nnull\n] - The user does not mention the number of people in their party.\n\n\"restaurant-booktime\": [\nnull\n] - The user does not mention a specific time for the booking.\n\n\"restaurant-area\": [\nnull\n] - The user does not mention a specific area for the restaurant.\n\n\"restaurant-food\": [\nnull\n] - The user does not mention any specific food preferences.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\"Service Type\": \"train\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"train-departure\": [\"10:43\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-arriveby\": [\"12:15\"],\n\"train-day\": [\"Sunday\"],\n\"train-bookpeople\": [null],\n\"train-leaveat\": [null]\n}}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"train\"] (mentioned in the dialogue)\n* \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\n\"train-departure\": [\"10:43\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-arriveby\": [\"12:15\"],\n\"train-day\": [\"Sunday\"],\n\"train-bookpeople\": [null],\n\"train-leaveat\": [null]\n}} (the preferences are mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"train-destination\": [\"Stevenage\"],\n\"train-day\": [\"Tuesday\"],\n\"train-departure\": [\"15:15\"],\n\"train-leaveat\": [null]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"attraction-area\": [null],\n\"attraction-type\": [null],\n\"attraction-name\": [null]\n}\n}\n]\n}\n\nBased on the dialogue, here's the information that can be annotated:\n\n* \"Services Involved\": The user is looking for a train service, so the value for this slot should be \"train\".\n* \"Service Details\":\n\t+ \"Service Type\": The value for this slot should be \"train\", as the user is looking for a train service.\n\t+ \"Actions\": There are no specific actions mentioned in the dialogue, so the values for this slot should be null.\n\t+ \"Preferences\":\n\t\t- \"train-destination\": The user is looking to travel from Cambridge to Stevenage, so the value for this slot should be \"Stevenage\".\n\t\t- \"train-day\": The user prefers to travel on Tuesday, so the value for this slot should be \"Tuesday\".\n\t\t- \"train-departure\": The user prefers to depart from Cambridge at 15:15, so the value for this slot should be \"15:15\".\n\t\t- \"train-leaveat\": There is no information about leaving anything behind, so the value for this slot should be null.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"attraction-type\": [\"college or university\"],\n\"attraction-area\": [\"centre of town\"],\n\"attraction-name\": [\"Downing College\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the information filled in for each slot:\n\n1. \"Service Type\": \"attraction\" - This is mentioned in the dialogue as the user is looking for \"fun activities to do in the centre of town\".\n2. \"Actions\": [null, null] - Not mentioned in the dialogue.\n3. \"Preferences\": {\n\"attraction-type\": [\"college or university\"] - Mentioned in the dialogue as the user is looking for a \"beautiful campus\" to explore.\n\"attraction-area\": [\"centre of town\"] - Mentioned in the dialogue as the user is looking for something in the \"centre of town\".\n\"attraction-name\": [\"Downing College\"] - Mentioned in the dialogue as the user is interested in exploring Downing College.\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"hotel\"],\n\"Service Details\": [\n{\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-area\": [\"north\"],\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [3],\n\"hotel-bookstay\": [3],\n\"hotel-name\": [\"Lensfield Hotel\"]\n}}\n]}\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"hotel-area\": \"north\" (mentioned in the dialogue)\n2. \"hotel-pricerange\": \"expensive\" (mentioned in the dialogue)\n3. \"hotel-bookday\": [null] (not mentioned in the dialogue)\n4. \"hotel-bookpeople\": [3] (mentioned in the dialogue)\n5. \"hotel-bookstay\": [3] (mentioned in the dialogue)\n6. \"hotel-name\": [\"Lensfield Hotel\"] (mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"restaurant-name\": [\"Siam Square Thai Restaurant\"],\n\"restaurant-area\": [\"heart of Bangkok city centre\"],\n\"restaurant-bookday\": [Sunday],\n\"restaurant-bookpeople\": [2],\n\"restaurant-booktime\": [19:30],\n\"restaurant-food\": [\"authentic Thai cuisine\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"train-arriveby\": [null, null, null, null],\n\"train-day\": [null],\n\"train-destination\": [null],\n\"train-departure\": [null],\n\"train-bookpeople\": [null]\n}\n}\n]\n\nBased on the dialogue, here are the values I've filled in for each slot:\n\n1. \"Service Type\": \"restaurant\" - This is the type of service the user is looking for.\n2. \"Actions\": [null, null, null] - The user did not request any specific actions related to the restaurant.\n3. \"Preferences\": {\n\"restaurant-name\": [\"Siam Square Thai Restaurant\"],\n\"restaurant-area\": [\"heart of Bangkok city centre\"],\n\"restaurant-bookday\": [Sunday],\n\"restaurant-bookpeople\": [2],\n\"restaurant-booktime\": [19:30],\n\"restaurant-food\": [\"authentic Thai cuisine\"]\n} - The user specified the name of the restaurant, the area it's located in, the day and time they would like to book a table, and the type of food they are looking for.\n4. \"Service Details\": [null, null, null] - There are no specific details related to the train service in the dialogue.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"hotel-type\": [\"4-star\"],\n\"hotel-area\": [\"city centre\"],\n\"hotel-pricerange\": [\"$200 per night\"],\n\"hotel-bookday\": [null, null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null],\n\"hotel-name\": [\"Gonville Hotel\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"attraction-area\": [null],\n\"attraction-type\": [null]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"taxi-arriveby\": [null],\n\"taxi-destination\": [null]\n}\n}\n]\n\nNote that I've filled in the slots with the information from the dialogue. Here's a brief explanation of each slot:\n\n* \"Service Type\": This indicates the type of service being requested. In this case, the user is requesting a hotel, an attraction, and a taxi.\n* \"Actions\": This indicates the actions the system should take to fulfill the request. In this case, the system is asking for more information about the user's preferences and then booking a hotel room.\n* \"Preferences\": This indicates the user's preferences for the service. In this case, the user is looking for a 4-star hotel in the city centre with a budget of $200 per night.\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"train-departure\": [\n\"9:30am\"\n],\n\"train-destination\": [\n\"Cambridge\"\n],\n\"train-arriveby\": [\n\"10:30am\"\n],\n\"train-bookpeople\": [\nnull\n],\n\"train-day\": [\n\"Tuesday\"\n]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {\n\"attraction-name\": [\n\"Ruskin Gallery\"\n]\n}\n}\n]\n}\n\nBased on the dialogue, here's the information that fills each slot:\n\n1. \"Dialogue ID\": null (not mentioned in the dialogue)\n2. \"Services Involved\": [\"train\", \"attraction\"] (mentioned in the dialogue)\n3. \"Service Details\":\na. \"Service Type\": \"train\" (mentioned in the dialogue)\n\nb. \"Actions\": [null, null, null] (not mentioned in the dialogue)\n\nc. \"Preferences\": {\n\"train-departure\": [\"9:30am\"] (mentioned in the dialogue)\n\n\"train-destination\": [\"Cambridge\"] (mentioned in the dialogue)\n\n\"train-arriveby\": [\"10:30am\"] (mentioned in the dialogue)\n\n\"train-bookpeople\": [null] (not mentioned in the dialogue)\n\n\"train-day\": [\"Tuesday\"] (mentioned in the dialogue)\n}\n\nd. \"Service Type\": \"attraction\" (not mentioned in the dialogue)\n\ne. \"Actions\": [null] (not mentioned in the dialogue)\n\nf. \"Preferences\": {\n\"attraction-name\": [\"Ruskin Gallery\"] (mentioned in the dialogue)\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"attraction\", \"hotel\", \"restaurant\"]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\"\n\t\t- Actions: [booking, reservation]\n\t\t- Preferences:\n\t\t\t- restaurant-area: [city center]\n\t\t\t- restaurant-pricerange: [500-2000 THB per dish]\n\t\t\t- restaurant-food: [Thai dishes, including pad thai and green curry]\n\t\t\t- restaurant-bookday: [Thursday]\n\t\t\t- restaurant-bookpeople: [1-5 people]\n\t\t\t- restaurant-booktime: [3 pm]\n\t\t\t- restaurant-name: [\"Bangkok City Restaurant\"]\n\t+ Hotel:\n\t\t- Service Type: \"hotel\"\n\t\t- Actions: [none]\n\t\t- Preferences:\n\t\t\t- hotel-type: [none]\n\t+ Attraction:\n\t\t- Service Type: \"attraction\"\n\t\t- Actions: [none]\n\t\t- Preferences:\n\t\t\t- attraction-name: [none]\n\nBased on the dialogue, here's the information filled in for each slot:\n\n* Dialogue ID: null (not mentioned in the dialogue)\n* Services Involved: [\"attraction\", \"hotel\", \"restaurant\"] (mentioned in the dialogue)\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\" (mentioned in the dialogue)\n\t\t- Actions: [booking, reservation] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- restaurant-area: [city center] (mentioned in the dialogue)\n\t\t\t- restaurant-pricerange: [500-2000 THB per dish] (mentioned in the dialogue)\n\t\t\t- restaurant-food: [Thai dishes, including pad thai and green curry] (mentioned in the dialogue)\n\t\t\t- restaurant-bookday: [Thursday] (mentioned in the dialogue)\n\t\t\t- restaurant-bookpeople: [1-5 people] (mentioned in the dialogue)\n\t\t\t- restaurant-booktime: [3 pm] (mentioned in the dialogue)\n\t\t\t- restaurant-name: [\"Bangkok City Restaurant\"] (mentioned in the dialogue)\n\t+ Hotel:\n\t\t- Service Type: \"hotel\" (mentioned in the dialogue)\n\t\t- Actions: [none] (not mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- hotel-type: [none] (not mentioned in the dialogue)\n\t+ Attraction:\n\t\t- Service Type: \"attraction\" (mentioned in the dialogue)\n\t\t- Actions: [none] (not mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- attraction-name: [none] (not mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null, null, null],\n\"Preferences\": {\n\"restaurant-name\": \"The Italian Place\",\n\"restaurant-bookday\": \"Wednesday\",\n\"restaurant-bookpeople\": [null],\n\"restaurant-booktime\": \"17:15\"\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"restaurant\"] (mentioned in the dialogue as the service the user is looking for)\n* \"Service Details\": [\n{\n\"Service Type\": \"restaurant\" (mentioned in the dialogue as the type of service the user is looking for)\n\"Actions\": [null, null, null] (not mentioned in the dialogue)\n\"Preferences\": {\n\"restaurant-name\": \"The Italian Place\" (mentioned in the dialogue as the name of the restaurant the user is interested in)\n\"restaurant-bookday\": \"Wednesday\" (mentioned in the dialogue as the day the user wants to book the restaurant)\n\"restaurant-bookpeople\": [null] (not mentioned in the dialogue)\n\"restaurant-booktime\": \"17:15\" (mentioned in the dialogue as the time the user wants to book the restaurant)\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"attraction\"],\n\"Service Details\": [\n{\"Service Type\": \"attraction\", \"Actions\": [null, null], \"Preferences\": {\"attraction-area\": [null]}},\n{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-destination\": [\"Cambridge\"], \"train-arriveby\": [\"13:15\"], \"train-day\": [\"Friday\"], \"train-departure\": [\"Birmingham New Street\"], \"train-bookpeople\": [null]}}\n]\n}\n\nBased on the dialogue, here's how the schema should be filled out:\n\n* \"Dialogue ID\": null (not mentioned in the dialogue)\n* \"Services Involved\": [\"train\", \"attraction\"] (mentioned in the dialogue)\n* \"Service Details\": [\n{\"Service Type\": \"attraction\", \"Actions\": [null, null], \"Preferences\": {\"attraction-area\": [null]}},\n{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-destination\": [\"Cambridge\"], \"train-arriveby\": [\"13:15\"], \"train-day\": [\"Friday\"], \"train-departure\": [\"Birmingham New Street\"], \"train-bookpeople\": [null]}}\n]\n\nHere's how the schema should be filled out for each slot:\n\n1. \"Service Type\": \"train\" (mentioned in the dialogue)\n2. \"Actions\": [null, null, null] (not mentioned in the dialogue)\n3. \"Preferences\": {\n\"train-destination\": [\"Cambridge\"],\n\"train-arriveby\": [\"13:15\"],\n\"train-day\": [\"Friday\"],\n\"train-departure\": [\"Birmingham New Street\"]\n}\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"attraction\", \"hotel\"],\n\"Service Details\": [\n{\"Service Type\": \"attraction\", \"Actions\": [null, null], \"Preferences\": {\"attraction-type\": [null], \"attraction-area\": [null], \"attraction-name\": [null]}},\n{\"Service Type\": \"hotel\", \"Actions\": [null, null], \"Preferences\": {\"hotel-area\": [null], \"hotel-type\": [null], \"hotel-bookday\": [null], \"hotel-bookpeople\": [null], \"hotel-bookstay\": [null]}}\n]\n}\n\nDialogue for Annotation:\n\n[\"User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?\\nSystem: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?\\nUser: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party.\\nSystem: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?\\nUser: Yes, please!\\nSystem: Sure thing! Here are three options that fit your needs:\\nUser: The Cozy Nest Guesthouse sounds great! Can you please book it for us?\\nSystem: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!\"]\n\nHere's the annotated schema with the information from the dialogue:\n\nService Details:\n\n* Service Type: hotel\n* Actions: [booking, sending booking confirmation]\n* Preferences:\n\t+ hotel-area: north of the city\n\t+ hotel-type: guesthouse\n\t+ hotel-bookday: Sunday\n\t+ hotel-bookpeople: 4 adults, 2 children\n\t+ hotel-bookstay: 5 nights\n\nService Details:\n\n* Service Type: attraction\n* Actions: [none]\n* Preferences:\n\t+ attraction-type: [none]\n\t+ attraction-area: [none]\n\t+ attraction-name: [none]\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema based on the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [null],\n\"Preferences\": {\n\"restaurant-area\": [\"south\"],\n\"restaurant-food\": [\"Mexican\"],\n\"restaurant-name\": [\"Chiquito Restaurant Bar\"]\n}\n}\n]\n}\n\nHere's how the schema is filled out based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The user is looking for a restaurant, so the service involved is \"restaurant\".\n\n\"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [null], \"Preferences\": {\"restaurant-area\": [\"south\"], \"restaurant-food\": [\"Mexican\"], \"restaurant-name\": [\"Chiquito Restaurant Bar\"]}}] - The service type is \"restaurant\", and the user has specified the following preferences:\n\n* \"restaurant-area\": \"south\" - The user is looking for a restaurant in the south area of the city.\n* \"restaurant-food\": \"Mexican\" - The user is looking for a restaurant that serves Mexican food.\n* \"restaurant-name\": \"Chiquito Restaurant Bar\" - The user has mentioned the name of the restaurant they are looking for.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"restaurant\", \"hotel\"]\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel\n\t\t- Actions: [book day, book people, book stay]\n\t\t- Preferences:\n\t\t\t- hotel-internet: [true]\n\t\t\t- hotel-area: [centre of town]\n\t\t\t- hotel-parking: [true]\n\t\t\t- hotel-type: [bed and breakfast]\n\t\t\t- hotel-bookday: [Saturday]\n\t\t\t- hotel-bookpeople: [1]\n\t\t\t- hotel-bookstay: [1 night]\n\t\t\t- hotel-name: [Alexander Bed and Breakfast]\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: [book reservation]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [Indian cuisine]\n\t\t\t- restaurant-pricerange: [affordable]\n\t\t\t- restaurant-area: [centre of town]\n\t\t\t- restaurant-bookday: [Saturday]\n\t\t\t- restaurant-bookpeople: [1]\n\t\t\t- restaurant-booktime: [11:30 AM]\n\t\t\t- restaurant-name: [Royal Spice]\n\nBased on the dialogue, here's the information filled in for each slot:\n\n* Dialogue ID: null (not mentioned in the dialogue)\n* Services Involved: [\"restaurant\", \"hotel\"] (mentioned in the dialogue)\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: hotel (mentioned in the dialogue)\n\t\t- Actions: [book day, book people, book stay] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- hotel-internet: [true] (mentioned in the dialogue)\n\t\t\t- hotel-area: [centre of town] (mentioned in the dialogue)\n\t\t\t- hotel-parking: [true] (mentioned in the dialogue)\n\t\t\t- hotel-type: [bed and breakfast] (mentioned in the dialogue)\n\t\t\t- hotel-bookday: [Saturday] (mentioned in the dialogue)\n\t\t\t- hotel-bookpeople: [1] (mentioned in the dialogue)\n\t\t\t- hotel-bookstay: [1 night] (mentioned in the dialogue)\n\t\t\t- hotel-name: [Alexander Bed and Breakfast] (mentioned in the dialogue)\n\t+ Restaurant:\n\t\t- Service Type: restaurant (mentioned in the dialogue)\n\t\t- Actions: [book reservation] (mentioned in the dialogue)\n\t\t- Preferences:\n\t\t\t- restaurant-food: [Indian cuisine] (mentioned in the dialogue)\n\t\t\t- restaurant-pricerange: [affordable] (mentioned in the dialogue)\n\t\t\t- restaurant-area: [centre of town] (mentioned in the dialogue)\n\t\t\t- restaurant-bookday: [Saturday] (mentioned in the dialogue)\n\t\t\t- restaurant-bookpeople: [1] (mentioned in the dialogue)\n\t\t\t- restaurant-booktime: [11:30 AM] (mentioned in the dialogue)\n\t\t\t- restaurant-name: [Royal Spice] (mentioned in the dialogue)\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help you fill out the schema with the information from the dialogue! Here's the completed schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: null\n* Services Involved: [\"hotel\", \"restaurant\", \"taxi\"]\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: \"restaurant\"\n\t\t- Actions: [book table, provide information]\n\t\t- Preferences:\n\t\t\t- restaurant-food: [British]\n\t\t\t- restaurant-pricerange: [high-end]\n\t\t\t- restaurant-area: [cozy atmosphere]\n\t\t\t- restaurant-name: [Midsummer House Restaurant]\n\t\t\t- restaurant-bookday: [Saturday]\n\t\t\t- restaurant-bookpeople: [3 people]\n\t\t\t- restaurant-booktime: [16:30]\n\t+ Hotel:\n\t\t- Service Type: \"hotel\"\n\t\t- Actions: [book room]\n\t\t- Preferences:\n\t\t\t- hotel-area: [central location]\n\t\t\t- hotel-pricerange: [high-end]\n\t\t\t- hotel-type: [comfortable rooms]\n\t\t\t- hotel-name: [University Arms Hotel]\n\t+ Taxi:\n\t\t- Service Type: \"taxi\"\n\t\t- Actions: [arrange pickup, provide information]\n\t\t- Preferences:\n\t\t\t- taxi-arriveby: [16:30]\n\t\t\t- taxi-departure: [17:00]\n\t\t\t- taxi-destination: [Midsummer House Restaurant]\n\nBased on the dialogue, here's the completed schema with the appropriate values filled in:\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Based on the dialogue you provided, here's the annotated schema with the appropriate values filled in:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"taxi\"],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [null, null],\n\"Preferences\": {\n\"taxi-destination\": [\"Don Pasquale Pizzeria\"],\n\"taxi-arriveby\": [\"one o'clock p.m.\"],\n\"taxi-departure\": [\"Finches Bed and Breakfast\"]\n}\n}\n]\n}\n\nHere's a breakdown of each slot and the corresponding value from the dialogue:\n\n1. \"Services Involved\": The dialogue mentions \"taxi\" as the service involved, so the value for this slot is \"taxi\".\n2. \"Service Details\": The dialogue provides information about the taxi service, including the destination, arrival time, and departure location. Based on this information, the values for the \"taxi-destination\", \"taxi-arriveby\", and \"taxi-departure\" slots are \"Don Pasquale Pizzeria\", \"one o'clock p.m.\", and \"Finches Bed and Breakfast\", respectively.\n3. \"Actions\": There are no actions mentioned in the dialogue, so the value for this slot is [null, null].\n4. \"Preferences\": The dialogue mentions the preference for the taxi to arrive at one o'clock p.m., so the value for the \"taxi-arriveby\" slot is \"one o'clock p.m.\".\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\"Service Type\": \"train\", \"Actions\": [null, null, null], \"Preferences\": {\"train-day\": [\"Monday\"], \"train-departure\": [\"21:45\"], \"train-destination\": [\"Leicester\"], \"train-leaveat\": [\"Cambridge\"], \"train-bookpeople\": [null]}},\n{\"Service Type\": \"hotel\", \"Actions\": [null, null], \"Preferences\": {\"hotel-internet\": [null], \"hotel-name\": [\"Allen Bell\"], \"hotel-bookday\": [null], \"hotel-bookpeople\": [null], \"hotel-bookstay\": [null]}}\n]\n}\n\nBased on the dialogue, here's the information filled in for each slot:\n\n1. \"Service Type\": \"train\" - The user is looking for a train ticket, so the service type is \"train\".\n2. \"Actions\": [null, null, null] - The user has not taken any actions related to the train ticket yet, so there are no actions filled in.\n3. \"Preferences\": {\"train-day\": [\"Monday\"], \"train-departure\": [\"21:45\"], \"train-destination\": [\"Leicester\"], \"train-leaveat\": [\"Cambridge\"], \"train-bookpeople\": [null]} - The user has specified the day of the week, departure time, destination, and leave-at location for the train ticket.\n4. \"Service Type\": \"hotel\" - The user is also looking for a hotel room, so the service type is \"hotel\".\n5. \"Actions\": [null, null] - The user has not taken any actions related to the hotel room yet, so there are no actions filled in.\n6. \"Preferences\": {\"hotel-internet\": [null], \"hotel-name\": [\"Allen Bell\"], \"hotel-bookday\": [null], \"hotel-bookpeople\": [null], \"hotel-bookstay\": [null]} - The user has specified the preference for a hotel with free Wi-Fi and breakfast, and has also mentioned the name of the hotel they would like to book.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the annotated schema with the information from the dialogue:\n\nGeneral Annotation Schema:\n\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"police\"],\n\"Service Details\": [\n{\n\"Service Type\": \"police\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {\n\"Location\": \"New York City\"\n}\n}\n]\n}\n\nBased on the dialogue, here's how the schema would be filled out:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"police\"] - The user requests assistance from the police, so the service involved is \"police\".\n\n\"Service Details\": [\n{\n\"Service Type\": \"police\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {\n\"Location\": \"New York City\"\n}\n}\n]\n\n\"Service Type\": \"police\" - This is the type of service requested by the user.\n\n\"Actions\": [\nnull\n] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\n\"Location\": \"New York City\"\n} - The user provides their location as \"New York City\".\n\nI hope this helps! Let me know if you have any further questions." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/annotationen 1.txt b/notebooks/dialogue_generation/old/annotationen 1.txt new file mode 100644 index 0000000000000000000000000000000000000000..f16a7ee928ba11b83fb349499ae51bdd2eab6a20 --- /dev/null +++ b/notebooks/dialogue_generation/old/annotationen 1.txt @@ -0,0 +1,41 @@ +Services Involved: + +Hotel +Restaurant +Taxi +Service Details: + +Hotel: + +Service Type: luxury +Actions: book_hotel +Preferences: +hotel-internet: yes +hotel-parking: yes +hotel-pricerange: expensive +hotel-stars: 4 +hotel-type: hotel +hotel-name: University Arms Hotel +hotel-bookday: any day +hotel-bookpeople: 1 person +hotel-bookstay: 1 night +hotel-area: city centre +Restaurant: + +Service Type: Middle Eastern cuisine +Actions: find_restaurant, book_restaurant +Preferences: +restaurant-food: Middle Eastern cuisine +restaurant-bookday: any day +restaurant-bookpeople: 1 person +restaurant-booktime: any time +restaurant-area: city centre +restaurant-pricerange: moderate +restaurant-name: Bedouin Restaurant +Taxi: + +Service Type: find_taxi +Preferences: +taxi-arriveby: any time +taxi-departure: any time +taxi-destination: Bedouin Restaurant \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/cleaned_dialogue_domain_knowledge.json b/notebooks/dialogue_generation/old/cleaned_dialogue_domain_knowledge.json new file mode 100644 index 0000000000000000000000000000000000000000..28dce4c2fe5e4b8e605a8201a78777074be538ed --- /dev/null +++ b/notebooks/dialogue_generation/old/cleaned_dialogue_domain_knowledge.json @@ -0,0 +1,2351 @@ +[ + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-internet": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null, + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + null, + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-departure": [ + null, + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-parking": [ + null + ], + "hotel-pricerange": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-departure": [ + null, + null + ], + "taxi-destination": [ + null, + null + ], + "taxi-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null, + null + ], + "attraction-name": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null, + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null, + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-internet": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-parking": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null, + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-day": [ + null + ], + "train-bookpeople": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-arriveby": [ + null, + null, + null, + null + ], + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null, + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-bookpeople": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null, + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-type": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-area": [ + null, + null + ], + "hotel-parking": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-departure": [ + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-arriveby": [ + null, + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null, + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": null, + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + null + ], + "Service Details": [ + { + "Service Type": null, + "Actions": [ + null + ], + "Preferences": {} + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/dialogue_domain_knowledge_with_slots.json b/notebooks/dialogue_generation/old/dialogue_domain_knowledge_with_slots.json new file mode 100644 index 0000000000000000000000000000000000000000..17f3e4bb68c12daa1c06b32a4c3f287707ecdd0d --- /dev/null +++ b/notebooks/dialogue_generation/old/dialogue_domain_knowledge_with_slots.json @@ -0,0 +1,4538 @@ +[ + { + "Dialogue ID": "PMUL4398.json", + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1013.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0121.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3484.json", + "Services Involved": [ + "restaurant", + "hotel", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0389.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01520.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3951.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0843.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2979.json", + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1681.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0928.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20645.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG02152.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2460.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL0358.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4450.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1251.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1842.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4896.json", + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2431.json", + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1375.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1031.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20027.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4827.json", + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3086.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0598.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01162.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1146.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0018.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL2293.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL1586.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG0039.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "SSNG0142.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01795.json", + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL4433.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1116.json", + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG1165.json", + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3460.json", + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2583.json", + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "MUL1914.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2097.json", + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0949.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3847.json", + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL2710.json", + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "NONE", + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + ], + "attraction-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "WOZ20385.json", + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL0172.json", + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3867.json", + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "NONE", + "any string" + ], + "restaurant-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "NONE", + "any int" + ], + "restaurant-booktime": [ + "NONE", + "any time" + ], + "restaurant-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "restaurant-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "restaurant-name": [ + "NONE", + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01373.json", + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE", + "any time" + ], + "taxi-departure": [ + "NONE", + "any string" + ], + "taxi-destination": [ + "NONE", + "any string" + ], + "taxi-leaveat": [ + "NONE", + "any time" + ] + } + } + ] + }, + { + "Dialogue ID": "PMUL3555.json", + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "NONE", + "any string" + ], + "train-leaveat": [ + "NONE", + "any time" + ], + "train-destination": [ + "NONE", + "any string" + ], + "train-bookpeople": [ + "NONE", + "any int" + ], + "train-arriveby": [ + "NONE", + "any time" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "NONE", + "yes", + "no" + ], + "hotel-parking": [ + "NONE", + "yes", + "no" + ], + "hotel-pricerange": [ + "NONE", + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "NONE", + "any int" + ], + "hotel-type": [ + "NONE", + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "NONE", + "any string" + ], + "hotel-bookday": [ + "NONE", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "NONE", + "any int" + ], + "hotel-bookstay": [ + "NONE", + "any int" + ], + "hotel-area": [ + "NONE", + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + } + ] + }, + { + "Dialogue ID": "SNG01958.json", + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + "find_police" + ], + "Preferences": {} + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/enroot_llm_request.ipynb b/notebooks/dialogue_generation/old/enroot_llm_request.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..d7ac2b3e79d1f465698fa08bb4af9a345522de92 --- /dev/null +++ b/notebooks/dialogue_generation/old/enroot_llm_request.ipynb @@ -0,0 +1,240 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "933fb5d5-ac0c-478c-8c40-3f021849ce01", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import json" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "09089362-704b-47d7-9234-33ee557fd3cd", + "metadata": {}, + "outputs": [], + "source": [ + "def make_request(prompt=\"this is a test prompt\"):\n", + " url = \"http://localhost:8000/v1/completions\"\n", + " headers = {\n", + " \"Content-Type\": \"application/json\"\n", + " }\n", + " data = {\n", + " \"model\": \"meta-llama/Llama-2-13b-chat-hf\",\n", + " \"prompt\": prompt,\n", + " \"max_tokens\": 1000,\n", + " \"temperature\": 0,\n", + " \"n\": 1,\n", + " \"best_of\": 1\n", + " }\n", + "\n", + " response = requests.post(url, headers=headers, data=json.dumps(data))\n", + " return response.json()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "83122495-5e10-4ec6-bf71-ec9a18c69eff", + "metadata": {}, + "outputs": [], + "source": [ + "## testing (one request)\n", + "\n", + "if __name__ == \"__main__\":\n", + " result = make_request()\n", + " print(result)\n", + " text = result['choices'][0]['text']\n", + " finish_reason = result['choices'][0]['finish_reason']\n", + " print(f\"Text: {text}\")\n", + " print(f\"Finish Reason: {finish_reason}\")\n", + "\n", + "## start container: enroot start --rw --root -e HUGGING_FACE_HUB_TOKEN='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' vllm_container\n", + "## watch computing: watch -n 2 nvidia-smi\n", + "## file to change: /pfs/data5/home/hd/hd_hd/hd_vm255/.local/share/enroot/vllm_container/workspace/vllm/engine/arg_utils.py\n", + "\n", + "## neuer container erstellen mit vllm docker image: \n", + "# enroot import docker://vllm/vllm-openai (ist aber schon einmal importiert muss man nicht nochmal machen)\n", + "# enroot create --name (name mit container name ersetzen)\n", + "\n", + "##70b: meta-llama/Llama-2-70b-chat-hf\n", + "##13b: meta-llama/Llama-2-13b-chat-hf\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "29dfdb8f-9130-411b-bbe6-5dc9e1226640", + "metadata": {}, + "outputs": [], + "source": [ + "## dialogue generation (from file)\n", + "\n", + "## old prompt: f\"\"\" [INST] <<SYS>>\\n\n", + " # Simulate to be a system and respond to a user. Only generate system and user dialogue, without any action descriptions.\n", + " # The user requests one or more specific acts of service as expected by an online service system. The system asks the user for necessary details, verifies the applicability of the user’s requests to the Domain Knowledge and then after potential adjustments, provides the service. Every user message should be followed by a system message. The system should be polite, courteous and ensure to say goodbye and both participants should not be overly enthusiastic. All statements made by the system should adhere to the Domain Knowledge provided. The system should never mention the words \"domain knowledge\" and never give Information in a bracket format like this: \"[insert information here]\".\n", + " # Generate the complete Dialogue between the System and the User and nothing else.\n", + " # Domain Knowledge: {json.dumps(domain_knowledge)}\n", + " # \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + "def generate_dialogue(domain_knowledge):\n", + " prompt = f\"\"\" [INST] <<SYS>>\n", + " Act as a system responding to a user in a dialogue format. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n", + " The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n", + " Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n", + " It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n", + " Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n", + " Domain Knowledge: {json.dumps(domain_knowledge)}\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + "\n", + "\n", + " result = make_request(prompt)\n", + " text = result['choices'][0]['text']\n", + " finish_reason = result['choices'][0]['finish_reason']\n", + "\n", + " return text, finish_reason\n", + "\n", + "# Load the JSON file\n", + "with open('converted_dialogues.json', 'r') as file:\n", + " domain_knowledge_all = json.load(file)\n", + "\n", + "\n", + "# File to save the dialogues\n", + "output_file = 'generated_dialogues_labruna.txt'\n", + "\n", + "\n", + "number = 1\n", + "with open(output_file, 'a') as f_out:\n", + " for dk in domain_knowledge_all:\n", + " dialogue, stop_reason = generate_dialogue(dk)\n", + " \n", + " # Write each dialogue to the file\n", + " f_out.write(f\"Dialogue #{number}\\n\")\n", + " f_out.write(dialogue)\n", + " f_out.write('-'*30 + '\\n') # Separator line\n", + " \n", + " print(f\"Text: {dialogue}\")\n", + " print(number)\n", + " number+=1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "bcb4d1f0-11e4-4f7a-ae46-cb76b7f9ef5b", + "metadata": {}, + "outputs": [], + "source": [ + "## dialogue generation (from file)\n", + "\n", + "def generate_dialogue(domain_knowledge):\n", + " prompt = f\"\"\" [INST] <<SYS>>\\n\n", + " Generate annotations for the following dialogue:\n", + " hier dialog anhängen\n", + " \\n<</SYS>>\\n\\n [/INST]\"\"\"\n", + "\n", + " result = make_request(prompt)\n", + " text = result['choices'][0]['text']\n", + " finish_reason = result['choices'][0]['finish_reason']\n", + "\n", + " return text, finish_reason\n", + "\n", + "# Load the JSON file\n", + "with open('extracted_domain_knowledges.json', 'r') as file:\n", + " domain_knowledge_all = json.load(file)\n", + "\n", + "\n", + "# File to save the dialogues\n", + "output_file = 'generated_dialogues_mod.txt'\n", + "\n", + "\n", + "number = 1\n", + "with open(output_file, 'a') as f_out:\n", + " for dk in domain_knowledge_all:\n", + " dialogue, stop_reason = generate_dialogue(dk)\n", + " \n", + " # Write each dialogue to the file\n", + " f_out.write(f\"Dialogue #{number}\\n\")\n", + " f_out.write(dialogue)\n", + " f_out.write('-'*30 + '\\n') # Separator line\n", + " \n", + " print(f\"Text: {dialogue}\")\n", + " print(number)\n", + " number+=1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e9395e01-ed89-44fa-96b7-0f74cf1f77ad", + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import json\n", + "\n", + "def call_llm_api(prompt):\n", + " \n", + " \n", + " # Define the API endpoint\n", + " url = \"http://localhost:8000/generate\"\n", + "\n", + " # Define the data payload\n", + " payload = {\n", + " \"prompt\": prompt,\n", + " \"use_beam_search\": False,\n", + " \"n\": 1,\n", + " \"temperature\": 0,\n", + " \"max_tokens\": 2000 \n", + " }\n", + "\n", + " # Make the POST request\n", + " response = requests.post(url, json=payload)\n", + "\n", + " # Check if the request was successful\n", + " if response.status_code == 200:\n", + " return response.json()\n", + " else:\n", + " return f\"Error: {response.status_code}\"\n", + "\n", + "\n", + "prompt\n", + "\n", + "result = call_llm_api(\"San Francisco is a\")\n", + "print(json.dumps(result, indent=2))\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "89260016-f420-4c1b-8898-b47e61809a65", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/dialogue_generation/old/general_schema_old.json b/notebooks/dialogue_generation/old/general_schema_old.json new file mode 100644 index 0000000000000000000000000000000000000000..ba50db4e722e8be58dbabf62a9ccddd7c4539a38 --- /dev/null +++ b/notebooks/dialogue_generation/old/general_schema_old.json @@ -0,0 +1,212 @@ +[ + { + "Services Involved": [ + "hotel", + "restaurant", + "taxi", + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + "NONE", + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + "any string" + ], + "restaurant-bookday": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "restaurant-bookpeople": [ + "any int" + ], + "restaurant-booktime": [ + "any time" + ], + "restaurant-area": [ + "centre", + "south", + "west", + "east", + "north", + "dontcare" + + ], + "restaurant-pricerange": [ + "expensive", + "moderate", + "cheap" + + ], + "restaurant-name": [ + "any string" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel", + "NONE" + ], + "Preferences": { + "hotel-internet": [ + "yes", + "no" + ], + "hotel-parking": [ + "yes", + "no" + ], + "hotel-pricerange": [ + "expensive", + "moderate", + "cheap" + ], + "hotel-stars": [ + "any int" + ], + "hotel-type": [ + "hotel", + "guesthouse", + "dontcare" + ], + "hotel-name": [ + "any string" + ], + "hotel-bookday": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "hotel-bookpeople": [ + "any int" + ], + "hotel-bookstay": [ + "any int" + ], + "hotel-area": [ + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + "NONE", + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "any time" + ], + "taxi-departure": [ + "any string" + ], + "taxi-destination": [ + "any string" + ], + "taxi-leaveat": [ + "any time" + ] + + } + }, + { + "Service Type": "train", + "Actions": [ + "NONE", + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ], + "train-departure": [ + "any string" + ], + "train-leaveat": [ + "any time" + ], + "train-destination": [ + "any string" + ], + "train-bookpeople": [ + "any int" + ], + "train-arriveby": [ + "any time" + ] + + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction", + "NONE" + ], + "Preferences": { + "attraction-area": [ + "centre", + "south", + "west", + "east", + "north", + "dontcare" + ], + "attraction-type": [ + "nightclub", + "museum", + "college", + "multiple sports", + "college", + "entertainment", + "park", + "swimmingpool", + "boat", + "theatre", + "architecture", + "cinema", + "concerthall", + "dontcare" + + ], + "attraction-name": [ + "any string" + ] + + } + } + ] + } + +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations.json b/notebooks/dialogue_generation/old/output_annotations.json new file mode 100644 index 0000000000000000000000000000000000000000..af2a689d983a8910de4edd6d6b78c7ee462fe79f --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations.json @@ -0,0 +1,17 @@ +[ + [ + " Sure, I'd be happy to help you with the dialogue annotations! Here's the annotated dialogue using the general annotation schema you provided:\n\n1. \"Services Involved\":\n\t* Hotel: Yes\n\t* Restaurant: Yes\n\t* Taxi: No\n\t* Train: No\n\t* Attraction: No\n2. \"Service Details\":\n\t* Hotel:\n\t\t+ Service Type: expensive\n\t\t+ Actions: book_hotel\n\t\t+ Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: hotel\n\t\t\t- hotel-name: University Arms Hotel\n\t\t\t- hotel-bookday: any day\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1 night\n\t\t\t- hotel-area: centre\n\t\t\t- hotel-arriveby: any time\n\t\t\t- hotel-departure: any time\n\t\t\t- hotel-destination: city centre\n\t\t\t- hotel-leaveat: any time\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1 night\n\t\t\t- hotel-area: centre\n\t\t\t- hotel-arriveby: any time\n\t\t\t- hotel-departure: any time\n\t\t\t- hotel-destination: city centre\n\t\t\t- hotel-leaveat: any time\n\t* Restaurant:\n\t\t+ Service Type: Middle Eastern cuisine\n\t\t+ Actions: find_restaurant, book_restaurant\n\t\t+ Preferences:\n\t\t\t- restaurant-food: Middle Eastern cuisine\n\t\t\t- restaurant-bookday: any day\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-bookstay: 1 night\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-arriveby: any time\n\t\t\t- restaurant-departure: any time\n\t\t\t- restaurant-destination: city centre\n\t\t\t- restaurant-leaveat: any time\n\t\t\t- restaurant-name: Bedouin Restaurant\n\t\t\t- restaurant-pricerange: moderate\n3. \"Preferences\":\n\t* Taxi: NONE\n\t* Train: NONE\n\t* Attraction: NONE\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure! Here are the dialogue annotations based on the general annotation schema you provided:\n\n[INST: User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?] \n\nAnnotations:\n\n* Service Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: find_restaurant, book_restaurant\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: expensive\n\n[INST: System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?] \n\nAnnotations:\n\n* Service Involved: hotel\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\n[INST: User: I'm looking for a 4-star hotel with parking and Wi-Fi.] \n\nAnnotations:\n\n* Service Involved: hotel\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\n[INST: System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?] \n\nAnnotations:\n\n* Service Involved: hotel\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\n[INST: User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?] \n\nAnnotations:\n\n* Service Involved: restaurant\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: find_restaurant, book_restaurant\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: expensive\n\n[INST: System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. Would you like me to book a table for you?] \n\nAnnotations:\n\n* Service Involved: restaurant\n* Service Details:\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: book_restaurant\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: expensive\n\n[INST: User: Yes, that sounds great. Can you also tell me about the availability and prices for the hotel and restaurant?] \n\nAnnotations:\n\n* Service Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: book_restaurant\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: expensive\n\n[INST: System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?] \n\nAnnotations:\n\n* Service Involved: hotel, restaurant\n* Service Details:\n\t+ Hotel:\n\t\t- Service Type: 4-star hotel\n\t\t- Actions: book_hotel\n\t\t- Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\t+ Restaurant:\n\t\t- Service Type: restaurant\n\t\t- Actions: book_restaurant\n\t\t- Preferences:\n\t\t\t- restaurant-food: any string\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: any time\n\t\t\t- restaurant-area: centre\n\t\t\t- restaurant-pricerange: expensive\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogue." + ], + [ + " Sure! Here are the dialogue annotations based on the general annotation schema you provided:\n\n[INST: User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?] \n\nAnnotation:\n\n* Services Involved: hotel, restaurant\n* Actions: find_hotel, find_restaurant\n\n[INST: System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: find_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: NONE\n\t+ hotel-bookday: NONE\n\t+ hotel-bookpeople: NONE\n\t+ hotel-bookstay: NONE\n\t+ hotel-area: centre\n\n[INST: User: I'm looking for a 3-star hotel with a good location and reasonable prices.] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: find_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: NONE\n\t+ hotel-bookday: NONE\n\t+ hotel-bookpeople: NONE\n\t+ hotel-bookstay: NONE\n\t+ hotel-area: centre\n\n[INST: System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: User: Yes, that sounds great. Can you book a room for me on Tuesday?] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: User: There will be 7 of us staying.] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: User: Yes, I'd like to proceed with the booking.] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: System: Great! I have made a reservation for you at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Please note that the hotel has a dress code, so please dress appropriately. Is there anything else I can assist you with?] \n\nAnnotation:\n\n* Services Involved: hotel\n* Actions: book_hotel\n* Preferences:\n\t+ hotel-internet: NONE\n\t+ hotel-parking: NONE\n\t+ hotel-pricerange: moderate\n\t+ hotel-stars: 3\n\t+ hotel-type: hotel\n\t+ hotel-name: Cityroomz\n\t+ hotel-bookday: Tuesday\n\t+ hotel-bookpeople: 7\n\t+ hotel-bookstay: 1\n\t+ hotel-area: centre\n\n[INST: User: No, that's all for now. Thank you for your help!] \n\nAnnotation:\n\n* Services Involved: none\n* Actions: none\n* Preferences: none\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with that! Here are the dialogue annotations based on the general annotation schema you provided:\n\n1. \"Services Involved\": [hotel, restaurant, taxi]\n2. \"Service Details\":\n\t* Hotel:\n\t\t+ \"Service Type\": hotel\n\t\t+ \"Actions\": [book_hotel, find_hotel]\n\t\t+ \"Preferences\":\n\t\t\t- \"hotel-internet\": [\"NONE\", \"yes\", \"no\"]\n\t\t\t- \"hotel-parking\": [\"NONE\", \"yes\", \"no\"]\n\t\t\t- \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n\t\t\t- \"hotel-stars\": [\"NONE\"]\n\t\t\t- \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"]\n\t\t\t- \"hotel-name\": [\"NONE\"]\n\t\t\t- \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n\t\t\t- \"hotel-bookpeople\": [\"NONE\"]\n\t\t\t- \"hotel-bookstay\": [\"NONE\"]\n\t\t\t- \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n\t* Restaurant:\n\t\t+ \"Service Type\": restaurant\n\t\t+ \"Actions\": [find_restaurant, book_restaurant]\n\t\t+ \"Preferences\":\n\t\t\t- \"restaurant-food\": [\"NONE\"]\n\t\t\t- \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n\t\t\t- \"restaurant-bookpeople\": [\"NONE\"]\n\t\t\t- \"restaurant-booktime\": [\"NONE\"]\n\t\t\t- \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n\t\t\t- \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n\t\t\t- \"restaurant-name\": [\"NONE\"]\n\t* Taxi:\n\t\t+ \"Service Type\": taxi\n\t\t+ \"Actions\": [find_taxi]\n\t\t+ \"Preferences\":\n\t\t\t- \"taxi-arriveby\": [\"NONE\"]\n\t\t\t- \"taxi-departure\": [\"NONE\"]\n\t\t\t- \"taxi-destination\": [\"NONE\"]\n\t\t\t- \"taxi-leaveat\": [\"NONE\"]\n\nBased on the dialogue, the user is looking for a hotel, restaurant, and taxi service for Sunday. The system provides recommendations for hotels and restaurants, and books a reservation for the user at Don Pasquale Pizzeria. The system also books a taxi for the user to arrive at the hotel by 19:00.\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I can help you with that! Here are the dialogue annotations based on the general annotation schema you provided:\n\n1. \"Services Involved\": [\"train\", \"hotel\", \"restaurant\", \"taxi\"]\n2. \"Service Details\":\n\t* \"train\":\n\t\t+ \"Service Type\": \"train\"\n\t\t+ \"Actions\": [\"find_train\", \"book_train\"]\n\t\t+ \"Preferences\": {\"train-day\": [\"Tuesday\"], \"train-departure\": [\"9:30 am\"], \"train-leaveat\": [\"Kings Lynn\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"10:00 am\"]}\n\t* \"hotel\":\n\t\t+ \"Service Type\": \"hotel\"\n\t\t+ \"Actions\": [\"book_hotel\", \"find_hotel\"]\n\t\t+ \"Preferences\": {\"hotel-internet\": [\"no\"], \"hotel-parking\": [\"no\"], \"hotel-pricerange\": [\"moderate\"], \"hotel-stars\": [\"3\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"NONE\"], \"hotel-bookday\": [\"Tuesday\"], \"hotel-bookpeople\": [\"1\"], \"hotel-bookstay\": [\"1 night\"]}\n\t* \"restaurant\":\n\t\t+ \"Service Type\": \"restaurant\"\n\t\t+ \"Actions\": [\"find_restaurant\", \"book_restaurant\"]\n\t\t+ \"Preferences\": {\"restaurant-food\": [\"British\"], \"restaurant-bookday\": [\"Tuesday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"12:00 pm\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"]}\n\t* \"taxi\":\n\t\t+ \"Service Type\": \"taxi\"\n\t\t+ \"Actions\": [\"find_taxi\"]\n\t\t+ \"Preferences\": {\"taxi-arriveby\": [\"Kings Lynn\"], \"taxi-departure\": [\"Cambridge\"], \"taxi-destination\": [\"Kings Lynn\"], \"taxi-leaveat\": [\"Cambridge\"]}\n3. \"User Preferences\":\n\t+ \"User-preference-train-day\": \"Tuesday\"\n\t+ \"User-preference-train-departure\": \"9:30 am\"\n\t+ \"User-preference-train-leaveat\": \"Kings Lynn\"\n\t+ \"User-preference-train-destination\": \"Cambridge\"\n\t+ \"User-preference-hotel-internet\": \"no\"\n\t+ \"User-preference-hotel-parking\": \"no\"\n\t+ \"User-preference-hotel-pricerange\": \"moderate\"\n\t+ \"User-preference-hotel-stars\": \"3\"\n\t+ \"User-preference-hotel-type\": \"hotel\"\n\t+ \"User-preference-hotel-name\": \"NONE\"\n\t+ \"User-preference-hotel-bookday\": \"Tuesday\"\n\t+ \"User-preference-hotel-bookpeople\": \"1\"\n\t+ \"User-preference-hotel-bookstay\": \"1 night\"\n\t+ \"User-preference-restaurant-food\": \"British\"\n\t+ \"User-preference-restaurant-bookday\": \"Tuesday\"\n\t+ \"User-preference-restaurant-bookpeople\": \"1\"\n\t+ \"User-preference-restaurant-booktime\": \"12:00 pm\"\n\t+ \"User-preference-restaurant-area\": \"centre\"\n\t+ \"User-preference-restaurant-pricerange\": \"moderate\"\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_1.json b/notebooks/dialogue_generation/old/output_annotations_1.json new file mode 100644 index 0000000000000000000000000000000000000000..b1816f968a1294492e8fe9f34145dc6ca6a73bab --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_1.json @@ -0,0 +1,32 @@ +[ [f""" + [INST] <<SYS>> + Generate dialogue annotations for the entire provided dialogue at once. Do not proceed turn based. Follow these steps: + + 1. **Objective**: Annotate each dialogue using the general annotation schema. + 2. **Selecting Options**: For annotation slots with multiple options, select the one that matches the dialogue. If none are applicable, use 'NONE'. Do not generate your own values. + 3. **Filling Slots**: Only if a slot is only annotated with "NONE" in the general schema, see whether the corresponding value is mentioned in the dialogue. + a. If yes, fill the slot accordingly with the value from the dialogue. + b. If not, fill the slot with "NONE". + + General Annotation Schema: {json.dumps(general_schema)} + + Dialogue to Annotate: {json.dumps(dialogue['dialogue'])} + \n<</SYS>>\n\n [/INST]""" + +] + [ + " Sure, I can help you with that! Here are the annotations for the entire dialogue using the general annotation schema you provided:\n\n1. \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"]\n2. \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\"],\n \"hotel-bookstay\": [\"NONE\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\"],\n \"restaurant-booktime\": [\"NONE\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\"]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\"],\n \"taxi-departure\": [\"NONE\"],\n \"taxi-destination\": [\"NONE\"],\n \"taxi-leaveat\": [\"NONE\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\"],\n \"train-leaveat\": [\"NONE\"],\n \"train-destination\": [\"NONE\"],\n \"train-bookpeople\": [\"NONE\"],\n \"train-arriveby\": [\"NONE\"]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\"],\n \"Preferences\": {\n \"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"NONE\"]\n }\n }\n ]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here are the annotations for the entire dialogue using the general annotation schema you provided:\n\n1. **Services Involved**: hotel, restaurant, taxi, train, attraction\n2. **Service Details**:\n\t* Hotel:\n\t\t+ Service Type: 4-star hotel\n\t\t+ Actions: book_hotel, find_hotel\n\t\t+ Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: 4\n\t\t\t- hotel-type: guesthouse\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t\t- hotel-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1\n\t\t\t- hotel-area: centre\n\t\t+ Availability: available for the next few days\n\t\t+ Prices: starting at \u00a3120 per night\n\t* Restaurant:\n\t\t+ Service Type: on-site restaurant\n\t\t+ Actions: book_restaurant\n\t\t+ Preferences:\n\t\t\t- restaurant-food: breakfast, dinner\n\t\t\t- restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- restaurant-bookpeople: 1\n\t\t\t- restaurant-booktime: 7:00 PM\n\t\t\t- restaurant-area: centre\n\t\t+ Availability: available for dinner\n\t\t+ Prices: starting at \u00a315 per person\n\t* Taxi:\n\t\t+ Service Type: find_taxi\n\t\t+ Preferences:\n\t\t\t- taxi-arriveby: 7:00 PM\n\t\t\t- taxi-departure: 7:30 PM\n\t\t\t- taxi-destination: Aylesbray Lodge Guest House\n\t\t+ Availability: not specified\n\t\t+ Prices: not specified\n\t* Train:\n\t\t+ Service Type: find_train, book_train\n\t\t+ Preferences:\n\t\t\t- train-day: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\t\t\t- train-departure: 8:00 AM\n\t\t\t- train-leaveat: 9:00 AM\n\t\t\t- train-destination: Aylesbray\n\t\t+ Availability: not specified\n\t\t+ Prices: not specified\n\t* Attraction:\n\t\t+ Service Type: find_attraction\n\t\t+ Preferences:\n\t\t\t- attraction-area: centre\n\t\t\t- attraction-type: museum\n\t\t\t- attraction-name: Aylesbray Museum\n\t\t+ Availability: not specified\n\t\t+ Prices: not specified\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate anything else." + ], + [ + " Sure, I can help you with that! Here are the annotations for the entire dialogue using the general annotation schema you provided:\n\n1. \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"]\n2. \"Service Details\":\n\t* \"hotel\":\n\t\t+ \"Service Type\": \"hotel\"\n\t\t+ \"Actions\": [\"book_hotel\", \"find_hotel\"]\n\t\t+ \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\"], \"hotel-bookstay\": [\"NONE\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}\n\t* \"restaurant\":\n\t\t+ \"Service Type\": \"restaurant\"\n\t\t+ \"Actions\": [\"find_restaurant\", \"book_restaurant\"]\n\t\t+ \"Preferences\": {\"restaurant-food\": [\"NONE\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\"], \"restaurant-booktime\": [\"NONE\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\"]}\n\t* \"taxi\":\n\t\t+ \"Service Type\": \"taxi\"\n\t\t+ \"Actions\": [\"find_taxi\"]\n\t\t+ \"Preferences\": {\"taxi-arriveby\": [\"NONE\"], \"taxi-departure\": [\"NONE\"], \"taxi-destination\": [\"NONE\"], \"taxi-leaveat\": [\"NONE\"]}\n\t* \"train\":\n\t\t+ \"Service Type\": \"train\"\n\t\t+ \"Actions\": [\"find_train\", \"book_train\"]\n\t\t+ \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\"], \"train-leaveat\": [\"NONE\"], \"train-destination\": [\"NONE\"], \"train-bookpeople\": [\"NONE\"], \"train-arriveby\": [\"NONE\"]}\n\t* \"attraction\":\n\t\t+ \"Service Type\": \"attraction\"\n\t\t+ \"Actions\": [\"find_attraction\"]\n\t\t+ \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\"]}\n3. \"User Preferences\":\n\t+ \"hotel-internet\": [\"NONE\", \"yes\", \"no\"]\n\t+ \"hotel-parking\": [\"NONE\", \"yes\", \"no\"]\n\t+ \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n\t+ \"hotel-stars\": [\"NONE\"]\n\t+ \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"]\n\t+ \"hotel-name\": [\"NONE\"]\n\t+ \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n\t+ \"hotel-bookpeople\": [\"NONE\"]\n\t+ \"hotel-bookstay\": [\"NONE\"]\n\t+ \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n4. \"System Responses\":\n\t+ \"System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\"\n\t+ \"System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\"\n\t+ \"System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\"\n\t+ \"System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\"\n\t+ \"System: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\"\n\t+ \"System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\"\n\t+ \"System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\"\n\t+ \"System: No, that's all for now. Thank you for your help!\"\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate anything else." + ], + [ + " Sure, I can help you with that! Here are the annotations for the entire dialogue using the general annotation schema you provided:\n\n1. **Services Involved**: hotel, restaurant, taxi\n2. **Service Details**:\n\t* Hotel:\n\t\t+ Service Type: hotel\n\t\t+ Actions: book_hotel, find_hotel\n\t\t+ Preferences:\n\t\t\t- hotel-internet: NONE\n\t\t\t- hotel-parking: NONE\n\t\t\t- hotel-pricerange: expensive\n\t\t\t- hotel-stars: NONE\n\t\t\t- hotel-type: hotel\n\t\t\t- hotel-name: Aylesbray Lodge Guest House\n\t\t+ Booking:\n\t\t\t- book_hotel: Aylesbray Lodge Guest House\n\t\t\t- bookday: Sunday\n\t\t\t- bookpeople: NONE\n\t\t\t- booktime: NONE\n\t\t\t- area: centre\n3. **Restaurant**:\n\t+ Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: NONE\n\t\t- restaurant-bookday: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\n\t\t- restaurant-bookpeople: NONE\n\t\t- restaurant-booktime: NONE\n\t\t- restaurant-area: centre, south, west, east, north, dontcare\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: Don Pasquale Pizzeria\n\t+ Booking:\n\t\t- book_restaurant: Don Pasquale Pizzeria\n\t\t- bookday: Sunday\n\t\t- bookpeople: NONE\n\t\t- booktime: 19:00\n4. **Taxi**:\n\t+ Service Type: taxi\n\t+ Actions: find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby: 19:00\n\t\t- taxi-departure: NONE\n\t\t- taxi-destination: Aylesbray Lodge Guest House\n\t\t- taxi-leaveat: NONE\n5. **Attraction**: NONE\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate anything else." + ], + [ + " Sure, I can help you with that! Here are the annotations for the entire dialogue using the general annotation schema you provided:\n\n1. **Services Involved**: train, hotel, taxi, attraction\n2. **Service Details**:\n\t* Train:\n\t\t+ Service Type: train\n\t\t+ Actions: find_train, book_train\n\t\t+ Preferences:\n\t\t\t- train-day: tuesday\n\t\t\t- train-departure: 9:30 am\n\t\t\t- train-leaveat: kings lynn\n\t\t\t- train-destination: cambridge\n\t\t\t- train-bookpeople: 1\n\t\t\t- train-arriveby: 10:00 am\n\t\t+ Fare: \u00a325\n\t* Hotel:\n\t\t+ Service Type: hotel\n\t\t+ Actions: book_hotel, find_hotel\n\t\t+ Preferences:\n\t\t\t- hotel-internet: yes\n\t\t\t- hotel-parking: yes\n\t\t\t- hotel-pricerange: moderate\n\t\t\t- hotel-stars: 3\n\t\t\t- hotel-type: hotel\n\t\t\t- hotel-name: kings lynn\n\t\t\t- hotel-bookday: tuesday\n\t\t\t- hotel-bookpeople: 1\n\t\t\t- hotel-bookstay: 1 night\n\t\t\t- hotel-area: centre\n\t* Taxi:\n\t\t+ Service Type: taxi\n\t\t+ Actions: find_taxi\n\t\t+ Preferences:\n\t\t\t- taxi-arriveby: kings lynn\n\t\t\t- taxi-departure: cambridge\n\t\t\t- taxi-destination: kings lynn\n\t\t\t- taxi-leaveat: cambridge\n\t* Attraction:\n\t\t+ Service Type: attraction\n\t\t+ Actions: find_attraction\n\t\t+ Preferences:\n\t\t\t- attraction-area: centre\n\t\t\t- attraction-type: museum\n\t\t\t- attraction-name: cambridge university\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_2.json b/notebooks/dialogue_generation/old/output_annotations_2.json new file mode 100644 index 0000000000000000000000000000000000000000..3b86fa8c9e82d6f30abb436736fda88d58c0e430 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_2.json @@ -0,0 +1,17 @@ +[ + [ + " Sure, I'd be happy to help you with the dialogue annotation! Here's the annotated dialogue based on the provided general annotation schema:\n\nDialogue:\n\nUser: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\n\nAnnotation:\n\nServices Involved: hotel, restaurant\n\nPreferences:\n\n* Hotel:\n\t+ Budget: expensive\n\t+ Location: city centre\n* Restaurant:\n\t+ Cuisine: Middle Eastern\n\t+ Theme: Bedouin\n\nActions:\n\n* System: book a room for the user at the University Arms Hotel, find and suggest Middle Eastern restaurants, make a reservation at the Bedouin Restaurant, provide directions to the restaurant from the hotel\n\nHere's a presentation of the annotated dialogue, showing which slots have been populated based on the dialogue:\n\nGeneral Annotation Schema:\n\nServices Involved:\n\n* hotel\n* restaurant\n\nPreferences:\n\n* Hotel:\n\t+ Budget: expensive\n\t+ Location: city centre\n* Restaurant:\n\t+ Cuisine: Middle Eastern\n\t+ Theme: Bedouin\n\nActions:\n\n* System:\n\t+ book a room for the user at the University Arms Hotel\n\t+ find and suggest Middle Eastern restaurants\n\t+ make a reservation at the Bedouin Restaurant\n\t+ provide directions to the restaurant from the hotel\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with that! Here's the annotated dialogue using the provided general annotation schema:\n\n**Annotation Task**: Review the dialogue and identify elements that correspond to slots in the general annotation schema. Fill in these slots with the relevant information from the dialogue.\n\n**Schema-Based Approach**: Use the provided general annotation schema as a guide. Only fill in slots for which there is corresponding information in the dialogue.\n\n**Presentation of Annotations**: Present the filled-in schema clearly, showing which slots have been populated based on the dialogue.\n\nHere's the annotated dialogue:\n\n**Service Involved**: hotel, restaurant\n\n**Service Details**:\n\n* Hotel:\n\t+ Service Type: 4-star hotel\n\t+ Actions: book_hotel\n\t+ Preferences:\n\t\t- hotel-internet: yes\n\t\t- hotel-parking: yes\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: 4\n\t\t- hotel-type: guesthouse\n\t\t- hotel-name: Aylesbray Lodge Guest House\n\t+ Booking Information:\n\t\t- Room: booked for tonight\n\t\t- Total Cost: \\u00a3180\n\t\t- Payment Method: credit card\n\n* Restaurant:\n\t+ Service Type: restaurant\n\t+ Actions: book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: breakfast and dinner\n\t\t- restaurant-bookday: Monday to Sunday\n\t\t- restaurant-bookpeople: not specified\n\t\t- restaurant-booktime: not specified\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: Blue Lion Pub\n\n**Availability and Prices**:\n\n* Hotel: available for the next few days, starting at \\u00a3120 per night\n* Restaurant: available for lunch and dinner, starting at \\u00a315 per person\n\n**Other Information**:\n\n* User: looking for a 4-star hotel with parking and Wi-Fi in the centre of Aylesbray\n* System: assisted user in finding a hotel and a restaurant in Aylesbray, provided information on availability and prices, and booked a room and a table for the user.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the dialogue annotation! Here's the annotated dialogue based on the provided general annotation schema:\n\n**Annotation Task**: Review the dialogue and identify elements that correspond to slots in the general annotation schema. Fill in these slots with the relevant information from the dialogue.\n\n**Schema-Based Approach**: Use the provided general annotation schema as a guide. Only fill in slots for which there is corresponding information in the dialogue.\n\n**Presentation of Annotations**: Present the filled-in schema clearly, showing which slots have been populated based on the dialogue.\n\nHere's the annotated dialogue:\n\n**Services Involved**: hotel, restaurant, taxi, train, attraction\n\n**Service Details**:\n\n* Hotel:\n\t+ Service Type: 3-star hotel\n\t+ Actions: book_hotel\n\t+ Preferences:\n\t\t- Location: heart of the city\n\t\t- Reasonable prices\n\t+ Booking Information:\n\t\t- Number of guests: 7\n\t\t- Date: Tuesday\n\t\t- Cost: [insert cost here]\n* Restaurant:\n\t+ Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- Location: near the hotel\n\t\t- Variety of dishes\n\t\t- Affordable prices\n\t+ Booking Information:\n\t\t- Time: [insert time here]\n\t\t- Dress code: appropriate dress\n* Taxi:\n\t+ Service Type: taxi\n\t+ Actions: find_taxi\n\t+ Preferences:\n\t\t- Arrive by: [insert time here]\n* Train:\n\t+ Service Type: train\n\t+ Actions: find_train, book_train\n\t+ Preferences:\n\t\t- Day: Tuesday\n\t\t- Departure: [insert time here]\n\t\t- Destination: [insert destination here]\n\t+ Booking Information:\n\t\t- Number of guests: 7\n* Attraction:\n\t+ Service Type: attraction\n\t+ Actions: find_attraction\n\t+ Preferences:\n\t\t- Area: centre of the city\n\t\t- Type: museum\n\t\t- Name: [insert name here]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the dialogue annotation! Here's the annotated dialogue based on the provided general annotation schema:\n\n**Annotation Task**: Review the dialogue and identify elements that correspond to slots in the general annotation schema. Fill in these slots with the relevant information from the dialogue.\n\n**Schema-Based Approach**: Use the provided general annotation schema as a guide. Only fill in slots for which there is corresponding information in the dialogue.\n\n**Presentation of Annotations**: Present the filled-in schema clearly, showing which slots have been populated based on the dialogue.\n\nHere's the annotated dialogue:\n\n**Services Involved**: hotel, restaurant, taxi\n\n**Service Details**:\n\n* Hotel:\n\t+ Service Type: hotel\n\t+ Actions: book_hotel, find_hotel\n\t+ Preferences:\n\t\t- hotel-internet: NONE\n\t\t- hotel-parking: NONE\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: 3\n\t\t- hotel-type: guesthouse\n\t\t- hotel-name: Aylesbray Lodge Guest House\n\t+ Booking Information:\n\t\t- Booking Date: Sunday\n\t\t- Check-in Time: 19:00\n\t\t- Check-out Time: Monday\n* Restaurant:\n\t+ Service Type: restaurant\n\t+ Actions: book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: NONE\n\t\t- restaurant-bookday: Sunday\n\t\t- restaurant-bookpeople: 2\n\t\t- restaurant-booktime: 19:00\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: Don Pasquale Pizzeria\n* Taxi:\n\t+ Service Type: taxi\n\t+ Actions: find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby: 19:00\n\t\t- taxi-destination: Aylesbray Lodge Guest House\n\n**User Inputs**:\n\n* User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?\n* User: Oh, I'm not sure yet. Do you have any recommendations?\n* User: Sure, that would be great.\n* User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.\n* User: Yes, please do.\n* User: Yes, please book a taxi for me to arrive at the hotel by 19:00.\n\n**System Responses**:\n\n* System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?\n* System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?\n* System: Great! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?\n* System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?\n* System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the hotel by 19:00?\n* System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here's the annotated dialogue using the provided general annotation schema:\n\n**Annotation Task**: Review the dialogue and identify elements that correspond to slots in the general annotation schema. Fill in these slots with the relevant information from the dialogue.\n\n**Schema-Based Approach**: Use the provided general annotation schema as a guide. Only fill in slots for which there is corresponding information in the dialogue.\n\n**Presentation of Annotations**: Present the filled-in schema clearly, showing which slots have been populated based on the dialogue.\n\nHere's the annotated dialogue:\n\n**Services Involved**: train, hotel\n\n**Service Details**:\n\n* **train**:\n\t+ **Service Type**: train\n\t+ **Actions**: find_train, book_train\n\t+ **Preferences**:\n\t\t- **train-day**: Tuesday\n\t\t- **train-departure**: 9:30 am\n\t\t- **train-leaveat**: Kings Lynn\n\t\t- **train-destination**: Cambridge\n\t\t- **train-bookpeople**: 1\n\t\t- **train-arriveby**: 10:00 am\n* **hotel**:\n\t+ **Service Type**: hotel\n\t+ **Actions**: book_hotel, find_hotel\n\t+ **Preferences**:\n\t\t- **hotel-internet**: no\n\t\t- **hotel-parking**: no\n\t\t- **hotel-pricerange**: moderate\n\t\t- **hotel-stars**: 3\n\t\t- **hotel-type**: hotel\n\t\t- **hotel-name**: None\n\t\t- **hotel-bookday**: Tuesday\n\t\t- **hotel-bookpeople**: 1\n\t\t- **hotel-bookstay**: 1 night\n\t\t- **hotel-area**: centre\n\nHere's the annotated dialogue with the filled-in slots:\n\nUser: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?\n\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?\n\nUser: I'd like to travel on Tuesday.\n\nSystem: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?\n\nUser: I'd like to depart at 9:30 am.\n\nSystem: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?\n\nUser: I'd prefer the 9:30 am train.\n\nSystem: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?\n\nUser: I'd like to book a Standard Class ticket.\n\nSystem: Sure thing! For the Standard Class ticket, the fare is \u00a325. Would you like to proceed with the booking?\n\nUser: Yes, I'd like to proceed with the booking.\n\nSystem: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?\n\nUser: No, that's all for now. Thank you!\n\nSystem: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_3.json b/notebooks/dialogue_generation/old/output_annotations_3.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa72ef9638839889f0c1bfbbc57c70384fb86e3 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_3.json @@ -0,0 +1,17 @@ +[ + [ + " Sure, I can help you with that! Here's the general annotation schema for the entire dialogue:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"expensive\"],\n \"restaurant-name\": [\"bedouin\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-pricerange\": [\"expensive\"],\n \"hotel-type\": [\"hotel\"],\n \"hotel-name\": [\"university arms hotel\"],\n \"hotel-bookday\": [\"saturday\"],\n \"hotel-bookpeople\": [\"2\"],\n \"hotel-bookstay\": [\"2\"]\n }\n }\n ]\n]\n\nNow, let me annotate the dialogue based on the schema:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"expensive\"],\n \"restaurant-name\": [\"bedouin\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-pricerange\": [\"expensive\"],\n \"hotel-type\": [\"hotel\"],\n \"hotel-name\": [\"university arms hotel\"],\n \"hotel-bookday\": [\"saturday\"],\n \"hotel-bookpeople\": [\"2\"],\n \"hotel-bookstay\": [\"2\"]\n }\n }\n ]\n]\n\nThe dialogue is annotated with the general annotation schema provided. Each service involved in the dialogue is annotated with its corresponding service details. The services involved in the dialogue are \"hotel\" and \"restaurant\". The hotel service is annotated with its preferred budget, type, name, booking day, and number of people, while the restaurant service is annotated with its preferred area, pricerange, and name.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here's the general annotation schema for the entire dialogue:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-area\": [\"centre\", \"south\"],\n \"hotel-internet\": [\"yes\"],\n \"hotel-parking\": [\"yes\"],\n \"hotel-bookday\": [\"tuesday\"],\n \"hotel-bookpeople\": [\"4\"],\n \"hotel-bookstay\": [\"3\", \"4\"],\n \"hotel-name\": [\"aylesbray lodge guest house\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"find_restaurant\"],\n \"Preferences\": {}\n }\n ]\n]\n\nNow, let me annotate the dialogue based on the schema:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-area\": [\"centre\", \"south\"],\n \"hotel-internet\": [\"yes\"],\n \"hotel-parking\": [\"yes\"],\n \"hotel-bookday\": [\"tuesday\"],\n \"hotel-bookpeople\": [\"4\"],\n \"hotel-bookstay\": [\"3\", \"4\"],\n \"hotel-name\": [\"aylesbray lodge guest house\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"find_restaurant\"],\n \"Preferences\": {}\n }\n ]\n]\n\nThe dialogue is annotated with the general annotation schema, which includes the services involved, the actions taken, and the preferences specified. The services involved in the dialogue are \"hotel\" and \"restaurant\". The actions taken are \"book_hotel\", \"find_hotel\", and \"find_restaurant\". The preferences specified are related to the hotel, such as the area, internet, parking, booking day, number of people, and stay. There are no preferences specified for the restaurant.\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I can help you with that! Here's the general annotation schema for the entire dialogue:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-name\": [\"cityroomz\"],\n \"hotel-bookday\": [\"tuesday\"],\n \"hotel-bookpeople\": [\"7\"],\n \"hotel-bookstay\": [\"3\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-area\": [\"west\"],\n \"restaurant-pricerange\": [\"expensive\"]\n }\n }\n ]\n]\n\nAnd here's the annotated dialogue based on the schema:\n\n[\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-name\": [\"cityroomz\"],\n \"hotel-bookday\": [\"tuesday\"],\n \"hotel-bookpeople\": [\"7\"],\n \"hotel-bookstay\": [\"3\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-area\": [\"west\"],\n \"restaurant-pricerange\": [\"expensive\"]\n }\n }\n ]\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation schema for the entire dialogue:\n\n[\n {\n \"Dialogue ID\": \"PMUL3484.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-name\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"],\n \"hotel-bookday\": [\"sunday\"],\n \"hotel-bookstay\": [\"5\"],\n \"hotel-bookpeople\": [\"8\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-name\": [\"don pasquale pizzeria\"],\n \"restaurant-bookday\": [\"sunday\"],\n \"restaurant-bookpeople\": [\"8\"],\n \"restaurant-booktime\": [\"19:00\"]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"19:00\"],\n \"taxi-departure\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"],\n \"taxi-destination\": [\"don pasquale pizzeria\"]\n }\n }\n ]\n }\n]\n\nNow, let me annotate the dialogue based on the provided schema:\n\n[\n {\n \"Dialogue ID\": \"PMUL3484.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-name\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"],\n \"hotel-bookday\": [\"sunday\"],\n \"hotel-bookstay\": [\"5\"],\n \"hotel-bookpeople\": [\"8\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"],\n \"Preferences\": {\n \"restaurant-name\": [\"don pasquale pizzeria\"],\n \"restaurant-bookday\": [\"sunday\"],\n \"restaurant-bookpeople\": [\"8\"],\n \"restaurant-booktime\": [\"19:00\"]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"19:00\"],\n \"taxi-departure\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"],\n \"taxi-destination\": [\"don pasquale pizzeria\"]\n }\n }\n ]\n }\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here's the general annotation schema for the entire dialogue based on the provided domain knowledge:\n\n[\n\"Dialogue ID\": \"SNG0389.json\",\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"tuesday\"],\n\"train-departure\": [\"kings lynn\"],\n\"train-leaveat\": [\"9:30\", \"09:30\"],\n\"train-destination\": [\"cambridge\"],\n\"train-bookpeople\": [\"2\"]\n}\n}\n]\n]\n\nAnd here's the example annotation for the dialogue:\n\n[\n\"Dialogue ID\": \"SNG0389.json\",\n\"Services Involved\": [\"train\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"tuesday\"],\n\"train-departure\": [\"kings lynn\"],\n\"train-leaveat\": [\"9:30\", \"09:30\"],\n\"train-destination\": [\"cambridge\"],\n\"train-bookpeople\": [\"2\"]\n}\n}\n]\n]\n\nPlease note that the \"Service Details\" section is a list of service details, where each detail is represented as a dictionary with the following keys:\n\n* \"Service Type\": the type of service (e.g., \"train\")\n* \"Actions\": the possible actions that can be taken for the service (e.g., \"find_train\", \"book_train\")\n* \"Preferences\": the preferences for the service (e.g., \"train-day\", \"train-departure\", \"train-leaveat\", \"train-destination\", \"train-bookpeople\")\n\nIn this example, the dialogue is annotated with a single service, \"train\", and the service details include the possible actions (\"find_train\", \"book_train\") and preferences (\"train-day\", \"train-departure\", \"train-leaveat\", \"train-destination\", \"train-bookpeople\") for that service." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_50.json b/notebooks/dialogue_generation/old/output_annotations_50.json new file mode 100644 index 0000000000000000000000000000000000000000..6abe43337b3f34c8ffae71c5e2af50e0ced382c3 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_50.json @@ -0,0 +1,152 @@ +[ + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n\"Dialogue ID\": \"PMUL4398.json\"\n\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n]\n\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue provided, here's the annotation:\n\n\"Dialogue ID\": \"PMUL4398.json\"\n\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n]\n\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the annotated dialogue based on the general annotation schema you provided:\n\n\"Dialogue ID\": \"PMUL4398.json\"\n\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n]\n\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nPlease note that I have only included the services that are mentioned in the dialogue, and I have not included any additional information or preferences that are not present in the dialogue. Let me know if you have any further questions or if there's anything else I can help you with!" + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the annotated dialogue based on the general annotation schema you provided:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\"],\n\"Service Details\": [\n{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\"], \"Preferences\": {\"hotel-pricerange\": [\"expensive\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"Aylesbray Lodge Guest House\"], \"hotel-bookday\": [\"Sunday\"], \"hotel-bookpeople\": [\"1\"], \"hotel-bookstay\": [\"1\"]}},\n{\"Service Type\": \"restaurant\", \"Actions\": [\"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"Sunday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"19:00\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"Don Pasquale Pizzeria\"]}},\n{\"Service Type\": \"taxi\", \"Actions\": [\"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"any time\"], \"taxi-destination\": [\"Aylesbray Lodge Guest House\"], \"taxi-leaveat\": [\"any time\"]}}]\n\nPlease note that I've only included the services that are mentioned in the dialogue, and I've only included slots that are relevant to the services mentioned. I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\", \"no\"],\n\"hotel-parking\": [\"yes\", \"no\"],\n\"hotel-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"any int\"],\n\"hotel-type\": [\"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"any string\"],\n\"hotel-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"any int\"],\n\"hotel-bookstay\": [\"any int\"],\n\"hotel-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-parking\": [\"yes\"],\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-stars\": [\"4\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"Tuesday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"British\"],\n\"restaurant-bookday\": [\"Tuesday\"],\n\"restaurant-bookpeople\": [\"2\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"expensive\"],\n\"restaurant-name\": [\"Bedouin\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"9:30 am\"],\n\"taxi-departure\": [\"Kings Lynn\"],\n\"taxi-destination\": [\"Cambridge\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"Tuesday\"],\n\"train-departure\": [\"9:30 am\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"museum\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n1. Hotel:\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences: hotel-internet, hotel-parking, hotel-pricerange, hotel-stars, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n2. Restaurant:\n\t* Actions: find_restaurant, book_restaurant\n\t* Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n3. Taxi:\n\t* Actions: find_taxi\n\t* Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n4. Train:\n\t* Actions: find_train, book_train\n\t* Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n5. Attraction:\n\t* Actions: find_attraction\n\t* Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the provided dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"Korean\"],\n\"restaurant-bookday\": [\"Saturday\"],\n\"restaurant-bookpeople\": [2],\n\"restaurant-booktime\": [\"12:30 pm\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"expensive\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-parking\": [\"yes\"],\n\"hotel-pricerange\": [\"moderate\"],\n\"hotel-stars\": [4],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"Saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"12:30 pm\"],\n\"taxi-destination\": [\"Little Seoul\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"Saturday\"],\n\"train-departure\": [\"09:15\"],\n\"train-leaveat\": [\"30 minutes\"],\n\"train-destination\": [\"Kings Lynn\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"museum\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any questions or need further assistance." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\",\n\"restaurant\",\n\"taxi\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"sunday\"],\n\"train-departure\": [\"2 pm\"],\n\"train-leaveat\": [\"3:30 pm\"],\n\"train-destination\": [\"cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-class\": [\"first_class\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university_arms_hotel\"],\n\"hotel-bookday\": [\"sunday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n}\n]\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\",\n\"restaurant\",\n\"taxi\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"sunday\"],\n\"train-departure\": [\"2 pm\"],\n\"train-leaveat\": [\"3:30 pm\"],\n\"train-destination\": [\"cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-class\": [\"first_class\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university_arms_hotel\"],\n\"hotel-bookday\": [\"sunday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n}\n]\n]\n\nI hope this helps! Let me know if you have any questions or need further assistance." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"Saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\"],\n\"restaurant-bookpeople\": [2],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [2],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"Saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\"],\n\"restaurant-bookpeople\": [2],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [2],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation for the entire dialogue using the provided schema:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\n\"expensive\"\n],\n\"hotel-type\": [\n\"hotel\"\n],\n\"hotel-name\": [\n\"university arms hotel\"\n],\n\"hotel-bookday\": [\n\"saturday\"\n],\n\"hotel-bookpeople\": [\n\"2\"\n],\n\"hotel-bookstay\": [\n\"2\"\n]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n1. Hotel:\n\t* Service Type: hotel\n\t* Actions: book_hotel, find_hotel\n\t* Preferences: hotel-pricerange, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay\n2. Restaurant:\n\t* Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant\n\t* Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n3. Taxi:\n\t* Service Type: taxi\n\t* Actions: find_taxi\n\t* Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n4. Train:\n\t* Service Type: train\n\t* Actions: find_train, book_train\n\t* Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n5. Attraction:\n\t* Service Type: attraction\n\t* Actions: find_attraction\n\t* Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation for the entire dialogue using the provided schema:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n1. Restaurant:\n\t* Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant\n\t* Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n2. Hotel:\n\t* Service Type: hotel\n\t* Actions: book_hotel, find_hotel\n\t* Preferences: hotel-internet, hotel-parking, hotel-pricerange, hotel-stars, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n3. Taxi:\n\t* Service Type: taxi\n\t* Actions: find_taxi\n\t* Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n4. Train:\n\t* Service Type: train\n\t* Actions: find_train, book_train\n\t* Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n5. Attraction:\n\t* Service Type: attraction\n\t* Actions: find_attraction\n\t* Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\",\n\"restaurant\",\n\"taxi\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\",\n\"restaurant\",\n\"taxi\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"friday\"],\n\"train-departure\": [\"16:45\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"1\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"friday\"],\n\"restaurant-bookpeople\": [\"1\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"Birmingham New Street\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the provided dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\n\"expensive\"\n],\n\"hotel-type\": [\n\"hotel\"\n],\n\"hotel-name\": [\n\"a and b guest house\"\n],\n\"hotel-bookday\": [\n\"saturday\"\n],\n\"hotel-bookpeople\": [\n\"2\"\n],\n\"hotel-bookstay\": [\n\"2\"\n]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"book_train\",\n\"find_train\"\n],\n\"Preferences\": {\n\"train-day\": [\n\"monday\"\n],\n\"train-departure\": [\n\"any string\"\n],\n\"train-leaveat\": [\n\"any time\"\n],\n\"train-destination\": [\n\"any string\"\n],\n\"train-bookpeople\": [\n\"any int\"\n],\n\"train-arriveby\": [\n\"any time\"\n]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\n\"centre\"\n],\n\"attraction-type\": [\n\"nightclub\"\n],\n\"attraction-name\": [\n\"any string\"\n]\n}\n}\n]\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\n\"expensive\"\n],\n\"hotel-type\": [\n\"hotel\"\n],\n\"hotel-name\": [\n\"a and b guest house\"\n],\n\"hotel-bookday\": [\n\"saturday\"\n],\n\"hotel-bookpeople\": [\n\"2\"\n],\n\"hotel-bookstay\": [\n\"2\"\n]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"book_train\",\n\"find_train\"\n],\n\"Preferences\": {\n\"train-day\": [\n\"monday\"\n],\n\"train-departure\": [\n\"any string\"\n],\n\"train-leaveat\": [\n\"any time\"\n],\n\"train-destination\": [\n\"any string\"\n],\n\"train-bookpeople\": [\n\"any int\"\n],\n\"train-arriveby\": [\n\"any time\"\n]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\n\"centre\"\n],\n\"attraction-type\": [\n\"nightclub\"\n],\n\"attraction-name\": [\n\"any string\"\n]\n}\n}\n]\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can help you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any questions or need further assistance." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\", \"no\"],\n\"hotel-parking\": [\"yes\", \"no\"],\n\"hotel-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"any int\"],\n\"hotel-type\": [\"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"any string\"],\n\"hotel-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"any int\"],\n\"hotel-bookstay\": [\"any int\"],\n\"hotel-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\"book_hotel\", \"find_hotel\"],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-parking\": [\"yes\"],\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-stars\": [\"4\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"British\"],\n\"restaurant-bookday\": [\"sunday\"],\n\"restaurant-bookpeople\": [\"2\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"expensive\"],\n\"restaurant-name\": [\"Bedouin\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"12:15\"],\n\"taxi-destination\": [\"Cambridge\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"sunday\"],\n\"train-departure\": [\"10:43\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"12:15\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"museum\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n}\n]\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"train\",\n\"hotel\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"tuesday\"],\n\"train-departure\": [\"15:15\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"stevenage\"],\n\"train-bookpeople\": [\"1\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"]\n}\n}\n]\n]\n\nI hope this helps! Let me know if you have any questions or need further assistance." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"]\n},\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"Lensfield Hotel\"],\n\"hotel-bookday\": [\"monday\"],\n\"hotel-bookpeople\": [3],\n\"hotel-bookstay\": [3]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [3],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [3],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"Lensfield Hotel\"],\n\"hotel-bookday\": [\"monday\"],\n\"hotel-bookpeople\": [3],\n\"hotel-bookstay\": [3]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [3],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [3],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nPlease let me know if this annotation meets your requirements or if you need any further assistance!" + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n1. Restaurant:\n\t* Service Type: restaurant\n\t* Actions: find_restaurant, book_restaurant\n\t* Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n2. Hotel:\n\t* Service Type: hotel\n\t* Actions: book_hotel, find_hotel\n\t* Preferences: hotel-internet, hotel-parking, hotel-pricerange, hotel-stars, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n3. Taxi:\n\t* Service Type: taxi\n\t* Actions: find_taxi\n\t* Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n4. Train:\n\t* Service Type: train\n\t* Actions: find_train, book_train\n\t* Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n5. Attraction:\n\t* Service Type: attraction\n\t* Actions: find_attraction\n\t* Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"university arms hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [2],\n\"hotel-bookstay\": [2]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\", \"no\"],\n\"hotel-parking\": [\"yes\", \"no\"],\n\"hotel-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"any int\"],\n\"hotel-type\": [\"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"any string\"],\n\"hotel-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"any int\"],\n\"hotel-bookstay\": [\"any int\"],\n\"hotel-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue you provided, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-parking\": [\"yes\"],\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-stars\": [\"4\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"2\"],\n\"hotel-area\": [\"centre\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"British\"],\n\"restaurant-bookday\": [\"tuesday\"],\n\"restaurant-bookpeople\": [\"2\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"moderate\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"10:30am\"],\n\"taxi-departure\": [\"9:30am\"],\n\"taxi-destination\": [\"Cambridge\"],\n\"taxi-leaveat\": [\"10:30am\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"tuesday\"],\n\"train-departure\": [\"9:30am\"],\n\"train-leaveat\": [\"10:30am\"],\n\"train-destination\": [\"Cambridge\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"10:30am\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"museum\"],\n\"attraction-name\": [\"Ruskin Gallery\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n* Restaurant:\n\t+ Service Type: restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n* Hotel:\n\t+ Service Type: hotel\n\t+ Actions: book_hotel, find_hotel\n\t+ Preferences: hotel-internet, hotel-parking, hotel-pricerange, hotel-stars, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n* Taxi:\n\t+ Service Type: taxi\n\t+ Actions: find_taxi\n\t+ Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n* Train:\n\t+ Service Type: train\n\t+ Actions: find_train, book_train\n\t+ Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n* Attraction:\n\t+ Service Type: attraction\n\t+ Actions: find_attraction\n\t+ Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation for the entire dialogue using the provided schema:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n},\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n},\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n},\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\n\"expensive\"\n],\n\"hotel-type\": [\n\"hotel\"\n],\n\"hotel-name\": [\n\"university arms hotel\"\n],\n\"hotel-bookday\": [\n\"saturday\"\n],\n\"hotel-bookpeople\": [\n\"2\"\n],\n\"hotel-bookstay\": [\n\"2\"\n]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"NONE\",\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"NONE\",\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\",\n\"NONE\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for each service involved:\n\n1. Hotel:\n\t* Service Type: hotel\n\t* Actions: book_hotel, find_hotel, NONE\n\t* Preferences: hotel-pricerange, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay\n2. Restaurant:\n\t* Service Type: restaurant\n\t* Actions: NONE, find_restaurant, book_restaurant\n\t* Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n3. Taxi:\n\t* Service Type: taxi\n\t* Actions: NONE, find_taxi\n\t* Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n4. Train:\n\t* Service Type: train\n\t* Actions: NONE, find_train, book_train\n\t* Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n5. Attraction:\n\t* Service Type: attraction\n\t* Actions: find_attraction, NONE\n\t* Preferences: attraction-area, attraction-type, attraction-name\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with that! Here's the general annotation for the entire dialogue using the provided schema:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\", \"no\"],\n\"hotel-parking\": [\"yes\", \"no\"],\n\"hotel-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"any int\"],\n\"hotel-type\": [\"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"any string\"],\n\"hotel-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"any int\"],\n\"hotel-bookstay\": [\"any int\"],\n\"hotel-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"any string\"],\n\"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"any int\"],\n\"restaurant-booktime\": [\"any time\"],\n\"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\n\"find_taxi\"\n],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\n\"find_train\",\n\"book_train\"\n],\n\"Preferences\": {\n\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"any string\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"any int\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\n\"find_attraction\"\n],\n\"Preferences\": {\n\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\"book_hotel\", \"find_hotel\"],\n\"Preferences\": {\n\"hotel-internet\": [\"yes\"],\n\"hotel-parking\": [\"yes\"],\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-stars\": [\"4\"],\n\"hotel-type\": [\"hotel\"],\n\"hotel-name\": [\"Alexander Bed and Breakfast\"],\n\"hotel-bookday\": [\"saturday\"],\n\"hotel-bookpeople\": [\"2\"],\n\"hotel-bookstay\": [\"1\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\"find_restaurant\", \"book_restaurant\"],\n\"Preferences\": {\n\"restaurant-food\": [\"Indian\"],\n\"restaurant-bookday\": [\"saturday\"],\n\"restaurant-bookpeople\": [\"2\"],\n\"restaurant-booktime\": [\"11:30 AM\"],\n\"restaurant-area\": [\"centre\"],\n\"restaurant-pricerange\": [\"moderate\"],\n\"restaurant-name\": [\"Royal Spice\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"any time\"],\n\"taxi-departure\": [\"any string\"],\n\"taxi-destination\": [\"any string\"],\n\"taxi-leaveat\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"saturday\"],\n\"train-departure\": [\"11:30 AM\"],\n\"train-leaveat\": [\"any time\"],\n\"train-destination\": [\"any string\"],\n\"train-bookpeople\": [\"2\"],\n\"train-arriveby\": [\"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\"],\n\"Preferences\": {\n\"attraction-area\": [\"centre\"],\n\"attraction-type\": [\"museum\"],\n\"attraction-name\": [\"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema based on the provided dialogue:\n\n**Services Involved:**\n\n* Hotel\n* Restaurant\n* Taxi\n* Train\n* Attraction\n\n**Service Details:**\n\n* Hotel:\n\t+ Service Type: Hotel\n\t+ Actions: book_hotel, find_hotel\n\t+ Preferences: hotel-pricerange, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n* Restaurant:\n\t+ Service Type: Restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n* Taxi:\n\t+ Service Type: Taxi\n\t+ Actions: find_taxi\n\t+ Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n* Train:\n\t+ Service Type: Train\n\t+ Actions: find_train, book_train\n\t+ Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n* Attraction:\n\t+ Service Type: Attraction\n\t+ Actions: find_attraction\n\t+ Preferences: attraction-area, attraction-type, attraction-name\n\nBased on the provided dialogue, here's the annotation:\n\n**Services Involved:**\n\n* Hotel\n* Restaurant\n* Taxi\n* Train\n* Attraction\n\n**Service Details:**\n\n* Hotel:\n\t+ Service Type: Hotel\n\t+ Actions: book_hotel, find_hotel\n\t+ Preferences: hotel-pricerange, hotel-type, hotel-name, hotel-bookday, hotel-bookpeople, hotel-bookstay, hotel-area\n\t+ Annotation: University Arms Hotel\n* Restaurant:\n\t+ Service Type: Restaurant\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences: restaurant-food, restaurant-bookday, restaurant-bookpeople, restaurant-booktime, restaurant-area, restaurant-pricerange, restaurant-name\n\t+ Annotation: Midsummer House Restaurant\n* Taxi:\n\t+ Service Type: Taxi\n\t+ Actions: find_taxi\n\t+ Preferences: taxi-arriveby, taxi-departure, taxi-destination, taxi-leaveat\n\t+ Annotation: Not applicable\n* Train:\n\t+ Service Type: Train\n\t+ Actions: find_train, book_train\n\t+ Preferences: train-day, train-departure, train-leaveat, train-destination, train-bookpeople, train-arriveby\n\t+ Annotation: Not applicable\n* Attraction:\n\t+ Service Type: Attraction\n\t+ Actions: find_attraction\n\t+ Preferences: attraction-area, attraction-type, attraction-name\n\t+ Annotation: Not applicable\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I can help you with that! Here's the general annotation for the entire dialogue using the provided schema:\n\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\", \"train\", \"attraction\"],\n\"Service Details\": [\n{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}},\n{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}},\n{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"NONE\", \"any string\"], \"taxi-destination\": [\"NONE\", \"any string\"], \"taxi-leaveat\": [\"NONE\", \"any time\"]}},\n{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}},\n{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nBased on the dialogue, here's the annotation:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any additional dialogues." + ], + [ + " Sure, I'd be happy to help you with the annotation task! Here's the general annotation schema for the dialogue you provided:\n\n[\n\"Dialogue ID\": \"PMUL4398.json\",\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n}\n\nBased on the dialogue you provided, here's the annotation for the services involved:\n\n\"Services Involved\": [\n\"hotel\",\n\"restaurant\",\n\"taxi\",\n\"train\",\n\"attraction\"\n],\n\n\"Service Details\": [\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\n\"book_hotel\",\n\"find_hotel\",\n\"NONE\"\n],\n\"Preferences\": {\n\"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"hotel-stars\": [\"NONE\", \"any int\"],\n\"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\"hotel-name\": [\"NONE\", \"any string\"],\n\"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\"hotel-bookstay\": [\"NONE\", \"any int\"],\n\"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n}\n},\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\n\"NONE\",\n\"find_restaurant\",\n\"book_restaurant\"\n],\n\"Preferences\": {\n\"restaurant-food\": [\"NONE\", \"any string\"],\n\"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n\"restaurant-booktime\": [\"NONE\", \"any time\"],\n\"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\"restaurant-name\": [\"NONE\", \"any string\"]\n}\n},\n{\n\"Service Type\": \"taxi\",\n\"Actions\": [\"NONE\", \"find_taxi\"],\n\"Preferences\": {\n\"taxi-arriveby\": [\"NONE\", \"any time\"],\n\"taxi-departure\": [\"NONE\", \"any string\"],\n\"taxi-destination\": [\"NONE\", \"any string\"],\n\"taxi-leaveat\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"train\",\n\"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n\"Preferences\": {\n\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\"train-departure\": [\"NONE\", \"any string\"],\n\"train-leaveat\": [\"NONE\", \"any time\"],\n\"train-destination\": [\"NONE\", \"any string\"],\n\"train-bookpeople\": [\"NONE\", \"any int\"],\n\"train-arriveby\": [\"NONE\", \"any time\"]\n}\n},\n{\n\"Service Type\": \"attraction\",\n\"Actions\": [\"find_attraction\", \"NONE\"],\n\"Preferences\": {\n\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n\"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n\"attraction-name\": [\"NONE\", \"any string\"]\n}\n}\n]\n\nI hope this helps! Let me know if you have any further questions or if you'd like me to annotate any other dialogues." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_cleaned_50.json b/notebooks/dialogue_generation/old/output_annotations_cleaned_50.json new file mode 100644 index 0000000000000000000000000000000000000000..9edcd8c42e391d1728977ae036a4d6aaed4b7d91 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_cleaned_50.json @@ -0,0 +1,152 @@ +[ + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel and Restaurant Search\",\n \"Services Involved\": [\"Hotel Booking\", \"Restaurant Reservation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\"Book a room at University Arms Hotel\"],\n \"Preferences\": {\n \"restaurant-area\": [\"City Centre\"],\n \"restaurant-pricerange\": [\"Expensive\"]\n }\n },\n {\n \"Service Type\": \"Restaurant Reservation\",\n \"Actions\": [\"Make a reservation at Bedouin Restaurant\"],\n \"Preferences\": {\n \"hotel-pricerange\": [\"Expensive\"],\n \"hotel-type\": [\"Luxurious\"],\n \"hotel-name\": [\"University Arms Hotel\"],\n \"hotel-bookday\": [\"Any day\"],\n \"hotel-bookpeople\": [\"One person\"],\n \"hotel-bookstay\": [\"One night\"]\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of service types and their corresponding actions and preferences. In this case, there are two services involved: hotel booking and restaurant reservation. The \"Preferences\" section lists the user's preferences for each service, such as the budget for the hotel and the type of cuisine for the restaurant." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\n \"Hotel Booking\",\n \"Restaurant Booking\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"Book a room\",\n \"Provide availability and prices\"\n ],\n \"Preferences\": {\n \"hotel-area\": [\n \"Centre of Aylesbray\"\n ],\n \"hotel-internet\": [\n \"Wi-Fi\"\n ],\n \"hotel-parking\": [\n \"Parking\"\n ],\n \"hotel-bookday\": [\n \"Today\"\n ],\n \"hotel-bookpeople\": [\n \"One person\"\n ],\n \"hotel-bookstay\": [\n \"One night\"\n ],\n \"hotel-name\": [\n \"Aylesbray Lodge Guest House\"\n ]\n }\n },\n {\n \"Service Type\": \"Restaurant Booking\",\n \"Actions\": [\n \"Book a table\"\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n \"Blue Lion Pub\"\n ],\n \"restaurant-location\": [\n \"Centre of Aylesbray\"\n ],\n \"restaurant-availability\": [\n \"Lunch and dinner\"\n ],\n \"restaurant-prices\": [\n \"\u00a315 per person\"\n ]\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of dictionaries, each representing a specific service involved in the dialogue. The keys in each dictionary represent the preferences and actions related to that service, and the values are the corresponding facts extracted from the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"hotel-and-restaurant-booking\",\n \"Services Involved\": [\"hotel-booking\", \"restaurant-reservation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel-booking\",\n \"Actions\": [\n \"book-a-room\",\n \"provide-number-of-guests\"\n ],\n \"Preferences\": {\n \"hotel-name\": \"Cityroomz hotel\",\n \"hotel-bookday\": \"Tuesday\",\n \"hotel-bookpeople\": \"7 guests\"\n }\n },\n {\n \"Service Type\": \"restaurant-reservation\",\n \"Actions\": [\n \"make-a-reservation\"\n ],\n \"Preferences\": {\n \"restaurant-area\": \"near the hotel\",\n \"restaurant-pricerange\": \"affordable prices\"\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": \"hotel-and-restaurant-booking\" - This is the unique identifier for the dialogue, which is used to distinguish it from other dialogues.\n\n\"Services Involved\": [\"hotel-booking\", \"restaurant-reservation\"] - This lists the services that are involved in the dialogue. In this case, the services are hotel booking and restaurant reservation.\n\n\"Service Details\": [\n{\n\"Service Type\": \"hotel-booking\",\n\"Actions\": [\n\"book-a-room\",\n\"provide-number-of-guests\"\n],\n\"Preferences\": {\n\"hotel-name\": \"Cityroomz hotel\",\n\"hotel-bookday\": \"Tuesday\",\n\"hotel-bookpeople\": \"7 guests\"\n}\n},\n{\n\"Service Type\": \"restaurant-reservation\",\n\"Actions\": [\n\"make-a-reservation\"\n],\n\"Preferences\": {\n\"restaurant-area\": \"near the hotel\",\n\"restaurant-pricerange\": \"affordable prices\"\n}\n}\n] - This lists the details of each service involved in the dialogue. In this case, there are two services: hotel booking and restaurant reservation. For each service, the \"Actions\" list the specific actions that are performed, and the \"Preferences\" list the specific preferences that are mentioned.\n\nFor hotel booking, the actions are \"book-a-room\" and \"provide-number-of-guests\", and the preferences are \"Cityroomz hotel\", \"Tuesday\", and \"7 guests\".\n\nFor restaurant reservation, the action is \"make-a-reservation\", and the preferences are \"near the hotel\" and \"affordable prices\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\n \"hotel booking\",\n \"restaurant booking\",\n \"taxi booking\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel booking\",\n \"Actions\": [\n \"book hotel\",\n \"provide hotel options\"\n ],\n \"Preferences\": {\n \"hotel-name\": [\n \"Aylesbray Lodge Guest House\"\n ],\n \"hotel-bookday\": [\n \"Sunday\"\n ],\n \"hotel-bookstay\": [\n \"1 night\"\n ]\n }\n },\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"book restaurant\",\n \"provide restaurant options\"\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n \"Don Pasquale Pizzeria\"\n ],\n \"restaurant-bookday\": [\n \"Sunday\"\n ],\n \"restaurant-booktime\": [\n \"19:00\"\n ]\n }\n },\n {\n \"Service Type\": \"taxi booking\",\n \"Actions\": [\n \"book taxi\",\n \"provide taxi options\"\n ],\n \"Preferences\": {\n \"taxi-arriveby\": [\n \"19:00\"\n ],\n \"taxi-departure\": [\n \"Aylesbray Lodge Guest House\"\n ],\n \"taxi-destination\": [\n \"hotel\"\n ]\n }\n }\n ]\n }\n\nNote: The \"Services Involved\" list contains the three services mentioned in the dialogue (hotel booking, restaurant booking, and taxi booking), and the \"Service Details\" list contains the specific actions and preferences for each service. The \"Dialogue ID\" field is left null since it is not provided in the input dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"KL-CAM-001\",\n \"Services Involved\": [\"train-ticket\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train-ticket\",\n \"Actions\": [\n \"provide-train-schedule\",\n \"request-preferences\",\n \"book-train-ticket\"\n ],\n \"Preferences\": {\n \"train-day\": [\"Tuesday\"],\n \"train-departure\": [\"9:30 am\"],\n \"train-leaveat\": [\"Kings Lynn\"],\n \"train-destination\": [\"Cambridge\"],\n \"train-bookpeople\": [\"Standard Class\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"KL-CAM-001\" - This is a unique identifier for the dialogue.\n* \"Services Involved\": [\"train-ticket\"] - This lists the services that are involved in the dialogue, in this case, the service is \"train-ticket\".\n* \"Service Details\": [...], - This is a list of service details, each representing a specific service involved in the dialogue. In this case, there is only one service detail, which is:\n\t+ { \"Service Type\": \"train-ticket\", \"Actions\": [...], \"Preferences\": {...} } - This service detail represents the \"train-ticket\" service and contains information about the actions and preferences related to that service.\n\t+ \"Actions\": [ \"provide-train-schedule\", \"request-preferences\", \"book-train-ticket\" ] - This list of actions represents the specific actions that were taken during the dialogue.\n\t+ \"Preferences\": { \"train-day\": [\"Tuesday\"], \"train-departure\": [\"9:30 am\"], \"train-leaveat\": [\"Kings Lynn\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"Standard Class\"] } - This list of preferences represents the specific preferences that were discussed during the dialogue.\n\nNote that the \"Dialogue ID\", \"Services Involved\", and \"Service Details\" are all null until they are filled in with the appropriate information from the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"User looking for a Chinese restaurant\",\n \"Services Involved\": [\"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"find Chinese restaurants that are open on Saturday\",\n \"provide details such as location and number of people\",\n \"book a table for 2 people at 8pm on Saturday\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"cheap and delicious dishes\"],\n \"restaurant-pricerange\": [\"cheap\"],\n \"restaurant-bookday\": [\"Saturday\"],\n \"restaurant-bookpeople\": [\"2\"],\n \"restaurant-booktime\": [\"8pm\"],\n \"restaurant-name\": [\"The Lucky Star\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue and is set to \"User looking for a Chinese restaurant\".\n* \"Services Involved\" is a list of services that are involved in the dialogue and is set to [\"restaurant booking\"].\n* \"Service Details\" is a list of service details for the service involved and is set to [{\"Service Type\": \"restaurant booking\", \"Actions\": [...], \"Preferences\": {...}}].\n* \"Actions\" is a list of actions that are performed in the dialogue and is set to [find Chinese restaurants that are open on Saturday, provide details such as location and number of people, book a table for 2 people at 8pm on Saturday].\n* \"Preferences\" is a list of preferences that are mentioned in the dialogue and is set to [cheap and delicious dishes, Saturday, 2 people, 8pm, The Lucky Star].\n\nPlease note that the preferences are not explicit in the dialogue, but they can be inferred based on the information provided." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Cambridge to Stansted Airport on Saturday at 20:00\",\n \"Services Involved\": [\"train booking\", \"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train booking\",\n \"Actions\": [\n \"book a train ticket\",\n \"provide departure city and destination\"\n ],\n \"Preferences\": {\n \"train-departure\": \"Cambridge\",\n \"train-destination\": \"Stansted Airport\",\n \"train-day\": \"Saturday\",\n \"train-leaveat\": \"20:00\"\n }\n },\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"provide restaurant name and area\",\n \"provide food preferences\"\n ],\n \"Preferences\": {\n \"restaurant-name\": null,\n \"restaurant-area\": null,\n \"restaurant-food\": null,\n \"restaurant-bookday\": null,\n \"restaurant-booktime\": null,\n \"restaurant-bookpeople\": null\n }\n }\n ]\n }\n\nNote: The \"Services Involved\" list is empty because there is no mention of any restaurants in the dialogue. The \"Service Details\" list contains two elements, one for train booking and one for restaurant booking, because the dialogue mentions both services." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"User looking for a Korean restaurant in Cambridge\",\n \"Services Involved\": [\"restaurant search\", \"train scheduling\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant search\",\n \"Actions\": [\n \"provide information about Korean restaurants in Cambridge\",\n \"filter results based on user preferences\"\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"centre of Cambridge\"],\n \"restaurant-pricerange\": [\"expensive\"],\n \"restaurant-name\": [\"Little Seoul\"]\n }\n },\n {\n \"Service Type\": \"train scheduling\",\n \"Actions\": [\n \"provide information about train schedules\",\n \"book train tickets\"\n ],\n \"Preferences\": {\n \"train-day\": [\"Saturday\"],\n \"train-departure\": [\"09:15\"],\n \"train-destination\": [\"Kings Lynn\"],\n \"train-leaveat\": [\"approximately 30 minutes\"]\n }\n }\n ]\n }\n\nNote: The \"Dialogue ID\" slot is not present in the original dialogue, but it is included here to provide a unique identifier for the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel and Taxi Booking\",\n \"Services Involved\": [\n \"Hotel Booking\",\n \"Taxi Booking\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"Find hotels in the south area of the city that offer parking and fall within the user's budget range\"\n ],\n \"Preferences\": {\n \"hotel-parking\": [\"Yes\"],\n \"hotel-pricerange\": [\"$200 per night\"]\n }\n },\n {\n \"Service Type\": \"Taxi Booking\",\n \"Actions\": [\n \"Arrange for a taxi to pick the user up from the hotel at 17:45\"\n ],\n \"Preferences\": {\n \"taxi-departure\": [\"17:45\"],\n \"taxi-destination\": [\"The Club\"],\n \"taxi-leaveat\": [\"The Club\"]\n }\n }\n ]\n }\n\nThe above annotation schema fills in the slots with the facts present in the dialogue. Here's a brief explanation of each slot:\n\n1. \"Dialogue ID\": This slot contains a unique identifier for the dialogue, in this case, \"Hotel and Taxi Booking\".\n2. \"Services Involved\": This slot contains an array of strings representing the services involved in the dialogue. In this case, the services involved are \"Hotel Booking\" and \"Taxi Booking\".\n3. \"Service Details\": This slot contains an array of objects, each representing a service detail. In this case, there are two service details: one for Hotel Booking and one for Taxi Booking. Each object contains three properties:\n\na. \"Service Type\": This property contains a string representing the type of service. In this case, the service types are \"Hotel Booking\" and \"Taxi Booking\".\n\nb. \"Actions\": This property contains an array of strings representing the actions performed as part of the service. In this case, the actions are \"Find hotels in the south area of the city that offer parking and fall within the user's budget range\" for Hotel Booking and \"Arrange for a taxi to pick the user up from the hotel at 17:45\" for Taxi Booking.\n\nc. \"Preferences\": This property contains an object with key-value pairs representing the user's preferences for the service. In this case, the preferences are related to the hotel booking and taxi booking. For Hotel Booking, the preferences are \"hotel-parking\" and \"hotel-pricerange\". For Taxi Booking, the preferences are \"taxi-departure\", \"taxi-destination\", and \"taxi-leaveat\".\n\nPlease note that the annotation schema is just one possible way to annotate the dialogue, and other schemas or approaches could also be used depending on the specific requirements of the task at hand." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"CS-Train-Booking\",\n \"Services Involved\": [\"train-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train-booking\",\n \"Actions\": [\n \"provide-preferences\",\n \"search-for-trains\",\n \"select-train\",\n \"purchase-ticket\"\n ],\n \"Preferences\": {\n \"train-departure\": [\"Cambridge\", \"15:15\"],\n \"train-destination\": [\"Stansted Airport\"],\n \"train-arriveby\": [\"16:15\"],\n \"train-day\": [\"Saturday\"]\n }\n },\n {\n \"Service Type\": \"payment-gateway\",\n \"Actions\": [\n \"provide-payment-information\",\n \"process-payment\"\n ]\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"CS-Train-Booking\" - This is a unique identifier for the dialogue, used to distinguish it from other dialogues.\n* \"Services Involved\": [\"train-booking\"] - This lists the services that are involved in the dialogue, in this case, the service is \"train-booking\".\n* \"Service Details\": [...], - This is a list of service details, each representing a specific service involved in the dialogue. In this case, there are two services:\n\t+ { \"Service Type\": \"train-booking\", ... } - This service detail represents the \"train-booking\" service, which involves providing preferences, searching for trains, selecting a train, and purchasing a ticket.\n\t+ { \"Service Type\": \"payment-gateway\", ... } - This service detail represents the \"payment-gateway\" service, which involves providing payment information and processing the payment.\n* \"Preferences\": {...} - This is a dictionary of user preferences, in this case, the preferences are related to the train booking, such as the departure and arrival times, the destination, and the day of the week.\n* \"Actions\": [...], - This is a list of actions that are performed during the dialogue, in this case, the actions are related to the two services involved:\n\t+ [ \"provide-preferences\", \"search-for-trains\", \"select-train\", \"purchase-ticket\" ] - These are the actions performed for the \"train-booking\" service.\n\t+ [ \"provide-payment-information\", \"process-payment\" ] - These are the actions performed for the \"payment-gateway\" service.\n\nNote that the general annotation schema can be customized to fit the specific needs of the task at hand. In this case, the schema is tailored to the task of booking a train ticket, but it could be adapted for other tasks, such as booking a flight or a hotel room." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"User looking for a gastropub and attraction recommendations\",\n \"Services Involved\": [\"restaurant booking\", \"attraction booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"book a table for 5 people at 4 pm on Thursday\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"delicious dishes\"],\n \"restaurant-bookday\": [\"Thursday\"],\n \"restaurant-bookpeople\": [5],\n \"restaurant-booktime\": [4 pm]\n }\n },\n {\n \"Service Type\": \"attraction booking\",\n \"Actions\": [\n \"book a visit for 5 people at 2 pm on Thursday\"\n ],\n \"Preferences\": {\n \"attraction-area\": [\"nearby\"],\n \"attraction-type\": [\"museums\"],\n \"attraction-name\": [\"Gallery\"]\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of service types and their corresponding actions and preferences. In this case, there are two services involved: restaurant booking and attraction booking. The \"Preferences\" section lists the preferences for each service, such as the type of food, the day and time of the booking, and the number of people." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Italian Restaurant Search\",\n \"Services Involved\": [\"Restaurant Recommendation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Restaurant Recommendation\",\n \"Actions\": [\n \"Ask for more information about the user's preferences\",\n \"Provide a recommendation based on the user's preferences\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"Italian\"],\n \"restaurant-pricerange\": [\"More Expensive\"]\n }\n }\n ]\n }\n\nThe above annotation schema is filled with the information from the dialogue as follows:\n\n* \"Dialogue ID\": \"Italian Restaurant Search\" - This is the unique identifier for the dialogue.\n* \"Services Involved\": [\"Restaurant Recommendation\"] - This lists the services that are involved in the dialogue.\n* \"Service Details\": [...], - This lists the details of the service provided in the dialogue.\n* \"Service Type\": \"Restaurant Recommendation\" - This specifies the type of service provided in the dialogue.\n* \"Actions\": [...], - This lists the actions taken by the system in the dialogue.\n* \"Preferences\": {...}, - This lists the preferences of the user and the system in the dialogue.\n\nThe preferences are filled with the information from the dialogue as follows:\n\n* \"restaurant-food\": [\"Italian\"] - This specifies the type of food the user is looking for.\n* \"restaurant-pricerange\": [\"More Expensive\"] - This specifies the price range the user is willing to pay.\n\nThe actions and preferences are filled with the information from the dialogue as follows:\n\n* \"Actions\": [\"Ask for more information about the user's preferences\", \"Provide a recommendation based on the user's preferences\"] - These are the actions taken by the system in the dialogue.\n* \"Preferences\": {...} - This lists the preferences of the user and the system in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"taxi-request\",\n \"Services Involved\": [\"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\n \"pickup\",\n \"drop-off\"\n ],\n \"Preferences\": {\n \"taxi-destination\": \"Avalon\",\n \"taxi-leaveat\": \"Primavera\",\n \"taxi-departure\": \"19:15\"\n }\n }\n ]\n }\n\nHere's how the general annotation schema was filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"taxi-request\" - This is a unique identifier for the dialogue, in this case, it's \"taxi-request\".\n* \"Services Involved\": [\"taxi\"] - This lists the services involved in the dialogue, in this case, it's just one service - \"taxi\".\n* \"Service Details\": [...], - This is a list of service details, each representing a specific service involved in the dialogue. In this case, there is only one service detail, which represents the \"taxi\" service.\n* \"Service Type\": \"taxi\" - This specifies the type of service involved in the dialogue. In this case, it's \"taxi\".\n* \"Actions\": [...], - This is a list of actions that can be performed using the service. In this case, the actions are \"pickup\" and \"drop-off\".\n* \"Preferences\": {...}, - This is a dictionary of preferences that can be specified for the service. In this case, the preferences are:\n\t+ \"taxi-destination\": \"Avalon\" - The destination of the taxi ride.\n\t+ \"taxi-leaveat\": \"Primavera\" - The location where the taxi will pick up the user.\n\t+ \"taxi-departure\": \"19:15\" - The time at which the taxi will depart from the pickup location." + ], + [ + "\n Sure, I'd be happy to help! Here's the general annotation schema filled out with the information from the dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"User looking for a restaurant in the centre of the city\",\n \"Services Involved\": [\"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"provide details such as the day and time to book a table\",\n \"book a table for the user\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"British\"],\n \"restaurant-area\": [\"centre of the city\"],\n \"restaurant-pricerange\": [\"moderate\"]\n }\n },\n {\n \"Service Type\": \"attraction recommendation\",\n \"Actions\": [\n \"recommend attractions based on the user's preferences\"\n ],\n \"Preferences\": {\n \"attraction-area\": [\"centre of the city\"],\n \"attraction-type\": [\"British restaurant\"]\n }\n }\n ]\n }\n\nThe dialogue is annotated with two services involved: restaurant booking and attraction recommendation. The restaurant booking service has two actions: providing details such as the day and time to book a table, and booking a table for the user. The preferences for this service include the type of food, the location of the restaurant, and the price range. The attraction recommendation service has one action: recommending attractions based on the user's preferences. The preferences for this service include the location of the attraction and the type of attraction." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"restaurant-booking\",\n \"Services Involved\": [\"restaurant-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\",\n \"Actions\": [\n \"book-table\",\n \"provide-information\",\n \"meet-requirements\"\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"north\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-bookday\": [\"Sunday\"],\n \"restaurant-bookpeople\": [4],\n \"restaurant-booktime\": [12:30 PM],\n \"restaurant-food\": [\"Chinese\"]\n }\n },\n {\n \"Service Type\": \"information-provision\",\n \"Actions\": [\n \"provide-information\",\n \"answer-questions\"\n ]\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": \"restaurant-booking\" - This is the unique identifier for the dialogue, which is \"restaurant-booking\".\n\n\"Services Involved\": [\"restaurant-booking\"] - This lists the services that are involved in the dialogue, which is \"restaurant-booking\" in this case.\n\n\"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\" - This lists the type of service being provided, which is \"restaurant-booking\".\n\n \"Actions\": [\n \"book-table\",\n \"provide-information\",\n \"meet-requirements\" - These are the actions being performed as part of the service, which are \"book-table\", \"provide-information\", and \"meet-requirements\".\n\n \"Preferences\": {\n \"restaurant-area\": [\"north\"] - This lists the preferences for the service, which in this case is \"north\".\n\n \"restaurant-pricerange\": [\"moderate\"] - This lists the pricerange for the service, which is \"moderate\".\n\n \"restaurant-bookday\": [\"Sunday\"] - This lists the day of the week for the service, which is \"Sunday\".\n\n \"restaurant-bookpeople\": [4] - This lists the number of people required for the service, which is [4].\n\n \"restaurant-booktime\": [12:30 PM] - This lists the time for the service, which is [12:30 PM].\n\n \"restaurant-food\": [\"Chinese\"] - This lists the type of food for the service, which is \"Chinese\".\n }\n },\n {\n \"Service Type\": \"information-provision\" - This lists the type of service being provided, which is \"information-provision\".\n\n \"Actions\": [\n \"provide-information\",\n \"answer-questions\" - These are the actions being performed as part of the service, which are \"provide-information\" and \"answer-questions\".\n }\n }\n]\n\nNote that the \"Preferences\" section of the \"Service Details\" array contains a list of preferences for the service, and each preference is associated with a specific value. For example, the preference for \"restaurant-area\" is associated with the value \"north\", and the preference for \"restaurant-pricerange\" is associated with the value \"moderate\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Norwich to Cambridge on Sunday at 2 PM\",\n \"Services Involved\": [\"train booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train ticket booking\",\n \"Actions\": [\n \"find suitable train\",\n \"provide details\",\n \"book train\"\n ],\n \"Preferences\": {\n \"train-day\": \"Sunday\",\n \"train-leaveat\": \"2 PM\",\n \"train-departure\": \"Norwich\",\n \"train-destination\": \"Cambridge\",\n \"train-bookpeople\": \"2\"\n }\n },\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"provide area\",\n \"provide pricerange\",\n \"provide food preferences\"\n ],\n \"Preferences\": {\n \"restaurant-area\": null,\n \"restaurant-pricerange\": null,\n \"restaurant-food\": null\n }\n }\n ]\n }\n\nNote: The \"Services Involved\" list only includes the services that are explicitly mentioned in the dialogue. The \"Service Details\" list includes all the services that are implied or mentioned indirectly in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"CambridgeTrainAndAttraction\",\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"book\", \"inquire\"],\n \"Preferences\": {\n \"train-arriveby\": [\"Wednesday\"],\n \"train-destination\": [\"Norwich\"],\n \"train-day\": [\"Wednesday\"],\n \"train-departure\": [\"16:15\"]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\"book\", \"inquire\"],\n \"Preferences\": {\n \"attraction-area\": [\"city centre\"],\n \"attraction-type\": [\"college tours\"],\n \"attraction-name\": [\"Christ's College\", \"Christ Church College\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is set to \"CambridgeTrainAndAttraction\" to uniquely identify the dialogue.\n* \"Services Involved\" is set to [\"train\", \"attraction\"] to indicate the services discussed in the dialogue.\n* \"Service Details\" is a list of service-specific information, with each service represented by an object with the following properties:\n\t+ \"Service Type\": the type of service (e.g., \"train\" or \"attraction\")\n\t+ \"Actions\": the actions that can be performed on the service (e.g., \"book\", \"inquire\")\n\t+ \"Preferences\": the user's preferences for the service (e.g., departure time, destination, etc.)\n\nIn this dialogue, the user inquires about train schedules and attractions in Cambridge, and the system provides information and answers their questions. Based on the information provided, the following slots can be filled in the general annotation schema:\n\n* \"train-arriveby\": [\"Wednesday\"] (the user asks about the departure time from Cambridge to Norwich on Wednesday)\n* \"train-destination\": [\"Norwich\"] (the system informs the user that the train departs from Cambridge to Norwich)\n* \"train-day\": [\"Wednesday\"] (the user asks about the departure time on Wednesday)\n* \"train-departure\": [\"16:15\"] (the system informs the user of the departure time from Cambridge to Norwich)\n* \"attraction-area\": [\"city centre\"] (the system suggests Christ's College and Christ Church College, both located in the city centre)\n* \"attraction-type\": [\"college tours\"] (the system suggests college tours at Christ's College and Christ Church College)\n* \"attraction-name\": [\"Christ's College\", \"Christ Church College\"] (the system suggests Christ's College and Christ Church College as attractions in the city centre)" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel Booking\",\n \"Services Involved\": [\"Hotel Booking\", \"Payment Processing\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"Provide details\",\n \"Book hotel\",\n \"Confirm booking\"\n ],\n \"Preferences\": {\n \"hotel-internet\": [\"free Wi-Fi\"],\n \"hotel-pricerange\": [\"$100 or less per night\"],\n \"hotel-area\": [\"Cambridge\"],\n \"hotel-bookday\": [\"Tuesday\"],\n \"hotel-bookpeople\": [\"one person\"],\n \"hotel-bookstay\": [\"one night\"]\n }\n },\n {\n \"Service Type\": \"Payment Processing\",\n \"Actions\": [\n \"Provide credit card information\"\n ],\n \"Preferences\": {\n \"payment-method\": [\"credit card\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Hotel Booking\" - This is the unique identifier for the dialogue, which is \"Hotel Booking\" in this case.\n* \"Services Involved\": [\"Hotel Booking\", \"Payment Processing\"] - This lists the services that are involved in the dialogue, which are hotel booking and payment processing.\n* \"Service Details\": [...], - This is an array of objects, each representing a service. In this case, there are two services: hotel booking and payment processing.\n* \"Service Type\": \"Hotel Booking\" - This specifies the type of service being provided, which is hotel booking.\n* \"Actions\": [...], - This is an array of actions that are performed as part of the service. In this case, the actions are \"Provide details\", \"Book hotel\", and \"Confirm booking\".\n* \"Preferences\": {...}, - This is an object that contains the preferences for the service. In this case, the preferences are for the hotel booking service and include \"hotel-internet\", \"hotel-pricerange\", \"hotel-area\", \"hotel-bookday\", \"hotel-bookpeople\", and \"hotel-bookstay\".\n* \"Service Type\": \"Payment Processing\" - This specifies the type of service being provided, which is payment processing.\n* \"Actions\": [...], - This is an array of actions that are performed as part of the service. In this case, the action is \"Provide credit card information\".\n* \"Preferences\": {...}, - This is an object that contains the preferences for the service. In this case, the preference is for the payment method, which is \"credit card\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel and Attraction Recommendations\",\n \"Services Involved\": [\"Hotel Booking\", \"Attraction Recommendations\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"Book a room at the Acorn Guest House\"\n ],\n \"Preferences\": {\n \"attraction-area\": [\"North area of the city\"],\n \"attraction-name\": [\"Cherry Hinton Hall and Grounds\"]\n }\n },\n {\n \"Service Type\": \"Attraction Recommendations\",\n \"Actions\": [\n \"Recommend the Cherry Hinton Hall and Grounds\"\n ],\n \"Preferences\": {\n \"hotel-internet\": [\"Yes\"],\n \"hotel-type\": [\"Guesthouse\"],\n \"hotel-area\": [\"North area of the city\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [\"1\"],\n \"hotel-bookstay\": [\"1 night\"],\n \"hotel-name\": [\"Acorn Guest House\"]\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of service-specific preferences and actions. Each service has its own list of preferences and actions, which are annotated based on the information provided in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"restaurant-booking\",\n \"Services Involved\": [\"restaurant-booking\", \"attraction-recommendation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\",\n \"Actions\": [\n \"book-table\",\n \"provide-availability-information\"\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"centre-of-cambridge\"],\n \"restaurant-food\": [\"chinese\"],\n \"restaurant-pricerange\": [\"affordable\"]\n }\n },\n {\n \"Service Type\": \"attraction-recommendation\",\n \"Actions\": [\n \"provide-information\",\n \"recommend-attractions\"\n ],\n \"Preferences\": {\n \"attraction-type\": [\"museum\"],\n \"attraction-name\": [\"cambridge-contemporary-art-museum\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"restaurant-booking\" - This is the unique identifier for the dialogue, which is \"restaurant-booking\".\n* \"Services Involved\": [\"restaurant-booking\", \"attraction-recommendation\"] - This lists the services that are involved in the dialogue, which are \"restaurant-booking\" and \"attraction-recommendation\".\n* \"Service Details\": [...], - This is an array of objects, each representing a service and its details.\n\nThe first object in the array represents the \"restaurant-booking\" service, and has the following properties:\n\n* \"Service Type\": \"restaurant-booking\" - This specifies the type of service being provided.\n* \"Actions\": [...], - This is an array of actions that are being performed as part of the service. In this case, the actions are \"book-table\" and \"provide-availability-information\".\n* \"Preferences\": {...}, - This is an object that specifies the preferences for the service. In this case, the preferences are for a restaurant in the centre of Cambridge that serves Chinese food and is affordable.\n\nThe second object in the array represents the \"attraction-recommendation\" service, and has the following properties:\n\n* \"Service Type\": \"attraction-recommendation\" - This specifies the type of service being provided.\n* \"Actions\": [...], - This is an array of actions that are being performed as part of the service. In this case, the actions are \"provide-information\" and \"recommend-attractions\".\n* \"Preferences\": {...}, - This is an object that specifies the preferences for the service. In this case, the preferences are for a museum in the area.\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Cambridge-Ely Train Service\",\n \"Services Involved\": [\"train service\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train service\",\n \"Actions\": [\n \"book train service\",\n \"provide departure date and time\",\n \"provide full name and contact details\"\n ],\n \"Preferences\": {\n \"train-destination\": \"Ely\",\n \"train-day\": \"Sunday\",\n \"train-departure\": \"8:00 AM\",\n \"train-leaveat\": [\"8:00 AM\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue and is set to \"Cambridge-Ely Train Service\" in this case.\n* \"Services Involved\" is a list of services that are involved in the dialogue, and is set to [\"train service\"] in this case.\n* \"Service Details\" is a list of service details, each of which corresponds to a specific service involved in the dialogue. In this case, there is only one service detail, which corresponds to the \"train service\" involved in the dialogue.\n* \"Actions\" is a list of actions that are performed or requested in the dialogue. In this case, the actions are \"book train service\", \"provide departure date and time\", and \"provide full name and contact details\".\n* \"Preferences\" is a dictionary of preferences that are specified or requested in the dialogue. In this case, the preferences are \"train-destination\" = \"Ely\", \"train-day\" = \"Sunday\", \"train-departure\" = \"8:00 AM\", and \"train-leaveat\" = [\"8:00 AM\"].\n\nThe annotation schema captures the key information and actions in the dialogue, including the services involved, the preferences specified, and the actions performed or requested. This information can be used to train and evaluate a conversational AI system, and to evaluate the effectiveness of the system in providing accurate and helpful responses to user inquiries." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"train-and-attraction-service\",\n \"Services Involved\": [\n {\n \"Service Type\": \"train-service\",\n \"Actions\": [\n {\n \"Action Type\": \"provide-train-information\",\n \"Preferences\": {\n \"train-departure\": \"Bishops Stortford\",\n \"train-destination\": \"Cambridge\",\n \"train-leaveat\": \"9:00 am\",\n \"train-day\": \"Sunday\"\n }\n }\n ]\n },\n {\n \"Service Type\": \"attraction-service\",\n \"Actions\": [\n {\n \"Action Type\": \"provide-attraction-information\",\n \"Preferences\": {\n \"attraction-type\": \"park-or-outdoor-attraction\"\n }\n }\n ]\n }\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"train-service\",\n \"Actions\": [\n {\n \"Action Type\": \"purchase-tickets\",\n \"Preferences\": {\n \"train-departure\": \"Bishops Stortford\",\n \"train-destination\": \"Cambridge\",\n \"train-leaveat\": \"9:00 am\",\n \"train-day\": \"Sunday\"\n }\n }\n ],\n \"Preferences\": {\n \"train-departure\": \"Bishops Stortford\",\n \"train-destination\": \"Cambridge\",\n \"train-leaveat\": \"9:00 am\",\n \"train-day\": \"Sunday\"\n }\n },\n {\n \"Service Type\": \"attraction-service\",\n \"Actions\": [\n {\n \"Action Type\": \"recommend-attraction\",\n \"Preferences\": {\n \"attraction-type\": \"park-or-outdoor-attraction\"\n }\n }\n ],\n \"Preferences\": {\n \"attraction-type\": \"park-or-outdoor-attraction\"\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of the services involved in the dialogue, along with their actions and preferences. The \"Services Involved\" section is a list of the services that are involved in the dialogue, along with their types. The \"Dialogue ID\" section is a unique identifier for the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Italian Restaurant Search\",\n \"Services Involved\": [\"Restaurant Recommendation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Restaurant Recommendation\",\n \"Actions\": [\n \"Asking for budget\",\n \"Providing restaurant recommendations\",\n \"Checking for gluten-free options\",\n \"Checking for vegetarian options\",\n \"Making a reservation\"\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"South of the city\"],\n \"restaurant-pricerange\": [\"$50 per person\"],\n \"restaurant-food\": [\"Italian\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": \"Italian Restaurant Search\" - This is a unique identifier for the dialogue, used to distinguish it from other dialogues.\n\n\"Services Involved\": [\"Restaurant Recommendation\"] - This lists the services that are involved in the dialogue, in this case, the service is \"Restaurant Recommendation\".\n\n\"Service Details\": [...], - This is a list of details about the service, including the actions taken and the preferences expressed by the user.\n\n\"Actions\": [...], - This is a list of actions taken by the system in response to the user's input. In this case, the system asked for the user's budget, provided restaurant recommendations, checked for gluten-free and vegetarian options, and made a reservation.\n\n\"Preferences\": {...}, - This is a dictionary of the user's preferences, in this case, the preferences are for a restaurant in the south of the city, with a budget of $50 per person, and Italian food.\n\nNote that the preferences are specified as a dictionary, with the key being the preference name (e.g. \"restaurant-area\") and the value being the preference value (e.g. \"South of the city\"). This allows for multiple preferences to be specified and for each preference to have a specific value." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Booking a restaurant\",\n \"Services Involved\": [\"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"provide recommendations\",\n \"book a table\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"Chinese\"],\n \"restaurant-pricerange\": [\"$200\"],\n \"restaurant-area\": [\"east of Cambridge\"],\n \"restaurant-bookday\": [\"Monday\"],\n \"restaurant-bookpeople\": [\"8 people\"]\n }\n },\n {\n \"Service Type\": \"hotel booking\",\n \"Actions\": [\n \"provide recommendations\"\n ],\n \"Preferences\": {\n \"hotel-area\": [\"east of Cambridge\"],\n \"hotel-type\": [\"budget-friendly\"],\n \"hotel-internet\": [\"not specified\"],\n \"hotel-name\": [\"not specified\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Booking a restaurant\" - This is the title of the dialogue, which is \"Booking a restaurant\".\n* \"Services Involved\": [\"restaurant booking\"] - This lists the services involved in the dialogue, which is \"restaurant booking\".\n* \"Service Details\": [...], - This is a list of service details, each representing a specific service involved in the dialogue. In this case, there are two service details:\n\t+ {...}, - This is the first service detail, representing the \"restaurant booking\" service.\n\t\t- \"Service Type\": \"restaurant booking\" - This specifies the type of service, which is \"restaurant booking\".\n\t\t- \"Actions\": [...], - This lists the actions performed as part of the service, which are \"provide recommendations\" and \"book a table\".\n\t\t- \"Preferences\": {...}, - This specifies the preferences associated with the service, which include \"restaurant-food\", \"restaurant-pricerange\", \"restaurant-area\", \"restaurant-bookday\", \"restaurant-bookpeople\".\n\t+ {...}, - This is the second service detail, representing the \"hotel booking\" service.\n\t\t- \"Service Type\": \"hotel booking\" - This specifies the type of service, which is \"hotel booking\".\n\t\t- \"Actions\": [...], - This lists the actions performed as part of the service, which is \"provide recommendations\".\n\t\t- \"Preferences\": {...}, - This specifies the preferences associated with the service, which include \"hotel-area\", \"hotel-type\", \"hotel-internet\", \"hotel-name\".\n\nNote that the preferences associated with each service are specified as a dictionary of key-value pairs, where each key represents a preference and each value represents the value associated with that preference." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Birmingham-Cambridge-Sunday\",\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"book\"],\n \"Preferences\": {\n \"train-arriveby\": [\"13:45\"],\n \"train-day\": [\"Sunday\"],\n \"train-departure\": [\"08:00\"],\n \"train-destination\": [\"Cambridge\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book\"],\n \"Preferences\": {\n \"hotel-area\": [\"Cambridge\"],\n \"hotel-type\": [\"Marriott\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [1],\n \"hotel-bookstay\": [1],\n \"hotel-name\": [\"Huntingdon Marriott Hotel\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Birmingham-Cambridge-Sunday\" - This is a unique identifier for the dialogue, which can be used to distinguish it from other dialogues.\n* \"Services Involved\": [\"train\", \"hotel\"] - This lists the services that are involved in the dialogue, in this case, train and hotel.\n* \"Service Details\": [...], - This is a list of service details, one for each service involved in the dialogue. In this case, there are two service details, one for the train and one for the hotel.\n* \"Service Type\": \"train\" - This specifies the type of service being provided, in this case, a train.\n* \"Actions\": [\"book\"] - This lists the actions that the system performs for the user, in this case, booking a train ticket.\n* \"Preferences\": {...} - This is a dictionary of user preferences for the service, in this case, the train. The preferences include the arrival time, departure time, and destination.\n* \"Service Type\": \"hotel\" - This specifies the type of service being provided, in this case, a hotel.\n* \"Actions\": [\"book\"] - This lists the actions that the system performs for the user, in this case, booking a hotel room.\n* \"Preferences\": {...} - This is a dictionary of user preferences for the service, in this case, the hotel. The preferences include the area, type, booking day, and number of people.\n\nNote that the preferences dictionary is a list of key-value pairs, where each key represents a preference and each value represents the user's input or selection for that preference." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Italian Restaurant Search\",\n \"Services Involved\": [\"Restaurant Recommendations\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Restaurant Recommendations\",\n \"Actions\": [\n \"Ask for user's preference for dining area\",\n \"Provide top-rated Italian restaurant recommendations\"\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"city centre\"],\n \"restaurant-food\": [\"Italian\"]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ntthtthtthtthtthttht\n\n\n\n\n\n\n\ntthtthtthtthtth\n\n\n\n\ntthtthtthttht\n\n\n\n\ntthtthtthttht\n\n\n\n\ntthtthtthttht\n\n\n\ntthtthtthttht\n\n\n\ntthtthtthttht\n\n\n\ntthtthtthttht\n\n\n\ntthtthtthttht\n\n\n\ntthtthtthtthtth\n\n\n\ntthtthtthtthtthtth\n\n\n\n\ntthtthtthtthtthtthtthtthtth\n\n\n\n\ntthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtth" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Booking a restaurant for Monday at 14:15\",\n \"Services Involved\": [\"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"suggesting restaurants based on user preferences\",\n \"providing information about each restaurant\",\n \"booking a table\"\n ],\n \"Preferences\": {\n \"restaurant-name\": [\"Travellers Rest\", \"The Cozy Kitchen\", \"The Gourmet Inn\"],\n \"restaurant-bookday\": [\"Monday\"],\n \"restaurant-bookpeople\": [\"the user\"],\n \"restaurant-booktime\": [\"14:15\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue.\n* \"Services Involved\" is a list of services that are involved in the dialogue. In this case, there is only one service involved - restaurant booking.\n* \"Service Details\" provides more information about the service, including the actions taken and the preferences of the user.\n* \"Preferences\" is a dictionary that contains the user's preferences for the service. In this case, the user has preferences for the name of the restaurant, the day and time of the booking, and the number of people in their party." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Birmingham-Cambridge-Friday\",\n \"Services Involved\": [\"train\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n \"book\",\n \"provide-train-information\"\n ],\n \"Preferences\": {\n \"train-day\": \"Friday\",\n \"train-destination\": \"Cambridge\",\n \"train-departure\": \"16:45\",\n \"train-leaveat\": \"18:45\"\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n \"book\"\n ],\n \"Preferences\": {\n \"attraction-type\": null,\n \"attraction-area\": null,\n \"attraction-name\": null\n }\n }\n ]\n }\n\nHere's how the general annotation schema was filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Birmingham-Cambridge-Friday\" - This is a unique identifier for the dialogue, which can be used to distinguish it from other dialogues.\n* \"Services Involved\": [\"train\"] - This lists the services that are involved in the dialogue, in this case, only the train service is involved.\n* \"Service Details\": [...], - This is a list of service details, each of which corresponds to a specific service involved in the dialogue. In this case, there are two service details: one for the train service.\n* \"Service Type\": \"train\" - This specifies the type of service involved in the dialogue. In this case, it's a train service.\n* \"Actions\": [...], - This is a list of actions that were performed or requested during the dialogue. In this case, the actions include \"book\" and \"provide-train-information\".\n* \"Preferences\": {...}, - This is a dictionary of preferences that were expressed or requested during the dialogue. In this case, the preferences include \"train-day\", \"train-destination\", \"train-departure\", and \"train-leaveat\".\n\nNote that the preferences dictionary only includes preferences that were explicitly mentioned in the dialogue. If a preference was not mentioned, it will not be included in the annotation." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"gastropub-search\",\n \"Services Involved\": [\"restaurant-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\",\n \"Actions\": [\n \"recommend-restaurants\",\n \"provide-menu-information\",\n \"book-table\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\"gastropub dishes\"],\n \"restaurant-pricerange\": [\"$50 per person\"],\n \"restaurant-area\": [\"east of the city\"],\n \"restaurant-bookday\": [\"Monday\"],\n \"restaurant-bookpeople\": [\"2 people\"],\n \"restaurant-booktime\": [\"13:45\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is set to \"gastropub-search\" to uniquely identify this dialogue.\n* \"Services Involved\" is set to [\"restaurant-booking\"] to indicate that the dialogue involves booking a table at a restaurant.\n* \"Service Details\" is set to [{\"Service Type\": \"restaurant-booking\", \"Actions\": [\"recommend-restaurants\", \"provide-menu-information\", \"book-table\"], \"Preferences\": {...}} to provide more detailed information about the service involved.\n* \"Preferences\" is set to {...} to store the user's preferences, such as budget, number of people, and time of booking.\n\nIn this example, the user's preferences are stored in the \"Preferences\" object, which includes the following key-value pairs:\n\n* \"restaurant-food\": [\"gastropub dishes\"]\n* \"restaurant-pricerange\": [\"$50 per person\"]\n* \"restaurant-area\": [\"east of the city\"]\n* \"restaurant-bookday\": [\"Monday\"]\n* \"restaurant-bookpeople\": [\"2 people\"]\n* \"restaurant-booktime\": [\"13:45\"]\n\nThese preferences are used to guide the system's recommendations and actions throughout the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel and Train Booking\",\n \"Services Involved\": [\"Hotel Booking\", \"Train Booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\"Book the 'a and b guest house'\"],\n \"Preferences\": {\n \"hotel-name\": [\"a and b guest house\"],\n \"hotel-parking\": [\"parking available\"]\n }\n },\n {\n \"Service Type\": \"Train Booking\",\n \"Actions\": [\"Book the train ticket from London Liverpool Street to Cambridge\"],\n \"Preferences\": {\n \"train-departure\": [\"London Liverpool Street\"],\n \"train-destination\": [\"Cambridge\"],\n \"train-day\": [\"not specified\"],\n \"train-leaveat\": [\"not specified\"],\n \"train-bookpeople\": [\"not specified\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue.\n* \"Services Involved\" is a list of the services that are involved in the dialogue. In this case, it is [\"Hotel Booking\", \"Train Booking\"].\n* \"Service Details\" is a list of the service details for each service involved in the dialogue. In this case, it is [{\"Hotel Booking\": {\"Actions\": [\"Book the 'a and b guest house'\"], \"Preferences\": {\"hotel-name\": [\"a and b guest house\"], \"hotel-parking\": [\"parking available\"]}}, {\"Train Booking\": {\"Actions\": [\"Book the train ticket from London Liverpool Street to Cambridge\"], \"Preferences\": {\"train-departure\": [\"London Liverpool Street\"], \"train-destination\": [\"Cambridge\"], \"train-day\": [\"not specified\"], \"train-leaveat\": [\"not specified\"], \"train-bookpeople\": [\"not specified\"]}}}]\n\nThe above annotation schema captures the information provided in the dialogue, including the services involved, the actions taken, and the preferences mentioned." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"train-booking-hotel-recommendation\",\n \"Services Involved\": [\"train-booking\", \"hotel-recommendation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train-booking\",\n \"Actions\": [\n \"provide departure time\",\n \"provide number of travelers\"\n ],\n \"Preferences\": {\n \"train-departure\": [\"13:45\"],\n \"train-destination\": [\"Norwich\"],\n \"train-day\": [\"Sunday\"]\n }\n },\n {\n \"Service Type\": \"hotel-recommendation\",\n \"Actions\": [\n \"recommend a hotel\"\n ],\n \"Preferences\": {\n \"hotel-pricerange\": [\"moderate\"],\n \"hotel-type\": [\"guesthouse\"],\n \"hotel-area\": [\"east\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": \"train-booking-hotel-recommendation\" - This is a unique identifier for the dialogue, used to distinguish it from other dialogues.\n\n\"Services Involved\": [\"train-booking\", \"hotel-recommendation\"] - This lists the services that are involved in the dialogue. In this case, the user is booking a train and requesting a hotel recommendation.\n\n\"Service Details\": [\n{\n\"Service Type\": \"train-booking\",\n\"Actions\": [\n\"provide departure time\",\n\"provide number of travelers\"\n],\n\"Preferences\": {\n\"train-departure\": [\"13:45\"],\n\"train-destination\": [\"Norwich\"],\n\"train-day\": [\"Sunday\"]\n}\n},\n{\n\"Service Type\": \"hotel-recommendation\",\n\"Actions\": [\n\"recommend a hotel\"\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"moderate\"],\n\"hotel-type\": [\"guesthouse\"],\n\"hotel-area\": [\"east\"]\n}\n}\n] - This lists the specific details of each service involved in the dialogue. In this case, there are two services: train booking and hotel recommendation. For each service, the \"Actions\" list the specific actions that the user takes, and the \"Preferences\" list the specific preferences that the user expresses.\n\nFor the train booking service, the user provides the departure time and number of travelers. For the hotel recommendation service, the user requests a hotel in the east area of Norwich with moderate prices and parking." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Gourmet Burger Kitchen to Corpus Christi\",\n \"Services Involved\": [\"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\n \"find nearest taxi to user's location\",\n \"book taxi for user\"\n ],\n \"Preferences\": {\n \"taxi-destination\": \"Corpus Christi\",\n \"taxi-leaveat\": \"08:45 AM\",\n \"taxi-departure\": \"Gourmet Burger Kitchen\"\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue.\n* \"Services Involved\" is a list of services that are involved in the dialogue. In this case, there is only one service involved - taxi.\n* \"Service Details\" is a list of service-specific details for each service involved in the dialogue. In this case, there is only one service detail for the taxi service - the preferences for the taxi ride.\n* \"Preferences\" is a dictionary of preferences for the service. In this case, the preferences are for the taxi ride and include the destination, leave at time, and departure location." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Booking-Inquiry-1234\",\n \"Services Involved\": [\"Restaurant Booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Restaurant Booking\",\n \"Actions\": [\n \"Provide options for restaurants based on user preferences\",\n \"Book a reservation at a suggested restaurant\"\n ],\n \"Preferences\": {\n \"restaurant-name\": [\"The Centre Bistro\"],\n \"restaurant-bookday\": [\"Sunday\"],\n \"restaurant-bookpeople\": [[\"John Doe\"]],\n \"restaurant-booktime\": [\"14:15\"],\n \"restaurant-area\": [\"The Centre Bistro\"],\n \"restaurant-food\": [null]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is a unique identifier for the dialogue, in this case \"Booking-Inquiry-1234\".\n* \"Services Involved\" is an array of services that were involved in the dialogue, in this case [\"Restaurant Booking\"].\n* \"Service Details\" is an object that contains more specific information about the service, in this case \"Restaurant Booking\".\n* \"Actions\" is an array of actions that were performed as part of the service, in this case [\"Provide options for restaurants based on user preferences\", \"Book a reservation at a suggested restaurant\"].\n* \"Preferences\" is an object that contains the user's preferences for the service, in this case {\"restaurant-name\": [\"The Centre Bistro\"], \"restaurant-bookday\": [\"Sunday\"], \"restaurant-bookpeople\": [[\"John Doe\"]], \"restaurant-booktime\": [\"14:15\"], \"restaurant-area\": [\"The Centre Bistro\"], \"restaurant-food\": [null]}.\n\nPlease note that the \"Preferences\" object contains null values for the \"restaurant-food\" key, as there was no mention of food in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Stevenage to Cambridge Train Booking\",\n \"Services Involved\": [\"train booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train ticket booking\",\n \"Actions\": [\n \"check availability and prices\",\n \"book a train ticket\",\n \"add additional services\"\n ],\n \"Preferences\": {\n \"train-departure\": [\"10:43\", \"12:15\"],\n \"train-destination\": [\"Stevenage\", \"Cambridge\"],\n \"train-arriveby\": [\"12:15\", \"10:43\"],\n \"train-day\": [\"Sunday\"],\n \"train-bookpeople\": [null],\n \"train-leaveat\": [null, null]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is set to a unique identifier for the dialogue, in this case \"Stevenage to Cambridge Train Booking\".\n* \"Services Involved\" is set to the specific service or services involved in the dialogue, in this case [\"train booking\"].\n* \"Service Details\" is set to a list of service-specific details, in this case [{\"Service Type\": \"train ticket booking\", \"Actions\": [\"check availability and prices\", \"book a train ticket\", \"add additional services\"], \"Preferences\": {...}}].\n* \"Preferences\" is a dictionary of user preferences related to the service, in this case containing departure and arrival times, destinations, and other relevant information.\n\nIn this example, the dialogue is annotated with a single service, \"train ticket booking\", and the preferences and actions related to that service. The preferences include departure and arrival times, as well as the specific service type and day of the week. The actions include checking availability and prices, booking a train ticket, and adding additional services." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Cambridge-Stevenage Train Service\",\n \"Services Involved\": [\"train service\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n \"provide information about train services\",\n \"assist with ticket purchase\"\n ],\n \"Preferences\": {\n \"train-destination\": \"Stevenage\",\n \"train-day\": \"Tuesday\",\n \"train-departure\": \"15:15\",\n \"train-leaveat\": \"Cambridge\"\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n \"provide information about attractions in Stevenage\"\n ],\n \"Preferences\": {\n \"attraction-area\": \"Stevenage\",\n \"attraction-type\": null,\n \"attraction-name\": null\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n\"Dialogue ID\": \"Cambridge-Stevenage Train Service\" - This is the unique identifier for the dialogue, which is a descriptive title that summarizes the topic of the conversation.\n\n\"Services Involved\": [\"train service\"] - This lists the services that are involved in the dialogue, which in this case is only one service: a train service.\n\n\"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n \"provide information about train services\",\n \"assist with ticket purchase\"\n ],\n \"Preferences\": {\n \"train-destination\": \"Stevenage\",\n \"train-day\": \"Tuesday\",\n \"train-departure\": \"15:15\",\n \"train-leaveat\": \"Cambridge\"\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n \"provide information about attractions in Stevenage\"\n ],\n \"Preferences\": {\n \"attraction-area\": \"Stevenage\",\n \"attraction-type\": null,\n \"attraction-name\": null\n }\n }\n] - This lists the specific details of the services involved in the dialogue. In this case, there are two services: a train service and an attraction service. The train service has three actions: providing information about train services, assisting with ticket purchase, and departing from Cambridge at 15:15 and arriving in Stevenage at 16:15. The attraction service has one action: providing information about attractions in Stevenage. The preferences for the train service include the destination, day, departure time, and leave-at time, while the preferences for the attraction service include the area, type, and name of the attraction." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"12345\",\n \"Services Involved\": [\n \"Tourism Information\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"Tourism Information\",\n \"Actions\": [\n \"Provide information about local attractions\",\n \"Offer suggestions based on user preferences\"\n ],\n \"Preferences\": {\n \"attraction-type\": [\"college or university\", \"museum\", \"park\"],\n \"attraction-area\": [\"centre of town\"],\n \"attraction-name\": [\"Downing College\", \"town hall clock tower\"]\n }\n }\n ]\n }\n\nThe above annotation schema fills in the slots with the information present in the dialogue. Here's a breakdown of each slot and its corresponding value:\n\n1. \"Dialogue ID\": \"12345\" - This is a unique identifier for the dialogue.\n2. \"Services Involved\": [ \"Tourism Information\" ] - This lists the services involved in the dialogue, in this case, \"Tourism Information\".\n3. \"Service Details\": [ { ... } ] - This provides more detailed information about the services involved, in this case, the tourism information service.\n4. \"Service Type\": \"Tourism Information\" - This indicates the type of service provided.\n5. \"Actions\": [ \"Provide information about local attractions\", \"Offer suggestions based on user preferences\" ] - This lists the actions taken by the system in response to the user's request.\n6. \"Preferences\": { ... } - This contains the user's preferences, in this case, the user is looking for free or low-cost activities, and is interested in colleges or universities, museums, and parks in the centre of town.\n7. \"attraction-type\": [\"college or university\", \"museum\", \"park\"] - This lists the types of attractions the user is interested in.\n8. \"attraction-area\": [\"centre of town\"] - This lists the area where the user would like to find attractions.\n9. \"attraction-name\": [\"Downing College\", \"town hall clock tower\"] - This lists the specific attractions the user is interested in.\n\nNote that the annotation schema can be customized to include additional slots or values based on the specific requirements of the task at hand." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel Booking\",\n \"Services Involved\": [\"Hotel Booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday.\",\n \"System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?\",\n \"User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.\",\n \"System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?\",\n \"User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?\",\n \"System: Certainly! Your booking details are as follows:\",\n \"User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?\",\n \"System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk.\",\n \"User: No, that sounds great. Thank you for your help!\",\n \"System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!\"\n ],\n \"Preferences\": {\n \"hotel-area\": [\"north area of the city\"],\n \"hotel-pricerange\": [\"expensive\"],\n \"hotel-bookday\": [\"Monday\"],\n \"hotel-bookpeople\": [\"3 people\"],\n \"hotel-bookstay\": [\"3 nights\"],\n \"hotel-name\": [\"Lensfield Hotel\"]\n }\n }\n ]\n }\n\nNote: The \"Preferences\" section is a dictionary with key-value pairs, where each key represents a preference and each value is a list of possible values for that preference. The values are represented as arrays to allow for multiple possible values for each preference." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"restaurant-booking\",\n \"Services Involved\": [\"restaurant-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\",\n \"Actions\": [\n \"provide-information\",\n \"book-table\"\n ],\n \"Preferences\": {\n \"restaurant-name\": \"Siam Square Thai Restaurant\",\n \"restaurant-area\": \"heart of Bangkok city centre\",\n \"restaurant-bookday\": \"Sunday\",\n \"restaurant-bookpeople\": \"2\",\n \"restaurant-booktime\": \"19:30\"\n }\n },\n {\n \"Service Type\": \"direction-provision\",\n \"Actions\": [\n \"provide-address\"\n ],\n \"Preferences\": {\n \"train-arriveby\": null,\n \"train-day\": null,\n \"train-destination\": null,\n \"train-departure\": null,\n \"train-bookpeople\": null\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"restaurant-booking\" - This is the unique identifier for the dialogue, which is \"restaurant-booking\".\n* \"Services Involved\": [\"restaurant-booking\"] - This lists the services that are involved in the dialogue, which is only \"restaurant-booking\" in this case.\n* \"Service Details\": [...], - This is a list of service details, each of which corresponds to a service involved in the dialogue. In this case, there is only one service detail, which is for the \"restaurant-booking\" service.\n* \"Service Type\": \"restaurant-booking\" - This specifies the type of service being provided, which is \"restaurant-booking\".\n* \"Actions\": [...], - This is a list of actions that are being performed or requested as part of the service, which in this case includes \"provide-information\" and \"book-table\".\n* \"Preferences\": {...}, - This is a dictionary of preferences that are relevant to the service, which in this case includes the name of the restaurant, the area where the restaurant is located, the day and time of the reservation, and the number of people being booked.\n\nNote that the \"Service Details\" list only includes one service detail for the \"restaurant-booking\" service, but there could be additional service details for other services involved in the dialogue, such as \"direction-provision\" or \"information-provision\"." + ], + [ + "\n Sure, I'd be happy to help! Here's the general annotation schema filled out with the information from the dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel Booking\",\n \"Services Involved\": [\n \"Hotel Booking\",\n \"Taxi Booking\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"provide details\",\n \"book a room\"\n ],\n \"Preferences\": {\n \"hotel-type\": [\"4-star\"],\n \"hotel-area\": [\"city centre\"],\n \"hotel-pricerange\": [\"$200 per night\"],\n \"hotel-bookday\": [\"Sunday\", \"Monday\"],\n \"hotel-bookpeople\": [\"1\"],\n \"hotel-bookstay\": [\"2 nights\"]\n }\n },\n {\n \"Service Type\": \"Taxi Booking\",\n \"Actions\": [\n \"arrange transportation\"\n ],\n \"Preferences\": {\n \"taxi-arriveby\": [\"3 PM\"],\n \"taxi-destination\": [\"123 Main St\"]\n }\n }\n ]\n }\n\nThe dialogue is annotated with two services: hotel booking and taxi booking. The hotel booking service involves providing details, such as budget and preferred hotel type, and booking a room. The taxi booking service involves arranging transportation to the hotel. The preferences for each service are also annotated, including the hotel's location, price range, and booking details." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"ely-to-cambridge-train-booking\",\n \"Services Involved\": [\"train-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train-booking\",\n \"Actions\": [\n \"provide-departure-time-and-arrival-time\",\n \"provide-preferences\",\n \"book-train\",\n \"process-payment\",\n \"provide-booking-confirmation\"\n ],\n \"Preferences\": {\n \"train-departure\": [\"ely\"],\n \"train-destination\": [\"cambridge\"],\n \"train-arriveby\": [\"10:30am\"],\n \"train-bookpeople\": [null],\n \"train-day\": [\"tuesday\"]\n }\n },\n {\n \"Service Type\": \"attraction-information\",\n \"Actions\": [\n \"provide-attraction-information\"\n ],\n \"Preferences\": {\n \"attraction-name\": [\"ruskin-gallery\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is a unique identifier for the dialogue, in this case \"ely-to-cambridge-train-booking\".\n* \"Services Involved\" is an array of services that are involved in the dialogue, in this case [\"train-booking\"].\n* \"Service Details\" is an array of service details, each representing a specific service involved in the dialogue. In this case, there are two service details:\n\t+ A train booking service with the following details:\n\t\t- \"Service Type\": \"train-booking\"\n\t\t- \"Actions\": [\"provide-departure-time-and-arrival-time\", \"provide-preferences\", \"book-train\", \"process-payment\", \"provide-booking-confirmation\"]\n\t\t- \"Preferences\": {\n\t\t\t- \"train-departure\": [\"ely\"],\n\t\t\t- \"train-destination\": [\"cambridge\"],\n\t\t\t- \"train-arriveby\": [\"10:30am\"],\n\t\t\t- \"train-bookpeople\": [null],\n\t\t\t- \"train-day\": [\"tuesday\"]\n\t\t}\n\t+ An attraction information service with the following details:\n\t\t- \"Service Type\": \"attraction-information\"\n\t\t- \"Actions\": [\"provide-attraction-information\"]\n\t\t- \"Preferences\": {\n\t\t\t- \"attraction-name\": [\"ruskin-gallery\"]\n\t\t}\n\nEach slot value in the general annotation schema is filled with the corresponding fact from the dialogue. For example, the fact \"User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am\" is filled in the slot value \"train-departure\" and \"train-arriveby\" in the service details for the train booking service." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"User looking for a restaurant in Bangkok\",\n \"Services Involved\": [\"restaurant booking\", \"travel planning\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\"finding a restaurant based on user preferences\", \"confirming a reservation\"],\n \"Preferences\": {\n \"restaurant-area\": [\"city center\"],\n \"restaurant-pricerange\": [\"2,000 THB per person\"],\n \"restaurant-food\": [\"Thai dishes\", \"pad thai\", \"green curry\"],\n \"restaurant-bookday\": [\"Thursday\"],\n \"restaurant-bookpeople\": [\"1 person\"],\n \"restaurant-booktime\": [\"3 pm\"]\n }\n },\n {\n \"Service Type\": \"travel planning\",\n \"Actions\": [\"providing information about a location\", \"suggesting options\"],\n \"Preferences\": {\n \"hotel-type\": [\"not specified\"]\n }\n },\n {\n \"Service Type\": \"travel planning\",\n \"Actions\": [\"providing information about a location\", \"suggesting options\"],\n \"Preferences\": {\n \"attraction-name\": [\"not specified\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"User looking for a restaurant in Bangkok\" - This is the unique identifier for the dialogue, and it describes the topic of the conversation.\n* \"Services Involved\": [\"restaurant booking\", \"travel planning\"] - This lists the services that are involved in the dialogue. In this case, the user is looking for a restaurant and asking for travel planning recommendations.\n* \"Service Details\": [...], - This is a list of service details for each service involved in the dialogue. For example, for the \"restaurant booking\" service, the details include the type of restaurant (Thai food), the location (city center), the price range (2,000 THB per person), and the specific dishes the user is interested in (pad thai, green curry).\n\nI hope this helps! Let me know if you have any further questions." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"The Italian Place Booking\",\n \"Services Involved\": [\"restaurant booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant booking\",\n \"Actions\": [\n \"provide options for the user\",\n \"confirm booking\",\n \"cancel booking\"\n ],\n \"Preferences\": {\n \"restaurant-name\": \"The Italian Place\",\n \"restaurant-bookday\": \"Wednesday\",\n \"restaurant-bookpeople\": \"one person\",\n \"restaurant-booktime\": \"17:15\"\n }\n }\n ]\n }\n\nHere's how the general annotation schema was filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"The Italian Place Booking\" - This is a unique identifier for the dialogue, which can be used to distinguish it from other dialogues.\n* \"Services Involved\": [\"restaurant booking\"] - This lists the services that were involved in the dialogue, in this case, restaurant booking.\n* \"Service Details\": [...], - This is a list of service details, which includes the service type, actions, and preferences.\n* \"Service Type\": \"restaurant booking\" - This specifies the type of service that was involved in the dialogue.\n* \"Actions\": [...], - This is a list of actions that were performed during the dialogue, in this case, providing options for the user, confirming the booking, and cancelling the booking.\n* \"Preferences\": {...}, - This is a dictionary of preferences that were specified during the dialogue, in this case, the name of the restaurant, the day and time of the booking, and the number of people in the booking." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"train-ticket-inquiry\",\n \"Services Involved\": [\"train-ticket-booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train-ticket-booking\",\n \"Actions\": [\n \"find-train-options\",\n \"book-train-ticket\"\n ],\n \"Preferences\": {\n \"attraction-area\": [\"Cambridge\"]\n }\n },\n {\n \"Service Type\": \"train-ticket-booking\",\n \"Actions\": [\n \"list-train-options\",\n \"book-train-ticket\"\n ],\n \"Preferences\": {\n \"train-destination\": [\"Cambridge\"],\n \"train-arriveby\": [\"13:15\"],\n \"train-day\": [\"Friday\"],\n \"train-departure\": [\"Birmingham New Street\"],\n \"train-bookpeople\": [\"12:45\"]\n }\n }\n ]\n }\n\nHere's the annotation of the dialogue with the general annotation schema:\n\n1. \"User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?\" - This is an opening greeting and a request for assistance. It fills the slot for \"Service Involved\" with \"train-ticket-booking\" and \"Service Details\" with the preference \"attraction-area\" = [\"Cambridge\"].\n2. \"System: Of course! I'd be happy to assist you. What would you like to know?\" - This is a response to the user's request and fills the slot for \"Actions\" with \"find-train-options\".\n3. \"User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?\" - This is a specific request for train options and fills the slot for \"Preferences\" with \"train-destination\" = [\"Cambridge\"], \"train-arriveby\" = [\"13:15\"], \"train-day\" = [\"Friday\"], and \"train-departure\" = [\"Birmingham New Street\"].\n4. \"System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?\" - This is a response to the user's request and fills the slot for \"Actions\" with \"list-train-options\".\n5. \"User: Yes, please do.\" - This is a confirmation of the previous request and fills the slot for \"Preferences\" with \"train-bookpeople\" = [\"12:45\"].\n6. \"System: Great! Here are your options...\" - This is a response to the user's request and fills the slot for \"Actions\" with \"list-train-options\".\n7. \"User: I'd like to book the 12:45 train with a change in Leicester.\" - This is a specific request to book a train ticket and fills the slot for \"Actions\" with \"book-train-ticket\".\n8. \"System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?\" - This is a response to the user's request and fills the slot for \"Actions\" with \"book-train-ticket\".\n9. \"User: No, that's all I need. Thank you.\" - This is a confirmation of the previous request and fills the slot for \"Preferences\" with \"attraction-area\" = [\"Cambridge\"].\n10. \"System: Of course! Your ticket has been booked successfully. The total cost is \u00a335.99. Would you like to pay with credit card or PayPal?\" - This is a response to the user's request and fills the slot for \"Actions\" with \"pay-for-ticket\".\n11. \"User: I'll pay with credit card.\" - This is a confirmation of the previous request and fills the slot for \"Preferences\" with \"payment-method\" = [\"credit card\"].\n12. \"System: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?\" - This is a response to the user's request and fills the slot for \"Actions\" with \"process-payment\".\n13. \"User: No, that's all. Thank you for your help!\" - This is a closing statement and fills the slot for \"Preferences\" with \"attraction-area\" = [\"Cambridge\"].\n14. \"System: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!\" - This is a closing statement and fills the slot for \"Actions\" with \"goodbye\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel Booking\",\n \"Services Involved\": [\"Hotel Booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Guesthouse Booking\",\n \"Actions\": [\n \"Find guesthouses in the north of the city\",\n \"Provide list of options\",\n \"Book The Cozy Nest Guesthouse\"\n ],\n \"Preferences\": {\n \"attraction-type\": [\"Guesthouse\"],\n \"attraction-area\": [\"North of the city\"],\n \"attraction-name\": [\"The Cozy Nest Guesthouse\"]\n }\n },\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\n \"Book the hotel\",\n \"Send booking confirmation\"\n ],\n \"Preferences\": {\n \"hotel-area\": [\"North of the city\"],\n \"hotel-type\": [\"Guesthouse\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [\"4 adults, 2 children\"],\n \"hotel-bookstay\": [\"5 nights\"]\n }\n }\n ]\n }\n\nNote: The \"Dialogue ID\" slot is not present in the original schema, but I have added it here to identify the dialogue as \"Hotel Booking\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"restaurant-search\",\n \"Services Involved\": [\"restaurant-recommendation\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-recommendation\",\n \"Actions\": [\n \"provide-more-details\",\n \"book-table\"\n ],\n \"Preferences\": {\n \"restaurant-area\": \"south\",\n \"restaurant-food\": \"Mexican\",\n \"restaurant-name\": \"Chiquito Restaurant Bar\"\n }\n }\n ]\n }\n\nThe above annotation schema is filled with the information from the dialogue as follows:\n\n* \"Dialogue ID\": \"restaurant-search\" - This is the unique identifier for the dialogue, which is \"restaurant-search\".\n* \"Services Involved\": [\"restaurant-recommendation\"] - This lists the services involved in the dialogue, which is \"restaurant-recommendation\".\n* \"Service Details\": [...], \"Preferences\": {...} - This lists the details of the service and the user's preferences.\n\nIn this case, the service is \"restaurant-recommendation\" and the user's preferences are:\n\n* \"restaurant-area\": \"south\"\n* \"restaurant-food\": \"Mexican\"\n* \"restaurant-name\": \"Chiquito Restaurant Bar\"\n\nThe actions involved in the dialogue are \"provide-more-details\" and \"book-table\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Hotel and Restaurant Booking\",\n \"Services Involved\": [\"Hotel Booking\", \"Restaurant Booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Hotel Booking\",\n \"Actions\": [\"Recommend hotels based on user preferences\"],\n \"Preferences\": {\n \"hotel-internet\": [\"Yes\"],\n \"hotel-parking\": [\"Yes\"],\n \"hotel-area\": [\"Centre of town\"]\n }\n },\n {\n \"Service Type\": \"Restaurant Booking\",\n \"Actions\": [\"Recommend restaurants based on user preferences\"],\n \"Preferences\": {\n \"restaurant-food\": [\"Indian cuisine\"],\n \"restaurant-pricerange\": [\"Affordable\"]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is the unique identifier for the dialogue.\n* \"Services Involved\" is a list of services that are involved in the dialogue. In this case, it is [\"Hotel Booking\", \"Restaurant Booking\"].\n* \"Service Details\" is a list of service details for each service involved in the dialogue. In this case, it is [hotel booking details, restaurant booking details].\n* Each service detail includes the service type, actions taken, and preferences mentioned in the dialogue.\n\nFor example, the first service detail is for hotel booking, and it includes the service type \"Hotel Booking\", actions taken \"Recommend hotels based on user preferences\", and preferences mentioned \"hotel-internet\", \"hotel-parking\", and \"hotel-area\".\n\nSimilarly, the second service detail is for restaurant booking, and it includes the service type \"Restaurant Booking\", actions taken \"Recommend restaurants based on user preferences\", and preferences mentioned \"restaurant-food\" and \"restaurant-pricerange\"." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\n \"restaurant-booking\",\n \"hotel-booking\",\n \"taxi-booking\"\n ],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant-booking\",\n \"Actions\": [\n \"book-table\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"British\"\n ],\n \"restaurant-pricerange\": [\n \"high-end\"\n ],\n \"restaurant-area\": [\n \"cozy\"\n ],\n \"restaurant-name\": [\n \"Midsummer House Restaurant\"\n ],\n \"restaurant-bookday\": [\n \"Saturday\"\n ],\n \"restaurant-bookpeople\": [\n \"3\"\n ],\n \"restaurant-booktime\": [\n \"16:30\"\n ]\n }\n },\n {\n \"Service Type\": \"hotel-booking\",\n \"Actions\": [\n \"book-room\"\n ],\n \"Preferences\": {\n \"hotel-area\": [\n \"central\"\n ],\n \"hotel-pricerange\": [\n \"high-end\"\n ],\n \"hotel-type\": [\n \"comfortable\"\n ],\n \"hotel-name\": [\n \"University Arms Hotel\"\n ]\n }\n },\n {\n \"Service Type\": \"taxi-booking\",\n \"Actions\": [\n \"book-taxi\"\n ],\n \"Preferences\": {\n \"taxi-arriveby\": [\n \"16:30\"\n ],\n \"taxi-departure\": [\n \"17:00\"\n ],\n \"taxi-destination\": [\n \"Midsummer House Restaurant\"\n ]\n }\n }\n ]\n }\n\nNote: The \"Service Details\" section is a list of dictionaries, each representing a specific service involved in the dialogue. Each dictionary contains the following keys:\n\n* \"Service Type\": the type of service involved (e.g. \"restaurant-booking\", \"hotel-booking\", etc.)\n* \"Actions\": the specific actions taken or requested (e.g. \"book-table\", \"book-room\", etc.)\n* \"Preferences\": the user's preferences for the service (e.g. \"British\" food, \"high-end\" pricing, etc.)" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"12345\",\n \"Services Involved\": [\"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\n {\n \"Action\": \"book\",\n \"Arguments\": [\n {\n \"Name\": \"pickup_location\",\n \"Value\": \"Finches Bed and Breakfast\"\n },\n {\n \"Name\": \"dropoff_location\",\n \"Value\": \"Don Pasquale Pizzeria\"\n },\n {\n \"Name\": \"pickup_time\",\n \"Value\": \"13:00\"\n }\n ]\n },\n {\n \"Action\": \"pay\",\n \"Arguments\": [\n {\n \"Name\": \"payment_method\",\n \"Value\": \"credit_card\"\n },\n {\n \"Name\": \"payment_amount\",\n \"Value\": \"[insert information here, based on the provided Domain Knowledge]\"\n }\n ]\n }\n ],\n \"Preferences\": {\n \"taxi-destination\": \"Don Pasquale Pizzeria\",\n \"taxi-arriveby\": \"13:00\",\n \"taxi-departure\": \"Finches Bed and Breakfast\"\n }\n }\n ]\n }\n\nNote: The Domain Knowledge provided is the information about the taxi service, such as the fare for the taxi, which is not explicitly mentioned in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Booking Train and Hotel\",\n \"Services Involved\": [\"train booking\", \"hotel booking\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train booking\",\n \"Actions\": [\"book a train ticket\", \"provide fare information\", \"confirm booking\"],\n \"Preferences\": {\n \"train-day\": \"Monday\",\n \"train-departure\": \"21:45\",\n \"train-destination\": \"Leicester\",\n \"train-leaveat\": \"Cambridge\",\n \"train-bookpeople\": [\"User\"]\n }\n },\n {\n \"Service Type\": \"hotel booking\",\n \"Actions\": [\"book a hotel room\", \"provide hotel information\", \"confirm booking\"],\n \"Preferences\": {\n \"hotel-internet\": [\"free\"],\n \"hotel-name\": \"Allen Bell hotel\",\n \"hotel-bookday\": [\"Thursday\"],\n \"hotel-bookpeople\": [\"User\"],\n \"hotel-bookstay\": [\"four days\"]\n }\n }\n ]\n }\n\nHere's how the general annotation schema is filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Booking Train and Hotel\" - this is the unique identifier for the dialogue.\n* \"Services Involved\": [\"train booking\", \"hotel booking\"] - this lists the services that are being discussed in the dialogue.\n* \"Service Details\": [...], - this is an array of objects, each representing a service.\n\t+ {...}, - this is an object representing the train booking service.\n\t\t- \"Service Type\": \"train booking\" - this specifies the type of service being provided.\n\t\t- \"Actions\": [\"book a train ticket\", \"provide fare information\", \"confirm booking\"] - this lists the actions that are being performed for this service.\n\t\t- \"Preferences\": {...} - this is an object containing the user's preferences for this service.\n\t+ {...}, - this is an object representing the hotel booking service.\n\t\t- \"Service Type\": \"hotel booking\" - this specifies the type of service being provided.\n\t\t- \"Actions\": [\"book a hotel room\", \"provide hotel information\", \"confirm booking\"] - this lists the actions that are being performed for this service.\n\t\t- \"Preferences\": {...} - this is an object containing the user's preferences for this service.\n\nNote that the preferences object contains key-value pairs that represent the user's preferences for each service. These preferences can be used to guide the conversation and provide personalized recommendations to the user." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": \"Police Station Search\",\n \"Services Involved\": [\"Location-Based Services\", \"Information Provision\"],\n \"Service Details\": [\n {\n \"Service Type\": \"Location-Based Services\",\n \"Actions\": [\n {\n \"Action\": \"Geolocation\",\n \"Arguments\": [\n {\n \"Name\": \"User Location\",\n \"Value\": \"New York City\"\n }\n ]\n }\n ],\n \"Preferences\": {\n \"Location Privacy\": \"Required\"\n }\n },\n {\n \"Service Type\": \"Information Provision\",\n \"Actions\": [\n {\n \"Action\": \"Answer Question\",\n \"Arguments\": [\n {\n \"Name\": \"Police Station Information\",\n \"Value\": \"Addresses and contact information for the three closest police stations to the user's location in New York City\"\n }\n ]\n }\n ]\n }\n ]\n }\n\nHere's how the general annotation schema was filled out with the information from the dialogue:\n\n* \"Dialogue ID\": \"Police Station Search\" - This is a unique identifier for the dialogue, and it describes the topic or purpose of the conversation.\n* \"Services Involved\": [\"Location-Based Services\", \"Information Provision\"] - This lists the services that were involved in the dialogue, and their types. In this case, the services are Location-Based Services (to determine the user's location) and Information Provision (to provide the user with information about police stations).\n* \"Service Details\": [...], - This is a list of the specific actions that were performed by each service, along with any relevant arguments or preferences. In this case, there are two service details:\n\t+ Location-Based Services:\n\t\t- Action: Geolocation\n\t\t- Arguments: [User Location = New York City]\n\t\t- Preferences: Location Privacy = Required\n\t+ Information Provision:\n\t\t- Action: Answer Question\n\t\t- Arguments: [Police Station Information = Addresses and contact information for the three closest police stations to the user's location in New York City]\n\nNote that the \"Preferences\" field is not always present, but it can be included if relevant information about the user's preferences or constraints is available." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_partially_cleaned_50.json b/notebooks/dialogue_generation/old/output_annotations_partially_cleaned_50.json new file mode 100644 index 0000000000000000000000000000000000000000..f8c76c7b4502738e1d641f0e8073fb1c77011a9d --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_partially_cleaned_50.json @@ -0,0 +1,152 @@ +[ + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"restaurant-area\": [\n \"city centre\"\n ],\n \"restaurant-pricerange\": [\n \"expensive\"\n ],\n \"restaurant-name\": [\n \"Bedouin Restaurant\"\n ]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-pricerange\": [\n \"expensive\"\n ],\n \"hotel-type\": [\n \"luxurious\"\n ],\n \"hotel-name\": [\n \"University Arms Hotel\"\n ],\n \"hotel-bookday\": [\n null\n ],\n \"hotel-bookpeople\": [\n null\n ],\n \"hotel-bookstay\": [\n null\n ]\n }\n }\n ]\n }\n\nHere's the annotation of the dialogue based on the schema:\n\nDialogue to Annotate:\n[\"User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\\nUser: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\\nSystem: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?\\nUser: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\\nSystem: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?\\nUser: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\\nSystem: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.\\nUser: Great, thank you for all your help!\\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!\\nUser: Thank you, goodbye!\"]\n\nSlot values filled in the schema:\n\n\"Dialogue ID\": null\n\"Services Involved\": [\"hotel\", \"restaurant\"]\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull\n],\n\"Preferences\": {\n\"restaurant-area\": [\"city centre\"],\n\"restaurant-pricerange\": [\"expensive\"],\n\"restaurant-name\": [\"Bedouin Restaurant\"]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"hotel-pricerange\": [\"expensive\"],\n\"hotel-type\": [\"luxurious\"],\n\"hotel-name\": [\"University Arms Hotel\"],\n\"hotel-bookday\": [null],\n\"hotel-bookpeople\": [null],\n\"hotel-bookstay\": [null]\n}\n}\n]" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-area\": [\n null,\n null\n ],\n \"hotel-internet\": [\n null\n ],\n \"hotel-parking\": [\n null\n ],\n \"hotel-bookday\": [\n null\n ],\n \"hotel-bookpeople\": [\n null\n ],\n \"hotel-bookstay\": [\n null,\n null\n ],\n \"hotel-name\": [\n null\n ]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n null\n ],\n \"restaurant-cuisine\": [\n null\n ],\n \"restaurant-price-range\": [\n null\n ]\n }\n }\n ]\n }\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?\\nUser: I'm looking for a 4-star hotel with parking and Wi-Fi.\\nSystem: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?\\nUser: Yes, that sounds perfect. Can you also recommend a restaurant nearby?\\nSystem: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?\\nUser: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?\\nSystem: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?\\nUser: Yes, please go ahead and book a room and a table for me.\\nSystem: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?\\nUser: I'll pay with my credit card.\\nSystem: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\\nUser: Sure, here's my information.\\nSystem: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!\"]\n\n Based on the dialogue, here is the annotation of the general schema:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-area\": [\n null,\n null\n ],\n \"hotel-internet\": [\n null\n ],\n \"hotel-parking\": [\n null\n ],\n \"hotel-bookday\": [\n null\n ],\n \"hotel-bookpeople\": [\n null\n ],\n \"hotel-bookstay\": [\n null,\n null\n ],\n \"hotel-name\": [\n null\n ]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n null\n ],\n \"restaurant-cuisine\": [\n null\n ],\n \"restaurant-price-range\": [\n null\n ]\n }\n }\n ]\n }\n\n Please note that the annotation is based on the information provided in the dialogue, and it may not capture all possible details or preferences that could be relevant for the services involved." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\"hotel-name\": [\"Cityroomz\"], \"hotel-bookday\": [\"Tuesday\"], \"hotel-bookpeople\": [7], \"hotel-bookstay\": [\"insert cost here\"]}},\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null],\n \"Preferences\": {\"restaurant-area\": [\"near the hotel\"], \"restaurant-pricerange\": [\"affordable\"]}}]}\n\n Dialogue to Annotate:\n\n [\"User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\\nSystem: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\\nUser: I'm looking for a 3-star hotel with a good location and reasonable prices.\\nSystem: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\\nUser: Yes, that sounds great. Can you book a room for me on Tuesday?\\nSystem: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\\nUser: There will be 7 of us staying.\\nSystem: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\\nUser: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\\nSystem: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\\nUser: Yes, please make a reservation for us.\\nSystem: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!\"]\n\n Based on the dialogue, the slots in the general annotation schema are filled as follows:\n\n \"Dialogue ID\": null (no specific dialogue ID is mentioned in the dialogue)\n\n \"Services Involved\": [\"restaurant\", \"hotel\"] (the user requests help finding a hotel and a restaurant)\n\n \"Service Details\":\n\n {\"Service Type\": \"hotel\",\n \"Actions\": [booking a room],\n \"Preferences\": {\"hotel-name\": [\"Cityroomz\"], \"hotel-bookday\": [\"Tuesday\"], \"hotel-bookpeople\": [7], \"hotel-bookstay\": [\"insert cost here\"]}} (the user requests a 3-star hotel with a good location and reasonable prices, and the system suggests the Cityroomz hotel)\n\n {\"Service Type\": \"restaurant\",\n \"Actions\": [making a reservation],\n \"Preferences\": {\"restaurant-area\": [\"near the hotel\"], \"restaurant-pricerange\": [\"affordable\"]}} (the user requests a good restaurant in the area, and the system suggests the Westside restaurant)" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"hotel-name\": [\n \"Aylesbray Lodge Guest House\"\n ],\n \"hotel-bookday\": [\n \"Sunday\"\n ],\n \"hotel-bookstay\": [\n \"1 night\"\n ],\n \"hotel-bookpeople\": [\n null\n ]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n \"Don Pasquale Pizzeria\"\n ],\n \"restaurant-bookday\": [\n \"Sunday\"\n ],\n \"restaurant-bookpeople\": [\n null\n ],\n \"restaurant-booktime\": [\n \"19:00\"\n ]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"taxi-arriveby\": [\n \"19:00\"\n ],\n \"taxi-departure\": [\n null\n ],\n \"taxi-destination\": [\n \"Aylesbray Lodge Guest House\"\n ]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is null because it is not mentioned in the dialogue.\n* \"Services Involved\" is [\"restaurant\", \"hotel\", \"taxi\"] because the user requests assistance with these services.\n* \"Service Details\" is an array of objects, each representing one service. The objects have the following properties:\n\t+ \"Service Type\": the type of service (hotel, restaurant, taxi)\n\t+ \"Actions\": the actions taken or requested for that service (e.g. booking, reservation)\n\t+ \"Preferences\": the user's preferences for that service (e.g. hotel name, restaurant name, arrival time)" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Standard Class\", \"Kings Lynn to Cambridge\", \"Tuesday\", \"9:30 am\"]}, \n {\"Action\": \"provide-information\", \"Arguments\": [\"train-day\", \"Tuesday\"]}, \n {\"Action\": \"provide-information\", \"Arguments\": [\"train-departure-time\", \"9:30 am\"]}, \n {\"Action\": \"provide-information\", \"Arguments\": [\"train-destination\", \"Cambridge\"]}, \n {\"Action\": \"provide-information\", \"Arguments\": [\"train-bookpeople\", \"Standard Class\"]}], \n \"Preferences\": {\"train-day\": [\"Tuesday\"], \"train-departure\": [\"9:30 am\"], \"train-leaveat\": [\"Kings Lynn\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"Standard Class\"]}}\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"Chinese\"\n ],\n \"restaurant-pricerange\": [\n \"cheap\"\n ],\n \"restaurant-bookday\": [\n \"Saturday\"\n ],\n \"restaurant-bookpeople\": [\n 2\n ],\n \"restaurant-booktime\": [\n 8\n ],\n \"restaurant-name\": [\n \"The Lucky Star\"\n ]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"restaurant\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-departure\": [\"Cambridge\"], \"train-destination\": [\"Stansted Airport\"], \"train-day\": [\"Saturday\"], \"train-leaveat\": [null], \"train-bookpeople\": [null]}}, \n {\"Service Type\": \"restaurant\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"restaurant-name\": [null], \"restaurant-area\": [null], \"restaurant-food\": [null], \"restaurant-bookday\": [null], \"restaurant-booktime\": [null], \"restaurant-bookpeople\": [null]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?\\nSystem: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?\\nUser: Sure! I'm departing from Cambridge and heading to Stansted Airport.\\nSystem: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?\\nUser: Yes, please!\\nSystem: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:\\nUser: Yes, I'd like to book the Great Northern train.\\nSystem: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?\\nUser: I'll pay by credit card.\\nSystem: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Have a great trip and a wonderful weekend. Goodbye!\"]\n\n Based on the dialogue, the slots in the general annotation schema that are filled in are:\n\n \"Dialogue ID\": null (not present in the dialogue)\n \"Services Involved\": [\"train\", \"restaurant\"] (present in the dialogue)\n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-departure\": [\"Cambridge\"], \"train-destination\": [\"Stansted Airport\"], \"train-day\": [\"Saturday\"], \"train-leaveat\": [null], \"train-bookpeople\": [null]}}, \n {\"Service Type\": \"restaurant\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"restaurant-name\": [null], \"restaurant-area\": [null], \"restaurant-food\": [null], \"restaurant-bookday\": [null], \"restaurant-booktime\": [null], \"restaurant-bookpeople\": [null]}}]}\n\n The slots that are not filled in are \"User ID\" and \"System ID\" (not present in the dialogue), and \"Service Actions\" and \"Service Preferences\" for the \"restaurant\" service (not relevant to the dialogue)." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"restaurant\"], \n \"Service Details\": [\n {\"Service Type\": \"restaurant\", \n \"Actions\": [null, null], \n \"Preferences\": {\"restaurant-area\": [\"centre of Cambridge\"], \n \"restaurant-pricerange\": [\"expensive\"], \n \"restaurant-name\": [\"Little Seoul\"]}}, \n {\"Service Type\": \"train\", \n \"Actions\": [null, null], \n \"Preferences\": {\"train-day\": [\"Saturday\"], \n \"train-departure\": [\"12:30 pm\"], \n \"train-destination\": [\"Kings Lynn\"], \n \"train-leaveat\": [\"30 minutes\"]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?\\nUser: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere.\\nSystem: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and directions?\\nUser: That sounds perfect! Can you also tell me how to get there by train?\\nSystem: Certainly! The nearest train station to Little Seoul is Kings Lynn, and the train departs at 09:15 on Saturdays. The journey takes approximately 30 minutes. Would you like me to book your train tickets for you?\\nUser: No, I think I'll book them separately. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at Little Seoul!\\nUser: Thank you! Goodbye!\\nSystem: Goodbye!\"]\n\n Based on the dialogue, I have filled in the slots of the general annotation schema as follows:\n\n \"Dialogue ID\": null\n \"Services Involved\": [\"train\", \"restaurant\"]\n \"Service Details\": [\n {\"Service Type\": \"restaurant\", \n \"Actions\": [null, null], \n \"Preferences\": {\"restaurant-area\": [\"centre of Cambridge\"], \n \"restaurant-pricerange\": [\"expensive\"], \n \"restaurant-name\": [\"Little Seoul\"]}}, \n {\"Service Type\": \"train\", \n \"Actions\": [null, null], \n \"Preferences\": {\"train-day\": [\"Saturday\"], \n \"train-departure\": [\"12:30 pm\"], \n \"train-destination\": [\"Kings Lynn\"], \n \"train-leaveat\": [\"30 minutes\"]}}]}\n\nPlease note that I have only filled in the slots with information that is explicitly mentioned in the dialogue." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null],\n \"Preferences\": {\"hotel-parking\": [null], \"hotel-pricerange\": [null]}},\n {\"Service Type\": \"attraction\",\n \"Actions\": [null, null],\n \"Preferences\": {\"attraction-area\": [null], \"attraction-type\": [null]}},\n {\"Service Type\": \"taxi\",\n \"Actions\": [null, null],\n \"Preferences\": {\"taxi-departure\": [null, null], \"taxi-destination\": [null, null], \"taxi-leaveat\": [null]}}\n ]\n }\n\n Dialogue to Annotate:\n\n ['User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?\\nUser: I'm looking for something around $200 per night.\\nSystem: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?\\nUser: Yes, please!\\nSystem: Sure thing! Here are the top three hotels that match your criteria:\\nUser: Yes, please book the Huntington Marriott Hotel for me.\\nSystem: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?\\nUser: Yes, that would be great.\\nSystem: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area?\\nUser: Sure, I'd love some recommendations!\\nSystem: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There's a popular nightclub called \"The Club\" that's just a short taxi ride away from the hotel. Would you like me to add it to your itinerary?\\nUser: Yes, that sounds great! Add it to my itinerary, please.\\nSystem: Of course! I have added \"The Club\" to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great time at \"The Club\" and your hotel. Goodbye!']\n\n Based on the dialogue, here is the annotation of the general annotation schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [book],\n \"Preferences\": {\"hotel-parking\": [null], \"hotel-pricerange\": [$200]}},\n {\"Service Type\": \"attraction\",\n \"Actions\": [recommend],\n \"Preferences\": {\"attraction-area\": [south], \"attraction-type\": [nightclub]}},\n {\"Service Type\": \"taxi\",\n \"Actions\": [arrange, pick up],\n \"Preferences\": {\"taxi-departure\": [17:45], \"taxi-destination\": [\"The Club\"], \"taxi-leaveat\": [hotel]}}\n ]\n }\n\nHere is the annotation of the dialogue with the general annotation schema:\n\n1. User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n2. System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?\n\nService Involved: none\n\nPreferences: none\n\n3. User: I'm looking for something around $200 per night.\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n4. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n5. User: Yes, please!\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n6. System: Sure thing! Here are the top three hotels that match your criteria.\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n7. User: Yes, please book the Huntington Marriott Hotel for me.\n\nService Involved: hotel\n\nPreferences: hotel-parking, hotel-pricerange\n\n8. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?\n\nService Involved: taxi\n\nPreferences: taxi-departure, taxi-destination, taxi-leaveat\n\n9. User: Yes, that would be great.\n\nService Involved: taxi\n\nPreferences: taxi-departure, taxi-destination, taxi-leaveat\n\n10. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area?\n\nService Involved: attraction\n\nPreferences: attraction-area, attraction-type\n\n11. User: Sure, I'd love some recommendations!\n\nService Involved: attraction\n\nPreferences: attraction-area, attraction-type\n\n12. System: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There's a popular nightclub called \"The Club\" that's just a short taxi ride away from the hotel. Would you like me to add it to your itinerary?\n\nService Involved: attraction\n\nPreferences: attraction-area, attraction-type\n\n13. User: Yes, that sounds great! Add it to my itinerary, please.\n\nService Involved: attraction\n\nPreferences: attraction-area, attraction-type\n\n14. System: Of course! I have added \"The Club\" to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with?\n\nService Involved: none\n\nPreferences: none" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-departure\",\n \"Information Requested\": \"train-departure\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-destination\",\n \"Information Requested\": \"train-destination\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-arriveby\",\n \"Information Requested\": \"train-arriveby\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-day\",\n \"Information Requested\": \"train-day\"\n }\n ],\n \"Preferences\": {\n \"train-departure\": [\"15:15\"],\n \"train-destination\": [\"Stansted Airport\"],\n \"train-arriveby\": [\"16:15\"],\n \"train-day\": [\"Saturday\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-area\",\n \"Information Requested\": \"restaurant-area\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-pricerange\",\n \"Information Requested\": \"restaurant-pricerange\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-name\",\n \"Information Requested\": \"restaurant-name\"\n }\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"Cambridge\"],\n \"restaurant-pricerange\": [\"economy\"],\n \"restaurant-name\": [\"not specified\"]\n }\n }\n ]\n }\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?\\nUser: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible.\\nSystem: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for \u00a325. Would you like to purchase a ticket?\\nUser: Yes, that sounds perfect. Can I buy the ticket online?\\nSystem: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?\\nUser: Please do.\\nSystem: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train.\\nUser: Okay, I'll provide that information.\\nSystem: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?\\nUser: I'll use my credit card.\\nSystem: Great! Please enter your credit card details, including the card number, expiration date, and security code.\\nUser: Okay, I've entered the information.\\nSystem: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.\\nUser: Great, thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!\\nUser: Thank you, I will. Goodbye!\\nSystem: Goodbye!\"]\n\n Based on the dialogue, I have annotated the slots in the general annotation schema as follows:\n\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-departure\",\n \"Information Requested\": \"train-departure\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-destination\",\n \"Information Requested\": \"train-destination\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-arriveby\",\n \"Information Requested\": \"train-arriveby\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"train-day\",\n \"Information Requested\": \"train-day\"\n }\n ],\n \"Preferences\": {\n \"train-departure\": [\"15:15\"],\n \"train-destination\": [\"Stansted Airport\"],\n \"train-arriveby\": [\"16:15\"],\n \"train-day\": [\"Saturday\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-area\",\n \"Information Requested\": \"restaurant-area\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-pricerange\",\n \"Information Requested\": \"restaurant-pricerange\"\n },\n {\n \"Action Type\": \"provide-information\",\n \"Information Provided\": \"restaurant-name\",\n \"Information Requested\": \"restaurant-name\"\n }\n ],\n \"Preferences\": {\n \"restaurant-area\": [\"Cambridge\"],\n \"restaurant-pricerange\": [\"economy\"],\n \"restaurant-name\": [\"not specified\"]\n }\n }\n ]\n\nPlease note that I have annotated the slots based on the information provided in the dialogue, and I have not made any assumptions or inferences beyond what is explicitly stated in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"delicious dishes\"\n ],\n \"restaurant-bookday\": [\n \"Thursday\"\n ],\n \"restaurant-bookpeople\": [\n \"5 people\"\n ],\n \"restaurant-booktime\": [\n \"4 pm\"\n ],\n \"restaurant-name\": [\n \"Backstreet Bistro\"\n ]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"attraction-area\": [\n \"east area\"\n ],\n \"attraction-type\": [\n \"museums\"\n ],\n \"attraction-name\": [\n \"Gallery\"\n ]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-food\": [\"Italian\"], \"restaurant-pricerange\": [\"expensive\"]}}\n ]}\n\nHere's how the schema should be filled based on the dialogue:\n\n\"Dialogue ID\": null,\n\n\"Services Involved\": [\"restaurant\"],\n\n\"Service Details\": [\n\n{\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-food\": [\"Italian\"], \"restaurant-pricerange\": [\"expensive\"]}}\n\nHere's how each slot of the schema should be filled based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The user is looking for a good European restaurant, and the system is providing recommendations for Italian restaurants.\n\n\"Service Details\": [\n\n{\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-food\": [\"Italian\"], \"restaurant-pricerange\": [\"expensive\"]}}\n\n\"Service Type\": \"restaurant\" - This is the type of service the user is looking for (a good European restaurant).\n\n\"Actions\": [null, null] - There are no specific actions mentioned in the dialogue.\n\n\"Preferences\": {\"restaurant-food\": [\"Italian\"], \"restaurant-pricerange\": [\"expensive\"]} - The user is looking for Italian food and is willing to pay more for a good dining experience." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [{\"Action\": \"pickup\", \"Location\": \"Primavera\", \"Time\": \"19:15\"}, {\"Action\": \"drop-off\", \"Location\": \"Avalon\"}], \"Preferences\": {\"taxi-destination\": [\"Avalon\"], \"taxi-leaveat\": [\"Primavera\"], \"taxi-departure\": [\"19:15\"]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ntthtthtthtthtthtthtthtthtthtth\n\n\n\n\ntthtthtthtthtthtthtth\n\n\n\ntthtthtthtthtthtthtth\n\n\n\ntthtthtthtthtthtthtth\n\n\n\ntthtthtthtthtthtthtth\n\n\n\ntthtthtthtthtthtthtthtthtthtthtth\n\n\n\n\ntthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthttht" + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"restaurant-food\": [\"crossover\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-bookday\": [\"Friday\"],\n \"restaurant-bookpeople\": [8],\n \"restaurant-booktime\": [\"12:30 pm\"]\n }\n },\n {\"Service Type\": \"attraction\",\n \"Actions\": [null],\n \"Preferences\": {\n \"attraction-area\": [null],\n \"attraction-type\": [null],\n \"attraction-name\": [null]\n }}\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n Sure, I'd be happy to help! Here's the general annotation schema filled out based on the information in the dialogue:\n\n\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"restaurant-area\": [\"north\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-bookday\": [Sunday],\n \"restaurant-bookpeople\": [4],\n \"restaurant-booktime\": [12:30 PM],\n \"restaurant-food\": [\"Chinese\"]\n }},\n {\"Service Type\": \"train\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"train-day\": [Sunday],\n \"train-destination\": [null],\n \"train-arriveby\": [null],\n \"train-bookpeople\": [null]\n }}\n ]\n\n The dialogue to annotate is:\n\n ['User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?\\nUser: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices.\\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is \"China Garden\" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?\\nUser: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?\\nSystem: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!']\n\n I hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-day\": [\"Sunday\"],\n \"train-leaveat\": [\"2 PM\"],\n \"train-departure\": [\"Norwich\"],\n \"train-destination\": [\"Cambridge\"],\n \"train-bookpeople\": [\"2\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-area\": [null],\n \"restaurant-pricerange\": [null],\n \"restaurant-food\": [null, null]\n }\n }\n ]\n }\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?\\nUser: Sure. I'd like to travel in first class and there will be two of us.\\nSystem: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?\\nUser: Yes, that sounds perfect. How much does it cost?\\nSystem: The cost for two first-class tickets is \u00a3100. Would you like to proceed with the booking?\\nUser: Yes, I'll go ahead and book it.\\nSystem: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!\"]\n\n Based on the dialogue, the annotation schema should be filled as follows:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n \"find train\",\n \"book train\"\n ],\n \"Preferences\": {\n \"train-day\": [\"Sunday\"],\n \"train-leaveat\": [\"2 PM\"],\n \"train-departure\": [\"Norwich\"],\n \"train-destination\": [\"Cambridge\"],\n \"train-bookpeople\": [\"2\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-area\": [null],\n \"restaurant-pricerange\": [null],\n \"restaurant-food\": [null, null]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n {\n \"Action Type\": \"provide-information\",\n \"Information\": {\n \"train-arriveby\": \"17:15\",\n \"train-destination\": \"Norwich\",\n \"train-day\": \"Wednesday\"\n }\n }\n ],\n \"Preferences\": {\n \"train-arriveby\": [\n \"17:15\"\n ],\n \"train-destination\": [\n \"Norwich\"\n ],\n \"train-day\": [\n \"Wednesday\"\n ]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null,\n {\n \"Action Type\": \"provide-information\",\n \"Information\": {\n \"attraction-area\": \"city centre\",\n \"attraction-type\": [\"college\", \"church\"],\n \"attraction-name\": [\"Christ's College\", \"Christ Church College\"]\n }\n }\n ],\n \"Preferences\": {\n \"attraction-area\": [\n \"city centre\"\n ],\n \"attraction-type\": [\n [\"college\", \"church\"]\n ],\n \"attraction-name\": [\n [\"Christ's College\", \"Christ Church College\"]\n ]\n }\n }\n ]\n }\n\nNote:\n\n* \"Dialogue ID\" is null because it is not present in the dialogue.\n* \"Services Involved\" is an array of two strings, \"train\" and \"attraction\", representing the services discussed in the dialogue.\n* \"Service Details\" is an array of two objects, one for each service, containing information about the service and the user's preferences.\n* Each object in \"Service Details\" has the following properties:\n\t+ \"Service Type\": a string representing the type of service (e.g., \"train\" or \"attraction\").\n\t+ \"Actions\": an array of objects representing the actions taken or requested by the user for the service.\n\t+ \"Preferences\": an object representing the user's preferences for the service, with keys representing the preferences and values representing the corresponding values.\n\nIn this example, the user requested information about train schedules and attractions in the city centre, and the system provided information about train schedules and recommended Christ's College and Christ Church College as attractions. The user then booked a guided tour of Christ's College for Wednesday at 2 pm." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"hotel-internet\": [null],\n \"hotel-pricerange\": [null],\n \"hotel-area\": [null],\n \"hotel-bookday\": [null],\n \"hotel-bookpeople\": [null],\n \"hotel-bookstay\": [null],\n \"hotel-name\": [null]\n }},\n {\"Service Type\": \"train\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"train-destination\": [null],\n \"train-leaveat\": [null],\n \"train-day\": [null],\n \"train-departure\": [null],\n \"train-bookpeople\": [null]\n }\n }\n }\n\n Dialogue to Annotate:\n\n [\"User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\\nUser: I'm looking for something cheap, around $100 or less per night.\\nSystem: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?\\nUser: Yes, please go ahead and book it.\\nSystem: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?\\nUser: I'll pay with my credit card.\\nSystem: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\\nUser: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].\\nSystem: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!\"]\n\n Slot values filled in:\n\n Dialogue ID: null\n\nServices Involved: [\"train\", \"hotel\"]\n\nService Details:\n\nHotel:\n\n* Service Type: hotel\n* Actions: [null, null, null]\n* Preferences:\n\t+ hotel-internet: [null]\n\t+ hotel-pricerange: [null]\n\t+ hotel-area: [null]\n\t+ hotel-bookday: [null]\n\t+ hotel-bookpeople: [null]\n\t+ hotel-bookstay: [null]\n\t+ hotel-name: [null]\n\nTrain:\n\n* Service Type: train\n* Actions: [null, null, null]\n* Preferences:\n\t+ train-destination: [null]\n\t+ train-leaveat: [null]\n\t+ train-day: [null]\n\t+ train-departure: [null]\n\t+ train-bookpeople: [null]" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"attraction-area\": [\"north\"],\n \"attraction-name\": [\"Cherry Hinton Hall and Grounds\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-internet\": [\"yes\"],\n \"hotel-type\": [\"guesthouse\"],\n \"hotel-area\": [\"north\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [null],\n \"hotel-bookstay\": [null],\n \"hotel-name\": [\"Acorn Guest House\"]\n }\n }\n ]\n }\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city.\\nSystem: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?\\nUser: I'm looking for a guesthouse with internet and would like to stay on Sunday.\\nSystem: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?\\nUser: That sounds perfect! Can you also recommend some attractions in the north area?\\nSystem: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?\\nUser: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?\\nSystem: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.\\nUser: Perfect, thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!\"]\n\n Based on the dialogue, the annotation schema should be filled out as follows:\n\n \"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"attraction-area\": [\"north\"],\n \"attraction-name\": [\"Cherry Hinton Hall and Grounds\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-internet\": [\"yes\"],\n \"hotel-type\": [\"guesthouse\"],\n \"hotel-area\": [\"north\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [null],\n \"hotel-bookstay\": [null],\n \"hotel-name\": [\"Acorn Guest House\"]\n }\n }\n ]\n\nNote that the \"Actions\" field for the hotel service is empty because there are no explicit actions mentioned in the dialogue. The \"Preferences\" field for the hotel service includes all the preferences mentioned in the dialogue, but with no specific values provided for \"hotel-bookpeople\" and \"hotel-bookstay\"." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"restaurant-area\": [\"centre of Cambridge\"],\n \"restaurant-food\": [\"Chinese\"],\n \"restaurant-pricerange\": [\"affordable\"],\n \"restaurant-bookday\": [\"Tuesday\"],\n \"restaurant-bookpeople\": [\"2\"],\n \"restaurant-booktime\": [\"12:45 PM\"],\n \"restaurant-name\": [\"Charlie Chan's\"]}},\n\n {\"Service Type\": \"attraction\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"attraction-area\": [\"centre of Cambridge\"],\n \"attraction-type\": [\"museum\"],\n \"attraction-name\": [\"Cambridge Contemporary Art museum\"]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [{\"Action\": \"book\", \"Arguments\": [\"Cambridge to Ely\", \"Sunday at 8:00 AM\"]}, \n {\"Action\": \"provide\", \"Arguments\": [\"preferred departure date and time\"]}], \n \"Preferences\": \n {\"train-destination\": [\"Ely\"], \n \"train-day\": [\"Sunday\"], \n \"train-departure\": [\"8:00 AM\"], \n \"train-leaveat\": [\"8:00 AM\"]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"attraction\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [{\"Action\": \"find-train\", \"Parameters\": [\"Bishops Stortford\", \"Cambridge\", \"Sunday\", \"9:00 am\"]}, \n {\"Action\": \"purchase-tickets\", \"Parameters\": [\"\u00a320 per person\"]}], \n \"Preferences\": {\"train-departure\": [\"Bishops Stortford\"], \"train-destination\": [\"Cambridge\"], \"train-leaveat\": [\"9:00 am\"], \"train-day\": [\"Sunday\"]}}, \n {\"Service Type\": \"attraction\", \n \"Actions\": [{\"Action\": \"recommend-attraction\", \"Parameters\": [\"Cambridge University Botanic Garden\"]}], \n \"Preferences\": {\"attraction-type\": [\"park\", \"outdoor\"]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-area\": [\"south of the city\"], \"restaurant-pricerange\": [\"$25 to $40 per entree\"], \"restaurant-food\": [\"Italian\"]}},\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"gluten-free-options\": [\"gluten-free pasta\", \"gluten-free risotto\"], \"vegetarian-options\": [\"vegetarian pasta\", \"vegetarian risotto\"]}}\n ]}\n\n Dialogue to Annotate:\n ['User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?\\nSystem: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?\\nUser: Yes, I'd like to spend around $50 per person.\\nSystem: Great! Based on your budget and your preference for Italian food, I'd recommend checking out \"Bella Vita\" in the south of the city. They offer a variety of delicious Italian dishes, and their prices range from $25 to $40 per entree. Would you like me to provide you with the address and directions?\\nUser: That sounds perfect! Can you also tell me if they have any gluten-free options?\\nSystem: Yes, \"Bella Vita\" does offer gluten-free options. They have a separate gluten-free menu that includes dishes such as gluten-free pasta and risotto. Would you like me to make a reservation for you?\\nUser: Yes, please. And can you also tell me if they have any vegetarian options?\\nSystem: Absolutely! \"Bella Vita\" offers a variety of vegetarian dishes, including vegetarian pasta and risotto. I've made a reservation for you at 7:00 PM. Is there anything else I can assist you with?\\nUser: No, that's all. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great dining experience at \"Bella Vita\"! Goodbye!']\n\n Based on the dialogue, the following slots can be filled:\n\n \"Dialogue ID\": null (no specific dialogue ID is mentioned in the dialogue)\n\n \"Services Involved\": [\"restaurant\"] (the user is looking for a good Italian restaurant)\n\n \"Service Details\":\n\n [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-area\": [\"south of the city\"], \"restaurant-pricerange\": [\"$25 to $40 per entree\"], \"restaurant-food\": [\"Italian\"]}},\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"gluten-free-options\": [\"gluten-free pasta\", \"gluten-free risotto\"], \"vegetarian-options\": [\"vegetarian pasta\", \"vegetarian risotto\"]}}\n ]\n\n The first service detail corresponds to the user's initial request for a good Italian restaurant in the south of the city, and the second service detail corresponds to the system's recommendation of \"Bella Vita\" and the user's subsequent requests for gluten-free and vegetarian options." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"restaurant-food\": [\"Chinese\"],\n \"restaurant-pricerange\": [\"$200\"],\n \"restaurant-area\": [\"east of Cambridge\"],\n \"restaurant-bookday\": [\"Monday\"],\n \"restaurant-bookpeople\": [8],\n \"restaurant-booktime\": [\"16:15\"]\n }\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"hotel-area\": [\"east of Cambridge\"],\n \"hotel-type\": [null],\n \"hotel-internet\": [null],\n \"hotel-name\": [null]\n }}\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"train-arriveby\": [\n \"13:45\"\n ],\n \"train-day\": [\n \"Sunday\"\n ],\n \"train-departure\": [\n \"08:00\"\n ],\n \"train-destination\": [\n \"Cambridge\"\n ]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-area\": [\n \"Cambridge\"\n ],\n \"hotel-type\": [\n \"Marriott\"\n ],\n \"hotel-bookday\": [\n \"Sunday\"\n ],\n \"hotel-bookpeople\": [\n null\n ],\n \"hotel-bookstay\": [\n \"1 night\"\n ],\n \"hotel-name\": [\n \"Huntingdon Marriott Hotel\"\n ]\n }\n }\n ]\n }\n\nHere is the annotated schema based on the provided dialogue:\n\nGeneral Annotation Schema:\n{\n\"Dialogue ID\": null,\n\"Services Involved\": [\"train\", \"hotel\"],\n\"Service Details\": [\n{\n\"Service Type\": \"train\",\n\"Actions\": [\nnull,\nnull\n],\n\"Preferences\": {\n\"train-arriveby\": [\n\"13:45\"\n],\n\"train-day\": [\n\"Sunday\"\n],\n\"train-departure\": [\n\"08:00\"\n],\n\"train-destination\": [\n\"Cambridge\"\n]\n}\n},\n{\n\"Service Type\": \"hotel\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"hotel-area\": [\n\"Cambridge\"\n],\n\"hotel-type\": [\n\"Marriott\"\n],\n\"hotel-bookday\": [\n\"Sunday\"\n],\n\"hotel-bookpeople\": [\nnull\n],\n\"hotel-bookstay\": [\n\"1 night\"\n],\n\"hotel-name\": [\n\"Huntingdon Marriott Hotel\"\n]\n}\n}\n]\n\nNote that the \"Actions\" slot for the \"train\" service is empty because there are no explicit actions mentioned in the dialogue other than the system's response to the user's request. Similarly, the \"Preferences\" slot for the \"hotel\" service is empty because the user did not provide any specific preferences for the hotel other than the location and type." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-area\": [\"city centre\"], \"restaurant-food\": [null, null]}}\n ]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?\\nSystem: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?\\nUser: Oh, I'd like to find one in the city centre.\\nSystem: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?\\nUser: Yes, please do!\\nSystem: Sure thing! Here are my top picks:\\nUser: Yes, please provide me with the addresses and contact information for Bella Vita and La Bella Italia.\\nSystem: Absolutely! Here's the information you requested:\\nUser: Thank you so much! I'll definitely check them out.\\nSystem: You're welcome! Enjoy your dining experience! Goodbye!\"]\n\n Based on the dialogue, the slots in the general annotation schema that can be filled in are:\n\n \"Dialogue ID\": null (not present in the dialogue)\n \"Services Involved\": [\"restaurant\"] (present in the dialogue)\n \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-area\": [\"city centre\"], \"restaurant-food\": [null, null]}}\n ]\n\n Here are the facts that can be filled in the schema based on the dialogue:\n\n \"Service Type\": \"restaurant\" (present in the dialogue)\n \"Preferences\": {\"restaurant-area\": [\"city centre\"]} (present in the dialogue)\n \"Actions\": [null, null] (not present in the dialogue)\n\n Therefore, the completed general annotation schema based on the dialogue is:\n\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null], \"Preferences\": {\"restaurant-area\": [\"city centre\"], \"restaurant-food\": [null, null]}}\n ]}" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [{\"Action\": \"suggest-restaurants\", \"Arguments\": [{\"name\": \"Travellers Rest\", \"type\": \"cozy-atmosphere\", \"good-service\": true}]}, {\"Action\": \"book-table\", \"Arguments\": [{\"name\": \"Travellers Rest\", \"date\": \"Monday\", \"time\": \"14:15\"}]}], \"Preferences\": {\"restaurant-name\": [\"Travellers Rest\"], \"restaurant-bookday\": [\"Monday\"], \"restaurant-bookpeople\": [null], \"restaurant-booktime\": [\"14:15\"]}}]}\n\nHere's how the schema is filled in based on the dialogue:\n\n\"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n\n\"Services Involved\": [\"restaurant\"] - The service involved in the dialogue is a restaurant.\n\n\"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [{\"Action\": \"suggest-restaurants\", \"Arguments\": [{\"name\": \"Travellers Rest\", \"type\": \"cozy-atmosphere\", \"good-service\": true}]}], \"Preferences\": {\"restaurant-name\": [\"Travellers Rest\"], \"restaurant-bookday\": [\"Monday\"], \"restaurant-bookpeople\": [null], \"restaurant-booktime\": [\"14:15\"]}}\n]\n\n1. \"Service Type\": \"restaurant\" - This is the type of service involved in the dialogue.\n\n2. \"Actions\": [{\"Action\": \"suggest-restaurants\", \"Arguments\": [{\"name\": \"Travellers Rest\", \"type\": \"cozy-atmosphere\", \"good-service\": true}]}], This indicates that the system suggests restaurants based on the user's preferences.\n\n3. \"Preferences\": {\"restaurant-name\": [\"Travellers Rest\"], \"restaurant-bookday\": [\"Monday\"], \"restaurant-bookpeople\": [null], \"restaurant-booktime\": [\"14:15\"]}} - This contains the user's preferences for the restaurant booking.\n\na. \"restaurant-name\": [\"Travellers Rest\"] - The user prefers to book a table at Travellers Rest.\n\nb. \"restaurant-bookday\": [\"Monday\"] - The user wants to book a table on Monday.\n\nc. \"restaurant-bookpeople\": [null] - No specific people are mentioned in the dialogue as being involved in the booking.\n\nd. \"restaurant-booktime\": [\"14:15\"] - The user wants to book a table at 14:15." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"attraction\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-day\": [\"Friday\"], \n \"train-destination\": [\"Cambridge\"], \n \"train-departure\": [\"16:45\"], \n \"train-leaveat\": [\"Birmingham New Street\"], \n \"train-bookpeople\": [\"1\"]}}, \n {\"Service Type\": \"attraction\", \n \"Actions\": [null], \n \"Preferences\": {\"attraction-type\": [null], \n \"attraction-area\": [null], \n \"attraction-name\": [null]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?\\nUser: I'd like to travel on Friday and I need to book one ticket.\\nSystem: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?\\nUser: No, I'd prefer to leave at 16:45. Is that possible?\\nSystem: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?\\nUser: Yes, please. And can I book a single ticket?\\nSystem: Of course! The cost of the ticket will be \u00a335. Would you like to proceed with the booking?\\nUser: Yes, I'll proceed with the booking.\\nSystem: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!\"]\n\n Based on the dialogue, the slots in the general annotation schema have been filled in as follows:\n\n \"Dialogue ID\": null (no unique dialogue ID is provided in the dialogue)\n\n \"Services Involved\": [\"train\", \"attraction\"] (the user requests a train ticket and the system provides information about train schedules and fares)\n\n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-day\": [\"Friday\"], \n \"train-destination\": [\"Cambridge\"], \n \"train-departure\": [\"16:45\"], \n \"train-leaveat\": [\"Birmingham New Street\"], \n \"train-bookpeople\": [\"1\"]}} (the user requests a train ticket from Birmingham New Street to Cambridge on Friday, and the system provides information about the train schedule and fare)\n\n {\"Service Type\": \"attraction\", \n \"Actions\": [null], \n \"Preferences\": {\"attraction-type\": [null], \n \"attraction-area\": [null], \n \"attraction-name\": [null]}} (no attraction is mentioned in the dialogue, so the \"attraction\" service is not involved)\n\n Please note that the \"Dialogue ID\" slot is left blank because no unique dialogue ID is provided in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"gastropub dishes\"\n ],\n \"restaurant-pricerange\": [\n \"$50 per person\"\n ],\n \"restaurant-area\": [\n null\n ],\n \"restaurant-bookday\": [\n \"Monday\"\n ],\n \"restaurant-bookpeople\": [\n \"2\"\n ],\n \"restaurant-booktime\": [\n \"13:45\"\n ]\n }\n }\n ]\n }\n\nHere's the annotation of the dialogue based on the schema:\n\n\"Dialogue ID\": null,\n\"Services Involved\": [\"restaurant\"],\n\"Service Details\": [\n{\n\"Service Type\": \"restaurant\",\n\"Actions\": [\nnull,\nnull,\nnull\n],\n\"Preferences\": {\n\"restaurant-food\": [\n\"gastropub dishes\"\n],\n\"restaurant-pricerange\": [\n\"$50 per person\"\n],\n\"restaurant-area\": [\nnull\n],\n\"restaurant-bookday\": [\n\"Monday\"\n],\n\"restaurant-bookpeople\": [\n\"2\"\n],\n\"restaurant-booktime\": [\n\"13:45\"\n]\n}\n}\n]\n\nNote that the \"Actions\" slot is left blank because there are no explicit actions mentioned in the dialogue. The \"Preferences\" slot contains a list of preferences mentioned by the user, including the type of food, pricerange, and booking details." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"hotel-name\": [\n \"a and b guest house\"\n ],\n \"hotel-parking\": [\n \"available\"\n ]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-departure\": [\n \"London Liverpool Street\"\n ],\n \"train-destination\": [\n \"Cambridge\"\n ],\n \"train-day\": [\n null\n ],\n \"train-leaveat\": [\n null\n ],\n \"train-bookpeople\": [\n null\n ]\n }\n }\n ]\n }\n\n Dialogue to Annotate:\n ['User: Hi, I'm looking for a hotel and a train ticket. Can you help me?\\nSystem: Of course! What type of hotel are you looking for? And which train route would you like to book?\\nUser: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.\\nSystem: Great! For hotels, we have the \"a and b guest house\" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?\\nUser: Yes, please book the \"a and b guest house\" and the train ticket from London Liverpool Street to Cambridge.\\nSystem: Great! For the hotel, I have booked you at the \"a and b guest house\" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?\\nUser: Yes, that's correct. Thank you!\\nSystem: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with.\\nUser: No, that's all. Thank you for your help!\\nSystem: You're welcome! Have a great trip to Cambridge! Goodbye!']\n\n Based on the dialogue, the annotation schema should be filled as follows:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null\n ],\n \"Preferences\": {\n \"hotel-name\": [\n \"a and b guest house\"\n ],\n \"hotel-parking\": [\n \"available\"\n ]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-departure\": [\n \"London Liverpool Street\"\n ],\n \"train-destination\": [\n \"Cambridge\"\n ],\n \"train-day\": [\n null\n ],\n \"train-leaveat\": [\n null\n ],\n \"train-bookpeople\": [\n null\n ]\n }\n }\n ]\n }\n\n Please note that the annotation schema is filled based on the information provided in the dialogue. If there are any other details or preferences mentioned in the dialogue, they should also be included in the annotation schema." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-departure\": [\"13:45\"],\n \"train-destination\": [\"Norwich\"],\n \"train-day\": [\"Sunday\"],\n \"train-arriveby\": [\"15:45\"],\n \"train-bookpeople\": [4]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-pricerange\": [\"moderate\"],\n \"hotel-type\": [\"A & B Guest House\"],\n \"hotel-area\": [\"east area of Norwich\"],\n \"hotel-parking\": [\"free\"]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [{\"Action\": \"find_nearest_taxi\", \"Arguments\": [{\"key\": \"current_location\"}]}, {\"Action\": \"book_taxi\", \"Arguments\": [{\"key\": \"pickup_time\", \"value\": \"08:45 AM\"}, {\"key\": \"pickup_location\", \"value\": \"Gourmet Burger Kitchen\"}, {\"key\": \"fare\", \"value\": [\"insert fare\"]}]}], \"Preferences\": {\"taxi-destination\": [{\"key\": \"Corpus Christi\"}]}}}\n\n Based on the provided dialogue, here is the annotation of the general schema:\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?\\nUser: Sure! I'm at Gourmet Burger Kitchen, located at [insert address].\\nSystem: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?\\nUser: Yes, that works for me. Can you also tell me how much the fare will be?\\nSystem: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?\\nUser: Yes, I'd like to proceed. Please go ahead and book the taxi for me.\\nSystem: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!\\nUser: Thank you! Goodbye.\\nSystem: Goodbye! Have a great day!\"]\n\n Based on the provided dialogue, the annotation of the general schema is as follows:\n\n Dialogue ID: null\n\n Services Involved: [\"taxi\"]\n\n Service Details:\n [\n {\"Service Type\": \"taxi\", \"Actions\": [{\"Action\": \"find_nearest_taxi\", \"Arguments\": [{\"key\": \"current_location\"}]}, {\"Action\": \"book_taxi\", \"Arguments\": [{\"key\": \"pickup_time\", \"value\": \"08:45 AM\"}, {\"key\": \"pickup_location\", \"value\": \"Gourmet Burger Kitchen\"}, {\"key\": \"fare\", \"value\": [\"insert fare\"]}]}], \"Preferences\": {\"taxi-destination\": [{\"key\": \"Corpus Christi\"}]}}\n\nPlease note that the fare is not explicitly mentioned in the dialogue, so the value for the \"fare\" key is not included in the annotation. Additionally, the \"Dialogue ID\" and \"Service Details\" slots are left blank since they are not relevant to the provided dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n \"The Centre Bistro\"\n ],\n \"restaurant-bookday\": [\n \"Sunday\"\n ],\n \"restaurant-bookpeople\": [\n \"John Doe\"\n ],\n \"restaurant-booktime\": [\n \"14:15\"\n ],\n \"restaurant-area\": [\n null\n ],\n \"restaurant-food\": [\n null\n ]\n }\n }\n ]\n }\n\nHere's how the schema was filled based on the dialogue:\n\n1. \"Dialogue ID\": null - There is no specific dialogue ID mentioned in the dialogue.\n2. \"Services Involved\": [\"restaurant\"] - The dialogue involves the service of finding a restaurant.\n3. \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\n \"The Centre Bistro\"\n ],\n \"restaurant-bookday\": [\n \"Sunday\"\n ],\n \"restaurant-bookpeople\": [\n \"John Doe\"\n ],\n \"restaurant-booktime\": [\n \"14:15\"\n ],\n \"restaurant-area\": [\n null\n ],\n \"restaurant-food\": [\n null\n ]\n }\n }\n ]\n\nNote: The \"Actions\" slot is left blank because there are no specific actions mentioned in the dialogue. The \"Preferences\" slot is filled with the preferences mentioned in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": \n {\"train-departure\": [\"10:43\", \"12:15\"], \n \"train-destination\": [\"Cambridge\"], \n \"train-arriveby\": [\"12:15\"], \n \"train-day\": [\"Sunday\"], \n \"train-bookpeople\": [null], \n \"train-leaveat\": [null, null]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"attraction\"], \n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [null, \"purchase-ticket\"], \n \"Preferences\": {\"train-destination\": [\"Stevenage\"], \n \"train-day\": [\"Tuesday\"], \n \"train-departure\": [\"15:15\"], \n \"train-leaveat\": [\"Cambridge\"]}}, \n {\"Service Type\": \"attraction\", \n \"Actions\": [null, null], \n \"Preferences\": {\"attraction-area\": [null], \n \"attraction-type\": [null], \n \"attraction-name\": [null]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?\\nUser: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15.\\nSystem: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?\\nUser: Yes, I'd like to purchase a ticket. How much will it cost?\\nSystem: The cost of the ticket is \u00a325. Would you like to proceed with the purchase?\\nUser: Yes, I'll proceed with the purchase.\\nSystem: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.\\nUser: Thank you for your help!\\nSystem: You're welcome! Have a great trip to Stevenage. Goodbye!\"]\n\n Based on the dialogue, the slots in the general annotation schema are filled in as follows:\n\n \"Dialogue ID\": null (no unique dialogue ID is provided in the dialogue)\n\n \"Services Involved\": [\"train\", \"attraction\"] (the user requests a train service and the system provides information about the train service)\n\n \"Service Details\": [\n {\"Service Type\": \"train\", \n \"Actions\": [\"purchase-ticket\"], \n \"Preferences\": {\"train-destination\": [\"Stevenage\"], \n \"train-day\": [\"Tuesday\"], \n \"train-departure\": [\"15:15\"], \n \"train-leaveat\": [\"Cambridge\"]}}] (the user requests a train service from Cambridge to Stevenage, and the system provides information about the train service, including the departure time and the cost of the ticket)\n\n {\"Service Type\": \"attraction\", \n \"Actions\": [null, null], \n \"Preferences\": {\"attraction-area\": [null], \n \"attraction-type\": [null], \n \"attraction-name\": [null]}} (the user does not request any information about attractions in the dialogue)\n\n Note that the \"Preferences\" slot for the \"train\" service includes the user's preferred departure time and destination, as well as the leave-at time (Cambridge). The \"Actions\" slot for the \"train\" service includes the action of purchasing a ticket, as requested by the user." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\"],\n \"Service Details\": [\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"attraction-type\": [\n \"college or university\"\n ],\n \"attraction-area\": [\n \"centre of town\"\n ],\n \"attraction-name\": [\n \"Downing College\"\n ]\n }\n }\n ]\n }\n\nThe dialogue to annotate is:\n\n[\"User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?\\nSystem: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?\\nUser: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?\\nSystem: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?\\nUser: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?\\nSystem: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?\\nUser: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?\\nSystem: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?\\nUser: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?\\nSystem: Of course! Here is the information you requested:\\nUser: Thank you so much! I appreciate your help. Have a great day!\"]\n\nBased on the dialogue, I have filled in the slots of the general annotation schema as follows:\n\n1. \"Dialogue ID\": null (since there is no specific dialogue ID mentioned in the dialogue)\n2. \"Services Involved\": [\"attraction\"] (since the user is looking for attractions in the centre of town)\n3. \"Service Details\": [\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"attraction-type\": [\n \"college or university\"\n ],\n \"attraction-area\": [\n \"centre of town\"\n ],\n \"attraction-name\": [\n \"Downing College\"\n ]\n }\n }\n ] (since the user is looking for a college or university with a beautiful campus, and the system provides information about Downing College)\n\nNote that I have only filled in the slots that are present in the dialogue, and have left the remaining slots blank since they are not mentioned in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"hotel-area\": [\n \"north\"\n ],\n \"hotel-pricerange\": [\n \"expensive\"\n ],\n \"hotel-bookday\": [\n \"Monday\"\n ],\n \"hotel-bookpeople\": [\n 3\n ],\n \"hotel-bookstay\": [\n 3\n ],\n \"hotel-name\": [\n \"Lensfield Hotel\"\n ]\n }\n }\n ]\n }\n\n Based on the dialogue, here are the slot values to be filled in the schema:\n\n \"Dialogue ID\": null (not present in the dialogue)\n\n \"Services Involved\": [\"hotel\"] (present in the dialogue)\n\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\" (present in the dialogue)\n \"Actions\": [\n null,\n null,\n null (not present in the dialogue)\n ]\n \"Preferences\": {\n \"hotel-area\": [\n \"north\" (present in the dialogue)\n ],\n \"hotel-pricerange\": [\n \"expensive\" (present in the dialogue)\n ],\n \"hotel-bookday\": [\n \"Monday\" (present in the dialogue)\n ],\n \"hotel-bookpeople\": [\n 3 (present in the dialogue)\n ],\n \"hotel-bookstay\": [\n 3 (present in the dialogue)\n ],\n \"hotel-name\": [\n \"Lensfield Hotel\" (present in the dialogue)\n ]\n }\n }\n ]\n\nNote: The \"Actions\" slot is left empty because there are no action requests in the dialogue." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\"Siam Square Thai Restaurant\"],\n \"restaurant-area\": [\"heart of Bangkok city centre\"],\n \"restaurant-bookday\": [Sunday],\n \"restaurant-bookpeople\": [2],\n \"restaurant-booktime\": [19:30]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-arriveby\": [null, null, null, null],\n \"train-day\": [null],\n \"train-destination\": [null],\n \"train-departure\": [null],\n \"train-bookpeople\": [null]\n }\n }\n ]\n }\n\nHere's how the schema was filled based on the dialogue:\n\n1. \"Dialogue ID\": null - No dialogue ID was mentioned in the dialogue.\n2. \"Services Involved\": [\"train\", \"restaurant\"] - The user inquired about a restaurant and a train, so these are the services involved.\n3. \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"restaurant-name\": [\"Siam Square Thai Restaurant\"],\n \"restaurant-area\": [\"heart of Bangkok city centre\"],\n \"restaurant-bookday\": [Sunday],\n \"restaurant-bookpeople\": [2],\n \"restaurant-booktime\": [19:30]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-arriveby\": [null, null, null, null],\n \"train-day\": [null],\n \"train-destination\": [null],\n \"train-departure\": [null],\n \"train-bookpeople\": [null]\n }\n }\n ]\n\nNote that the \"Service Details\" section contains two sub-sections, one for the restaurant and one for the train. Each sub-section includes the relevant information about the service, such as the service type, actions, and preferences. The preferences are filled based on the user's input in the dialogue." + ], + [ + "\n Sure, I'd be happy to help! Here's the annotated dialogue based on the general annotation schema you provided:\n\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [null, null, null], \"Preferences\": {\"hotel-type\": [\"4-star\"], \"hotel-area\": [null], \"hotel-pricerange\": [$180-$200], \"hotel-bookday\": [Sunday, Monday], \"hotel-bookpeople\": [1], \"hotel-bookstay\": [2 nights], \"hotel-name\": [\"Gonville Hotel\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [null, null], \"Preferences\": {\"attraction-area\": [null], \"attraction-type\": [null]}}, {\"Service Type\": \"taxi\", \"Actions\": [null, null], \"Preferences\": {\"taxi-arriveby\": [null], \"taxi-destination\": [null]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\\nUser: My budget is around $200 per night.\\nSystem: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?\\nUser: A 4-star hotel would be perfect.\\nSystem: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the heart of the city, with prices starting at $180 per night. Would you like me to book a room for you?\\nUser: Yes, please go ahead and book a room for Sunday and Monday night.\\nSystem: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?\\nUser: I'll pay by credit card.\\nSystem: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours prior to arrival.\\nUser: Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in the city!\\nUser: Thank you, I will! Goodbye.\\nSystem: Goodbye!\"]\n\n Here's the annotated dialogue based on the general annotation schema:\n\n Service Involved: hotel\n Service Details:\n - Service Type: hotel\n - Actions: [book a room for Sunday and Monday night]\n - Preferences:\n - hotel-type: [4-star]\n - hotel-area: [null]\n - hotel-pricerange: [$180-$200]\n - hotel-bookday: [Sunday, Monday]\n - hotel-bookpeople: [1]\n - hotel-bookstay: [2 nights]\n - hotel-name: [\"Gonville Hotel\"]\n\nService Involved: attraction\nService Details:\n- Service Type: attraction\n- Actions: [null]\n- Preferences:\n - attraction-area: [null]\n - attraction-type: [null]\n\nService Involved: taxi\nService Details:\n- Service Type: taxi\n- Actions: [null]\n- Preferences:\n - taxi-arriveby: [null]\n - taxi-destination: [null]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\n null,\n null,\n null\n ],\n \"Preferences\": {\n \"train-departure\": [\"9:30am\"],\n \"train-destination\": [\"Cambridge\"],\n \"train-arriveby\": [\"10:30am\"],\n \"train-bookpeople\": [null],\n \"train-day\": [\"Tuesday\"]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\n null,\n null\n ],\n \"Preferences\": {\n \"attraction-name\": [\"Ruskin Gallery\"]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\n" + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\"restaurant-area\": [\"rooftop\"],\n \"restaurant-pricerange\": [\"500-2000 THB\"],\n \"restaurant-food\": [\"Thai\"],\n \"restaurant-bookday\": [\"Thursday\"],\n \"restaurant-bookpeople\": [null],\n \"restaurant-booktime\": [null],\n \"restaurant-name\": [\"Bangkok City Restaurant\"]},\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null],\n \"Preferences\": {\"hotel-type\": [null]}},\n {\"Service Type\": \"attraction\",\n \"Actions\": [null, null],\n \"Preferences\": {\"attraction-name\": [\"Bangkok\"]}}]}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null, null], \"Preferences\": {\"restaurant-name\": [\"The Italian Place\"], \"restaurant-bookday\": [\"Wednesday\"], \"restaurant-bookpeople\": [null], \"restaurant-booktime\": [17:15]}}\n ]}\n\nHere's the annotation of the dialogue based on the schema:\n\nDialogue to Annotate:\n['User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?\\nUser: Um, let me see... how about \"The Italian Place\"?\\nSystem: Great choice! I have found a few options for you. Would you like to book \"The Italian Place\" for Wednesday at 17:15?\\nUser: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?\\nSystem: Certainly! \"The Italian Place\" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?\\nUser: Yes, that sounds great. How do I confirm the booking?\\nSystem: Simply reply with \"confirm\" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday.\\nUser: Confirm.\\nSystem: Great! Your booking for \"The Italian Place\" on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Have a great day. Goodbye!']\n\nHere's the annotated dialogue:\n\nGeneral Annotation Schema:\n{\"Dialogue ID\": null, \"Services Involved\": [\"restaurant\"], \"Service Details\": [\n {\"Service Type\": \"restaurant\", \"Actions\": [null, null, null], \"Preferences\": {\"restaurent-name\": [\"The Italian Place\"], \"restaurant-bookday\": [\"Wednesday\"], \"restaurant-bookpeople\": [null], \"restaurant-booktime\": [17:15]}}\n ]}\n\nNote that the \"Dialogue ID\" slot is left null since it is not present in the given dialogue." + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"train\", \"attraction\"], \n \"Service Details\": [\n {\"Service Type\": \"attraction\", \n \"Actions\": [null], \n \"Preferences\": {\"attraction-area\": [null]}}, \n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-destination\": [Cambridge], \n \"train-arriveby\": [\"13:15\"], \n \"train-day\": [\"Friday\"], \n \"train-departure\": [\"Birmingham New Street\"], \n \"train-bookpeople\": [null]}}]}\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?\\nSystem: Of course! I'd be happy to assist you. What would you like to know?\\nUser: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?\\nSystem: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?\\nUser: Yes, please do.\\nSystem: Great! Here are your options:\\nUser: I'd like to book the 12:45 train with a change in Leicester.\\nSystem: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?\\nUser: No, that's all I need. Thank you.\\nSystem: Of course! Your ticket has been booked successfully. The total cost is \u00a335.99. Would you like to pay with credit card or PayPal?\\nUser: I'll pay with credit card.\\nSystem: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?\\nUser: No, that's all. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!\"]\n\n Based on the dialogue, here is the annotation of the general annotation schema:\n\n \"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\"Service Type\": \"attraction\", \n \"Actions\": [null], \n \"Preferences\": {\"attraction-area\": [null]}}, \n {\"Service Type\": \"train\", \n \"Actions\": [null, null, null], \n \"Preferences\": {\"train-destination\": [\"Cambridge\"], \n \"train-arriveby\": [\"13:15\"], \n \"train-day\": [\"Friday\"], \n \"train-departure\": [\"Birmingham New Street\"], \n \"train-bookpeople\": [null]}}]}" + ], + [ + "\n General Annotation Schema:\n {\n \"Dialogue ID\": null,\n \"Services Involved\": [\"attraction\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"attraction-type\": [\"guesthouse\"],\n \"attraction-area\": [\"north of the city\"],\n \"attraction-name\": [\"The Cozy Nest Guesthouse\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"hotel-area\": [\"north of the city\"],\n \"hotel-type\": [\"guesthouse\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [4, 2],\n \"hotel-bookstay\": [5]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \n \"Services Involved\": [\"restaurant\"], \n \"Service Details\": [\n {\"Service Type\": \"restaurant\", \n \"Actions\": [{\"Action\": \"provide information\", \"Arguments\": [\"authentic Mexican food\", \"$20 to $30 per person\"]}], \n \"Preferences\": {\"restaurant-area\": [\"south area\"], \"restaurant-food\": [\"authentic Mexican food\"], \"restaurant-name\": [\"Chiquito Restaurant Bar\"]}}]}\n\nThe dialogue to annotate is:\n\n[\"User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?\\nUser: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person.\\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?\\nUser: Yes, please! What kind of dishes do they offer?\\nSystem: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?\\nUser: Yes, please book a table for two people. What time is available?\\nSystem: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?\\nUser: Yes, that works perfect. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!\"]\n\nHere is the annotation of the dialogue based on the general annotation schema:\n\n{\"Dialogue ID\": null, \n\"Services Involved\": [\"restaurant\"], \n\"Service Details\": [\n{\"Service Type\": \"restaurant\", \n\"Actions\": [{\"Action\": \"provide information\", \"Arguments\": [\"authentic Mexican food\", \"$20 to $30 per person\"]}], \n\"Preferences\": {\"restaurant-area\": [\"south area\"], \"restaurant-food\": [\"authentic Mexican food\"], \"restaurant-name\": [\"Chiquito Restaurant Bar\"]}}]}\n\nNote that the \"Service Details\" slot contains a list of preferences, each with a key and a value. The key is a slot name, and the value is the corresponding value from the dialogue. In this case, the preferences are \"restaurant-area\", \"restaurant-food\", and \"restaurant-name\". The values for each preference are \"south area\", \"authentic Mexican food\", and \"Chiquito Restaurant Bar\", respectively." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [{\"Action\": \"book\", \"Target\": \"Alexander Bed and Breakfast\", \"Date\": \"Saturday\", \"Time\": null}],\n \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-area\": [\"centre of town\"]}},\n {\"Service Type\": \"restaurant\",\n \"Actions\": [{\"Action\": \"book\", \"Target\": \"Royal Spice\", \"Date\": \"Saturday\", \"Time\": \"11:30 AM\"}],\n \"Preferences\": {\"restaurant-food\": [\"Indian\"], \"restaurant-pricerange\": [\"affordable\"]}}]}\n\n Here's how the schema is filled in based on the dialogue:\n\n Dialogue to Annotate:\n\n User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?\n\n System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?\n\n User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.\n\n System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?\n\n User: That sounds perfect! Can you also recommend a restaurant for Saturday?\n\n System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?\n\n User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?\n\n System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?\n\n User: No, that's all. Thank you so much for your help!\n\n System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!\n\nIn this annotated dialogue, the user is looking for a hotel and a restaurant in the centre of town for this Saturday. The system provides recommendations based on the user's preferences and books the hotel and restaurant reservations for them. The schema is filled in with the following information:\n\n* \"Dialogue ID\": null, as there is no specific dialogue ID mentioned in the dialogue.\n* \"Services Involved\": [\"restaurant\", \"hotel\"], as the user is looking for a hotel and a restaurant.\n* \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [{\"Action\": \"book\", \"Target\": \"Alexander Bed and Breakfast\", \"Date\": \"Saturday\", \"Time\": null}], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-area\": [\"centre of town\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [{\"Action\": \"book\", \"Target\": \"Royal Spice\", \"Date\": \"Saturday\", \"Time\": \"11:30 AM\"}], \"Preferences\": {\"restaurant-food\": [\"Indian\"], \"restaurant-pricerange\": [\"affordable\"]}}].\n\nThe \"Service Details\" section contains two sub-sections, one for the hotel and one for the restaurant. Each sub-section includes the service type, actions taken or preferred, and preferences specified by the user. The actions taken or preferred are based on the system's recommendations, and the preferences specified by the user are based on their input in the dialogue." + ], + [ + "\n Sure, I'd be happy to help! Here's the general annotation schema filled out based on the information in the dialogue:\n\n\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [null, null, null],\n \"Preferences\": {\n \"restaurant-food\": [\"British\"],\n \"restaurant-pricerange\": [\"high-end\"],\n \"restaurant-area\": [null],\n \"restaurant-name\": [\"Midsummer House Restaurant\"],\n \"restaurant-bookday\": [null],\n \"restaurant-bookpeople\": [null],\n \"restaurant-booktime\": [null]\n }\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"hotel-area\": [null],\n \"hotel-pricerange\": [\"high-end\"],\n \"hotel-type\": [\"luxury\"],\n \"hotel-name\": [\"University Arms Hotel\"]\n }\n },\n {\"Service Type\": \"taxi\",\n \"Actions\": [null, null],\n \"Preferences\": {\n \"taxi-arriveby\": [\"16:30\"],\n \"taxi-departure\": [\"17:00\"],\n \"taxi-destination\": [\"Midsummer House Restaurant\"]\n }\n }\n ]\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"taxi\"], \"Service Details\": [\n {\"Service Type\": \"taxi\", \"Actions\": [{\"Action\": \"depart\", \"Time\": \"13:00\"}, {\"Action\": \"arrive\", \"Time\": \"13:00\"}], \"Preferences\": {\"taxi-destination\": [\"Don Pasquale Pizzeria\"], \"taxi-arriveby\": [\"13:00\"], \"taxi-departure\": [\"13:00\"]}}\n ]}\n\nThe dialogue to annotate is:\n\n[\"User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?\\nUser: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m.\\nSystem: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?\\nUser: Yes, that sounds perfect. How much will the fare be?\\nSystem: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?\\nUser: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?\\nSystem: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.\\nUser: Great, I've entered my payment information. Is everything confirmed?\\nSystem: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!\\nUser: Thank you so much! Have a great day!\\nSystem: You're welcome! Goodbye!\"]\n\nBased on the dialogue, the slots in the general annotation schema can be filled as follows:\n\n* \"Dialogue ID\": null (no unique identifier is provided in the dialogue)\n* \"Services Involved\": [\"taxi\"] (the user requests a taxi service)\n* \"Service Details\": [\n {\"Service Type\": \"taxi\", \"Actions\": [{\"Action\": \"depart\", \"Time\": \"13:00\"}, {\"Action\": \"arrive\", \"Time\": \"13:00\"}], \"Preferences\": {\"taxi-destination\": [\"Don Pasquale Pizzeria\"], \"taxi-arriveby\": [\"13:00\"], \"taxi-departure\": [\"13:00\"]}}\n ]\n\nNote that the \"taxi-destination\" preference is set to [\"Don Pasquale Pizzeria\"], indicating that the user wants to be taken to this specific location. The \"taxi-arriveby\" preference is set to [\"13:00\"], indicating that the user wants to arrive at this time. The \"taxi-departure\" preference is set to [\"13:00\"], indicating that the taxi will depart from Finches Bed and Breakfast at this time." + ], + [ + "\n General Annotation Schema:\n\n {\"Dialogue ID\": null,\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"train\",\n \"Actions\": [\n \"book-ticket\"\n ],\n \"Preferences\": {\n \"train-day\": [\"Monday\"],\n \"train-departure\": [\"21:45\"],\n \"train-destination\": [\"Leicester\"],\n \"train-leaveat\": [\"Cambridge\"],\n \"train-bookpeople\": [null]\n }\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [\n \"book-room\"\n ],\n \"Preferences\": {\n \"hotel-internet\": [null],\n \"hotel-name\": [\"Allen Bell\"],\n \"hotel-bookday\": [null],\n \"hotel-bookpeople\": [null],\n \"hotel-bookstay\": [\"four days\"]\n }\n }\n }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n {\"Dialogue ID\": null, \"Services Involved\": [\"police\"], \"Service Details\": [\n {\"Service Type\": \"police\", \"Actions\": [{\"Action\": \"provide addresses and contact information for police stations\", \"Performed By\": \"System\", \"Performed Time\": null}], \"Preferences\": {}}\n ]}\n\nHere's how the schema was filled out based on the dialogue:\n\n1. Dialogue ID: null (not present in the dialogue)\n2. Services Involved: [\"police\"] (based on the user's request for police assistance)\n3. Service Details: [{\"Service Type\": \"police\", \"Actions\": [{\"Action\": \"provide addresses and contact information for police stations\", \"Performed By\": \"System\", \"Performed Time\": null}], \"Preferences\": {}}]\n\na. Service Type: \"police\" (based on the user's request)\n\nb. Actions: [{\"Action\": \"provide addresses and contact information for police stations\", \"Performed By\": \"System\", \"Performed Time\": null}]\n\ni. Action: \"provide addresses and contact information for police stations\" (based on the system's response)\n\nii. Performed By: \"System\" (based on the system's response)\n\niii. Performed Time: null (not present in the dialogue)\n\nc. Preferences: {} (not present in the dialogue)" + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50.json b/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50.json new file mode 100644 index 0000000000000000000000000000000000000000..363eb665e04b7e964d21f348870ad3d34148020d --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50.json @@ -0,0 +1,152 @@ +[ + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL4398.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n ]\n }\n\n Here's how I filled in each slot of the schema with the most accurate and relevant option based on the dialogue:\n\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n ]\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"SNG1013.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n }\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL0121.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n }\n\nHere's how I filled in each slot of the schema with the most accurate and relevant option based on the dialogue:\n\n1. \"Dialogue ID\": \"PMUL0121.json\" - This is the ID of the dialogue, which is provided in the task.\n2. \"Services Involved\": [\"restaurant\", \"hotel\"] - These are the services involved in the dialogue, which are mentioned in the user's request.\n3. \"Service Details\": [...], - This is an array of objects, each representing a service.\n4. \"Service Type\": \"hotel\" - This is the type of service being requested, which is a hotel.\n5. \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"] - These are the possible actions that can be taken for the hotel service, which include booking a hotel, finding a hotel, or doing nothing.\n6. \"Preferences\": {...} - This is an object representing the user's preferences for the hotel service.\n7. \"hotel-internet\": [\"NONE\", \"yes\", \"no\"] - These are the possible values for the user's preference for internet access in the hotel.\n8. \"hotel-parking\": [\"NONE\", \"yes\", \"no\"] - These are the possible values for the user's preference for parking at the hotel.\n9. \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - These are the possible values for the user's preference for the price range of the hotel.\n10. \"hotel-stars\": [\"NONE\", \"any int\"] - These are the possible values for the user's preference for the number of stars for the hotel.\n11. \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"] - These are the possible values for the user's preference for the type of hotel.\n12. \"hotel-name\": [\"NONE\", \"any string\"] - These are the possible values for the user's preference for the name of the hotel.\n13. \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - These are the possible values for the day of the week that the user would like to book the hotel.\n14. \"hotel-bookpeople\": [\"NONE\", \"any int\"] - These are the possible values for the number of people that the user would like to book the hotel for.\n15. \"hotel-bookstay\": [\"NONE\", \"any int\"] - These are the possible values for the number of nights that the user would like to stay at the hotel.\n16. \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - These are the possible values for the area of the hotel.\n17. \"restaurant-food\": [\"NONE\", \"any string\"] - These are the possible values for the type of food that the user would like to eat at the restaurant.\n18. \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - These are the possible values for the day of the week that the user would like to book the restaurant.\n19. \"restaurant-bookpeople\": [\"NONE\", \"any int\"] - These are the possible values for the number of people that the user would like to book the restaurant for.\n20. \"restaurant-booktime\": [\"NONE\", \"any time\"] - These are the possible values for the time that the user would like to book the restaurant.\n21. \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - These are the possible values for the area of the restaurant.\n22. \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"] - These are the possible values for the price range of the restaurant.\n23. \"restaurant-name\": [\"NONE\", \"any string\"] - These are the possible values for the name of the restaurant.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3484.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]},\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]},\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]}\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n \"Dialogue ID\": \"PMUL3484.json\" - This is the ID of the dialogue, which is provided in the task.\n\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"] - These are the services mentioned in the dialogue.\n\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]},\n\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]},\n\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]}\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"any string\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"any string\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"any time\"]}}]}\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue ID: SNG0389.json\n\n Services Involved: train\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n - book_train\n\n Preferences:\n\n train-day: tuesday\n\n train-departure: 9:30 am\n\n train-leaveat: any time\n\n train-destination: cambridge\n\n train-bookpeople: 1\n\n train-arriveby: any time\n\nPlease let me know if you have any further questions or if there's anything else I can help with!" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01520.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: SNG01520.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions:\n\n - find_restaurant\n\n - book_restaurant\n\n Preferences:\n\n restaurant-food: any string\n\n restaurant-bookday: any day of the week (including Saturday)\n\n restaurant-bookpeople: any number of people (2 in this case)\n\n restaurant-booktime: any time (8pm in this case)\n\n restaurant-area: any location in New York City (no specific location mentioned)\n\n restaurant-pricerange: cheap\n\n restaurant-name: any string (no specific restaurant name mentioned)\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3951.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"20:00\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stansted Airport\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"PMUL3951.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"train\", \"restaurant\"] - These are the services being discussed in the dialogue.\n\n \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"20:00\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stansted Airport\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]}}]} - These are the details of the services being discussed in the dialogue.\n\n \"Service Type\": \"train\" - This indicates that the dialogue is related to booking a train ticket.\n\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - These are the possible actions that can be taken related to the train service.\n\n \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"20:00\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stansted Airport\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]} - These are the preferences related to the train service.\n\n \"Service Type\": \"restaurant\" - This indicates that the dialogue is related to booking a table at a restaurant.\n\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions that can be taken related to the restaurant service.\n\n \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]} - These are the preferences related to the restaurant service.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL0843.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"Korean\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"12:30 pm\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"Little Seoul\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"saturday\"], \"train-departure\": [\"09:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Kings Lynn\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"any time\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"PMUL0843.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"train\", \"restaurant\"] - These are the services being discussed in the dialogue.\n\n \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"Korean\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"12:30 pm\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"Little Seoul\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"saturday\"], \"train-departure\": [\"09:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Kings Lynn\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"any time\"]}}]} - These are the details of the services being discussed in the dialogue.\n\nFor the restaurant service, I selected \"Korean\" for \"restaurant-food\" because the user specifically mentioned that they are looking for a Korean restaurant. I selected \"saturday\" for \"restaurant-bookday\" because the user mentioned that they would like to go on Saturday. I selected \"any int\" for \"restaurant-bookpeople\" because the user did not provide a specific number of people they would like to book for. I selected \"12:30 pm\" for \"restaurant-booktime\" because the user mentioned that they would like to go at around 12:30 pm. I selected \"centre\" for \"restaurant-area\" because the user mentioned that they would like to find a restaurant in the centre of Cambridge. I selected \"expensive\" for \"restaurant-pricerange\" because the user did not provide any information about their budget. Finally, I selected \"Little Seoul\" for \"restaurant-name\" because the user mentioned that they would like to find a restaurant with that name.\n\nFor the train service, I selected \"saturday\" for \"train-day\" because the user mentioned that they would like to go on Saturday. I selected \"09:15\" for \"train-departure\" because the user mentioned that the train departs at 09:15 on Saturdays. I selected \"any time\" for \"train-leaveat\" and \"any time\" for \"train-arriveby\" because the user did not provide specific information about their departure or arrival times. I selected \"Kings Lynn\" for \"train-destination\" because the user mentioned that the nearest train station to Little Seoul is Kings Lynn. Finally, I selected \"any int\" for \"train-bookpeople\" because the user did not provide a specific number of people they would like to book for.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL2979.json\",\n \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]},\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"NONE\", \"any string\"]},\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]\n }\n\nHere's how I filled in each slot of the schema with the most accurate and relevant option based on the dialogue:\n\n1. \"Dialogue ID\": \"PMUL2979.json\" - This is the ID of the dialogue, which is provided in the task.\n2. \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"] - These are the services mentioned in the dialogue.\n3. \"Service Details\": [{\"Service Type\": \"hotel\", ...}, {\"Service Type\": \"attraction\", ...}, {\"Service Type\": \"taxi\", ...}] - These are the specific service details for each service involved in the dialogue.\n\nFor the \"hotel\" service, I selected the following options:\n\n* \"hotel-internet\": \"NONE\" - The user did not mention anything about internet in their request.\n* \"hotel-parking\": \"NONE\" - The user did not mention anything about parking in their request.\n* \"hotel-pricerange\": \"moderate\" - Based on the user's request for a hotel within their budget range, I assumed a moderate pricerange.\n* \"hotel-stars\": \"any int\" - The user did not mention the number of stars they were looking for.\n* \"hotel-type\": \"hotel\" - The user specifically mentioned a hotel.\n* \"hotel-name\": \"any string\" - The user did not mention the name of the hotel.\n* \"hotel-bookday\": \"any day\" - The user did not mention a specific day for booking the hotel.\n* \"hotel-bookpeople\": \"any int\" - The user did not mention the number of people booking the hotel.\n* \"hotel-bookstay\": \"any int\" - The user did not mention the number of nights they wanted to stay at the hotel.\n* \"hotel-area\": \"south\" - Based on the user's request for a hotel in the south area of the city.\n\nFor the \"attraction\" service, I selected the following options:\n\n* \"attraction-area\": \"south\" - Based on the user's request for a hotel in the south area of the city.\n* \"attraction-type\": \"nightclub\" - Based on the user's interest in nightclubs.\n* \"attraction-name\": \"any string\" - The user did not mention the name of the attraction.\n\nFor the \"taxi\" service, I selected the following options:\n\n* \"taxi-arriveby\": \"any time\" - The user did not mention a specific time for arriving at the hotel.\n* \"taxi-departure\": \"any string\" - The user did not mention the departure time from the hotel.\n* \"taxi-destination\": \"The Club\" - Based on the user's request for a nightclub.\n* \"taxi-leaveat\": \"any time\" - The user did not mention a specific time for leaving the hotel.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"MUL1681.json\",\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n },\n },\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n }\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"MUL1681.json\" - This is the ID of the dialogue, which is provided in the task.\n\n \"Services Involved\": [\"train\", \"restaurant\"] - These are the services mentioned in the dialogue.\n\n \"Service Details\": [\n {\"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n },\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?\"\n\n \"Service Type\": \"train\" - This is the service type mentioned in the dialogue.\n\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - These are the actions mentioned in the dialogue that the system can perform.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The user mentions that they want to travel on Saturday.\n\n \"train-departure\": [\"NONE\", \"any string\"] - The user does not provide a specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The user does not provide a specific leave time.\n\n \"train-destination\": [\"NONE\", \"any string\"] - The user does not provide a specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The user does not mention anything about booking people.\n\n \"train-arriveby\": [\"NONE\", \"any time\"] - The user does not provide a specific arrive by time.\n\n }\n\n \"System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for \u00a325. Would you like to purchase a ticket?\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogue.\n\n \"Actions\": [\"book_train\"] - The system mentions that it has found a train and offers to book a ticket.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not mention anything about booking people.\n\n \"train-arriveby\": [\"16:15\"] - The system provides the specific arrive by time.\n\n }\n\n \"User: Yes, that sounds perfect. Can I buy the ticket online?\\nSystem: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogues.\n\n \"Actions\": [\"purchase_ticket\"] - The user asks to purchase a ticket.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not mention anything about booking people.\n\n \"train-arriveby\": [\"16:15\"] - The system provides the specific arrive by time.\n\n }\n\n \"System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train.\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogues.\n\n \"Actions\": [\"request_information\"] - The system requests personal information from the user.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not mention anything about booking people.\n\n \"train-arriveby\": [\"16:15\"] - The system provides the specific arrive by time.\n\n }\n\n \"User: Okay, I'll provide that information.\\nSystem: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogues.\n\n \"Actions\": [\"pay_ticket\"] - The user asks to pay for the ticket.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not mention anything about booking people.\n\n \"train-arriveby\": [\"16:15\"] - The system provides the specific arrive by time.\n\n }\n\n \"System: Great! Your ticket has been successfully purchased. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogues.\n\n \"Actions\": [\"purchase_ticket\"] - The system mentions that the ticket has been purchased.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not mention anything about booking people.\n\n \"train-arriveby\": [\"16:15\"] - The system provides the specific arrive by time.\n\n }\n\n \"User: Great, thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!\\nUser: Thank you, I will. Goodbye!\\nSystem: Goodbye!\"\n\n \"Service Type\": \"train\" - This is the same service type mentioned in the previous dialogues.\n\n \"Actions\": [\"goodbye\"] - The user says goodbye to the system.\n\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - The system mentions that the train departs on Saturday.\n\n \"train-departure\": [\"15:15\"] - The system provides the specific departure time.\n\n \"train-leaveat\": [\"NONE\", \"any time\"] - The system does not provide a specific leave time.\n\n \"train-destination\": [\"Stansted Airport\"] - The system provides the specific destination.\n\n \"train-bookpeople\": [\"NONE\", \"any int\"] - The system does not" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"MUL0928.json\",\n \"Services Involved\": [\"attraction\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]},\n },\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: MUL0928.json\n\n Services Involved: [restaurant, attraction]\n\n Service Details:\n\n Restaurant:\n\n \"restaurant-food\": [\"any string\"] (based on the user's request for a gastropub)\n\n \"restaurant-bookday\": [\"thursday\"] (based on the system's suggestion of Backstreet Bistro)\n\n \"restaurant-bookpeople\": [\"5\"] (based on the user's request for a table for 5 people)\n\n \"restaurant-booktime\": [\"4 pm\"] (based on the system's suggestion of a table at 4 pm)\n\n \"restaurant-area\": [\"east\"] (based on the system's suggestion of Backstreet Bistro)\n\n \"restaurant-pricerange\": [\"moderate\"] (based on the system's suggestion of Backstreet Bistro)\n\n \"restaurant-name\": [\"Backstreet Bistro\"] (based on the system's suggestion)\n\n Attraction:\n\n \"attraction-area\": [\"centre\"] (based on the system's suggestion of the Gallery)\n\n \"attraction-type\": [\"museum\"] (based on the system's suggestion of the Gallery)\n\n \"attraction-name\": [\"Gallery\"] (based on the system's suggestion)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"WOZ20645.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Italian\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"Bella Vita\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"WOZ20645.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"restaurant\"] - This indicates that the dialogue involves a restaurant service.\n\n \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Italian\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"Bella Vita\"]}}]} - This is the detailed information about the restaurant service.\n\n \"Service Type\": \"restaurant\" - This indicates that the service being provided is a restaurant.\n\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions that can be taken using the restaurant service.\n\n \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Italian\"]} - This indicates that the user has a preference for Italian food.\n\n \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - This indicates that the user is open to dining on any day of the week.\n\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"] - This indicates that the user does not have a preference for the number of people dining.\n\n \"restaurant-booktime\": [\"NONE\", \"any time\"] - This indicates that the user does not have a preference for the time of day.\n\n \"restaurant-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"] - This indicates that the user does not have a preference for the location of the restaurant.\n\n \"restaurant-pricerange\": [\"expensive\", \"moderate\", \"cheap\"] - This indicates that the user is open to dining at restaurants with a range of price levels.\n\n \"restaurant-name\": [\"NONE\", \"Bella Vita\"] - This indicates that the user is open to dining at any restaurant, including \"Bella Vita\".\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + "\n Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG02152.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"19:15\", \"any string\"], \"taxi-destination\": [\"Primavera\", \"any string\"], \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]}\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a taxi. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?\\nUser: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?\\nSystem: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?\\nUser: Actually, I'd prefer to be picked up at 19:15. Is that doable?\\nSystem: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!\"]\n\n Here are my selections and inputs for each slot of the schema:\n\n \"Dialogue ID\": \"SNG02152.json\"\n \"Services Involved\": [\"taxi\"]\n \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"19:15\", \"any string\"], \"taxi-destination\": [\"Primavera\", \"any string\"], \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL2460.json\", \"Services Involved\": [\"attraction\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"British\"], \"restaurant-bookday\": [\"Friday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"12:30 pm\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"]}, \"restaurant-name\": [\"Cotto\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\", \"park\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n1. \"Dialogue ID\": \"PMUL2460.json\" - This is the ID of the dialogue being annotated.\n2. \"Services Involved\": [\"attraction\", \"restaurant\"] - These are the services being discussed in the dialogue.\n3. \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"British\"], \"restaurant-bookday\": [\"Friday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"12:30 pm\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"]}, \"restaurant-name\": [\"Cotto\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\", \"park\"]}}]} - These are the details of the services being discussed, including the service type, actions, and preferences.\n\nFor the restaurant service, I selected \"British\" as the food preference because the user mentioned they are looking for a restaurant that serves British food. I also selected \"Friday\" as the bookday and \"12:30 pm\" as the booktime because the user mentioned they would like to book a table for this Friday at 12:30 pm. I selected \"centre\" as the area and \"moderate\" as the pricerange because the user did not provide any specific information about the location or price range. Finally, I selected \"Cotto\" as the name of the restaurant because it is the name of the restaurant mentioned in the dialogue.\n\nFor the attraction service, I selected \"centre\" as the area and \"museum\" and \"park\" as the type of attraction because the user did not provide any specific information about the type of attraction they are looking for.\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"MUL0358.json\",\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"Chinese\"],\n \"restaurant-bookday\": [\"Sunday\"],\n \"restaurant-bookpeople\": [4],\n \"restaurant-booktime\": [\"12:30 PM\"],\n \"restaurant-area\": [\"north\"],\n \"restaurant-pricerange\": [\"moderate\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"Sunday\"],\n \"train-departure\": [\"any string\"],\n \"train-leaveat\": [\"any time\"],\n \"train-destination\": [\"any string\"],\n \"train-bookpeople\": [4],\n \"train-arriveby\": [\"any time\"]\n }\n }\n ]\n }\n\nHere's how I filled in each slot of the schema:\n\n1. \"Dialogue ID\": \"MUL0358.json\" - This is the ID of the dialogue provided.\n2. \"Services Involved\": [\"train\", \"restaurant\"] - These are the services mentioned in the dialogue.\n3. \"Service Details\": [...], - This is an array of objects, each representing a service.\n4. \"Service Type\": \"restaurant\" - The type of service being discussed.\n5. \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - The possible actions that can be taken for this service.\n6. \"Preferences\": {...} - An object containing the user's preferences for this service.\n7. \"restaurant-food\": [\"NONE\", \"Chinese\"] - The user's preferred type of food.\n8. \"restaurant-bookday\": [\"Sunday\"] - The day of the week the user would like to go.\n9. \"restaurant-bookpeople\": [4] - The number of people the user would like to book for.\n10. \"restaurant-booktime\": [\"12:30 PM\"] - The time the user would like to book the reservation.\n11. \"restaurant-area\": [\"north\"] - The area of the restaurant the user would like to book in.\n12. \"restaurant-pricerange\": [\"moderate\"] - The price range the user is willing to pay.\n13. \"Service Type\": \"train\" - The type of service being discussed.\n14. \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - The possible actions that can be taken for this service.\n15. \"Preferences\": {...} - An object containing the user's preferences for this service.\n16. \"train-day\": [\"Sunday\"] - The day of the week the user would like to travel.\n17. \"train-departure\": [\"any string\"] - The time the user would like to depart.\n18. \"train-leaveat\": [\"any time\"] - The time the user would like to leave.\n19. \"train-destination\": [\"any string\"] - The destination the user would like to travel to.\n20. \"train-bookpeople\": [4] - The number of people the user would like to book for.\n21. \"train-arriveby\": [\"any time\"] - The time the user would like to arrive.\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL4450.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"2 PM\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"2\"], \"train-arriveby\": [\"3:30 PM\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"Sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"PMUL4450.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"train\", \"restaurant\"] - These are the services being discussed in the dialogue.\n\n \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"2 PM\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"2\"], \"train-arriveby\": [\"3:30 PM\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"Sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]}}]} - These are the details of the services being discussed in the dialogue.\n\nFor the \"train\" service, I selected the following values:\n\n* \"Service Type\": \"train\" - This is the type of service being discussed.\n* \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - These are the possible actions that can be taken related to the train service.\n* \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"2 PM\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"2\"], \"train-arriveby\": [\"3:30 PM\"]} - These are the preferences and details related to the train service.\n\nFor the \"restaurant\" service, I selected the following values:\n\n* \"Service Type\": \"restaurant\" - This is the type of service being discussed.\n* \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions that can be taken related to the restaurant service.\n* \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"Sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]} - These are the preferences and details related to the restaurant service.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL1251.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate: [\"User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?\\nSystem: Of course! What specific services would you like to know about or book?\\nUser: I'd like to find out about train schedules and attractions in the city centre.\\nSystem: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?\\nUser: Yes, please. And can you also tell me the name of the train station in Norwich?\\nSystem: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.\\nUser: Perfect, thank you. And what about attractions in the city centre?\\nSystem: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours.\\nUser: That sounds great! Can you tell me more about Christ's College?\\nSystem: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions.\\nUser: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?\\nSystem: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?\\nUser: Yes, please. And how much does it cost?\\nSystem: The guided tour costs \u00a315 per person. Would you like to proceed with the booking?\\nUser: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?\\nSystem: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street.\\nUser: Great, thank you for all the information!\\nSystem: You're welcome! Enjoy your time in Cambridge and have a great day!\\nUser: Thank you, I will! Goodbye.\\nSystem: Goodbye!\"]\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n Service Details:\n {\"train\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}], \"attraction\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?\n\n Service Details:\n {\"train\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}], \"attraction\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}]}\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL1842.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"PMUL1842.json\" - This is the ID of the dialogue, which is provided in the schema.\n\n \"Services Involved\": [\"train\", \"hotel\"] - These are the services involved in the dialogue, which are also provided in the schema.\n\n \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}} - This is the first service detail, which corresponds to the hotel service.\n\n \"Service Type\": \"hotel\" - This is the type of service, which is \"hotel\" in this case.\n\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"] - These are the possible actions that can be taken related to the hotel service, which are \"book_hotel\", \"find_hotel\", and \"NONE\".\n\n \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]} - This is the set of preferences for the hotel service, which includes various options for the user's preferences related to the hotel.\n\n \"Service Type\": \"train\" - This is the type of service, which is \"train\" in this case.\n\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - These are the possible actions that can be taken related to the train service, which are \"NONE\", \"find_train\", and \"book_train\".\n\n \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]} - This is the set of preferences for the train service, which includes various options for the user's preferences related to the train.\n\n Based on the provided dialogue, I filled in the slots as follows:\n\n \"User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\" - This is the first utterance in the dialogue, which corresponds to the hotel service.\n\n \"Hotel-bookday\": [\"monday\", \"tuesday\"] - These are the possible booking days for the hotel, which are \"monday\" and \"tuesday\".\n\n \"Hotel-bookpeople\": [\"1\"] - This is the number of people booking the hotel, which is \"1\" in this case.\n\n \"Hotel-bookstay\": [\"1 night\"] - This is the length of stay for the hotel booking, which is \"1 night\" in this case.\n\n \"Hotel-area\": [\"centre\"] - This is the area of the hotel, which is \"centre\" in this case.\n\n \"System: Great! I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?\" - This is the second utterance in the dialogue, which corresponds to the hotel service.\n\n \"Hotel-name\": [\"Alexander Bed and Breakfast\"] - This is the name of the hotel, which is \"Alexander Bed and Breakfast\" in this case.\n\n \"Hotel-stars\": [\"4\"] - This is the number of stars for the hotel, which is \"4\" in this case.\n\n \"Hotel-pricerange\": [\"moderate\"] - This is the pricing range for the hotel, which is \"moderate\" in this case.\n\n \"System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?\" - This is the third utterance in the dialogue, which corresponds to the hotel service.\n\n \"Credit_card\": [\"yes\"] - This is the payment method for the hotel booking, which is \"credit card\" in this case.\n\n \"Card_number\": [\"[insert card number]\"] - This is the card number for the credit card payment, which is \"[insert card number]\" in this case.\n\n \"Expiration_date\": [\"[insert expiration date]\"] - This is the expiration date for the credit card payment, which is \"[insert expiration date]\" in this case.\n\n \"Security_code\": [\"[insert security code]\"] - This is the security code for the credit card payment, which is \"[insert security code]\" in this case.\n\n \"System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?\" - This is the fourth utterance in the dialogue, which corresponds to the hotel service.\n\n \"No\" - This is the user's response, which is \"no\" in this case.\n\n \"System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!\" - This is the final utterance in the dialogue, which corresponds to the hotel service." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL4896.json\",\n \"Services Involved\": [\"attraction\", \"hotel\"],\n \"Service Details\": [\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"NONE\", \"any string\"]\n },\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n }\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: \"PMUL4896.json\"\n\n Services Involved: [\"attraction\", \"hotel\"]\n\n Service Details:\n\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"centre\"],\n \"attraction-type\": [\"museum\"],\n \"attraction-name\": [\"any string\"]\n }\n },\n\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"yes\"],\n \"hotel-parking\": [\"yes\"],\n \"hotel-pricerange\": [\"moderate\"],\n \"hotel-stars\": [\"4\"],\n \"hotel-type\": [\"guesthouse\"],\n \"hotel-name\": [\"Acorn Guest House\"],\n \"hotel-bookday\": [\"Sunday\"],\n \"hotel-bookpeople\": [\"1\"],\n \"hotel-bookstay\": [\"1 night\"]\n }\n }\n\nPlease let me know if you have any further questions or if there's anything else I can help with!" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"MUL2431.json\",\n \"Services Involved\": [\"attraction\", \"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"Chinese\"],\n \"restaurant-bookday\": [\"Tuesday\"],\n \"restaurant-bookpeople\": [\"2\"],\n \"restaurant-booktime\": [\"12:45 PM\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"affordable\"],\n \"restaurant-name\": [\"Charlie Chan's\"]},\n },\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"centre\"],\n \"attraction-type\": [\"museum\"],\n \"attraction-name\": [\"Cambridge Contemporary Art museum\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n1. \"Dialogue ID\": \"MUL2431.json\" - This is the ID of the dialogue being annotated.\n2. \"Services Involved\": [\"attraction\", \"restaurant\"] - These are the services being discussed in the dialogue.\n3. \"Service Details\": [{\"Service Type\": \"restaurant\", ...}, {\"Service Type\": \"attraction\", ...}] - These are the specific details of the services being discussed.\n4. \"restaurant-food\": [\"NONE\", \"Chinese\"] - The user is looking for a restaurant that serves Chinese food.\n5. \"restaurant-bookday\": [\"Tuesday\"] - The user would like to book a table for Tuesday.\n6. \"restaurant-bookpeople\": [\"2\"] - The user is dining with two other people.\n7. \"restaurant-booktime\": [\"12:45 PM\"] - The user would like to book a table for 12:45 PM.\n8. \"restaurant-area\": [\"centre\"] - The user is looking for a restaurant located in the centre of Cambridge.\n9. \"restaurant-pricerange\": [\"affordable\"] - The user is looking for an affordable restaurant.\n10. \"restaurant-name\": [\"Charlie Chan's\"] - The name of the restaurant that the system suggests to the user.\n11. \"attraction-area\": [\"centre\"] - The user is looking for an attraction located in the centre of Cambridge.\n12. \"attraction-type\": [\"museum\"] - The user is interested in visiting a museum.\n13. \"attraction-name\": [\"Cambridge Contemporary Art museum\"] - The name of the attraction that the system suggests to the user.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG1375.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"8:00 AM\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Ely\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"9:00 AM\"]}}]}\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue ID: SNG1375.json\n\n Services Involved: train\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n\n - book_train\n\n Preferences:\n\n train-day: [sunday]\n\n train-departure: [8:00 AM]\n\n train-leaveat: [any time]\n\n train-destination: [Ely]\n\n train-bookpeople: [1]\n\n train-arriveby: [9:00 AM]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL1031.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL1031.json\n\n Services Involved: train, attraction\n\n Service Details:\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: sunday\n\n train-departure: 9:00 am\n\n train-leaveat: any time\n\n train-destination: cambridge\n\n train-bookpeople: 2\n\n train-arriveby: 10:00 am\n\n Service Type: attraction\n\n Actions: find_attraction\n\n Preferences:\n\n attraction-area: centre\n\n attraction-type: park\n\n attraction-name: cambridge university botanic garden\n\nPlease let me know if you have any further questions or if there's anything else I can help with!" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"WOZ20027.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate: ['User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?\\nSystem: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?\\nUser: Yes, I'd like to spend around $50 per person.\\nSystem: Great! Based on your budget and your preference for Italian food, I'd recommend checking out \"Bella Vita\" in the south of the city. They offer a variety of delicious Italian dishes, and their prices range from $25 to $40 per entree. Would you like me to provide you with the address and directions?\\nUser: That sounds perfect! Can you also tell me if they have any gluten-free options?\\nSystem: Yes, \"Bella Vita\" does offer gluten-free options. They have a separate gluten-free menu that includes dishes such as gluten-free pasta and risotto. Would you like me to make a reservation for you?\\nUser: Yes, please. And can you also tell me if they have any vegetarian options?\\nSystem: Absolutely! \"Bella Vita\" offers a variety of vegetarian dishes, including vegetarian pasta and risotto. I've made a reservation for you at 7:00 PM. Is there anything else I can assist you with?\\nUser: No, that's all. Thank you so much for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great dining experience at \"Bella Vita\"! Goodbye!']\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n Service Details:\n [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"Italian\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"south\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"Bella Vita\"]}}]\n\n Here's a breakdown of each slot and my selection or input:\n\n Service Type: \"restaurant\" (selected from the options \"restaurant\", \"hotel\", \"taxi\", \"car_rental\")\n\n Actions: \"NONE\", \"find_restaurant\", \"book_restaurant\" (selected from the options \"NONE\", \"find_hotel\", \"book_hotel\", \"find_taxi\", \"book_taxi\", \"find_car_rental\", \"book_car_rental\")\n\n Preferences:\n\n \"restaurant-food\": [\"Italian\"] (selected from the options \"any string\", \"Italian\", \"Chinese\", \"Indian\", \"Mexican\", \"any string\")\n\n \"restaurant-bookday\": [\"sunday\"] (selected from the options \"any day of the week\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\")\n\n \"restaurant-bookpeople\": [\"1\"] (selected from the options \"any number\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\", \"10\")\n\n \"restaurant-booktime\": [\"any time\"] (selected from the options \"any time\", \"morning\", \"afternoon\", \"evening\", \"night\")\n\n \"restaurant-area\": [\"south\"] (selected from the options \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\")\n\n \"restaurant-pricerange\": [\"moderate\"] (selected from the options \"expensive\", \"moderate\", \"cheap\")\n\n \"restaurant-name\": [\"Bella Vita\"] (selected from the options \"any string\", \"Bella Vita\", \"Italian Kitchen\", \"Pizza Palace\", \"The Pasta House\", \"The Italian Bistro\", \"any string\")\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL4827.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n ]\n }\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n ]\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3086.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate: [\"User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?\\nSystem: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?\\nUser: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45.\\nSystem: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?\\nUser: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?\\nSystem: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?\\nUser: Yes, that sounds great. Can you please book the train and hotel for me?\\nSystem: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!\"]\n\n Here's the completed general annotation schema for the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3086.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"sunday\"], \"train-departure\": [\"08:00\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"13:45\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-pricerange\": [\"moderate\"], \"hotel-stars\": [\"4\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"Huntingdon Marriott Hotel\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookpeople\": [\"any int\"], \"hotel-bookstay\": [\"1 night\"]}}]}\n\nPlease let me know if you have any further questions or if there's anything else I can help with!" + ], + [ + "\n Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n Dialogue ID: SNG0598.json\n Services Involved: [restaurant]\n Service Details:\n [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n \"NONE\",\n \"find_restaurant\",\n \"book_restaurant\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"NONE\",\n \"any string\"\n ],\n \"restaurant-bookday\": [\n \"NONE\",\n \"monday\",\n \"tuesday\",\n \"wednesday\",\n \"thursday\",\n \"friday\",\n \"saturday\",\n \"sunday\"\n ],\n \"restaurant-bookpeople\": [\n \"NONE\",\n \"any int\"\n ],\n \"restaurant-booktime\": [\n \"NONE\",\n \"any time\"\n ],\n \"restaurant-area\": [\n \"NONE\",\n \"centre\",\n \"south\",\n \"west\",\n \"east\",\n \"north\",\n \"dontcare\"\n ],\n \"restaurant-pricerange\": [\n \"NONE\",\n \"expensive\",\n \"moderate\",\n \"cheap\"\n ],\n \"restaurant-name\": [\n \"NONE\",\n \"any string\"\n ]\n }\n }\n ]\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue ID: SNG0598.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n \"NONE\",\n \"find_restaurant\",\n \"book_restaurant\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"any string\"\n ],\n \"restaurant-bookday\": [\n \"monday\"\n ],\n \"restaurant-bookpeople\": [\n \"any int\"\n ],\n \"restaurant-booktime\": [\n \"any time\"\n ],\n \"restaurant-area\": [\n \"centre\"\n ],\n \"restaurant-pricerange\": [\n \"moderate\"\n ],\n \"restaurant-name\": [\n \"any string\"\n ]\n }\n }\n ]\n\n Here's my reasoning for each selection and input:\n\n Dialogue ID: SNG0598.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n \"NONE\",\n \"find_restaurant\",\n \"book_restaurant\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"any string\"\n ],\n \"restaurant-bookday\": [\n \"monday\"\n ],\n \"restaurant-bookpeople\": [\n \"any int\"\n ],\n \"restaurant-booktime\": [\n \"any time\"\n ],\n \"restaurant-area\": [\n \"centre\"\n ],\n \"restaurant-pricerange\": [\n \"moderate\"\n ],\n \"restaurant-name\": [\n \"any string\"\n ]\n }\n }\n ]\n\n Based on the provided dialogue, the user is looking for a good Italian restaurant in the city centre. Therefore, I have selected \"any string\" for \"restaurant-food\" to indicate that the user is open to different types of Italian cuisine. I have also selected \"monday\" for \"restaurant-bookday\" since the user expressed interest in finding a restaurant in the city centre area. For \"restaurant-bookpeople\", I have selected \"any int\" to indicate that the user is open to different numbers of people dining. For \"restaurant-booktime\", I have selected \"any time\" to indicate that the user is open to different time slots. For \"restaurant-area\", I have selected \"centre\" to indicate that the user is looking for a restaurant in the city centre area. For \"restaurant-pricerange\", I have selected \"moderate\" to indicate that the user is open to different price ranges. Finally, for \"restaurant-name\", I have selected \"any string\" to indicate that the user is open to different names of Italian restaurants.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01162.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: SNG01162.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n * Service Type: restaurant\n\n * Actions: find_restaurant, book_restaurant\n\n * Preferences:\n\n - restaurant-food: any string\n\n - restaurant-bookday: monday\n\n - restaurant-bookpeople: any int\n\n - restaurant-booktime: any time\n\n - restaurant-area: centre\n\n - restaurant-pricerange: moderate\n\n - restaurant-name: any string\n\nNow, let me go through each slot of the schema and explain my reasoning for each one:\n\n1. Dialogue ID: This is the ID of the dialogue, which is SNG01162.json.\n2. Services Involved: This is a list of services involved in the dialogue, and in this case, there is only one service involved: restaurant.\n3. Service Details: This is a list of details about the service, including the service type, actions, and preferences.\n\na. Service Type: The service type is restaurant, which is correct.\n\nb. Actions: The actions are find_restaurant and book_restaurant, which are both correct.\n\nc. Preferences:\n\ni. restaurant-food: The user prefers any string for food, which is correct.\n\nii. restaurant-bookday: The user prefers monday, which is correct.\n\niii. restaurant-bookpeople: The user prefers any int for the number of people, which is correct.\n\niv. restaurant-booktime: The user prefers any time, which is correct.\n\nv. restaurant-area: The user prefers the centre, which is correct.\n\nvi. restaurant-pricerange: The user prefers moderate, which is correct.\n\nvii. restaurant-name: The user prefers any string for the name of the restaurant, which is correct.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL1146.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"16:45\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"18:45\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL1146.json\n\n Services Involved: train, attraction\n\n Service Details:\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: [16:45]\n\n train-leaveat: any time\n\n train-destination: Cambridge\n\n train-bookpeople: [1]\n\n train-arriveby: [18:45]\n\n Service Type: attraction\n\n Actions: find_attraction, NONE\n\n Preferences:\n\n attraction-area: [centre, south, west, east, north, dontcare]\n\n attraction-type: [museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: any string\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0018.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: SSNG0018.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions:\n\n - find_restaurant\n\n - book_restaurant\n\n Preferences:\n\n restaurant-food: any string\n\n restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\n restaurant-bookpeople: any int\n\n restaurant-booktime: any time\n\n restaurant-area: centre, south, west, east, north, dontcare\n\n restaurant-pricerange: moderate\n\n restaurant-name: any string\n\n Now, let me go through each slot and explain my reasoning:\n\n Dialogue ID: This is the unique identifier for the dialogue, which is SSNG0018.json in this case.\n\n Services Involved: This lists the services involved in the dialogue, which is just the restaurant service in this case.\n\n Service Details: This provides more specific information about the service, including the service type (restaurant), the available actions (find_restaurant and book_restaurant), and the user's preferences for various aspects of the service (e.g., food, booking time, area, price range, etc.).\n\n Based on the provided dialogue, here's how I filled in each slot of the Service Details:\n\n Service Type: restaurant - This is the type of service being provided, which is a restaurant in this case.\n\n Actions: find_restaurant, book_restaurant - These are the available actions for the service, which are finding a restaurant and booking a table at a restaurant.\n\n Preferences:\n\n restaurant-food: any string - The user is open to trying different types of food at the restaurant.\n\n restaurant-bookday: monday, tuesday, wednesday, thursday, friday, saturday, sunday - The user is open to booking a table on any day of the week.\n\n restaurant-bookpeople: any int - The user is open to booking a table for any number of people.\n\n restaurant-booktime: any time - The user is open to booking a table at any time.\n\n restaurant-area: centre, south, west, east, north, dontcare - The user is open to dining at a restaurant in any area.\n\n restaurant-pricerange: moderate - The user is open to dining at a restaurant with moderate prices.\n\n restaurant-name: any string - The user is open to dining at any type of restaurant.\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"MUL2293.json\",\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n }\n ]\n }\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n1. \"Dialogue ID\": \"MUL2293.json\" - This is the ID of the dialogue, which is provided in the task.\n2. \"Services Involved\": [\"train\", \"hotel\"] - These are the services mentioned in the dialogue.\n3. \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n }\n ]\n4. \"User Inputs\": [\n \"Hi, I'm looking for a hotel and a train ticket. Can you help me?\",\n \"I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.\",\n \"Yes, please book the 'a and b guest house' and the train ticket from London Liverpool Street to Cambridge.\",\n \"Great! For the hotel, I have booked you at the 'a and b guest house' for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?\",\n \"Yes, that's correct. Thank you!\",\n \"You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with.\",\n \"No, that's all. Thank you for your help!\",\n \"You're welcome! Have a great trip to Cambridge! Goodbye!\"\n ]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + "1. Dialogue ID: PMUL1586.json\n\n2. Services Involved: train, hotel\n\n3. Service Details:\n\na. Service Type: train\n\ni. Actions: find_train, book_train\n\nii. Preferences:\n\n1. train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n2. train-departure: any string\n3. train-leaveat: any time\n4. train-destination: any string\n5. train-bookpeople: any int\n6. train-arriveby: any time\n\nb. Service Type: hotel\n\ni. Actions: book_hotel, find_hotel\n\nii. Preferences:\n\n1. hotel-internet: [yes, no]\n2. hotel-parking: [yes, no]\n3. hotel-pricerange: expensive, moderate, cheap\n4. hotel-stars: any int\n5. hotel-type: hotel, guesthouse, dontcare\n6. hotel-name: any string\n7. hotel-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n8. hotel-bookpeople: any int\n9. hotel-bookstay: any int\n10. hotel-area: centre, south, west, east, north, dontcare\n\nPlease note that some slots may have multiple options that are not mutually exclusive. For example, the \"train-day\" preference allows for multiple days of the week, and the \"hotel-type\" preference allows for multiple types of accommodations." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: SNG0039.json\n* Services Involved: taxi\n* Service Details:\n\t+ Service Type: taxi\n\t+ Actions:\n\t\t- NONE\n\t\t- find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby: any time\n\t\t- taxi-departure: any string\n\t\t- taxi-destination: any string\n\t\t- taxi-leaveat: any time\n\nHere's how each slot of the schema is filled in based on the provided dialogue:\n\n1. Dialogue ID: SNG0039.json - This is the ID of the dialogue being annotated.\n2. Services Involved: taxi - This indicates that the dialogue involves a taxi service.\n3. Service Details:\n\t+ Service Type: taxi - This indicates that the service being requested is a taxi.\n\t+ Actions:\n\t\t- NONE - There are no explicit actions taken by the system in this dialogue.\n\t\t- find_taxi - The system finds a taxi for the user.\n\t+ Preferences:\n\t\t- taxi-arriveby: any time - The user does not specify a specific time for the taxi to arrive.\n\t\t- taxi-departure: any string - The user does not specify a specific time for the taxi to depart.\n\t\t- taxi-destination: any string - The user does not specify a specific destination for the taxi.\n\t\t- taxi-leaveat: any time - The user does not specify a specific time for the taxi to leave.\n\nI hope this helps! Let me know if you have any questions or need further clarification." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0142.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?\\nUser: Um, I don't have a specific restaurant in mind. Can you suggest some options?\\nSystem: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?\\nUser: Yes, please!\\nSystem: Great! Based on your preferences, I suggest the following restaurants:\\nUser: The Centre Bistro sounds great, can you book it for me?\\nSystem: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking.\\nUser: Sure, my name is John Doe and my phone number is 555-555-5555.\\nSystem: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?\\nUser: No, that's all. Thank you!\\nSystem: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!\"]\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n Service Details:\n [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\"], \"restaurant-pricerange\": [\"NONE\", \"moderate\"], \"restaurant-name\": [\"NONE\", \"The Centre Bistro\"]}}]\n\n Here's a breakdown of how I filled in each slot of the schema:\n\n Service Type: \"restaurant\" (as indicated in the dialogue)\n\n Actions:\n\n - \"NONE\" (as the user did not perform any actions other than asking for suggestions and booking a reservation)\n\n - \"find_restaurant\" (as the system suggested a few restaurants based on the user's preferences)\n\n - \"book_restaurant\" (as the system booked a reservation at The Centre Bistro based on the user's preferences)\n\n Preferences:\n\n - \"restaurant-food\": [\"NONE\", \"any string\"] (as the user did not specify any preferences for food)\n\n - \"restaurant-bookday\": [\"NONE\", \"sunday\"] (as the user requested a reservation for Sunday)\n\n - \"restaurant-bookpeople\": [\"NONE\", \"any int\"] (as the user did not specify any preferences for the number of people in their party)\n\n - \"restaurant-booktime\": [\"NONE\", \"any time\"] (as the user did not specify any preferences for the time of the reservation)\n\n - \"restaurant-area\": [\"NONE\", \"centre\"] (as the system suggested The Centre Bistro, which is located in the centre of the city)\n\n - \"restaurant-pricerange\": [\"NONE\", \"moderate\"] (as the system suggested The Centre Bistro, which is a moderately priced restaurant)\n\n - \"restaurant-name\": [\"NONE\", \"The Centre Bistro\"] (as the user specified The Centre Bistro as their preferred restaurant)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01795.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"12:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"12:15\"]}}]}\n\nBased on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?\\nSystem: Of course! I'd be happy to assist you. What specific service would you like to know about or book?\\nUser: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?\\nSystem: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is \u00a334.50. Would you like to book this train and pay with your credit card?\\nUser: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?\\nSystem: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?\\nUser: No, that's all for now. I'll just book the train ticket.\\nSystem: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!\"]\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n \"Dialogue ID\": \"SNG01795.json\"\n \"Services Involved\": [\"train\"]\n \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"12:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"12:15\"]}}]}\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL4433.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\"], \"train-departure\": [\"15:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stevenage\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"16:15\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\"], \"attraction-name\": [\"any string\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n1. \"Dialogue ID\": \"PMUL4433.json\" - This is the ID of the dialogue being annotated.\n2. \"Services Involved\": [\"train\", \"attraction\"] - These are the services mentioned in the dialogue.\n3. \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\"], \"train-departure\": [\"15:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stevenage\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"16:15\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\"], \"attraction-name\": [\"any string\"]}}]} - These are the service details for each service involved in the dialogue.\n\nFor the \"train\" service, I selected the following options:\n\n* \"Service Type\": \"train\" - This is the type of service being requested.\n* \"Actions\": [\"NONE\", \"find_train\", \"book_train\"] - These are the actions that the system can perform for the \"train\" service.\n* \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\"], \"train-departure\": [\"15:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Stevenage\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"16:15\"]} - These are the user's preferences for the \"train\" service.\n\nFor the \"attraction\" service, I selected the following options:\n\n* \"Service Type\": \"attraction\" - This is the type of service being requested.\n* \"Actions\": [\"find_attraction\", \"NONE\"] - These are the actions that the system can perform for the \"attraction\" service.\n* \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\"], \"attraction-name\": [\"any string\"]} - These are the user's preferences for the \"attraction\" service.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG1116.json\", \"Services Involved\": [\"attraction\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"museum\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"any string\"]}}]}\n\n Based on the provided dialogue, here are my selections and inputs for each slot of the schema:\n\n Dialogue ID: SNG1116.json\n\n Services Involved: attraction\n\n Service Details:\n\n Service Type: attraction\n\n Actions:\n\n - find_attraction\n\n Preferences:\n\n - attraction-area: centre\n\n - attraction-type: museum\n\n - attraction-name: any string\n\n Here's a breakdown of my selections and inputs for each slot:\n\n Dialogue ID: This is the unique identifier for the dialogue, which is SNG1116.json in this case.\n\n Services Involved: This slot indicates the services involved in the dialogue, and in this case, the only service involved is attraction.\n\n Service Details: This slot provides more specific information about the service involved, including the service type, actions, and preferences.\n\n Service Type: This slot indicates the type of service being provided, and in this case, the service type is attraction.\n\n Actions: This slot indicates the actions taken or requested by the user, and in this case, the user requested that the system find an attraction.\n\n Preferences: This slot indicates the user's preferences for the service, and in this case, the user specified that they are looking for a free or low-cost attraction in the centre of town.\n\n attraction-area: This slot indicates the area where the attraction is located, and in this case, the user specified that they are looking for an attraction in the centre of town.\n\n attraction-type: This slot indicates the type of attraction the user is looking for, and in this case, the user specified that they are interested in a museum.\n\n attraction-name: This slot indicates the name of the attraction, and in this case, the user did not provide a specific name.\n\n I hope this helps! Let me know if you have any further questions." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG1165.json\", \"Services Involved\": [\"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate:\n [\"User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?\\nSystem: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?\\nUser: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.\\nSystem: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?\\nUser: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?\\nSystem: Certainly! Your booking details are as follows:\\nUser: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?\\nSystem: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk.\\nUser: No, that sounds great. Thank you for your help!\\nSystem: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!\"]\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Service Details:\n [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Service Type: hotel\n\n Actions: book_hotel, find_hotel, NONE\n\n Preferences:\n\n hotel-internet: NONE\n\n hotel-parking: NONE\n\n hotel-pricerange: expensive\n\n hotel-stars: any int\n\n hotel-type: hotel\n\n hotel-name: Lensfield Hotel\n\n hotel-bookday: monday\n\n hotel-bookpeople: 3\n\n hotel-bookstay: 3\n\n hotel-area: north\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3460.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL3460.json\n\n Services Involved: train, restaurant\n\n Service Details:\n\n Restaurant:\n\n Service Type: restaurant\n\n Actions: find_restaurant, book_restaurant\n\n Preferences:\n\n restaurant-food: any string\n\n restaurant-bookday: sunday\n\n restaurant-bookpeople: any int\n\n restaurant-booktime: any time\n\n restaurant-area: centre\n\n restaurant-pricerange: moderate\n\n restaurant-name: any string\n\n Train:\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: sunday\n\n train-departure: any string\n\n train-leaveat: any time\n\n train-destination: any string\n\n train-bookpeople: any int\n\n train-arriveby: any time\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL2583.json\", \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"NONE\", \"any string\"], \"taxi-destination\": [\"NONE\", \"any string\"], \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL2583.json\n\n Services Involved: hotel, attraction, taxi\n\n Service Details:\n\n Hotel:\n\n * Service Type: hotel\n * Actions: book_hotel, find_hotel, NONE\n * Preferences:\n + hotel-internet: NONE\n + hotel-parking: NONE\n + hotel-pricerange: expensive\n + hotel-stars: any int\n + hotel-type: hotel\n + hotel-name: any string\n + hotel-bookday: sunday\n + hotel-bookpeople: any int\n + hotel-bookstay: any int\n + hotel-area: centre\n\n Attraction:\n\n * Service Type: attraction\n * Actions: find_attraction, NONE\n * Preferences:\n + attraction-area: centre\n + attraction-type: museum\n + attraction-name: any string\n\n Taxi:\n\n * Service Type: taxi\n * Actions: NONE, find_taxi\n * Preferences:\n + taxi-arriveby: any time\n + taxi-departure: any string\n + taxi-destination: any string\n + taxi-leaveat: any time\n\nPlease note that some slots require \"any string\" or \"any int\" inputs, as the dialogue does not provide specific information for those aspects." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"MUL1914.json\",\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"any string\"],\n \"train-leaveat\": [\"any time\"],\n \"train-destination\": [\"any string\"],\n \"train-bookpeople\": [\"any int\"],\n \"train-arriveby\": [\"any time\"]\n },\n },\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"any string\"]\n }\n }\n ]\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"MUL1914.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"train\", \"attraction\"] - These are the services mentioned in the dialogue.\n\n \"Service Details\": [\n {\"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"any string\"],\n \"train-leaveat\": [\"any time\"],\n \"train-destination\": [\"any string\"],\n \"train-bookpeople\": [\"any int\"],\n \"train-arriveby\": [\"any time\"]\n },\n },\n {\"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"any string\"]\n }\n }\n ]\n\n \"Service Details\" contains two service slots, one for the train and one for the attraction. Each slot contains a list of actions, preferences, and any strings that are relevant to the service.\n\nFor the train service, the actions are \"NONE\", \"find_train\", and \"book_train\". The preferences include the day of the week, departure time, leave-at time, destination, and the number of people to book. The any strings include the departure time and destination.\n\nFor the attraction service, the actions are \"find_attraction\" and \"NONE\". The preferences include the area, type, and name of the attraction. The any strings include the area and type.\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + "1. Dialogue ID: PMUL2097.json\n\n2. Services Involved: restaurant, hotel, attraction\n\n3. Service Details:\n\na. Service Type: restaurant\n\ni. Actions: find_restaurant, book_restaurant\n\nii. Preferences:\n\n1. restaurant-food: any string\n2. restaurant-bookday: any day of the week\n3. restaurant-bookpeople: any number of people\n4. restaurant-booktime: any time\n5. restaurant-area: any location in Bangkok\n6. restaurant-pricerange: expensive, moderate, cheap\n7. restaurant-name: any string\n\nb. Service Type: hotel\n\ni. Actions: book_hotel, find_hotel\n\nii. Preferences:\n\n1. hotel-internet: yes, no\n2. hotel-parking: yes, no\n3. hotel-pricerange: expensive, moderate, cheap\n4. hotel-stars: any number of stars\n5. hotel-type: hotel, guesthouse, any type\n6. hotel-name: any string\n7. hotel-bookday: any day of the week\n8. hotel-bookpeople: any number of people\n9. hotel-bookstay: any number of nights\n10. hotel-area: any location in Bangkok\n\nc. Service Type: attraction\n\ni. Actions: find_attraction\n\nii. Preferences:\n\n1. attraction-area: any location in Bangkok\n2. attraction-type: any type of attraction\n3. attraction-name: any string\n\n4. User Inputs:\n\ni. User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?\n\nii. System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?\n\niii. User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person.\n\niv. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?\n\nv. User: That sounds perfect! Can you book a table for Thursday at 3 pm?\n\nvi. System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?\n\nvii. User: No, that's all good. Thank you so much for your help!\n\nviii. System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL0949.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate: ['User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?\\nSystem: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?\\nUser: Um, let me see... how about \"The Italian Place\"?\\nSystem: Great choice! I have found a few options for you. Would you like to book \"The Italian Place\" for Wednesday at 17:15?\\nUser: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?\\nSystem: Certainly! \"The Italian Place\" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?\\nUser: Yes, that sounds great. How do I confirm the booking?\\nSystem: Simply reply with \"confirm\" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday.\\nUser: Confirm.\\nSystem: Great! Your booking for \"The Italian Place\" on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you!\\nSystem: You're welcome! Have a great day. Goodbye!']\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n Service Details:\n [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"wednesday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"17:15\"], \"restaurant-area\": [\"NONE\", \"centre\"], \"restaurant-pricerange\": [\"NONE\", \"moderate\"], \"restaurant-name\": [\"NONE\", \"The Italian Place\"]}}]\n\n Here's how I filled in each slot of the schema based on the dialogue:\n\n Service Type: \"restaurant\"\n\n Actions: [\"NONE\", \"find_restaurant\", \"book_restaurant\"]\n\n Preferences:\n {\n \"restaurant-food\": [\"NONE\", \"any string\"]\n \"restaurant-bookday\": [\"NONE\", \"wednesday\"]\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"]\n \"restaurant-booktime\": [\"NONE\", \"17:15\"]\n \"restaurant-area\": [\"NONE\", \"centre\"]\n \"restaurant-pricerange\": [\"NONE\", \"moderate\"]\n \"restaurant-name\": [\"NONE\", \"The Italian Place\"]\n }\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3847.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL3847.json\n\n Services Involved: train, attraction\n\n Service Details:\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: any string (not specified in the dialogue)\n\n train-departure: any string (not specified in the dialogue)\n\n train-leaveat: any time (not specified in the dialogue)\n\n train-destination: any string (not specified in the dialogue)\n\n train-bookpeople: any int (not specified in the dialogue)\n\n train-arriveby: any time (not specified in the dialogue)\n\n Service Type: attraction\n\n Actions: find_attraction, NONE\n\n Preferences:\n\n attraction-area: any string (not specified in the dialogue)\n\n attraction-type: any string (not specified in the dialogue)\n\n attraction-name: any string (not specified in the dialogue)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL2710.json\", \"Services Involved\": [\"attraction\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"], \"attraction-name\": [\"NONE\", \"any string\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL2710.json\n\n Services Involved: [attraction, hotel]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: find_attraction, NONE\n\n Preferences:\n\n attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\n attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [NONE, any string]\n\n Service Type: hotel\n\n Actions: book_hotel, find_hotel, NONE\n\n Preferences:\n\n hotel-internet: [NONE, yes, no]\n\n hotel-parking: [NONE, yes, no]\n\n hotel-pricerange: [NONE, expensive, moderate, cheap]\n\n hotel-stars: [NONE, any int]\n\n hotel-type: [NONE, hotel, guesthouse, dontcare]\n\n hotel-name: [NONE, any string]\n\n hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n hotel-bookpeople: [NONE, any int]\n\n hotel-bookstay: [NONE, any int]\n\n hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"WOZ20385.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Mexican\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"7:00 PM\"], \"restaurant-area\": [\"south\"], \"restaurant-pricerange\": [\"$20-$30\"], \"restaurant-name\": [\"Chiquito Restaurant Bar\"]}}]}\n\nHere's how I filled in each slot of the schema based on the provided dialogue:\n\n1. \"Dialogue ID\": \"WOZ20385.json\" - This is the ID of the dialogue, which is provided in the schema.\n2. \"Services Involved\": [\"restaurant\"] - This indicates that the dialogue involves a restaurant service.\n3. \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Mexican\"], \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"7:00 PM\"], \"restaurant-area\": [\"south\"], \"restaurant-pricerange\": [\"$20-$30\"], \"restaurant-name\": [\"Chiquito Restaurant Bar\"]}}]} - This is the service details section, which provides more specific information about the service.\n\nHere's how I filled in each slot of the service details section based on the provided dialogue:\n\n1. \"Service Type\": \"restaurant\" - This indicates that the service being discussed is a restaurant.\n2. \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"] - These are the possible actions that can be taken related to the restaurant service.\n3. \"Preferences\": {\"restaurant-food\": [\"NONE\", \"Mexican\"]} - This indicates that the user is looking for a restaurant that serves Mexican food.\n4. \"restaurant-bookday\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"] - This indicates that the user is open to booking a table on any day of the week.\n5. \"restaurant-bookpeople\": [\"2\"] - This indicates that the user is looking to book a table for two people.\n6. \"restaurant-booktime\": [\"7:00 PM\"] - This indicates that the user is interested in booking a table for 7:00 PM.\n7. \"restaurant-area\": [\"south\"] - This indicates that the user is looking for a restaurant located in the south area of the city.\n8. \"restaurant-pricerange\": [\"$20-$30\"] - This indicates that the user is open to paying between $20 and $30 per person for their meal.\n9. \"restaurant-name\": [\"Chiquito Restaurant Bar\"] - This indicates that the user is interested in finding a restaurant with the name \"Chiquito Restaurant Bar\".\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL0172.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue ID: PMUL0172.json\n\n Services Involved: [restaurant, hotel]\n\n Service Details:\n\n Hotel:\n\n Service Type: hotel\n\n Actions: book_hotel, find_hotel, NONE\n\n Preferences:\n\n hotel-internet: NONE, yes, no\n\n hotel-parking: NONE, yes, no\n\n hotel-pricerange: NONE, expensive, moderate, cheap\n\n hotel-stars: NONE, any int\n\n hotel-type: NONE, hotel, guesthouse, dontcare\n\n hotel-name: NONE, any string\n\n hotel-bookday: NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\n hotel-bookpeople: NONE, any int\n\n hotel-bookstay: NONE, any int\n\n hotel-area: NONE, centre, south, west, east, north, dontcare\n\n Restaurant:\n\n Service Type: restaurant\n\n Actions: NONE, find_restaurant, book_restaurant\n\n Preferences:\n\n restaurant-food: NONE, any string\n\n restaurant-bookday: NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday\n\n restaurant-bookpeople: NONE, any int\n\n restaurant-booktime: NONE, any time\n\n restaurant-area: NONE, centre, south, west, east, north, dontcare\n\n restaurant-pricerange: NONE, expensive, moderate, cheap\n\n restaurant-name: NONE, any string\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3867.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]},\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]},\n },\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]}}\n }\n\n Based on the dialogue, I've filled in the slots as follows:\n\n \"Service Details\":\n [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"any string\"],\n \"restaurant-bookday\": [\"saturday\"],\n \"restaurant-bookpeople\": [\"3\"],\n \"restaurant-booktime\": [\"16:30\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-name\": [\"Midsummer House Restaurant\"]},\n },\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\"],\n \"Preferences\": {\n \"hotel-internet\": [\"yes\"],\n \"hotel-parking\": [\"yes\"],\n \"hotel-pricerange\": [\"moderate\"],\n \"hotel-stars\": [\"4\"],\n \"hotel-type\": [\"hotel\"],\n \"hotel-name\": [\"University Arms Hotel\"],\n \"hotel-bookday\": [\"saturday\"],\n \"hotel-bookpeople\": [\"1\"],\n \"hotel-bookstay\": [\"1 night\"],\n \"hotel-area\": [\"centre\"]},\n },\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"16:30\"],\n \"taxi-departure\": [\"17:00\"],\n \"taxi-destination\": [\"Midsummer House Restaurant\"],\n \"taxi-leaveat\": [\"University Arms Hotel\"]}}\n ]\n\n Please let me know if you have any further questions or if there's anything else I can help with!" + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\nGeneral Annotation Schema:\n\n* Dialogue ID: SNG01373.json\n* Services Involved: taxi\n* Service Details:\n\t+ Service Type: taxi\n\t+ Actions:\n\t\t- NONE\n\t\t- find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby:\n\t\t\t- NONE\n\t\t\t- any time\n\t\t- taxi-departure:\n\t\t\t- NONE\n\t\t\t- any string\n\t\t- taxi-destination:\n\t\t\t- NONE\n\t\t\t- any string\n\t\t- taxi-leaveat:\n\t\t\t- NONE\n\t\t\t- any time\n\nHere's how each slot of the schema is filled in based on the provided dialogue:\n\n* Dialogue ID: SNG01373.json (provided)\n* Services Involved: taxi (provided)\n* Service Details:\n\t+ Service Type: taxi (provided)\n\t+ Actions:\n\t\t- NONE (correct, as there are no explicit actions in the dialogue)\n\t\t- find_taxi (correct, as the system is finding a taxi for the user)\n\t+ Preferences:\n\t\t- taxi-arriveby: any time (correct, as the user does not specify a specific time for arrival)\n\t\t- taxi-departure: any string (correct, as the system does not specify a specific time for departure)\n\t\t- taxi-destination: any string (correct, as the user does not specify a specific destination)\n\t\t- taxi-leaveat: any time (correct, as the system does not specify a specific time for leaving)\n\nI hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ], + [ + " Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3555.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"train-departure\": [\"NONE\", \"any string\"], \"train-leaveat\": [\"NONE\", \"any time\"], \"train-destination\": [\"NONE\", \"any string\"], \"train-bookpeople\": [\"NONE\", \"any int\"], \"train-arriveby\": [\"NONE\", \"any time\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}]}\n\n Here's how I filled in each slot of the schema based on the provided dialogue:\n\n Dialogue to Annotate: [\"User: Hi, I'm looking for a train and hotel booking service. Can you help me?\\nSystem: Of course! I'd be happy to assist you. What specific services are you interested in?\\nUser: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday.\\nSystem: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?\\nUser: I'd like to book a one-way ticket in economy class.\\nSystem: Okay, I've found a suitable train ticket for you. The fare is \u00a335, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?\\nUser: Yes, that sounds good.\\nSystem: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?\\nUser: I'd like to book a room at the Allen Bell hotel, if possible.\\nSystem: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?\\nUser: Yes, that sounds perfect.\\nSystem: Great! I've booked the hotel room for you. Is there anything else I can assist you with?\\nUser: No, that's all for now. Thank you for your help!\\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!\\nUser: Thank you, I will. Goodbye!\\nSystem: Goodbye!\"]\n\n Here's the completed general annotation schema for the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3555.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\"], \"train-departure\": [\"21:45\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Leicester\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-pricerange\": [\"moderate\"], \"hotel-stars\": [\"4\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"Allen Bell\"], \"hotel-bookday\": [\"thursday\"], \"hotel-bookpeople\": [\"4\"], \"hotel-bookstay\": [\"4\"], \"hotel-area\": [\"centre\"]}}]}\n\nPlease note that I've filled in the slots with the most accurate and relevant options based on the dialogue content. If you have any further questions or need clarification on any of the annotations, feel free to ask!" + ], + [ + "\n Sure, I'd be happy to help! Here's the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01958.json\", \"Services Involved\": [\"police\"], \"Service Details\": [{\"Service Type\": \"police\", \"Actions\": [\"find_police\"], \"Preferences\": {}}]}\n\n Here's my annotation for each slot in the schema:\n\n \"Dialogue ID\": \"SNG01958.json\" - This is the ID of the dialogue being annotated.\n\n \"Services Involved\": [\"police\"] - The services involved in this dialogue are police services.\n\n \"Service Details\": [{\"Service Type\": \"police\", \"Actions\": [\"find_police\"], \"Preferences\": {}}] - The service details for the police service involve finding a police station near the user's location.\n\n \"User\": - The user is the speaker who initiates the dialogue.\n\n \"System\": - The system is the speaker who responds to the user's request.\n\n \"User Intent\": - The user's intent is to find a police station near their location.\n\n \"System Action\": - The system's action is to assist the user in finding a police station near their location.\n\n \"System Preferences\": - The system's preferences are not specified in the dialogue.\n\n \"User Feedback\": - The user provides feedback in the form of a thank you and a goodbye at the end of the dialogue.\n\n \"System Response\": - The system responds to the user's request with information about the closest police stations to their location.\n\n \"Any String\": - There are no instances of any string inputs in the dialogue.\n\n \"Any Int\": - There are no instances of any int inputs in the dialogue.\n\n I hope this helps! Let me know if you have any further questions or if there's anything else I can assist you with." + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50_2.json b/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50_2.json new file mode 100644 index 0000000000000000000000000000000000000000..be9c3c0d77079c3007c76d087426532438ff1928 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_annotations_with_slots_cleaned_50_2.json @@ -0,0 +1,152 @@ +[ + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL4398.json\", \"Services Involved\": [\"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}]}\n\n Based on the dialogue, here are the annotations for each slot:\n\n \"Dialogue ID\": \"PMUL4398.json\"\n\n \"Services Involved\": [\"hotel\", \"restaurant\"]\n\n \"Service Details\": [\n\n {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}},\n\n {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}\n\n Please note that some slots have been left blank or filled with \"NONE\" as they are not relevant to the dialogue." + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"SNG1013.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL0121.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If there are any specific instructions or requirements for the annotation, please let me know and I will be happy to assist." + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL3484.json\",\n \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"],\n \"Service Details\": [\n {\"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]},\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]},\n {\"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]}}]}\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\", \"tuesday\"], \"train-departure\": [\"9:30 am\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]}}]}\n\nHere's the completed schema with the correct values filled in based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"tuesday\"], \"train-departure\": [\"9:30 am\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"any time\"]}}]}" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01520.json\",\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]}\n }}\n\n Here is the completed schema with the correct values filled in based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01520.json\",\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"any string\"],\n \"restaurant-bookday\": [\"saturday\"],\n \"restaurant-bookpeople\": [\"2\"],\n \"restaurant-booktime\": [\"any time\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"cheap\"],\n \"restaurant-name\": [\"The Lucky Star\"]}\n }}" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL3951.json\n\n Services Involved: [train, restaurant]\n\n Service Details:\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: any string\n\n train-leaveat: any time\n\n train-destination: any string\n\n train-bookpeople: any int\n\n train-arriveby: any time\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: any string\n\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: any int\n\n restaurant-booktime: any time\n\n restaurant-area: [centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [expensive, moderate, cheap]\n\n restaurant-name: any string\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL0843.json\n\n Services Involved: [train, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [NONE, any string]\n\n restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [NONE, any int]\n\n restaurant-booktime: [NONE, any time]\n\n restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\n restaurant-name: [NONE, any string]\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: [NONE, any string]\n\n train-leaveat: [NONE, any time]\n\n train-destination: [NONE, any string]\n\n train-bookpeople: [NONE, any int]\n\n train-arriveby: [NONE, any time]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL2979.json\n\n Services Involved: [attraction, taxi, hotel]\n\n Service Details:\n\n Hotel:\n\n * Service Type: hotel\n * Actions: book_hotel, find_hotel, NONE\n * Preferences:\n - hotel-internet: NONE, yes, no\n - hotel-parking: NONE, yes, no\n - hotel-pricerange: NONE, expensive, moderate, cheap\n - hotel-stars: NONE, any int\n - hotel-type: NONE, hotel, guesthouse, dontcare\n - hotel-name: NONE, any string\n - hotel-bookday: NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday\n - hotel-bookpeople: NONE, any int\n - hotel-bookstay: NONE, any int\n - hotel-area: NONE, centre, south, west, east, north, dontcare\n\n Attraction:\n\n * Service Type: attraction\n * Actions: find_attraction, NONE\n * Preferences:\n - attraction-area: NONE, centre, south, west, east, north, dontcare\n - attraction-type: NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare\n - attraction-name: NONE, any string\n\n Taxi:\n\n * Service Type: taxi\n * Actions: NONE, find_taxi\n * Preferences:\n - taxi-arriveby: NONE, any time\n - taxi-departure: NONE, any string\n - taxi-destination: NONE, any string\n - taxi-leaveat: NONE, any time\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"MUL1681.json\",\n \"Services Involved\": [\"train\", \"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"saturday\"],\n \"train-departure\": [\"15:15\"],\n \"train-leaveat\": [\"any time\"],\n \"train-destination\": [\"Stansted Airport\"],\n \"train-bookpeople\": [\"1\"],\n \"train-arriveby\": [\"16:15\"]\n }\n },\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"saturday\"],\n \"restaurant-bookpeople\": [\"1\"],\n \"restaurant-booktime\": [\"any time\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-name\": [\"any string\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue content. If any of the options do not accurately reflect the information presented in the dialogue, please let me know so that I can make the necessary adjustments." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: MUL0928.json\n\n Services Involved: [attraction, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions:\n\n - find_restaurant\n - book_restaurant\n\n Preferences:\n\n - restaurant-food: any string\n - restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n - restaurant-bookpeople: any int\n - restaurant-booktime: any time\n - restaurant-area: [centre, south, west, east, north, dontcare]\n - restaurant-pricerange: [expensive, moderate, cheap]\n - restaurant-name: any string\n\n Service Type: attraction\n\n Actions:\n\n - find_attraction\n\n Preferences:\n\n - attraction-area: [centre, south, west, east, north, dontcare]\n - attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n - attraction-name: any string\n\n Here is the schema filled in with the correct values based on the dialogue:\n\n Service Type: restaurant\n\n Actions:\n\n - find_restaurant\n - book_restaurant\n\n Preferences:\n\n - restaurant-food: any string\n - restaurant-bookday: [thursday]\n - restaurant-bookpeople: any int\n - restaurant-booktime: any time\n - restaurant-area: [east]\n - restaurant-pricerange: [moderate]\n - restaurant-name: Backstreet Bistro\n\n Service Type: attraction\n\n Actions:\n\n - find_attraction\n\n Preferences:\n\n - attraction-area: [east]\n - attraction-type: museum\n - attraction-name: Gallery" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: WOZ20645.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [NONE, any string]\n\n restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [NONE, any int]\n\n restaurant-booktime: [NONE, any time]\n\n restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\n restaurant-name: [NONE, any string]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: SNG02152.json\n Services Involved: taxi\n Service Details:\n [0]\n Service Type: taxi\n Actions: [\"NONE\", \"find_taxi\"]\n Preferences:\n [0]\n taxi-arriveby: [\"NONE\", \"any time\"]\n [1]\n taxi-departure: [\"NONE\", \"any string\"]\n [2]\n taxi-destination: [\"NONE\", \"any string\"]\n [3]\n taxi-leaveat: [\"NONE\", \"any time\"]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL2460.json\n\n Services Involved: [attraction, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [any string]\n\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [any int]\n\n restaurant-booktime: [any time]\n\n restaurant-area: [centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [expensive, moderate, cheap]\n\n restaurant-name: [any string]\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [centre, south, west, east, north, dontcare]\n\n attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [any string]\n\n Here is the schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n\n Dialogue ID: PMUL2460.json\n\n Services Involved: [attraction, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [British]\n\n restaurant-bookday: [Friday]\n\n restaurant-bookpeople: [8]\n\n restaurant-booktime: [12:30 pm]\n\n restaurant-area: [centre]\n\n restaurant-pricerange: [moderate]\n\n restaurant-name: [Cotto]\n\n Service Type: attraction\n\n Actions: [NONE]\n\n Preferences:\n\n attraction-area: [centre]\n\n attraction-type: [none]\n\n attraction-name: [none]" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: MUL0358.json\n\n Services Involved: train, restaurant\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: find_restaurant, book_restaurant\n\n Preferences:\n\n restaurant-food: any string\n\n restaurant-bookday: sunday\n\n restaurant-bookpeople: any int\n\n restaurant-booktime: any time\n\n restaurant-area: north\n\n restaurant-pricerange: moderate\n\n restaurant-name: any string\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: sunday\n\n train-departure: any string\n\n train-leaveat: any time\n\n train-destination: any string\n\n train-bookpeople: any int\n\n train-arriveby: any time\n\n Filled-in Schema:\n\n Dialogue ID: MUL0358.json\n\n Services Involved: train, restaurant\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: find_restaurant, book_restaurant\n\n Preferences:\n\n restaurant-food: Chinese\n\n restaurant-bookday: sunday\n\n restaurant-bookpeople: 4\n\n restaurant-booktime: 12:30 PM\n\n restaurant-area: north\n\n restaurant-pricerange: moderate\n\n restaurant-name: China Garden\n\n Service Type: train\n\n Actions: find_train, book_train\n\n Preferences:\n\n train-day: sunday\n\n train-departure: any string\n\n train-leaveat: any time\n\n train-destination: any string\n\n train-bookpeople: 4\n\n train-arriveby: 12:30 PM" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL4450.json\n\n Services Involved: train, restaurant\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n\n - book_train\n\n Preferences:\n\n - train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n - train-departure: any string\n\n - train-leaveat: any time\n\n - train-destination: any string\n\n - train-bookpeople: any int\n\n - train-arriveby: any time\n\n Service Type: restaurant\n\n Actions:\n\n - find_restaurant\n\n - book_restaurant\n\n Preferences:\n\n - restaurant-food: any string\n\n - restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n - restaurant-bookpeople: any int\n\n - restaurant-booktime: any time\n\n - restaurant-area: [centre, south, west, east, north, dontcare]\n\n - restaurant-pricerange: [expensive, moderate, cheap]\n\n - restaurant-name: any string\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL1251.json\n\n Services Involved: train, attraction\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n\n - book_train\n\n Preferences:\n\n train-day:\n\n - Monday\n\n - Tuesday\n\n - Wednesday\n\n - Thursday\n\n - Friday\n\n - Saturday\n\n - Sunday\n\n train-departure:\n\n - any string\n\n train-leaveat:\n\n - any time\n\n train-destination:\n\n - any string\n\n train-bookpeople:\n\n - any int\n\n train-arriveby:\n\n - any time\n\n Service Type: attraction\n\n Actions:\n\n - find_attraction\n\n - NONE\n\n Preferences:\n\n attraction-area:\n\n - centre\n\n - south\n\n - west\n\n - east\n\n - north\n\n - dontcare\n\n attraction-type:\n\n - nightclub\n\n - museum\n\n - college\n\n - multiple sports\n\n - college\n\n - entertainment\n\n - park\n\n - swimmingpool\n\n - boat\n\n - theatre\n\n - architecture\n\n - cinema\n\n - concerthall\n\n - dontcare\n\n attraction-name:\n\n - any string\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL1842.json\",\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the provided dialogue. If you have any further questions or need clarification on any of the annotations, please let me know." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL4896.json\n\n Services Involved: [attraction, hotel]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\n attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [NONE, any string]\n\n Service Type: hotel\n\n Actions: [book_hotel, find_hotel, NONE]\n\n Preferences:\n\n hotel-internet: [NONE, yes, no]\n\n hotel-parking: [NONE, yes, no]\n\n hotel-pricerange: [NONE, expensive, moderate, cheap]\n\n hotel-stars: [NONE, any int]\n\n hotel-type: [NONE, hotel, guesthouse, dontcare]\n\n hotel-name: [NONE, any string]\n\n hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n hotel-bookpeople: [NONE, any int]\n\n hotel-bookstay: [NONE, any int]\n\n hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: MUL2431.json\n\n Services Involved: [attraction, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [any string]\n\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [any int]\n\n restaurant-booktime: [any time]\n\n restaurant-area: [centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [expensive, moderate, cheap]\n\n restaurant-name: [any string]\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [centre, south, west, east, north, dontcare]\n\n attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [any string]\n\n Here is the schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n\n Dialogue ID: MUL2431.json\n\n Services Involved: [attraction, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [Chinese]\n\n restaurant-bookday: [Tuesday]\n\n restaurant-bookpeople: [2]\n\n restaurant-booktime: [12:45 PM]\n\n restaurant-area: [centre]\n\n restaurant-pricerange: [moderate]\n\n restaurant-name: [Charlie Chan's]\n\n Service Type: attraction\n\n Actions: [find_attraction]\n\n Preferences:\n\n attraction-area: [centre]\n\n attraction-type: [museum]\n\n attraction-name: [Cambridge Contemporary Art museum]" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG1375.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"8:00 AM\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Ely\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"9:00 AM\"]}}]}\n\nPlease note that the \"train-day\" preference is set to \"Sunday\" based on the user's request in the dialogue." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL1031.json\n\n Services Involved: train, attraction\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n\n - book_train\n\n Preferences:\n\n - train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n - train-departure: any string\n\n - train-leaveat: any time\n\n - train-destination: any string\n\n - train-bookpeople: any int\n\n - train-arriveby: any time\n\n Service Type: attraction\n\n Actions:\n\n - find_attraction\n\n - NONE\n\n Preferences:\n\n - attraction-area: [centre, south, west, east, north, dontcare]\n\n - attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n - attraction-name: any string\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: WOZ20027.json\nServices Involved: [restaurant]\nService Details:\n\n Service Type: restaurant\nActions: [find_restaurant, book_restaurant]\nPreferences:\n\n restaurant-food: [any string]\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n restaurant-bookpeople: [any int]\n restaurant-booktime: [any time]\n restaurant-area: [centre, south, west, east, north, dontcare]\n restaurant-pricerange: [expensive, moderate, cheap]\n restaurant-name: [any string]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL4827.json\n\n Services Involved: [hotel, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [NONE, any string]\n\n restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [NONE, any int]\n\n restaurant-booktime: [NONE, any time]\n\n restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\n restaurant-name: [NONE, any string]\n\n Service Type: hotel\n\n Actions: [book_hotel, find_hotel, NONE]\n\n Preferences:\n\n hotel-internet: [NONE, yes, no]\n\n hotel-parking: [NONE, yes, no]\n\n hotel-pricerange: [NONE, expensive, moderate, cheap]\n\n hotel-stars: [NONE, any int]\n\n hotel-type: [NONE, hotel, guesthouse, dontcare]\n\n hotel-name: [NONE, any string]\n\n hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n hotel-bookpeople: [NONE, any int]\n\n hotel-bookstay: [NONE, any int]\n\n hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL3086.json\n\n Services Involved: train, hotel\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n - book_train\n - NONE\n\n Preferences:\n\n - train-day: [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n - train-departure: [\"any string\"]\n - train-leaveat: [\"any time\"]\n - train-destination: [\"any string\"]\n - train-bookpeople: [\"any int\"]\n - train-arriveby: [\"any time\"]\n\n Service Type: hotel\n\n Actions:\n\n - book_hotel\n - find_hotel\n - NONE\n\n Preferences:\n\n - hotel-internet: [\"yes\", \"no\"]\n - hotel-parking: [\"yes\", \"no\"]\n - hotel-pricerange: [\"expensive\", \"moderate\", \"cheap\"]\n - hotel-stars: [\"any int\"]\n - hotel-type: [\"hotel\", \"guesthouse\", \"dontcare\"]\n - hotel-name: [\"any string\"]\n - hotel-bookday: [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n - hotel-bookpeople: [\"any int\"]\n - hotel-bookstay: [\"any int\"]\n - hotel-area: [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n\nPlease fill in the schema with the correct values based on the dialogue:\n\n Sure! Here is the schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n\n Dialogue ID: PMUL3086.json\n\n Services Involved: train, hotel\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n - book_train\n - NONE\n\n Preferences:\n\n - train-day: [\"sunday\"]\n - train-departure: [\"08:00\"]\n - train-leaveat: [\"any time\"]\n - train-destination: [\"Cambridge\"]\n - train-bookpeople: [\"1\"]\n - train-arriveby: [\"13:45\"]\n\n Service Type: hotel\n\n Actions:\n\n - book_hotel\n - find_hotel\n - NONE\n\n Preferences:\n\n - hotel-internet: [\"yes\"]\n - hotel-parking: [\"yes\"]\n - hotel-pricerange: [\"moderate\"]\n - hotel-stars: [\"4\"]\n - hotel-type: [\"hotel\"]\n - hotel-name: [\"Huntingdon Marriott Hotel\"]\n - hotel-bookday: [\"sunday\"]\n - hotel-bookpeople: [\"1\"]\n - hotel-bookstay: [\"1 night\"]\n - hotel-area: [\"centre\"]" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: SNG0598.json\n Services Involved: [restaurant]\n Service Details:\n [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\n \"NONE\",\n \"find_restaurant\",\n \"book_restaurant\"\n ],\n \"Preferences\": {\n \"restaurant-food\": [\n \"NONE\",\n \"any string\"\n ],\n \"restaurant-bookday\": [\n \"NONE\",\n \"monday\",\n \"tuesday\",\n \"wednesday\",\n \"thursday\",\n \"friday\",\n \"saturday\",\n \"sunday\"\n ],\n \"restaurant-bookpeople\": [\n \"NONE\",\n \"any int\"\n ],\n \"restaurant-booktime\": [\n \"NONE\",\n \"any time\"\n ],\n \"restaurant-area\": [\n \"NONE\",\n \"centre\",\n \"south\",\n \"west\",\n \"east\",\n \"north\",\n \"dontcare\"\n ],\n \"restaurant-pricerange\": [\n \"NONE\",\n \"expensive\",\n \"moderate\",\n \"cheap\"\n ],\n \"restaurant-name\": [\n \"NONE\",\n \"any string\"\n ]\n }\n }\n ]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"SNG01162.json\",\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]\n }\n }\n ]\n }\n\nHere are the filled-in slots for the schema based on the provided dialogue:\n\n \"Dialogue ID\": \"SNG01162.json\"\n \"Services Involved\": [\"restaurant\"]\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"monday\"],\n \"restaurant-bookpeople\": [\"any int\"],\n \"restaurant-booktime\": [\"any time\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-name\": [\"any string\"]\n }\n }\n ]\n\nPlease note that the \"Service Details\" section of the schema has only one entry, as the dialogue only involves one service (restaurant booking)." + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"PMUL1146.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Friday\"], \"train-departure\": [\"16:45\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"1\"], \"train-arriveby\": [\"18:45\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"dontcare\"], \"attraction-type\": [\"entertainment\"], \"attraction-name\": [\"any string\"]}}]}\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the provided dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n Sure! Here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0018.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"NONE\", \"any string\"], \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"restaurant-bookpeople\": [\"NONE\", \"any int\"], \"restaurant-booktime\": [\"NONE\", \"any time\"], \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"], \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"restaurant-name\": [\"NONE\", \"any string\"]}}]}\n\n Here is the completed schema with the correct values filled in based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0018.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"any string\"], \"restaurant-bookday\": [\"monday\"], \"restaurant-bookpeople\": [\"any int\"], \"restaurant-booktime\": [\"any time\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-name\": [\"any string\"]}}]}\n\nPlease note that the \"restaurant-food\" preference was annotated as \"any string\" since the user did not specify a specific type of food. The \"restaurant-bookday\" preference was annotated as \"monday\" since the user requested a booking for 13:45 on Monday. The \"restaurant-bookpeople\" preference was annotated as \"any int\" since the user did not specify the number of people they wanted to book for. The \"restaurant-booktime\" preference was annotated as \"any time\" since the user did not specify a specific time for the booking. The \"restaurant-area\" preference was annotated as \"centre\" since the user did not specify a specific location for the restaurant. The \"restaurant-pricerange\" preference was annotated as \"moderate\" since the user did not specify a specific price range. The \"restaurant-name\" preference was annotated as \"any string\" since the user did not specify a specific name for the restaurant." + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"MUL2293.json\",\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL1586.json\n\n Services Involved: train, hotel\n\n Service Details:\n\n Service Type: train\n\n Actions:\n\n - find_train\n - book_train\n\n Preferences:\n\n - train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n - train-departure: any string\n - train-leaveat: any time\n - train-destination: any string\n - train-bookpeople: any int\n - train-arriveby: any time\n\n Service Type: hotel\n\n Actions:\n\n - book_hotel\n - find_hotel\n\n Preferences:\n\n - hotel-internet: [yes, no]\n - hotel-parking: [yes, no]\n - hotel-pricerange: [expensive, moderate, cheap]\n - hotel-stars: any int\n - hotel-type: [hotel, guesthouse, dontcare]\n - hotel-name: any string\n - hotel-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n - hotel-bookpeople: any int\n - hotel-bookstay: any int\n - hotel-area: [centre, south, west, east, north, dontcare]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG0039.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"08:45 AM\", \"any string\"], \"taxi-destination\": [\"Corpus Christi\", \"any string\"], \"taxi-leaveat\": [\"08:45 AM\", \"any time\"]}}]}\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue content. If a slot requires a specific input (like \"any string\" or \"any int\"), I have provided a suitable response based on the dialogue content.\n\nHere is the completed schema:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG0039.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"NONE\", \"any time\"], \"taxi-departure\": [\"08:45 AM\", \"any string\"], \"taxi-destination\": [\"Corpus Christi\", \"any string\"], \"taxi-leaveat\": [\"08:45 AM\", \"any time\"]}}]}" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0142.json\",\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"any string\"],\n \"restaurant-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"any int\"],\n \"restaurant-booktime\": [\"NONE\", \"any time\"],\n \"restaurant-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"restaurant-name\": [\"NONE\", \"any string\"]}\n }}\n\n Here is the completed schema with the correct values filled in based on the dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SSNG0142.json\",\n \"Services Involved\": [\"restaurant\"],\n \"Service Details\": [\n {\"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"any string\"],\n \"restaurant-bookday\": [\"sunday\"],\n \"restaurant-bookpeople\": [\"any int\"],\n \"restaurant-booktime\": [\"any time\"],\n \"restaurant-area\": [\"centre\"],\n \"restaurant-pricerange\": [\"moderate\"],\n \"restaurant-name\": [\"The Centre Bistro\"]}\n }}" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01795.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"Sunday\"], \"train-departure\": [\"12:15\"], \"train-leaveat\": [\"any time\"], \"train-destination\": [\"Cambridge\"], \"train-bookpeople\": [\"any int\"], \"train-arriveby\": [\"12:15\"]}}]}\n\nPlease note that the \"train-day\" preference is set to \"Sunday\" based on the user's request in the dialogue. Additionally, the \"train-departure\" and \"train-arriveby\" preferences are set to specific times based on the user's request." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL4433.json\n\n Services Involved: [train, attraction]\n\n Service Details:\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: any string\n\n train-leaveat: any time\n\n train-destination: any string\n\n train-bookpeople: any int\n\n train-arriveby: any time\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [centre, south, west, east, north, dontcare]\n\n attraction-type: [nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: any string\n\nHere is the schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n\n Dialogue ID: PMUL4433.json\n\n Services Involved: [train, attraction]\n\n Service Details:\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [tuesday]\n\n train-departure: 15:15\n\n train-leaveat: any time\n\n train-destination: Stevenage\n\n train-bookpeople: any int\n\n train-arriveby: 16:15\n\n Service Type: attraction\n\n Actions: [find_attraction]\n\n Preferences:\n\n attraction-area: centre\n\n attraction-type: museum\n\n attraction-name: any string" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: SNG1116.json\n\n Services Involved: [attraction]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\n attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [NONE, any string]\n\n Based on the dialogue, here is the annotated schema:\n\n Dialogue ID: SNG1116.json\n\n Services Involved: [attraction]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [centre]\n\n attraction-type: [college]\n\n attraction-name: [Downing College]\n\n Please note that the user did not provide any specific input for the \"attraction-name\" preference, so the annotated value is set to \"any string\" to reflect the user's open-ended response." + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG1165.json\", \"Services Involved\": [\"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"NONE\", \"yes\", \"no\"], \"hotel-parking\": [\"NONE\", \"yes\", \"no\"], \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"], \"hotel-stars\": [\"NONE\", \"any int\"], \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"], \"hotel-name\": [\"NONE\", \"any string\"], \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"], \"hotel-bookpeople\": [\"NONE\", \"any int\"], \"hotel-bookstay\": [\"NONE\", \"any int\"], \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]}}\n\n Based on the provided dialogue, here are the annotations for each slot:\n\n \"Dialogue ID\": \"SNG1165.json\"\n\n \"Services Involved\": [\"hotel\"]\n\n \"Service Details\": [\n\n {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\n\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n\n \"hotel-stars\": [\"NONE\", \"any int\"],\n\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n\n \"hotel-name\": [\"NONE\", \"any string\"],\n\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n\n }\n\nPlease note that some slots have been left blank or filled with \"NONE\" or \"any string\" as they are not relevant to the provided dialogue." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL3460.json\n\n Services Involved: [train, restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [NONE, any string]\n\n restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [NONE, any int]\n\n restaurant-booktime: [NONE, any time]\n\n restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\n restaurant-name: [NONE, any string]\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: [NONE, any string]\n\n train-leaveat: [NONE, any time]\n\n train-destination: [NONE, any string]\n\n train-bookpeople: [NONE, any int]\n\n train-arriveby: [NONE, any time]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL2583.json\",\n \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\"find_attraction\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"],\n \"attraction-type\": [\"NONE\", \"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"],\n \"attraction-name\": [\"NONE\", \"any string\"]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"any time\"],\n \"taxi-departure\": [\"NONE\", \"any string\"],\n \"taxi-destination\": [\"NONE\", \"any string\"],\n \"taxi-leaveat\": [\"NONE\", \"any time\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the provided dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"MUL1914.json\",\n \"Services Involved\": [\"train\", \"attraction\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"TUESDAY\"],\n \"train-departure\": [\"9:30AM\"],\n \"train-leaveat\": [\"ANY TIME\"],\n \"train-destination\": [\"CAMBRIDGE\"],\n \"train-bookpeople\": [\"1\"],\n \"train-arriveby\": [\"10:30AM\"]\n }\n },\n {\n \"Service Type\": \"attraction\",\n \"Actions\": [\"FIND_ATTRACTION\", \"NONE\"],\n \"Preferences\": {\n \"attraction-area\": [\"CENTRE\"],\n \"attraction-type\": [\"MUSEUM\"],\n \"attraction-name\": [\"RUSKIN GALLERY\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue content. If you have any further questions or need clarification on any of the annotations, please let me know." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL2097.json\n\n Services Involved: [attraction, hotel, restaurant]\n\n Service Details:\n\n Restaurant:\n\n - Service Type: restaurant\n - Actions: [find_restaurant, book_restaurant]\n - Preferences:\n - restaurant-food: [\"any string\"]\n - restaurant-bookday: [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n - restaurant-bookpeople: [\"any int\"]\n - restaurant-booktime: [\"any time\"]\n - restaurant-area: [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n - restaurant-pricerange: [\"expensive\", \"moderate\", \"cheap\"]\n - restaurant-name: [\"any string\"]\n\n Hotel:\n\n - Service Type: hotel\n - Actions: [book_hotel, find_hotel]\n - Preferences:\n - hotel-internet: [\"yes\", \"no\"]\n - hotel-parking: [\"yes\", \"no\"]\n - hotel-pricerange: [\"expensive\", \"moderate\", \"cheap\"]\n - hotel-stars: [\"any int\"]\n - hotel-type: [\"hotel\", \"guesthouse\", \"dontcare\"]\n - hotel-name: [\"any string\"]\n - hotel-bookday: [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"]\n - hotel-bookpeople: [\"any int\"]\n - hotel-bookstay: [\"any int\"]\n - hotel-area: [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n\n Attraction:\n\n - Service Type: attraction\n - Actions: [find_attraction]\n - Preferences:\n - attraction-area: [\"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n - attraction-type: [\"nightclub\", \"museum\", \"college\", \"multiple sports\", \"college\", \"entertainment\", \"park\", \"swimmingpool\", \"boat\", \"theatre\", \"architecture\", \"cinema\", \"concerthall\", \"dontcare\"]\n - attraction-name: [\"any string\"]\n\nPlease fill in the schema with the correct values based on the dialogue:\n\nGeneral Annotation Schema:\n\nDialogue ID: PMUL2097.json\n\nServices Involved: [attraction, hotel, restaurant]\n\nService Details:\n\nRestaurant:\n\n* Service Type: restaurant\n* Actions: [find_restaurant, book_restaurant]\n* Preferences:\n\t+ restaurant-food: [\"Thai food\"]\n\t+ restaurant-bookday: [\"Thursday\"]\n\t+ restaurant-bookpeople: [\"2\"]\n\t+ restaurant-booktime: [\"3 pm\"]\n\t+ restaurant-area: [\"centre\"]\n\t+ restaurant-pricerange: [\"moderate\"]\n\t+ restaurant-name: [\"Bangkok City Restaurant\"]\n\nHotel:\n\n* Service Type: hotel\n* Actions: [book_hotel, find_hotel]\n* Preferences:\n\t+ hotel-internet: [\"yes\"]\n\t+ hotel-parking: [\"yes\"]\n\t+ hotel-pricerange: [\"moderate\"]\n\t+ hotel-stars: [\"4\"]\n\t+ hotel-type: [\"hotel\"]\n\t+ hotel-name: [\"Bangkok City Hotel\"]\n\t+ hotel-bookday: [\"Thursday\"]\n\t+ hotel-bookpeople: [\"2\"]\n\t+ hotel-bookstay: [\"2 nights\"]\n\t+ hotel-area: [\"centre\"]\n\nAttraction:\n\n* Service Type: attraction\n* Actions: [find_attraction]\n* Preferences:\n\t+ attraction-area: [\"centre\"]\n\t+ attraction-type: [\"nightclub\"]\n\t+ attraction-name: [\"any string\"]" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL0949.json\n\n Services Involved: [restaurant]\n\n Service Details:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [any string]\n\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n restaurant-bookpeople: [any int]\n\n restaurant-booktime: [any time]\n\n restaurant-area: [centre, south, west, east, north, dontcare]\n\n restaurant-pricerange: [expensive, moderate, cheap]\n\n restaurant-name: [any string]\n\n Here is the schema filled in with the correct values based on the dialogue:\n\n Service Type: restaurant\n\n Actions: [find_restaurant, book_restaurant]\n\n Preferences:\n\n restaurant-food: [Italian]\n\n restaurant-bookday: [Wednesday]\n\n restaurant-bookpeople: [1]\n\n restaurant-booktime: [17:15]\n\n restaurant-area: [centre]\n\n restaurant-pricerange: [moderate]\n\n restaurant-name: [The Italian Place]" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL3847.json\n\n Services Involved: [train, attraction]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\n attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [NONE, any string]\n\n Service Type: train\n\n Actions: [NONE, find_train, book_train]\n\n Preferences:\n\n train-day: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n train-departure: [NONE, any string]\n\n train-leaveat: [NONE, any time]\n\n train-destination: [NONE, any string]\n\n train-bookpeople: [NONE, any int]\n\n train-arriveby: [NONE, any time]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\nOR\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL2710.json\n\n Services Involved: [attraction, hotel]\n\n Service Details:\n\n Service Type: attraction\n\n Actions: [find_attraction, NONE]\n\n Preferences:\n\n attraction-area: [NONE, centre, south, west, east, north, dontcare]\n\n attraction-type: [NONE, nightclub, museum, college, multiple sports, college, entertainment, park, swimmingpool, boat, theatre, architecture, cinema, concerthall, dontcare]\n\n attraction-name: [NONE, any string]\n\n Service Type: hotel\n\n Actions: [book_hotel, find_hotel, NONE]\n\n Preferences:\n\n hotel-internet: [NONE, yes, no]\n\n hotel-parking: [NONE, yes, no]\n\n hotel-pricerange: [NONE, expensive, moderate, cheap]\n\n hotel-stars: [NONE, any int]\n\n hotel-type: [NONE, hotel, guesthouse, dontcare]\n\n hotel-name: [NONE, any string]\n\n hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n hotel-bookpeople: [NONE, any int]\n\n hotel-bookstay: [NONE, any int]\n\n hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: WOZ20385.json\nServices Involved: [restaurant]\nService Details:\n\n Service Type: restaurant\nActions: [find_restaurant, book_restaurant]\nPreferences:\n\n restaurant-food: [any string]\n restaurant-bookday: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n restaurant-bookpeople: [any int]\n restaurant-booktime: [any time]\n restaurant-area: [centre, south, west, east, north, dontcare]\n restaurant-pricerange: [expensive, moderate, cheap]\n restaurant-name: [any string]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: PMUL0172.json\n\n Services Involved: [restaurant, hotel]\n\n Service Details:\n\n Hotel:\n\n Service Type: hotel\n\n Actions: [book_hotel, find_hotel, NONE]\n\n Preferences:\n\n \u2022 hotel-internet: [NONE, yes, no]\n\n \u2022 hotel-parking: [NONE, yes, no]\n\n \u2022 hotel-pricerange: [NONE, expensive, moderate, cheap]\n\n \u2022 hotel-stars: [NONE, any int]\n\n \u2022 hotel-type: [NONE, hotel, guesthouse, dontcare]\n\n \u2022 hotel-name: [NONE, any string]\n\n \u2022 hotel-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n \u2022 hotel-bookpeople: [NONE, any int]\n\n \u2022 hotel-bookstay: [NONE, any int]\n\n \u2022 hotel-area: [NONE, centre, south, west, east, north, dontcare]\n\n Restaurant:\n\n Service Type: restaurant\n\n Actions: [NONE, find_restaurant, book_restaurant]\n\n Preferences:\n\n \u2022 restaurant-food: [NONE, any string]\n\n \u2022 restaurant-bookday: [NONE, monday, tuesday, wednesday, thursday, friday, saturday, sunday]\n\n \u2022 restaurant-bookpeople: [NONE, any int]\n\n \u2022 restaurant-booktime: [NONE, any time]\n\n \u2022 restaurant-area: [NONE, centre, south, west, east, north, dontcare]\n\n \u2022 restaurant-pricerange: [NONE, expensive, moderate, cheap]\n\n \u2022 restaurant-name: [NONE, any string]\n\n Annotated Dialogue:\n\n User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?\n\n System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?\n\n User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.\n\n System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?\n\n User: That sounds perfect! Can you also recommend a restaurant for Saturday?\n\n System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?\n\n User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?\n\n System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?\n\n User: No, that's all. Thank you so much for your help!\n\n System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!" + ], + [ + "\n Sure, here is the General Annotation Schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL3867.json\",\n \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\"],\n \"Service Details\": [\n {\n \"Service Type\": \"restaurant\",\n \"Actions\": [\"NONE\", \"find_restaurant\", \"book_restaurant\"],\n \"Preferences\": {\n \"restaurant-food\": [\"NONE\", \"British\"],\n \"restaurant-bookday\": [\"NONE\", \"Saturday\"],\n \"restaurant-bookpeople\": [\"NONE\", \"3\"],\n \"restaurant-booktime\": [\"NONE\", \"16:30\"],\n \"restaurant-area\": [\"NONE\", \"centre\"],\n \"restaurant-pricerange\": [\"NONE\", \"expensive\"],\n \"restaurant-name\": [\"NONE\", \"Midsummer House Restaurant\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\"],\n \"hotel-parking\": [\"NONE\", \"yes\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\"],\n \"hotel-stars\": [\"NONE\", \"4\"],\n \"hotel-type\": [\"NONE\", \"hotel\"],\n \"hotel-name\": [\"NONE\", \"University Arms Hotel\"],\n \"hotel-bookday\": [\"NONE\", \"Saturday\"],\n \"hotel-bookpeople\": [\"NONE\", \"1\"],\n \"hotel-bookstay\": [\"NONE\", \"1 night\"]\n }\n },\n {\n \"Service Type\": \"taxi\",\n \"Actions\": [\"NONE\", \"find_taxi\"],\n \"Preferences\": {\n \"taxi-arriveby\": [\"NONE\", \"16:30\"],\n \"taxi-departure\": [\"NONE\", \"17:00\"],\n \"taxi-destination\": [\"NONE\", \"Midsummer House Restaurant\"],\n \"taxi-leaveat\": [\"NONE\", \"University Arms Hotel\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If there are any inconsistencies or errors, please let me know so I can correct them." + ], + [ + "\n General Annotation Schema:\n\n Dialogue ID: SNG01373.json\n Services Involved: taxi\n Service Details:\n - Service Type: taxi\n - Actions:\n 0: NONE\n 1: find_taxi\n - Preferences:\n 0: NONE\n 1: any time\n 2: any string\n 3: any string\n 4: any time\n\nHere is the schema filled in with the correct values based on the dialogue:\n\n General Annotation Schema:\n\n Dialogue ID: SNG01373.json\n Services Involved: taxi\n Service Details:\n - Service Type: taxi\n - Actions:\n 0: find_taxi\n - Preferences:\n 0: any time\n 1: any string\n 2: any string\n 3: any time" + ], + [ + "\n Sure, here is the completed general annotation schema for the provided dialogue:\n\n General Annotation Schema:\n {\n \"Dialogue ID\": \"PMUL3555.json\",\n \"Services Involved\": [\"train\", \"hotel\"],\n \"Service Details\": [\n {\n \"Service Type\": \"train\",\n \"Actions\": [\"NONE\", \"find_train\", \"book_train\"],\n \"Preferences\": {\n \"train-day\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"train-departure\": [\"NONE\", \"any string\"],\n \"train-leaveat\": [\"NONE\", \"any time\"],\n \"train-destination\": [\"NONE\", \"any string\"],\n \"train-bookpeople\": [\"NONE\", \"any int\"],\n \"train-arriveby\": [\"NONE\", \"any time\"]\n }\n },\n {\n \"Service Type\": \"hotel\",\n \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"],\n \"Preferences\": {\n \"hotel-internet\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-parking\": [\"NONE\", \"yes\", \"no\"],\n \"hotel-pricerange\": [\"NONE\", \"expensive\", \"moderate\", \"cheap\"],\n \"hotel-stars\": [\"NONE\", \"any int\"],\n \"hotel-type\": [\"NONE\", \"hotel\", \"guesthouse\", \"dontcare\"],\n \"hotel-name\": [\"NONE\", \"any string\"],\n \"hotel-bookday\": [\"NONE\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\", \"sunday\"],\n \"hotel-bookpeople\": [\"NONE\", \"any int\"],\n \"hotel-bookstay\": [\"NONE\", \"any int\"],\n \"hotel-area\": [\"NONE\", \"centre\", \"south\", \"west\", \"east\", \"north\", \"dontcare\"]\n }\n }\n ]\n }\n\nPlease note that I have filled in the slots with the most accurate and relevant options based on the dialogue. If you have any further questions or need clarification, please let me know." + ], + [ + "\n Sure! Here is the General Annotation Schema filled in with the correct values based on the provided dialogue:\n\n General Annotation Schema:\n {\"Dialogue ID\": \"SNG01958.json\", \"Services Involved\": [\"police\"], \"Service Details\": [{\"Service Type\": \"police\", \"Actions\": [\"find_police\"], \"Preferences\": {\"Location\": \"New York City\"}}]}\n\nPlease let me know if you need anything else!" + ] +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_dialogues.json b/notebooks/dialogue_generation/old/output_dialogues.json new file mode 100644 index 0000000000000000000000000000000000000000..2fab7e9ab4c12ff9ed1a8e81718d9b8c4ed5cef6 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_dialogues.json @@ -0,0 +1,32 @@ +[ + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4398.json\", \"Services Involved\": [\"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"bedouin\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-pricerange\": [\"expensive\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"university arms hotel\"], \"hotel-bookday\": [\"saturday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + " Sure, here is a complete dialogue between a user and a system based on the provided Domain Knowledge:\n\nUser: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\n\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\n\nUser: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\n\nSystem: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?\n\nUser: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\n\nSystem: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?\n\nUser: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\n\nSystem: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.\n\nUser: Great, thank you for all your help!\n\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!\n\nUser: Thank you, goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1013.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-area\": [\"centre\", \"south\"], \"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"4\"], \"hotel-bookstay\": [\"3\", \"4\"], \"hotel-name\": [\"aylesbray lodge guest house\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"find_restaurant\"], \"Preferences\": {}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + " Sure, here is a complete dialogue between a user and a system, based on the provided Domain Knowledge:\n\nUser: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?\n\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?\n\nUser: I'm looking for a 4-star hotel with parking and Wi-Fi.\n\nSystem: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?\n\nUser: Yes, that sounds perfect. Can you also recommend a restaurant nearby?\n\nSystem: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?\n\nUser: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?\n\nSystem: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?\n\nUser: Yes, please go ahead and book a room and a table for me.\n\nSystem: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?\n\nUser: I'll pay with my credit card.\n\nSystem: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\n\nUser: Sure, here's my information.\n\nSystem: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?\n\nUser: No, that's all for now. Thank you so much for your help!\n\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0121.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"cityroomz\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"7\"], \"hotel-bookstay\": [\"3\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"west\"], \"restaurant-pricerange\": [\"expensive\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + " Sure, here is a complete dialogue between a user and a system, based on the provided Domain Knowledge:\n\nUser: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\n\nSystem: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\n\nUser: I'm looking for a 3-star hotel with a good location and reasonable prices.\n\nSystem: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\n\nUser: Yes, that sounds great. Can you book a room for me on Tuesday?\n\nSystem: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\n\nUser: There will be 7 of us staying.\n\nSystem: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\n\nUser: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\n\nSystem: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\n\nUser: Yes, please make a reservation for us.\n\nSystem: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\n\nUser: No, that's all for now. Thank you for your help!\n\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3484.json\", \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookstay\": [\"5\"], \"hotel-bookpeople\": [\"8\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"don pasquale pizzeria\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"19:00\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"19:00\"], \"taxi-departure\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"taxi-destination\": [\"don pasquale pizzeria\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + " Sure, here is a complete dialogue between a user and a system based on the provided Domain Knowledge:\n\nUser: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?\n\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?\n\nUser: Oh, I'm not sure yet. Do you have any recommendations?\n\nSystem: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?\n\nUser: Sure, that would be great.\n\nSystem: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?\n\nUser: Yes, please book the Aylesbray Lodge Guest House for Sunday night.\n\nSystem: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?\n\nUser: Yes, please do.\n\nSystem: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?\n\nUser: Yes, please do.\n\nSystem: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?\n\nUser: Yes, please do.\n\nSystem: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?\n\nUser: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.\n\nSystem: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?\n\nUser: No, that's all for now. Thank you so much!\n\nSystem: You're welcome! It was my pleasure to assist you. Have a great day!\n\nIn this dialogue, the system asks the user for necessary details, provides the requested services, and ensures that all responses are based on the provided Domain Knowledge. The system's tone is polite and courteous, ending the conversation with a goodbye. Both participants remain professional and not overly enthusiastic." + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"tuesday\"], \"train-departure\": [\"kings lynn\"], \"train-leaveat\": [\"9:30\", \"09:30\"], \"train-destination\": [\"cambridge\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + " Sure, here is a complete dialogue between a user and a system, based on the provided Domain Knowledge:\n\nUser: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?\n\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?\n\nUser: I'd like to travel on Tuesday.\n\nSystem: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?\n\nUser: I'd like to depart at 9:30 am.\n\nSystem: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?\n\nUser: I'd prefer the 9:30 am train.\n\nSystem: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?\n\nUser: I'd like to book a Standard Class ticket.\n\nSystem: Sure thing! For the Standard Class ticket, the fare is \u00a325. Would you like to proceed with the booking?\n\nUser: Yes, I'd like to proceed with the booking.\n\nSystem: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?\n\nUser: No, that's all for now. Thank you!\n\nSystem: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!\n\nIn this dialogue, the system asks the user for necessary details such as travel date, departure time, and class preference. Based on the provided Domain Knowledge, the system provides specific information and options to the user, avoiding placeholders like \"[insert information here]\". The system's tone is polite and courteous, ending the conversation with a goodbye." + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_dialogues_5.json b/notebooks/dialogue_generation/old/output_dialogues_5.json new file mode 100644 index 0000000000000000000000000000000000000000..145b1ae6150a84f385b40efe2775f91fecec694e --- /dev/null +++ b/notebooks/dialogue_generation/old/output_dialogues_5.json @@ -0,0 +1,32 @@ +[ + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4398.json\", \"Services Involved\": [\"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"bedouin\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-pricerange\": [\"expensive\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"university arms hotel\"], \"hotel-bookday\": [\"saturday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\nUser: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\nSystem: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?\nUser: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\nSystem: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?\nUser: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\nSystem: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.\nUser: Great, thank you for all your help!\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!\nUser: Thank you, goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1013.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-area\": [\"centre\", \"south\"], \"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"4\"], \"hotel-bookstay\": [\"3\", \"4\"], \"hotel-name\": [\"aylesbray lodge guest house\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"find_restaurant\"], \"Preferences\": {}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?\nUser: I'm looking for a 4-star hotel with parking and Wi-Fi.\nSystem: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?\nUser: Yes, that sounds perfect. Can you also recommend a restaurant nearby?\nSystem: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?\nUser: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?\nSystem: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?\nUser: Yes, please go ahead and book a room and a table for me.\nSystem: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?\nUser: I'll pay with my credit card.\nSystem: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\nUser: Sure, here's my information.\nSystem: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0121.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"cityroomz\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"7\"], \"hotel-bookstay\": [\"3\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"west\"], \"restaurant-pricerange\": [\"expensive\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\nSystem: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\nUser: I'm looking for a 3-star hotel with a good location and reasonable prices.\nSystem: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\nUser: Yes, that sounds great. Can you book a room for me on Tuesday?\nSystem: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\nUser: There will be 7 of us staying.\nSystem: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\nUser: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\nSystem: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\nUser: Yes, please make a reservation for us.\nSystem: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3484.json\", \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookstay\": [\"5\"], \"hotel-bookpeople\": [\"8\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"don pasquale pizzeria\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"19:00\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"19:00\"], \"taxi-departure\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"taxi-destination\": [\"don pasquale pizzeria\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?\nUser: Oh, I'm not sure yet. Do you have any recommendations?\nSystem: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?\nUser: Sure, that would be great.\nSystem: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?\nUser: Yes, please book the Aylesbray Lodge Guest House for Sunday night.\nSystem: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?\nUser: Yes, please do.\nSystem: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?\nUser: Yes, please do.\nSystem: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the hotel by 19:00?\nUser: Yes, please do.\nSystem: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?\nUser: Yes, please book the taxi to arrive at the hotel by 19:00.\nSystem: Great! I've booked a taxi for you to arrive at the hotel by 19:00. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"tuesday\"], \"train-departure\": [\"kings lynn\"], \"train-leaveat\": [\"9:30\", \"09:30\"], \"train-destination\": [\"cambridge\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?\nUser: I'd like to travel on Tuesday.\nSystem: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?\nUser: I'd like to depart at 9:30 am.\nSystem: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?\nUser: I'd prefer the 9:30 am train.\nSystem: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?\nUser: I'd like to book a Standard Class ticket.\nSystem: Sure thing! For the Standard Class ticket, the fare is \u00a325. Would you like to proceed with the booking?\nUser: Yes, I'd like to proceed with the booking.\nSystem: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!" + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/output_dialogues_50.json b/notebooks/dialogue_generation/old/output_dialogues_50.json new file mode 100644 index 0000000000000000000000000000000000000000..aad65208b1443a6f493c865031096d27888518f8 --- /dev/null +++ b/notebooks/dialogue_generation/old/output_dialogues_50.json @@ -0,0 +1,302 @@ +[ + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4398.json\", \"Services Involved\": [\"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"bedouin\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-pricerange\": [\"expensive\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"university arms hotel\"], \"hotel-bookday\": [\"saturday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\nUser: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\nSystem: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?\nUser: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\nSystem: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?\nUser: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\nSystem: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.\nUser: Great, thank you for all your help!\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!\nUser: Thank you, goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1013.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-area\": [\"centre\", \"south\"], \"hotel-internet\": [\"yes\"], \"hotel-parking\": [\"yes\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"4\"], \"hotel-bookstay\": [\"3\", \"4\"], \"hotel-name\": [\"aylesbray lodge guest house\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"find_restaurant\"], \"Preferences\": {}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?\nUser: I'm looking for a 4-star hotel with parking and Wi-Fi.\nSystem: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?\nUser: Yes, that sounds perfect. Can you also recommend a restaurant nearby?\nSystem: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?\nUser: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?\nSystem: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at \u00a3120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at \u00a315 per person. Would you like me to book a room and a table for you?\nUser: Yes, please go ahead and book a room and a table for me.\nSystem: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be \u00a3180. Would you like to pay with a credit card or cash?\nUser: I'll pay with my credit card.\nSystem: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\nUser: Sure, here's my information.\nSystem: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0121.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"cityroomz\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"7\"], \"hotel-bookstay\": [\"3\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"west\"], \"restaurant-pricerange\": [\"expensive\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?\nSystem: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\nUser: I'm looking for a 3-star hotel with a good location and reasonable prices.\nSystem: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\nUser: Yes, that sounds great. Can you book a room for me on Tuesday?\nSystem: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\nUser: There will be 7 of us staying.\nSystem: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\nUser: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?\nSystem: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\nUser: Yes, please make a reservation for us.\nSystem: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3484.json\", \"Services Involved\": [\"restaurant\", \"hotel\", \"taxi\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-name\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookstay\": [\"5\"], \"hotel-bookpeople\": [\"8\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"don pasquale pizzeria\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"19:00\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"19:00\"], \"taxi-departure\": [\"aylesbray lodge guest house\", \"alyesbray lodge guest house\"], \"taxi-destination\": [\"don pasquale pizzeria\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?\nUser: Oh, I'm not sure yet. Do you have any recommendations?\nSystem: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?\nUser: Sure, that would be great.\nSystem: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?\nUser: Yes, please book the Aylesbray Lodge Guest House for Sunday night.\nSystem: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?\nUser: Yes, please do.\nSystem: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?\nUser: Yes, please do.\nSystem: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the hotel by 19:00?\nUser: Yes, please do.\nSystem: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?\nUser: Yes, please book the taxi to arrive at the hotel by 19:00.\nSystem: Great! I've booked a taxi for you to arrive at the hotel by 19:00. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG0389.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"tuesday\"], \"train-departure\": [\"kings lynn\"], \"train-leaveat\": [\"9:30\", \"09:30\"], \"train-destination\": [\"cambridge\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?\nUser: I'd like to travel on Tuesday.\nSystem: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?\nUser: I'd like to depart at 9:30 am.\nSystem: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?\nUser: I'd prefer the 9:30 am train.\nSystem: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?\nUser: I'd like to book a Standard Class ticket.\nSystem: Sure thing! For the Standard Class ticket, the fare is \u00a325. Would you like to proceed with the booking?\nUser: Yes, I'd like to proceed with the booking.\nSystem: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG01520.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"chinese\"], \"restaurant-pricerange\": [\"cheap\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"20:00\"], \"restaurant-name\": [\"the lucky star\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has cheap prices. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?\nUser: Sure! I'm located in New York City and I'd like to book for 2 people.\nSystem: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is \"The Lucky Star\" which is located in Chinatown and has a variety of cheap and delicious dishes. Would you like me to book a table for you?\nUser: Yes, that sounds perfect! Can you please book a table for 2 people at 8pm on Saturday?\nSystem: Certainly! I have successfully booked a table for you at \"The Lucky Star\" for 8pm on Saturday. The address is 123 Main St, New York, NY 10001. Please note that the restaurant has a strict policy of no cancellations or refunds, so please make sure you can make it on time.\nUser: Great, thank you so much for your help!\nSystem: You're welcome! It was my pleasure assisting you. Have a great time at \"The Lucky Star\" and enjoy your meal! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3951.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-departure\": [\"cambridge\"], \"train-destination\": [\"stansted airport\"], \"train-day\": [\"saturday\"], \"train-leaveat\": [\"20:00\"], \"train-bookpeople\": [\"6\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"riverside brasserie\"], \"restaurant-area\": [\"centre\"], \"restaurant-food\": [\"modern european\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-booktime\": [\"13:00\"], \"restaurant-bookpeople\": [\"6\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?\nSystem: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?\nUser: Sure! I'm departing from Cambridge and heading to Stansted Airport.\nSystem: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?\nUser: Yes, please!\nSystem: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:\nUser: Yes, I'd like to book the Great Northern train.\nSystem: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?\nUser: I'll pay by credit card.\nSystem: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! Have a great trip and a wonderful weekend. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0843.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-name\": [\"little seoul\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-day\": [\"saturday\"], \"train-departure\": [\"kings lynn\"], \"train-destination\": [\"cambridge\"], \"train-leaveat\": [\"09:15\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?\nUser: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere.\nSystem: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and directions?\nUser: That sounds perfect! Can you also tell me how to get there by train?\nSystem: Certainly! The nearest train station to Little Seoul is Kings Lynn, and the train departs at 09:15 on Saturdays. The journey takes approximately 30 minutes. Would you like me to book your train tickets for you?\nUser: No, I think I'll book them separately. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at Little Seoul!\nUser: Thank you! Goodbye!\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL2979.json\", \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-parking\": [\"yes\"], \"hotel-pricerange\": [\"expensive\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"south\"], \"attraction-type\": [\"nightclub\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-departure\": [\"huntington marriott\", \"huntingdon marriott hotel\"], \"taxi-destination\": [\"places\", \"the place\"], \"taxi-leaveat\": [\"17:45\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?\nUser: I'm looking for something around $200 per night.\nSystem: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?\nUser: Yes, please!\nSystem: Sure thing! Here are the top three hotels that match your criteria:\nUser: Yes, please book the Huntington Marriott Hotel for me.\nSystem: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?\nUser: Yes, that would be great.\nSystem: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area?\nUser: Sure, I'd love some recommendations!\nSystem: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There's a popular nightclub called \"The Club\" that's just a short taxi ride away from the hotel. Would you like me to add it to your itinerary?\nUser: Yes, that sounds great! Add it to my itinerary, please.\nSystem: Of course! I have added \"The Club\" to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great time at \"The Club\" and your hotel. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL1681.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-departure\": [\"cambridge\"], \"train-destination\": [\"stansted airport\"], \"train-arriveby\": [\"15:15\"], \"train-day\": [\"saturday\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"south\"], \"restaurant-pricerange\": [\"cheap\"], \"restaurant-name\": [\"the lucky star\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?\nUser: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible.\nSystem: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for \u00a325. Would you like to purchase a ticket?\nUser: Yes, that sounds perfect. Can I buy the ticket online?\nSystem: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?\nUser: Please do.\nSystem: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train.\nUser: Okay, I'll provide that information.\nSystem: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?\nUser: I'll use my credit card.\nSystem: Great! Please enter your credit card details, including the card number, expiration date, and security code.\nUser: Okay, I've entered the information.\nSystem: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.\nUser: Great, thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!\nUser: Thank you, I will. Goodbye!\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL0928.json\", \"Services Involved\": [\"attraction\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"gastropub\"], \"restaurant-bookday\": [\"thursday\"], \"restaurant-bookpeople\": [\"5\"], \"restaurant-booktime\": [\"16:00\"], \"restaurant-name\": [\"backstreet bistro\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"east\"], \"attraction-type\": [\"museum\"], \"attraction-name\": [\"gallery\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?\nSystem: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest Backstreet Bistro? They offer a variety of delicious dishes and have a cozy atmosphere. Would you like me to book a table for you?\nUser: That sounds great! Can you book a table for 5 people at 4 pm on Thursday?\nSystem: Certainly! For Backstreet Bistro, we have availability at 4 pm on Thursday for a table of 5. Would you like me to proceed with the booking?\nUser: Yes, please go ahead and book the table. And do you have any recommendations for attractions in the area?\nSystem: Sure! If you're interested in museums, I recommend checking out the Gallery nearby. It's open on Thursdays from 10 am to 5 pm. Would you like me to find more information or book a visit for you?\nUser: That sounds good. Can you book a visit for 5 people at 2 pm on Thursday?\nSystem: I apologize, but the Gallery is fully booked for Thursday at 2 pm. However, I can offer you an alternative time slot at 3 pm. Would you like me to book the visit for you?\nUser: That's fine. Please go ahead and book the visit for 3 pm on Thursday. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at Backstreet Bistro and your visit to the Gallery! Have a great day!\nUser: Thank you! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"WOZ20645.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"european\"], \"restaurant-pricerange\": [\"expensive\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference?\nUser: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?\nSystem: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend \"Bella Vita\" restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information?\nUser: That sounds great, thank you! Can you also tell me about the prices?\nSystem: Sure! \"Bella Vita\" restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it's worth checking their website or giving them a call to inquire about any current deals.\nUser: Okay, that sounds good. Can you give me the address and contact information?\nSystem: Certainly! The address for \"Bella Vita\" restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with?\nUser: No, that's all for now. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at \"Bella Vita\"! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG02152.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-destination\": [\"avalon\"], \"taxi-leaveat\": [\"19:15\"], \"taxi-departure\": [\"primavera\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a taxi. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?\nUser: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?\nSystem: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?\nUser: Actually, I'd prefer to be picked up at 19:15. Is that doable?\nSystem: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL2460.json\", \"Services Involved\": [\"attraction\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"crossover\", \"british\"], \"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"dontcare\", \"moderate\"], \"restaurant-bookday\": [\"friday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"12:30\"], \"restaurant-name\": [\"cotto\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"college\"], \"attraction-name\": [\"dontcare\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?\nUser: Oh, I'd like to book a table for this Friday at 12:30 pm.\nSystem: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?\nUser: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?\nSystem: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL0358.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"north\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"4\"], \"restaurant-booktime\": [\"12:30\"], \"restaurant-food\": [\"chinese\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\"], \"train-destination\": [\"broxbourne\"], \"train-arriveby\": [\"13:00\"], \"train-bookpeople\": [\"1\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?\nUser: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices.\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is \"China Garden\" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?\nUser: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?\nSystem: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4450.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"sunday\"], \"train-leaveat\": [\"14:00\"], \"train-departure\": [\"norwich\"], \"train-destination\": [\"cambridge\"], \"train-bookpeople\": [\"1\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"east\"], \"restaurant-pricerange\": [\"moderate\"], \"restaurant-food\": [\"indian\", \"italian\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?\nUser: Sure. I'd like to travel in first class and there will be two of us.\nSystem: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?\nUser: Yes, that sounds perfect. How much does it cost?\nSystem: The cost for two first-class tickets is \u00a3100. Would you like to proceed with the booking?\nUser: Yes, I'll go ahead and book it.\nSystem: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL1251.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-arriveby\": [\"16:15\"], \"train-destination\": [\"norwich\"], \"train-day\": [\"wednesday\"], \"train-departure\": [\"cambridge\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"multiple sports\", \"college\"], \"attraction-name\": [\"christ college\", \"christ's college\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?\nSystem: Of course! What specific services would you like to know about or book?\nUser: I'd like to find out about train schedules and attractions in the city centre.\nSystem: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?\nUser: Yes, please. And can you also tell me the name of the train station in Norwich?\nSystem: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.\nUser: Perfect, thank you. And what about attractions in the city centre?\nSystem: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours.\nUser: That sounds great! Can you tell me more about Christ's College?\nSystem: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions.\nUser: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?\nSystem: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?\nUser: Yes, please. And how much does it cost?\nSystem: The guided tour costs \u00a315 per person. Would you like to proceed with the booking?\nUser: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?\nSystem: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street.\nUser: Great, thank you for all the information!\nSystem: You're welcome! Enjoy your time in Cambridge and have a great day!\nUser: Thank you, I will! Goodbye.\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL1842.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-pricerange\": [\"cheap\"], \"hotel-area\": [\"dontcare\"], \"hotel-bookday\": [\"tuesday\"], \"hotel-bookpeople\": [\"1\"], \"hotel-bookstay\": [\"5\"], \"hotel-name\": [\"alexander bed and breakfast\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-destination\": [\"cambridge\"], \"train-leaveat\": [\"21:15\"], \"train-day\": [\"tuesday\"], \"train-departure\": [\"broxbourne\"], \"train-bookpeople\": [\"1\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\nUser: I'm looking for something cheap, around $100 or less per night.\nSystem: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?\nUser: Yes, please go ahead and book it.\nSystem: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?\nUser: I'll pay with my credit card.\nSystem: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?\nUser: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].\nSystem: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4896.json\", \"Services Involved\": [\"attraction\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"north\"], \"attraction-name\": [\"cherry hinton hall and grounds\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-type\": [\"guesthouse\"], \"hotel-area\": [\"north\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"2\"], \"hotel-name\": [\"acorn guest house\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city.\nSystem: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?\nUser: I'm looking for a guesthouse with internet and would like to stay on Sunday.\nSystem: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?\nUser: That sounds perfect! Can you also recommend some attractions in the north area?\nSystem: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?\nUser: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?\nSystem: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.\nUser: Perfect, thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL2431.json\", \"Services Involved\": [\"attraction\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-food\": [\"chinese\"], \"restaurant-pricerange\": [\"cheap\"], \"restaurant-bookday\": [\"tuesday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"12:45\", \"11:45\"], \"restaurant-name\": [\"charlie chan\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\", \"entertainment\"], \"attraction-name\": [\"cambridge contemporary art\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?\nUser: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining.\nSystem: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?\nUser: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu?\nSystem: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?\nUser: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch.\nSystem: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?\nUser: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1375.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-destination\": [\"ely\"], \"train-day\": [\"sunday\"], \"train-departure\": [\"cambridge\"], \"train-leaveat\": [\"8:00\", \"08:00\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?\nUser: Sure. I'd like to leave on Sunday at 8:00 AM.\nSystem: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?\nUser: Yes, that sounds perfect. How do I book it?\nSystem: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details?\nUser: Sure. My name is John Smith, and my contact number is 555-555-5555.\nSystem: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome, John. Have a great trip to Ely! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL1031.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-departure\": [\"bishops stortford\"], \"train-destination\": [\"cambridge\"], \"train-leaveat\": [\"9:00\", \"09:00\"], \"train-day\": [\"sunday\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-type\": [\"park\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train and attraction service. Can you help me?\nSystem: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?\nUser: Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?\nSystem: Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?\nUser: Yes, I'd like to buy tickets. How much do they cost?\nSystem: The cost of the tickets for this train is \u00a320 per person. Would you like to proceed with the purchase?\nUser: Yes, I'll take two tickets.\nSystem: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.\nUser: That sounds great! Can you recommend a park or outdoor attraction?\nSystem: Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?\nUser: Yes, that sounds perfect. Can you provide me with directions to the garden?\nSystem: Certainly! The garden is located a 15-minute walk from the train station. Here are the directions: exit the train station and turn left onto Station Road. Continue walking for 10 minutes until you reach the roundabout, then turn right onto Hills Road. The garden will be on your left after a 5-minute walk.\nUser: Thank you so much for your help! I'm looking forward to my trip.\nSystem: You're welcome! Have a great day and enjoy your trip to Cambridge! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"WOZ20027.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"south\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-food\": [\"italian\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?\nSystem: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?\nUser: Yes, I'd like to spend around $50 per person.\nSystem: Great! Based on your budget and your preference for Italian food, I'd recommend checking out \"Bella Vita\" in the south of the city. They offer a variety of delicious Italian dishes, and their prices range from $25 to $40 per entree. Would you like me to provide you with the address and directions?\nUser: That sounds perfect! Can you also tell me if they have any gluten-free options?\nSystem: Yes, \"Bella Vita\" does offer gluten-free options. They have a separate gluten-free menu that includes dishes such as gluten-free pasta and risotto. Would you like me to make a reservation for you?\nUser: Yes, please. And can you also tell me if they have any vegetarian options?\nSystem: Absolutely! \"Bella Vita\" offers a variety of vegetarian dishes, including vegetarian pasta and risotto. I've made a reservation for you at 7:00 PM. Is there anything else I can assist you with?\nUser: No, that's all. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great dining experience at \"Bella Vita\"! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4827.json\", \"Services Involved\": [\"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"chinese\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-area\": [\"east\"], \"restaurant-bookday\": [\"monday\"], \"restaurant-bookpeople\": [\"8\"], \"restaurant-booktime\": [\"16:15\"], \"restaurant-name\": [\"yu garden\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-area\": [\"east\"], \"hotel-type\": [\"hotel\"], \"hotel-internet\": [\"yes\"], \"hotel-name\": [\"express by holiday inn cambridge\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?\nSystem: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in?\nUser: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge.\nSystem: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?\nUser: Yes, that sounds perfect! Can you please book the table for me?\nSystem: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details.\nUser: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.\nSystem: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3086.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-arriveby\": [\"13:45\"], \"train-day\": [\"sunday\"], \"train-departure\": [\"birmingham new street\"], \"train-destination\": [\"cambridge\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-area\": [\"dontcare\"], \"hotel-type\": [\"hotel\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"5\"], \"hotel-name\": [\"huntingdon marriott hotel\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?\nSystem: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?\nUser: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45.\nSystem: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?\nUser: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?\nSystem: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?\nUser: Yes, that sounds great. Can you please book the train and hotel for me?\nSystem: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG0598.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-food\": [\"bistro\", \"italian\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?\nSystem: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?\nUser: Oh, I'd like to find one in the city centre.\nSystem: Great! Based on your preference for Italian cuisine and the city centre area, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?\nUser: Yes, please do!\nSystem: Sure thing! Here are my top picks:\nUser: Yes, please provide me with the addresses and contact information for Bella Vita and La Bella Italia.\nSystem: Absolutely! Here's the information you requested:\nUser: Thank you so much! I'll definitely check them out.\nSystem: You're welcome! Enjoy your dining experience! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG01162.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"travellers rest\"], \"restaurant-bookday\": [\"monday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"14:15\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?\nSystem: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?\nUser: Yes, please do!\nSystem: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them?\nUser: Yes, please!\nSystem: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds like something you'd like to book?\nUser: I think I'd like to book Travellers Rest. Can you help me with that?\nSystem: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?\nUser: Yes, please go ahead.\nSystem: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Is there anything else I can help you with?\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! It was a pleasure assisting you. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL1146.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"friday\"], \"train-destination\": [\"cambridge\"], \"train-departure\": [\"birmingham new street\"], \"train-leaveat\": [\"16:45\"], \"train-bookpeople\": [\"1\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\"], \"Preferences\": {\"attraction-type\": [\"museum\"], \"attraction-area\": [\"centre\"], \"attraction-name\": [\"broughton house gallery\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?\nUser: I'd like to travel on Friday and I need to book one ticket.\nSystem: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?\nUser: No, I'd prefer to leave at 16:45. Is that possible?\nSystem: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?\nUser: Yes, please. And can I book a single ticket?\nSystem: Of course! The cost of the ticket will be \u00a335. Would you like to proceed with the booking?\nUser: Yes, I'll proceed with the booking.\nSystem: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SSNG0018.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"gastropub\", \"african\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-area\": [\"east\"], \"restaurant-bookday\": [\"monday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"13:45\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?\nSystem: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?\nUser: My budget is around $50 per person, and I'm looking to book for two people.\nSystem: Great! Based on your preferences and budget, I would recommend \"The Gastropub at Eastside\" and \"The Foodie's Paradise\". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?\nUser: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.\nSystem: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub favorites and seasonal specials. Would you like me to provide you with the menu or any other information?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL2293.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-name\": [\"a and b guest house\"], \"hotel-parking\": [\"yes\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-departure\": [\"london liverpool street\"], \"train-destination\": [\"cambridge\"], \"train-day\": [\"friday\"], \"train-leaveat\": [\"12:45\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a train ticket. Can you help me?\nSystem: Of course! What type of hotel are you looking for? And which train route would you like to book?\nUser: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.\nSystem: Great! For hotels, we have the \"a and b guest house\" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?\nUser: Yes, please book the \"a and b guest house\" and the train ticket from London Liverpool Street to Cambridge.\nSystem: Great! For the hotel, I have booked you at the \"a and b guest house\" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?\nUser: Yes, that's correct. Thank you!\nSystem: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with.\nUser: No, that's all. Thank you for your help!\nSystem: You're welcome! Have a great trip to Cambridge! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL1586.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-departure\": [\"cambridge\"], \"train-destination\": [\"norwich\"], \"train-day\": [\"sunday\"], \"train-arriveby\": [\"13:45\"], \"train-bookpeople\": [\"4\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-pricerange\": [\"moderate\"], \"hotel-type\": [\"guesthouse\"], \"hotel-area\": [\"east\"], \"hotel-parking\": [\"dontcare\"], \"hotel-name\": [\"a and b guest house\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?\nUser: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling.\nSystem: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?\nUser: Yes, that sounds perfect. How much does it cost?\nSystem: The cost for this train is \u00a340 per person. Would you like to proceed with the booking?\nUser: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?\nSystem: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?\nUser: Yes, that sounds great. Can you please provide me with the booking details?\nSystem: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is \u00a3160.\nUser: Thank you so much! I really appreciate your help.\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!\nUser: Thank you, I will. Goodbye!\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG0039.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-destination\": [\"corpus christi\"], \"taxi-leaveat\": [\"08:45\"], \"taxi-departure\": [\"gourmet burger kitchen\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?\nUser: Sure! I'm at Gourmet Burger Kitchen, located at [insert address].\nSystem: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?\nUser: Yes, that works for me. Can you also tell me how much the fare will be?\nSystem: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?\nUser: Yes, I'd like to proceed. Please go ahead and book the taxi for me.\nSystem: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!\nUser: Thank you! Goodbye.\nSystem: Goodbye! Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SSNG0142.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"dontcare\", \"ask.\\\"\", \"ask\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"5\"], \"restaurant-booktime\": [\"14:15\"], \"restaurant-area\": [\"centre\"], \"restaurant-food\": [\"dontcare\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?\nUser: Um, I don't have a specific restaurant in mind. Can you suggest some options?\nSystem: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?\nUser: Yes, please!\nSystem: Great! Based on your preferences, I suggest the following restaurants:\nUser: The Centre Bistro sounds great, can you book it for me?\nSystem: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking.\nUser: Sure, my name is John Doe and my phone number is 555-555-5555.\nSystem: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?\nUser: No, that's all. Thank you!\nSystem: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG01795.json\", \"Services Involved\": [\"train\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-departure\": [\"stevenage\"], \"train-destination\": [\"cambridge\"], \"train-arriveby\": [\"12:15\", \"10:43\"], \"train-day\": [\"sunday\"], \"train-bookpeople\": [\"6\"], \"train-leaveat\": [\"09:54\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?\nSystem: Of course! I'd be happy to assist you. What specific service would you like to know about or book?\nUser: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?\nSystem: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is \u00a334.50. Would you like to book this train and pay with your credit card?\nUser: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?\nSystem: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?\nUser: No, that's all for now. I'll just book the train ticket.\nSystem: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL4433.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\"], \"Preferences\": {\"train-destination\": [\"stevenage\"], \"train-day\": [\"tuesday\"], \"train-departure\": [\"cambridge\"], \"train-leaveat\": [\"15:15\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"north\"], \"attraction-type\": [\"swimmingpool\"], \"attraction-name\": [\"jesus green outdoor pool\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?\nUser: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15.\nSystem: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?\nUser: Yes, I'd like to purchase a ticket. How much will it cost?\nSystem: The cost of the ticket is \u00a325. Would you like to proceed with the purchase?\nUser: Yes, I'll proceed with the purchase.\nSystem: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.\nUser: Thank you for your help!\nSystem: You're welcome! Have a great trip to Stevenage. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1116.json\", \"Services Involved\": [\"attraction\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-type\": [\"college\"], \"attraction-area\": [\"centre\"], \"attraction-name\": [\"downing college\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?\nSystem: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?\nUser: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?\nSystem: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?\nUser: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?\nSystem: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?\nUser: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?\nSystem: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?\nUser: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?\nSystem: Of course! Here is the information you requested:\nUser: Thank you so much! I appreciate your help. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG1165.json\", \"Services Involved\": [\"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-area\": [\"north\", \"south\"], \"hotel-pricerange\": [\"expensive\"], \"hotel-bookday\": [\"monday\"], \"hotel-bookpeople\": [\"7\"], \"hotel-bookstay\": [\"3\"], \"hotel-name\": [\"lensfield hotel\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?\nSystem: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?\nUser: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.\nSystem: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?\nUser: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?\nSystem: Certainly! Your booking details are as follows:\nUser: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?\nSystem: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk.\nUser: No, that sounds great. Thank you for your help!\nSystem: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3460.json\", \"Services Involved\": [\"train\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"bangkok city\"], \"restaurant-area\": [\"centre\"], \"restaurant-bookday\": [\"sunday\"], \"restaurant-bookpeople\": [\"2\"], \"restaurant-booktime\": [\"19:30\"], \"restaurant-food\": [\"thai\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-arriveby\": [\"17:00\", \"17:58\", \"16:58\", \"17.58\"], \"train-day\": [\"monday\"], \"train-destination\": [\"kings lynn\"], \"train-departure\": [\"cambridge\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?\nUser: Yes, I'd like to book a table for 2 people at 19:30.\nSystem: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the \"Siam Square Thai Restaurant\" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?\nUser: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30?\nSystem: Certainly! I have successfully booked a table for you at the \"Siam Square Thai Restaurant\" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL2583.json\", \"Services Involved\": [\"attraction\", \"taxi\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-type\": [\"hotel\"], \"hotel-area\": [\"centre\"], \"hotel-pricerange\": [\"expensive\"], \"hotel-bookday\": [\"sunday\", \"monday\"], \"hotel-bookpeople\": [\"1\"], \"hotel-bookstay\": [\"1\"], \"hotel-name\": [\"gonville hotel\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"centre\"], \"attraction-type\": [\"museum\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"11:15\"], \"taxi-destination\": [\"castle galleries\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\nUser: My budget is around $200 per night.\nSystem: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?\nUser: A 4-star hotel would be perfect.\nSystem: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the heart of the city, with prices starting at $180 per night. Would you like me to book a room for you?\nUser: Yes, please go ahead and book a room for Sunday and Monday night.\nSystem: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?\nUser: I'll pay by credit card.\nSystem: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours prior to arrival.\nUser: Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in the city!\nUser: Thank you, I will! Goodbye.\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"MUL1914.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-departure\": [\"ely\"], \"train-destination\": [\"cambridge\"], \"train-arriveby\": [\"9:30\", \"09:30\"], \"train-bookpeople\": [\"7\"], \"train-day\": [\"tuesday\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-name\": [\"ruskin gallery\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?\nUser: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am.\nSystem: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?\nUser: Yes, please go ahead and book it for me.\nSystem: Great! I have booked the train for you. The total cost for this booking is \u00a3X. Would you like to pay by credit card or PayPal?\nUser: I'll pay by credit card.\nSystem: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!\nUser: Thank you very much! Do you have any information on attractions in Cambridge?\nSystem: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?\nUser: Yes, please do!\nSystem: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?\nUser: No, I think I'll just explore on my own. Thank you for the information!\nSystem: You're welcome! Have a great day in Cambridge!\nUser: Thank you, I will. Goodbye!\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL2097.json\", \"Services Involved\": [\"attraction\", \"hotel\", \"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"centre\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-food\": [\"thai\"], \"restaurant-bookday\": [\"thursday\"], \"restaurant-bookpeople\": [\"5\"], \"restaurant-booktime\": [\"15:00\"], \"restaurant-name\": [\"bangkok city\", \"city\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-type\": [\"hotel\"]}}, {\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-name\": [\"ballare\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?\nUser: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person.\nSystem: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?\nUser: That sounds perfect! Can you book a table for Thursday at 3 pm?\nSystem: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?\nUser: No, that's all good. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0949.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-name\": [\"ask\"], \"restaurant-bookday\": [\"wednesday\"], \"restaurant-bookpeople\": [\"1\"], \"restaurant-booktime\": [\"17:15\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?\nUser: Um, let me see... how about \"The Italian Place\"?\nSystem: Great choice! I have found a few options for you. Would you like to book \"The Italian Place\" for Wednesday at 17:15?\nUser: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?\nSystem: Certainly! \"The Italian Place\" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?\nUser: Yes, that sounds great. How do I confirm the booking?\nSystem: Simply reply with \"confirm\" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday.\nUser: Confirm.\nSystem: Great! Your booking for \"The Italian Place\" on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you!\nSystem: You're welcome! Have a great day. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3847.json\", \"Services Involved\": [\"train\", \"attraction\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-area\": [\"east\"]}}, {\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-destination\": [\"cambridge\"], \"train-arriveby\": [\"13:15\"], \"train-day\": [\"friday\"], \"train-departure\": [\"birmingham new street\"], \"train-bookpeople\": [\"2\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?\nSystem: Of course! I'd be happy to assist you. What would you like to know?\nUser: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?\nSystem: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?\nUser: Yes, please do.\nSystem: Great! Here are your options:\nUser: I'd like to book the 12:45 train with a change in Leicester.\nSystem: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?\nUser: No, that's all I need. Thank you.\nSystem: Of course! Your ticket has been booked successfully. The total cost is \u00a335.99. Would you like to pay with credit card or PayPal?\nUser: I'll pay with credit card.\nSystem: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?\nUser: No, that's all. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL2710.json\", \"Services Involved\": [\"attraction\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"attraction\", \"Actions\": [\"find_attraction\", \"NONE\"], \"Preferences\": {\"attraction-type\": [\"museum\"], \"attraction-area\": [\"centre\"], \"attraction-name\": [\"castle galleries\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\"], \"Preferences\": {\"hotel-area\": [\"north\"], \"hotel-type\": [\"guesthouse\"], \"hotel-bookday\": [\"sunday\"], \"hotel-bookpeople\": [\"4\"], \"hotel-bookstay\": [\"5\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?\nSystem: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?\nUser: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party.\nSystem: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?\nUser: Yes, please!\nSystem: Sure thing! Here are three options that fit your needs:\nUser: The Cozy Nest Guesthouse sounds great! Can you please book it for us?\nSystem: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"WOZ20385.json\", \"Services Involved\": [\"restaurant\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"find_restaurant\"], \"Preferences\": {\"restaurant-area\": [\"south\"], \"restaurant-food\": [\"dontcare\"], \"restaurant-name\": [\"chiquito restaurant bar\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?\nUser: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person.\nSystem: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?\nUser: Yes, please! What kind of dishes do they offer?\nSystem: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?\nUser: Yes, please book a table for two people. What time is available?\nSystem: Great! I have checked the availability, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?\nUser: Yes, that works perfect. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL0172.json\", \"Services Involved\": [\"restaurant\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\", \"NONE\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-area\": [\"centre\", \"north\"], \"hotel-parking\": [\"yes\"], \"hotel-type\": [\"hotel\"], \"hotel-bookday\": [\"saturday\"], \"hotel-bookpeople\": [\"6\"], \"hotel-bookstay\": [\"3\"], \"hotel-name\": [\"alexander bed and breakfast\"]}}, {\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"indian\"], \"restaurant-pricerange\": [\"cheap\"], \"restaurant-area\": [\"dontcare\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-bookpeople\": [\"6\"], \"restaurant-booktime\": [\"11:30\"], \"restaurant-name\": [\"royal spice\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?\nUser: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.\nSystem: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?\nUser: That sounds perfect! Can you also recommend a restaurant for Saturday?\nSystem: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?\nUser: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?\nSystem: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?\nUser: No, that's all. Thank you so much for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3867.json\", \"Services Involved\": [\"hotel\", \"restaurant\", \"taxi\"], \"Service Details\": [{\"Service Type\": \"restaurant\", \"Actions\": [\"NONE\", \"book_restaurant\", \"find_restaurant\"], \"Preferences\": {\"restaurant-food\": [\"british\"], \"restaurant-pricerange\": [\"expensive\"], \"restaurant-area\": [\"centre\"], \"restaurant-name\": [\"midsummer house restaurant\"], \"restaurant-bookday\": [\"saturday\"], \"restaurant-bookpeople\": [\"3\"], \"restaurant-booktime\": [\"16:30\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"NONE\", \"find_hotel\"], \"Preferences\": {\"hotel-area\": [\"centre\"], \"hotel-pricerange\": [\"expensive\"], \"hotel-type\": [\"hotel\"], \"hotel-name\": [\"university arms hotel\"]}}, {\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-arriveby\": [\"16:30\"], \"taxi-departure\": [\"university arms hotel\"], \"taxi-destination\": [\"midsummer house restaurant\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?\nSystem: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?\nUser: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal.\nSystem: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?\nUser: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?\nSystem: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?\nUser: Sure, my name is Sarah Johnson and my phone number is 07789 456789.\nSystem: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance.\nUser: Thank you so much! Do you know of any good hotels in the area as well?\nSystem: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?\nUser: That would be great, thank you!\nSystem: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is \u00a3150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences.\nUser: That sounds perfect, thank you so much for your help!\nSystem: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!\nUser: Thank you, I will! Goodbye.\nSystem: Goodbye, Sarah. Have a great day!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG01373.json\", \"Services Involved\": [\"taxi\"], \"Service Details\": [{\"Service Type\": \"taxi\", \"Actions\": [\"NONE\", \"find_taxi\"], \"Preferences\": {\"taxi-destination\": [\"don pasquale pizzeria\"], \"taxi-arriveby\": [\"one o'clock p.m.\", \"one o'clock p.m\"], \"taxi-departure\": [\"finches bed and breakfast\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?\nSystem: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?\nUser: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m.\nSystem: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?\nUser: Yes, that sounds perfect. How much will the fare be?\nSystem: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?\nUser: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?\nSystem: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.\nUser: Great, I've entered my payment information. Is everything confirmed?\nSystem: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!\nUser: Thank you so much! Have a great day!\nSystem: You're welcome! Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"PMUL3555.json\", \"Services Involved\": [\"train\", \"hotel\"], \"Service Details\": [{\"Service Type\": \"train\", \"Actions\": [\"NONE\", \"find_train\", \"book_train\"], \"Preferences\": {\"train-day\": [\"monday\"], \"train-departure\": [\"cambridge\"], \"train-destination\": [\"leicester\"], \"train-leaveat\": [\"21:45\"], \"train-bookpeople\": [\"2\"]}}, {\"Service Type\": \"hotel\", \"Actions\": [\"book_hotel\", \"find_hotel\"], \"Preferences\": {\"hotel-internet\": [\"yes\"], \"hotel-name\": [\"allenbell\"], \"hotel-bookday\": [\"thursday\"], \"hotel-bookpeople\": [\"2\"], \"hotel-bookstay\": [\"4\"]}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I'm looking for a train and hotel booking service. Can you help me?\nSystem: Of course! I'd be happy to assist you. What specific services are you interested in?\nUser: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday.\nSystem: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?\nUser: I'd like to book a one-way ticket in economy class.\nSystem: Okay, I've found a suitable train ticket for you. The fare is \u00a335, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?\nUser: Yes, that sounds good.\nSystem: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?\nUser: I'd like to book a room at the Allen Bell hotel, if possible.\nSystem: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?\nUser: Yes, that sounds perfect.\nSystem: Great! I've booked the hotel room for you. Is there anything else I can assist you with?\nUser: No, that's all for now. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!\nUser: Thank you, I will. Goodbye!\nSystem: Goodbye!" + ] + }, + { + "prompt": " [INST] <<SYS>>\n Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\n The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\n Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\n It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\n Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\n Domain Knowledge: {\"Dialogue ID\": \"SNG01958.json\", \"Services Involved\": [\"police\"], \"Service Details\": [{\"Service Type\": \"police\", \"Actions\": [\"find_police\"], \"Preferences\": {}}]}\n \n<</SYS>>\n\n [/INST]", + "dialogue": [ + "User: Hi, I need to find a police station near me. Can you help?\nSystem: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code?\nUser: Sure, I'm in New York City.\nSystem: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?\nUser: Yes, that would be helpful.\nSystem: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:\nUser: Thank you so much! This is really helpful.\nSystem: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!\nUser: Thank you, you too! Goodbye!\nSystem: Goodbye!" + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/partially_cleaned_dialogue_domain_knowledge.json b/notebooks/dialogue_generation/old/partially_cleaned_dialogue_domain_knowledge.json new file mode 100644 index 0000000000000000000000000000000000000000..769df873d7fdcee79897340620fd58aec6c12638 --- /dev/null +++ b/notebooks/dialogue_generation/old/partially_cleaned_dialogue_domain_knowledge.json @@ -0,0 +1,2351 @@ +[ + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-internet": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null, + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + null, + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-bookpeople": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-departure": [ + null, + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-parking": [ + null + ], + "hotel-pricerange": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-departure": [ + null, + null + ], + "taxi-destination": [ + null, + null + ], + "taxi-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null, + null + ], + "attraction-name": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null, + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null, + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-internet": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-parking": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null, + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-day": [ + null + ], + "train-bookpeople": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-arriveby": [ + null, + null, + null, + null + ], + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null, + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-bookpeople": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null, + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-type": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-area": [ + null, + null + ], + "hotel-parking": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-departure": [ + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-arriveby": [ + null, + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + null + ], + "Preferences": {} + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/untitled.txt b/notebooks/dialogue_generation/old/untitled.txt new file mode 100644 index 0000000000000000000000000000000000000000..f431ffd33bb698c56a6786b0e025ccaddce97490 --- /dev/null +++ b/notebooks/dialogue_generation/old/untitled.txt @@ -0,0 +1,7 @@ +[" Sure, I'd be happy to help you annotate the dialogue! Here's the general annotation schema you provided, filled out for each utterance in the dialogue:\n\n + +Services Involved:\n\n* Hotel\n* Restaurant\n* Taxi\n* Train\n* Attraction\n\n +Service Details:\n\n* Hotel:\n\t+ Service Type: expensive\n\t+ Actions: book_hotel\n\t+ Preferences:\n\t\t- hotel-internet: yes\n\t\t- hotel-parking: yes\n\t\t- hotel-pricerange: expensive\n\t\t- hotel-stars: 4\n\t\t- hotel-type: hotel\n\t\t- hotel-name: University Arms Hotel\n\t\t- hotel-bookday: any day\n\t\t- hotel-bookpeople: 1\n\t\t- hotel-bookstay: 2\n\t\t- hotel-area: centre\n* Restaurant:\n\t+ Service Type: Middle Eastern cuisine\n\t+ Actions: find_restaurant, book_restaurant\n\t+ Preferences:\n\t\t- restaurant-food: Middle Eastern cuisine\n\t\t- restaurant-bookday: any day\n\t\t- restaurant-bookpeople: 1\n\t\t- restaurant-booktime: any time\n\t\t- restaurant-area: centre\n\t\t- restaurant-pricerange: moderate\n\t\t- restaurant-name: Bedouin Restaurant\n* Taxi:\n\t+ Service Type: find_taxi\n\t+ Preferences:\n\t\t- taxi-arriveby: any time\n\t\t- taxi-departure: any string\n\t\t- taxi-destination: Bedouin Restaurant\n\t\t- taxi-leaveat: any time\n* Train:\n\t+ Service Type: find_train, book_train\n\t+ Preferences:\n\t\t- train-day: any day\n\t\t- train-departure: any string\n\t\t- train-leaveat: any time\n\t\t- train-destination: any string\n\t\t- train-bookpeople: 1\n\t\t- train-arriveby: any time\n* Attraction:\n\t+ Service Type: find_attraction\n\t+ Preferences:\n\t\t- attraction-area: centre\n\t\t- attraction-type: museum\n\t\t- attraction-name: any string\n\n + +Here's the annotated dialogue: +\n\nUser: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?\n\nServices Involved: Hotel, Restaurant\n\nSystem: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?\n\nServices Involved: Hotel, Restaurant\n\nUser: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.\n\nServices Involved: Hotel, Restaurant\n\nSystem: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?\n\nServices Involved: Hotel\n\nUser: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?\n\nServices Involved: Restaurant\n\nSystem: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?\n\nServices Involved: Restaurant\n\nUser: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?\n\nServices Involved: Taxi, Restaurant\n\nSystem: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.\n\nServices Involved: Taxi\n\nUser: Great, thank you for all your help!\n\nServices Involved: None\n\nSystem: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!\n\nServices Involved: None\n\nUser: Thank you, goodbye!\n\nServices Involved: None"] \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/untitled1.txt b/notebooks/dialogue_generation/old/untitled1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d88428f29e3a76a5504ed4e3d6e0941ab3c5ee49 --- /dev/null +++ b/notebooks/dialogue_generation/old/untitled1.txt @@ -0,0 +1 @@ +" Sure, here is a complete dialogue between a user and a system, based on the provided Domain Knowledge: User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!" \ No newline at end of file diff --git a/notebooks/dialogue_generation/old/untitled2.txt b/notebooks/dialogue_generation/old/untitled2.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/notebooks/dialogue_generation/old/updated_schemas.json b/notebooks/dialogue_generation/old/updated_schemas.json new file mode 100644 index 0000000000000000000000000000000000000000..73a26be3432d486071f983cf050a6d30aa2787b4 --- /dev/null +++ b/notebooks/dialogue_generation/old/updated_schemas.json @@ -0,0 +1,2344 @@ +[ + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + "city centre\\n\\t\\t\\t- restaurant-pricerange:" + ], + "restaurant-pricerange": [ + "insert price range" + ], + "restaurant-name": [ + "Bedouin Restaurant\\n\\nNow, let me fill in the slots with the appropriate values based on the dialogue:\\n\\n* Dialogue ID: null (not mentioned in the dialogue)\\n* Services Involved:" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + "expensive\\n\\t\\t\\t- hotel-type: luxurious\\n\\t\\t\\t- hotel-name: University Arms Hotel\\n\\t\\t\\t- hotel-bookday:" + ], + "hotel-type": [ + "luxurious\\n\\t\\t\\t- hotel-name: University Arms Hotel\\n\\t\\t\\t- hotel-bookday:" + ], + "hotel-name": [ + "University Arms Hotel\\n\\t\\t\\t- hotel-bookday:" + ], + "hotel-bookday": [ + "insert booking date" + ], + "hotel-bookpeople": [ + "insert number of people" + ], + "hotel-bookstay": [ + "insert number of nights" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-internet": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null, + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null + ], + "Preferences": {} + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel", + "taxi" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-name": [ + "Aylesbray Lodge Guest House" + ], + "hotel-bookday": [ + "Sunday" + ], + "hotel-bookstay": [ + "1 night" + ], + "hotel-bookpeople": [ + "1 person" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + "Don Pasquale Pizzeria" + ], + "restaurant-bookday": [ + "Sunday" + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + "19:00" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + "19:00" + ], + "taxi-departure": [ + null, + null + ], + "taxi-destination": [ + "Aylesbray Lodge Guest House" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + "\"Cambridge\"\\n\\t\\t\\t- train-destination: \"Stansted Airport\"\\n\\t\\t\\t- train-day: \"Saturday\"\\n\\t\\t\\t- train-leaveat: \"20:00\"\\n\\t\\t\\t- train-bookpeople: \"None\"\\n\\t+ Service Type: \"restaurant\"\\n\\t\\t- Actions:" + ], + "train-destination": [ + "\"Stansted Airport\"\\n\\t\\t\\t- train-day: \"Saturday\"\\n\\t\\t\\t- train-leaveat: \"20:00\"\\n\\t\\t\\t- train-bookpeople: \"None\"\\n\\t+ Service Type: \"restaurant\"\\n\\t\\t- Actions:" + ], + "train-day": [ + "\"Saturday\"\\n\\t\\t\\t- train-leaveat: \"20:00\"\\n\\t\\t\\t- train-bookpeople: \"None\"\\n\\t+ Service Type: \"restaurant\"\\n\\t\\t- Actions:" + ], + "train-leaveat": [ + "\"20:00\"\\n\\t\\t\\t- train-bookpeople: \"None\"\\n\\t+ Service Type: \"restaurant\"\\n\\t\\t- Actions:" + ], + "train-bookpeople": [ + "\"None\"\\n\\t+ Service Type: \"restaurant\"\\n\\t\\t- Actions:" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + "\"None\"\\n\\t\\t\\t- restaurant-area: \"None\"\\n\\t\\t\\t- restaurant-food: \"None\"\\n\\t\\t\\t- restaurant-bookday: \"None\"\\n\\t\\t\\t- restaurant-booktime: \"None\"\\n\\t\\t\\t- restaurant-bookpeople: \"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ], + "restaurant-area": [ + "\"None\"\\n\\t\\t\\t- restaurant-food: \"None\"\\n\\t\\t\\t- restaurant-bookday: \"None\"\\n\\t\\t\\t- restaurant-booktime: \"None\"\\n\\t\\t\\t- restaurant-bookpeople: \"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ], + "restaurant-food": [ + "\"None\"\\n\\t\\t\\t- restaurant-bookday: \"None\"\\n\\t\\t\\t- restaurant-booktime: \"None\"\\n\\t\\t\\t- restaurant-bookpeople: \"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ], + "restaurant-bookday": [ + "\"None\"\\n\\t\\t\\t- restaurant-booktime: \"None\"\\n\\t\\t\\t- restaurant-bookpeople: \"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ], + "restaurant-booktime": [ + "\"None\"\\n\\t\\t\\t- restaurant-bookpeople: \"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ], + "restaurant-bookpeople": [ + "\"None\"\\n\\nI hope this helps! Let me know if you have any further questions.'" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-parking": [ + "yes" + ], + "hotel-pricerange": [ + "$200 per night" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + "south area" + ], + "attraction-type": [ + "nightclubs" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-departure": [ + "hotel lobby at 17:45" + ], + "taxi-destination": [ + "The Club" + ], + "taxi-leaveat": [ + "none" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-bookday": [ + "Thursday" + ], + "restaurant-bookpeople": [ + "5" + ], + "restaurant-booktime": [ + "4 pm" + ], + "restaurant-name": [ + "Backstreet Bistro" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + "east" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "Gallery" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-food": [ + null + ], + "restaurant-pricerange": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null, + null + ], + "attraction-name": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + "Cambridge" + ], + "restaurant-food": [ + "Cantonese cuisine" + ], + "restaurant-pricerange": [ + "affordable" + ], + "restaurant-bookday": [ + "Tuesday" + ], + "restaurant-bookpeople": [ + "2" + ], + "restaurant-booktime": [ + "12:45 PM" + ], + "restaurant-name": [ + "Charlie Chan\\'s" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + "Cambridge" + ], + "attraction-type": [ + "museum" + ], + "attraction-name": [ + "Cambridge Contemporary Art museum" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null, + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + "Chinese" + ], + "restaurant-pricerange": [ + "$200" + ], + "restaurant-area": [ + "east of Cambridge" + ], + "restaurant-bookday": [ + "Monday" + ], + "restaurant-bookpeople": [ + "8" + ], + "restaurant-booktime": [ + "16:15" + ], + "restaurant-name": [ + "Yu Garden" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + "east of Cambridge" + ], + "hotel-type": [ + "none" + ], + "hotel-internet": [ + "none" + ], + "hotel-name": [ + "none" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null + ], + "hotel-type": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null, + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + null, + null + ], + "restaurant-pricerange": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-name": [ + null + ], + "hotel-parking": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-arriveby": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-pricerange": [ + null + ], + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-parking": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-leaveat": [ + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null, + null, + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-day": [ + null + ], + "train-bookpeople": [ + null + ], + "train-leaveat": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-leaveat": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + null + ], + "attraction-area": [ + null + ], + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-area": [ + null, + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-area": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ], + "restaurant-food": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-arriveby": [ + null, + null, + null, + null + ], + "train-day": [ + null + ], + "train-destination": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "taxi", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-type": [ + null + ], + "hotel-area": [ + null + ], + "hotel-pricerange": [ + null + ], + "hotel-bookday": [ + null, + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ], + "hotel-name": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ], + "attraction-type": [ + null + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + null + ], + "taxi-destination": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-arriveby": [ + null, + null + ], + "train-bookpeople": [ + null + ], + "train-day": [ + null + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel", + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-area": [ + "city center" + ], + "restaurant-pricerange": [ + "500-2000 THB per dish" + ], + "restaurant-food": [ + "Thai dishes, including pad thai and green curry" + ], + "restaurant-bookday": [ + "Thursday" + ], + "restaurant-bookpeople": [ + "1-5 people" + ], + "restaurant-booktime": [ + "3 pm" + ], + "restaurant-name": [ + "\"Bangkok City Restaurant\"" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-type": [ + "none" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-name": [ + "none" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-name": [ + null + ], + "restaurant-bookday": [ + null + ], + "restaurant-bookpeople": [ + null + ], + "restaurant-booktime": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "attraction" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-area": [ + null + ] + } + }, + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-destination": [ + null + ], + "train-arriveby": [ + null + ], + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-bookpeople": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "attraction", + "hotel" + ], + "Service Details": [ + { + "Service Type": "attraction", + "Actions": [ + null, + null + ], + "Preferences": { + "attraction-type": [ + "none" + ], + "attraction-area": [ + "none" + ], + "attraction-name": [ + "none" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + "north of the city\\n\\t+ hotel-type: guesthouse\\n\\t+ hotel-bookday: Sunday\\n\\t+ hotel-bookpeople: 4 adults, 2 children\\n\\t+ hotel-bookstay: 5 nights\\n\\nService Details:\\n\\n* Service Type: attraction\\n* Actions:" + ], + "hotel-type": [ + "guesthouse\\n\\t+ hotel-bookday: Sunday\\n\\t+ hotel-bookpeople: 4 adults, 2 children\\n\\t+ hotel-bookstay: 5 nights\\n\\nService Details:\\n\\n* Service Type: attraction\\n* Actions:" + ], + "hotel-bookday": [ + "Sunday\\n\\t+ hotel-bookpeople: 4 adults, 2 children\\n\\t+ hotel-bookstay: 5 nights\\n\\nService Details:\\n\\n* Service Type: attraction\\n* Actions:" + ], + "hotel-bookpeople": [ + "4 adults, 2 children\\n\\t+ hotel-bookstay: 5 nights\\n\\nService Details:\\n\\n* Service Type: attraction\\n* Actions:" + ], + "hotel-bookstay": [ + "5 nights\\n\\nService Details:\\n\\n* Service Type: attraction\\n* Actions:" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null + ], + "Preferences": { + "restaurant-area": [ + null + ], + "restaurant-food": [ + null + ], + "restaurant-name": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "restaurant", + "hotel" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "hotel-internet": [ + "true" + ], + "hotel-area": [ + "centre of town" + ], + "hotel-parking": [ + "true" + ], + "hotel-type": [ + "bed and breakfast" + ], + "hotel-bookday": [ + "Saturday" + ], + "hotel-bookpeople": [ + "1" + ], + "hotel-bookstay": [ + "1 night" + ], + "hotel-name": [ + "Alexander Bed and Breakfast" + ] + } + }, + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + "Indian cuisine" + ], + "restaurant-pricerange": [ + "affordable" + ], + "restaurant-area": [ + "centre of town" + ], + "restaurant-bookday": [ + "Saturday" + ], + "restaurant-bookpeople": [ + "1" + ], + "restaurant-booktime": [ + "11:30 AM" + ], + "restaurant-name": [ + "Royal Spice" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "hotel", + "restaurant", + "taxi" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "restaurant-food": [ + "British" + ], + "restaurant-pricerange": [ + "high-end" + ], + "restaurant-area": [ + "cozy atmosphere" + ], + "restaurant-name": [ + "Midsummer House Restaurant" + ], + "restaurant-bookday": [ + "Saturday" + ], + "restaurant-bookpeople": [ + "3 people" + ], + "restaurant-booktime": [ + "16:30" + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-area": [ + "central location" + ], + "hotel-pricerange": [ + "high-end" + ], + "hotel-type": [ + "comfortable rooms" + ], + "hotel-name": [ + "University Arms Hotel" + ] + } + }, + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-arriveby": [ + "16:30" + ], + "taxi-departure": [ + "17:00" + ], + "taxi-destination": [ + "Midsummer House Restaurant" + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "taxi" + ], + "Service Details": [ + { + "Service Type": "taxi", + "Actions": [ + null, + null + ], + "Preferences": { + "taxi-destination": [ + null + ], + "taxi-arriveby": [ + null, + null + ], + "taxi-departure": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "train", + "hotel" + ], + "Service Details": [ + { + "Service Type": "train", + "Actions": [ + null, + null, + null + ], + "Preferences": { + "train-day": [ + null + ], + "train-departure": [ + null + ], + "train-destination": [ + null + ], + "train-leaveat": [ + null + ], + "train-bookpeople": [ + null + ] + } + }, + { + "Service Type": "hotel", + "Actions": [ + null, + null + ], + "Preferences": { + "hotel-internet": [ + null + ], + "hotel-name": [ + null + ], + "hotel-bookday": [ + null + ], + "hotel-bookpeople": [ + null + ], + "hotel-bookstay": [ + null + ] + } + } + ] + }, + { + "Dialogue ID": null, + "Services Involved": [ + "police" + ], + "Service Details": [ + { + "Service Type": "police", + "Actions": [ + null + ], + "Preferences": {} + } + ] + } +] \ No newline at end of file diff --git a/notebooks/dialogue_generation/output_annotated.csv b/notebooks/dialogue_generation/output_annotated.csv new file mode 100644 index 0000000000000000000000000000000000000000..f56bd0658a1176b7aeead8798fef4c38912d7cd2 --- /dev/null +++ b/notebooks/dialogue_generation/output_annotated.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye!,{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL4398.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'city centre This indicates that the user prefers a restaurant located in the city centre'/, 'restaurant-pricerange': 'insert price range This indicates that the user prefers a restaurant within a specific price range'/, 'restaurant-name': 'Bedouin Restaurant This indicates that the system recommends the Bedouin Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-pricerange': 'expensive This indicates that the user prefers a hotel within the expensive range'/, 'hotel-type': 'luxurious This indicates that the user prefers a luxurious hotel'/, 'hotel-name': 'University Arms Hotel This indicates that the system recommends the University Arms Hotel'/, 'hotel-bookday': 'insert booking day This indicates that the system books the hotel room for a specific day'/, 'hotel-bookpeople': 'insert number of people This indicates that the system books the hotel room for a specific number of people'/, 'hotel-bookstay': 'insert number of nights This indicates that the system books the hotel room for a specific number of nights'}}]} +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!,{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG1013.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'Aylesbray Lodge Guest House'}}/, {'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!,{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'PMUL0121.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Cityroomz hotelbookday Tuesday hotelbookpeople 7 hotelbookstay 1 night the preferences for the hotel booking include the name of the hotel Cityroomz the booking day Tuesday the number of people staying 7 and the length of stay 1 night'/, 'hotel-bookday': 'Tuesday hotelbookpeople 7 hotelbookstay 1 night the preferences for the hotel booking include the name of the hotel Cityroomz the booking day Tuesday the number of people staying 7 and the length of stay 1 night'/, 'hotel-bookpeople': '7 hotelbookstay 1 night the preferences for the hotel booking include the name of the hotel Cityroomz the booking day Tuesday the number of people staying 7 and the length of stay 1 night'/, 'hotel-bookstay': '1 night the preferences for the hotel booking include the name of the hotel Cityroomz the booking day Tuesday the number of people staying 7 and the length of stay 1 night'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'near the hotel restaurantpricerange affordable the preferences for the restaurant include the location near the hotel and the price range affordable'/, 'restaurant-pricerange': 'affordable the preferences for the restaurant include the location near the hotel and the price range affordable'}}]} +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3484.json'/, 'Services Involved': ['restaurant'/, 'hotel'/, 'taxi']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookstay': '1 night'/, 'hotel-bookpeople': '1 person'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '1 person'/, 'restaurant-booktime': '1900'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House'/, 'taxi-departure': '1900'/, 'taxi-destination': 'Don Pasquale Pizzeria'}}]} +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!,{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'SNG0389.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Tuesday The day of the week the user wants to travel'/, 'train-departure': '930 am The time the user wants to depart from Kings Lynn'/, 'train-leaveat': 'Kings Lynn The location the user wants to depart from'/, 'train-destination': 'Cambridge The location the user wants to travel to'/, 'train-bookpeople': 'Standard Class The class the user wants to book'}}]} +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!,{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'SNG01520.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'The type of food preferred is Chinese'/, 'restaurant-pricerange': 'The price range preferred is 2030 per person'/, 'restaurant-bookday': 'The day of the week preferred for booking is Saturday'/, 'restaurant-bookpeople': 'The number of people preferred to book for is 2'/, 'restaurant-booktime': 'The time preferred for booking is 8 PM'/, 'restaurant-name': 'The name of the restaurant preferred is The Lucky Star'}}]} +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!,{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3951.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'Cambridge'/, 'train-destination': 'Stansted Airport'/, 'train-day': 'Saturday'/, 'train-leaveat': '2000'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye!,{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'PMUL0843.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'null'/, 'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'}}]} +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!,{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Dialogue ID': 'PMUL2979.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel'/, 'hotel-pricerange': '200 per night'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'south area of the city'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'Huntington Marriott Hotel'/, 'taxi-destination': 'chosen attraction'/, 'taxi-leaveat': '1745'}}]} +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'MUL1681.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': '1515 This indicates the preferred departure time for the train'/, 'train-destination': 'Stansted Airport This indicates the preferred destination for the train'/, 'train-arriveby': '1615 This indicates the preferred arrival time for the train'/, 'train-day': 'Saturday This indicates the preferred day of the week for the train'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}]} +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!,{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL0928.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'Backstreet Bistro'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'east'/, 'attraction-type': 'gastropub'/, 'attraction-name': 'Backstreet Bistro'}}]} +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye!,{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'WOZ20645.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Italian'/, 'restaurant-pricerange': 'expensive'}}]} +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!,{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG02152.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Avalon taxileaveat Primavera taxideparture 1915'/, 'taxi-leaveat': 'Primavera taxideparture 1915'/, 'taxi-departure': '1915'}}]} +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!,{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2460.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'The user prefers crossover food'/, 'restaurant-area': 'The user prefers a centre location'/, 'restaurant-pricerange': 'The user prefers a moderate price range'/, 'restaurant-bookday': 'The user wants to book a table on Friday'/, 'restaurant-bookpeople': 'The user wants to book a table for 8 people'/, 'restaurant-booktime': 'The user wants to book a table at 1230 pm'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!,{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL0358.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'north This lists the preference for the restaurant service as north'/, 'restaurant-pricerange': 'moderate This lists the preference for the restaurant service as moderate'/, 'restaurant-bookday': 'Sunday This lists the preference for the restaurant service as Sunday'/, 'restaurant-bookpeople': '4 This lists the preference for the restaurant service as 4'/, 'restaurant-booktime': '1230 PM This lists the preference for the restaurant service as 1230 PM'/, 'restaurant-food': 'Chinese This lists the preference for the restaurant service as Chinese'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday This lists the preference for the train service as Sunday'/, 'train-destination': 'null This lists the preference for the train service as null'/, 'train-arriveby': 'null This lists the preference for the train service as null'/, 'train-bookpeople': 'null This lists the preference for the train service as null'}}]} +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'PMUL4450.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-leaveat': '2 PM'/, 'train-departure': 'Norwich'/, 'train-destination': 'Cambridge'/, 'train-bookpeople': '2'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]} +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1251.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null traindestination null trainday null traindeparture 1615 These are the preferences for the service In this case the user has not specified any preferences for the train service'/, 'train-destination': 'null trainday null traindeparture 1615 These are the preferences for the service In this case the user has not specified any preferences for the train service'/, 'train-day': 'null traindeparture 1615 These are the preferences for the service In this case the user has not specified any preferences for the train service'/, 'train-departure': '1615 These are the preferences for the service In this case the user has not specified any preferences for the train service'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null attractionname Christs College These are the preferences for the service In this case the user has specified Christs College as the preferred attraction'/, 'attraction-type': 'null attractionname Christs College These are the preferences for the service In this case the user has specified Christs College as the preferred attraction'/, 'attraction-name': 'Christs College These are the preferences for the service In this case the user has specified Christs College as the preferred attraction'}}]} +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!,{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL1842.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!,{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4896.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'Cherry Hinton'/, 'attraction-name': 'Cherry Hinton Hall and Grounds'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'YES'/, 'hotel-type': 'guesthouse'/, 'hotel-area': 'north'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1'/, 'hotel-name': 'Acorn Guest House'}}]} +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!,{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL2431.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'Cambridge'/, 'restaurant-food': 'Chinese'/, 'restaurant-pricerange': 'affordable'/, 'restaurant-bookday': 'Tuesday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1245 PM'/, 'restaurant-name': 'Charlie Chans'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'Cambridge'/, 'attraction-type': 'museum'/, 'attraction-name': 'Cambridge Contemporary Art museum'}}]} +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye!,{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG1375.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Ely'/, 'train-day': 'Sunday'/, 'train-departure': '800 AM'/, 'train-leaveat': 'null'}}]} +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"}}]},{'Dialogue ID': 'PMUL1031.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'Bishors Stortford'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '900 am'/, 'train-day': 'Sunday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]} +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!,{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'WOZ20027.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'south'/, 'restaurant-pricerange': 'around 50 per person The user also mentioned traditional Italian dishes so the preference is restaurantfood traditional Italian dishes'/, 'restaurant-food': 'traditional Italian dishes'}}]} +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4827.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null This indicates that the user did not provide any preferences for the restaurant food'/, 'restaurant-pricerange': 'null This indicates that the user did not provide any preferences for the restaurant pricerange'/, 'restaurant-area': 'null This indicates that the user did not provide any preferences for the restaurant area'/, 'restaurant-bookday': 'null This indicates that the user did not provide any preferences for the restaurant bookday'/, 'restaurant-bookpeople': 'null This indicates that the user did not provide any preferences for the restaurant bookpeople'/, 'restaurant-booktime': 'null This indicates that the user did not provide any preferences for the restaurant booktime'/, 'restaurant-name': 'Yu Garden This indicates that the user provided a specific preference for the restaurant name which is Yu Garden'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null This indicates that the user did not provide any preferences for the hotel area'/, 'hotel-type': 'null This indicates that the user did not provide any preferences for the hotel type'/, 'hotel-internet': 'null This indicates that the user did not provide any preferences for the hotel internet'/, 'hotel-name': 'null This indicates that the user did not provide any preferences for the hotel name'}}]} +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL3086.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': '1345 trainday Sunday traindeparture 0800 traindestination Cambridge The user prefers to depart from Birmingham New Street at the earliest possible time on Sunday and arrive in Cambridge by 1345'/, 'train-day': 'Sunday traindeparture 0800 traindestination Cambridge The user prefers to depart from Birmingham New Street at the earliest possible time on Sunday and arrive in Cambridge by 1345'/, 'train-departure': '0800 traindestination Cambridge The user prefers to depart from Birmingham New Street at the earliest possible time on Sunday and arrive in Cambridge by 1345'/, 'train-destination': 'Cambridge The user prefers to depart from Birmingham New Street at the earliest possible time on Sunday and arrive in Cambridge by 1345'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'Cambridge hoteltype Marriott hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 night hotelname Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'/, 'hotel-type': 'Marriott hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 night hotelname Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'/, 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 1 night hotelname Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'/, 'hotel-bookpeople': '1 hotelbookstay 1 night hotelname Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'/, 'hotel-bookstay': '1 night hotelname Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'/, 'hotel-name': 'Huntingdon Marriott Hotel The user prefers a hotel in the Cambridge area of type Marriott and wants to book one nights stay'}}]} +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!,{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SNG0598.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'The dialogue mentions city centre so this slot should be updated with the value city centre'/, 'restaurant-food': 'The dialogue mentions Italian so this slot should be updated with the value Italian'}}]} +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SNG01162.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Travellers Rest restaurantbookday Monday restaurantbookpeople 1 restaurantbooktime 1415 This lists the details of the service including the service type actions and preferences In this case the service type is restaurant the actions are bookrestaurant and findrestaurant and the preferences include the name of the restaurant Travellers Rest the day of the booking Monday the number of people booking 1 and the booking time 1415'/, 'restaurant-bookday': 'Monday restaurantbookpeople 1 restaurantbooktime 1415 This lists the details of the service including the service type actions and preferences In this case the service type is restaurant the actions are bookrestaurant and findrestaurant and the preferences include the name of the restaurant Travellers Rest the day of the booking Monday the number of people booking 1 and the booking time 1415'/, 'restaurant-bookpeople': '1 restaurantbooktime 1415 This lists the details of the service including the service type actions and preferences In this case the service type is restaurant the actions are bookrestaurant and findrestaurant and the preferences include the name of the restaurant Travellers Rest the day of the booking Monday the number of people booking 1 and the booking time 1415'/, 'restaurant-booktime': '1415 This lists the details of the service including the service type actions and preferences In this case the service type is restaurant the actions are bookrestaurant and findrestaurant and the preferences include the name of the restaurant Travellers Rest the day of the booking Monday the number of people booking 1 and the booking time 1415'}}]} +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1146.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Friday'/, 'train-destination': 'Cambridge'/, 'train-departure': '1645'/, 'train-leaveat': 'null'/, 'train-bookpeople': '1'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!,{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SSNG0018.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'gastropub based on the users request for a gastropub'/, 'restaurant-pricerange': '50 per person based on the users budget'/, 'restaurant-area': 'east of the city based on the users location preference'/, 'restaurant-bookday': 'Monday based on the users request for a booking on Monday'/, 'restaurant-bookpeople': '2 based on the users request for a booking for two people'/, 'restaurant-booktime': '1345 based on the users request for a booking at 1345'}}]} +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL2293.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'a and b guest house'/, 'hotel-parking': 'yes'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'London Liverpool Street'/, 'train-destination': 'Cambridge'/, 'train-day': 'insert date'/, 'train-leaveat': 'insert time'/, 'train-bookpeople': 'insert train name'}}]} +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL1586.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1345'/, 'train-destination': 'Norwich'/, 'train-day': 'Sunday'/, 'train-arriveby': '1545'/, 'train-bookpeople': '4'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'moderate'/, 'hotel-type': 'A B Guest House'/, 'hotel-area': 'east'/, 'hotel-parking': 'free'/, 'hotel-name': 'A B Guest House'}}]} +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!,{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG0039.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Corpus Christi'/, 'taxi-leaveat': '0845 AM'/, 'taxi-departure': 'Gourmet Burger Kitchen'}}]} +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!,{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SSNG0142.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'The Centre Bistro This indicates that the user is interested in booking The Centre Bistro'/, 'restaurant-bookday': 'Sunday This indicates that the user wants to book the restaurant on Sunday'/, 'restaurant-bookpeople': '1 This indicates that the user wants to book for one person'/, 'restaurant-booktime': '1415 This indicates that the user wants to book at 1415'/, 'restaurant-area': 'null This indicates that the user did not specify a particular area for the restaurant'/, 'restaurant-food': 'null This indicates that the user did not specify any preferences for food'}}]} +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!,{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG01795.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1043 This indicates the preferred departure time of the train'/, 'train-destination': 'Cambridge This indicates the destination of the train'/, 'train-arriveby': '1215 This indicates the preferred arrive by time of the train'/, 'train-day': 'Sunday This indicates the day of the week the train is to depart and arrive'/, 'train-bookpeople': 'null This indicates that there are no additional services or passengers to be booked'/, 'train-leaveat': 'null This indicates that there are no additional services or passengers to be booked'}}]} +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!,{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL4433.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Stevenage'/, 'train-day': 'Tuesday'/, 'train-departure': '1515'/, 'train-leaveat': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!,{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'SNG1116.json'/, 'Services Involved': ['attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!,{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'SNG1165.json'/, 'Services Involved': ['hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'The user mentions that they are looking for a hotel in the north area of the city so the value for this slot is north'/, 'hotel-pricerange': 'The user mentions that they are willing to pay an expensive price for the hotel so the value for this slot is expensive'/, 'hotel-bookday': 'The user mentions that they would like to book a room starting on Monday so the value for this slot is Monday'/, 'hotel-bookpeople': 'The user mentions that they would like to book a room for 3 people so the value for this slot is 3'/, 'hotel-bookstay': 'The user mentions that they would like to book a room for 3 nights so the value for this slot is 3'/, 'hotel-name': 'The user mentions the name of the hotel they would like to book which is Lensfield Hotel so the value for this slot is Lensfield Hotel'}}]} +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!,{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3460.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant'/, 'restaurant-area': 'heart of Bangkok city centre'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1930'/, 'restaurant-food': 'authentic Thai cuisine'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL2583.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-type': '4star'/, 'hotel-area': 'city centre'/, 'hotel-pricerange': '180200'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '2'/, 'hotel-bookstay': '2 nights'/, 'hotel-name': 'Gonville Hotel'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'city centre'/, 'attraction-type': 'none'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'none'/, 'taxi-destination': 'Gonville Hotel'}}]} +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'MUL1914.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '930am'/, 'train-destination': 'Cambridge'/, 'train-arriveby': '1030am'/, 'train-bookpeople': 'null'/, 'train-day': 'Tuesday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'Ruskin Gallery'}}]} +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!,{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2097.json'/, 'Services Involved': ['attraction'/, 'hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'city center'/, 'restaurant-pricerange': '2000 THB per person'/, 'restaurant-food': 'Thai'/, 'restaurant-bookday': 'Thursday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '3 pm'/, 'restaurant-name': 'Bangkok City Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!,{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'PMUL0949.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'The Italian Place This indicates that the name of the restaurant being booked is The Italian Place'/, 'restaurant-bookday': 'Wednesday This indicates that the day of the booking is Wednesday'/, 'restaurant-bookpeople': 'one person This indicates that one person is being booked'/, 'restaurant-booktime': '1715 This indicates that the time of the booking is 1715'}}]} +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3847.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null indicating that no specific attraction area was mentioned in the dialogue'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Cambridge This indicates that the user requested a train ticket to Cambridge'/, 'train-arriveby': '1315 This indicates that the user requested to arrive in Cambridge by 1315'/, 'train-day': 'Friday This indicates that the user requested to travel on a Friday'/, 'train-departure': 'Birmingham New Street This indicates that the user requested to depart from Birmingham New Street'/, 'train-bookpeople': 'null This indicates that the user did not request to book any additional people for the train ticket'}}]} +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!,{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL2710.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null attractionarea null attractionname null'/, 'attraction-area': 'null attractionname null'/, 'attraction-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'north hoteltype guesthouse hotelbookday Sunday hotelbookpeople 4 hotelbookstay 5'/, 'hotel-type': 'guesthouse hotelbookday Sunday hotelbookpeople 4 hotelbookstay 5'/, 'hotel-bookday': 'Sunday hotelbookpeople 4 hotelbookstay 5'/, 'hotel-bookpeople': '4 hotelbookstay 5'/, 'hotel-bookstay': '5'}}]} +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!,{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'WOZ20385.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'The area where the user wants to find a restaurant is south'/, 'restaurant-food': 'The type of food the user wants to find is Mexican'/, 'restaurant-name': 'The name of the restaurant the user wants to find is Chiquito Restaurant Bar'}}]} +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!,{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'PMUL0172.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'internet hotelarea centreoftown hotelparking parking hoteltype NONE hotelbookday Saturday hotelbookpeople NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-area': 'centreoftown hotelparking parking hoteltype NONE hotelbookday Saturday hotelbookpeople NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-parking': 'parking hoteltype NONE hotelbookday Saturday hotelbookpeople NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-type': 'NONE hotelbookday Saturday hotelbookpeople NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-bookday': 'Saturday hotelbookpeople NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-bookpeople': 'NONE hotelbookstay NONE hotelname Alexander Bed and Breakfast'/, 'hotel-bookstay': 'NONE hotelname Alexander Bed and Breakfast'/, 'hotel-name': 'Alexander Bed and Breakfast'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Indian restaurantpricerange affordable restaurantarea centreoftown restaurantbookday Saturday restaurantbookpeople NONE restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-pricerange': 'affordable restaurantarea centreoftown restaurantbookday Saturday restaurantbookpeople NONE restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-area': 'centreoftown restaurantbookday Saturday restaurantbookpeople NONE restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-bookday': 'Saturday restaurantbookpeople NONE restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-bookpeople': 'NONE restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-booktime': '1130 AM restaurantname Royal Spice'/, 'restaurant-name': 'Royal Spice'}}]} +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day!,{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3867.json'/, 'Services Involved': ['hotel'/, 'restaurant'/, 'taxi']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'British'/, 'restaurant-pricerange': 'highquality'/, 'restaurant-area': 'cozy'/, 'restaurant-name': 'Midsummer House Restaurant'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '3'/, 'restaurant-booktime': '1630'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'central'/, 'hotel-pricerange': 'comfortable'/, 'hotel-type': 'highlyrated'/, 'hotel-name': 'University Arms Hotel'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': '1630'/, 'taxi-departure': '1700'/, 'taxi-destination': 'Midsummer House Restaurant'}}]} +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!,{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG01373.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria'/, 'taxi-arriveby': 'one oclock pm'/, 'taxi-departure': 'Finches Bed and Breakfast'}}]} +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL3555.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Monday This lists the specific day of the week that the user wants to travel in this case Monday'/, 'train-departure': '2145 This lists the specific time that the user wants to depart in this case 2145'/, 'train-destination': 'Leicester This lists the specific destination that the user wants to travel to in this case Leicester'/, 'train-leaveat': 'null This lists whether the user wants to leave at a specific time in this case null'/, 'train-bookpeople': 'null This lists whether the user wants to book a specific number of people in this case null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-internet': 'null This lists whether the user wants internet access in the hotel in this case null'/, 'hotel-name': 'Allen Bell hotel This lists the specific name of the hotel that the user wants to book in this case the Allen Bell hotel'/, 'hotel-bookday': 'Thursday This lists the specific day of the week that the user wants to book the hotel in this case Thursday'/, 'hotel-bookpeople': 'null This lists whether the user wants to book a specific number of people in this case null'/, 'hotel-bookstay': '4 This lists the specific number of nights that the user wants to book the hotel for in this case 4 nights'}}]} +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye!,{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG01958.json'/, 'Services Involved': ['police']/, 'Service Details': [{'Service Type': 'police'/, 'Actions': ['find_police']/, 'Preferences': {}}]} diff --git a/notebooks/dialogue_generation/output_annotated_2.csv b/notebooks/dialogue_generation/output_annotated_2.csv new file mode 100644 index 0000000000000000000000000000000000000000..bface351639f92c6c067147674c2ca9e2494a97f --- /dev/null +++ b/notebooks/dialogue_generation/output_annotated_2.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye!,{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL4398.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'Middle Eastern cuisine preferably with a Bedouin theme'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-pricerange': 'expensive'/, 'hotel-type': 'luxurious'/, 'hotel-name': 'University Arms Hotel'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!,{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG1013.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-internet': 'null'/, 'hotel-parking': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'Aylesbray Lodge Guest House'}}/, {'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!,{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'PMUL0121.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Cityroomz'/, 'hotel-bookday': 'Tuesday'/, 'hotel-bookpeople': '7'/, 'hotel-bookstay': 'insert cost here'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'near hotel'/, 'restaurant-pricerange': 'affordable'}}]} +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3484.json'/, 'Services Involved': ['restaurant'/, 'hotel'/, 'taxi']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookstay': '1 night'/, 'hotel-bookpeople': '1 person'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '1 person'/, 'restaurant-booktime': '1900'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House'/, 'taxi-departure': '1900'/, 'taxi-destination': 'Don Pasquale Pizzeria'}}]} +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!,{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'SNG0389.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'/, 'train-departure': '930 am trainleaveat null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'/, 'train-leaveat': 'null traindestination null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'/, 'train-destination': 'null trainbookpeople Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'/, 'train-bookpeople': 'Standard Class The dialogue provides information about the booking and the email address so the annotation is No for the trainassistance slot'}}]} +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!,{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'SNG01520.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}]} +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!,{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3951.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'Cambridge traindestination Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null'/, 'train-destination': 'Stansted Airport trainday Saturday trainleaveat 2000 trainbookpeople null'/, 'train-day': 'Saturday trainleaveat 2000 trainbookpeople null'/, 'train-leaveat': '2000 trainbookpeople null'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null restaurantarea null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null'/, 'restaurant-area': 'null restaurantfood null restaurantbookday null restaurantbooktime null restaurantbookpeople null'/, 'restaurant-food': 'null restaurantbookday null restaurantbooktime null restaurantbookpeople null'/, 'restaurant-bookday': 'null restaurantbooktime null restaurantbookpeople null'/, 'restaurant-booktime': 'null restaurantbookpeople null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye!,{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'PMUL0843.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'Saturday'/, 'train-departure': '915 am'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '1015 am'}}]} +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!,{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Dialogue ID': 'PMUL2979.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'null hotelpricerange 200 The user mentions that they are looking for a hotel with parking and a budget range of 200'/, 'hotel-pricerange': '200 The user mentions that they are looking for a hotel with parking and a budget range of 200'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null The user doesnt provide any specific preferences for the attraction'/, 'attraction-type': 'null The user doesnt provide any specific preferences for the attraction'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'null taxidestination null taxileaveat null The user doesnt provide any specific preferences for the taxi'/, 'taxi-destination': 'null taxileaveat null The user doesnt provide any specific preferences for the taxi'/, 'taxi-leaveat': 'null The user doesnt provide any specific preferences for the taxi'}}]} +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'MUL1681.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': '1515'/, 'train-destination': 'Stansted Airport'/, 'train-arriveby': '1615'/, 'train-day': 'Saturday'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}]} +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!,{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL0928.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye!,{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'WOZ20645.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Italian'/, 'restaurant-pricerange': 'expensive'}}]} +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!,{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG02152.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null'/, 'taxi-leaveat': 'null taxideparture null'/, 'taxi-departure': '1915'}}]} +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!,{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2460.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!,{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL0358.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-food': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'PMUL4450.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'null trainleaveat null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'/, 'train-leaveat': 'null traindeparture null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'/, 'train-departure': 'null traindestination null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'/, 'train-destination': 'null trainbookpeople null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'/, 'train-bookpeople': 'null Service Type restaurant Actions NONE findrestaurant Preferences restaurantarea null restaurantpricerange null restaurantfood null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantfood null'/, 'restaurant-pricerange': 'null restaurantfood null'/, 'restaurant-food': 'null'}}]} +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1251.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null traindestination null trainday null traindeparture null'/, 'train-destination': 'null trainday null traindeparture null'/, 'train-day': 'null traindeparture null'/, 'train-departure': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null attractionname null'/, 'attraction-type': 'null attractionname null'/, 'attraction-name': 'null'}}]} +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!,{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL1842.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'null hotelpricerange null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null'/, 'hotel-pricerange': 'null hotelarea null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null'/, 'hotel-area': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname null'/, 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname null'/, 'hotel-bookpeople': 'null hotelbookstay null hotelname null'/, 'hotel-bookstay': 'null hotelname null'/, 'hotel-name': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'null trainleaveat null trainday null traindeparture null trainbookpeople null'/, 'train-leaveat': 'null trainday null traindeparture null trainbookpeople null'/, 'train-day': 'null traindeparture null trainbookpeople null'/, 'train-departure': 'null trainbookpeople null'/, 'train-bookpeople': 'null'}}]} +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!,{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4896.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}]} +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!,{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL2431.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'Tuesday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1245 PM'/, 'restaurant-name': 'Charlie Chans'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye!,{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG1375.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Cambridge to Ely trainday Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555'/, 'train-day': 'Sunday traindeparture 800 AM trainleaveat 900 AM name John Smith contact 5555555555'/, 'train-departure': '800 AM trainleaveat 900 AM name John Smith contact 5555555555'/, 'train-leaveat': '900 AM name John Smith contact 5555555555'}}]} +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"}}]},{'Dialogue ID': 'PMUL1031.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null'}}]} +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!,{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'WOZ20027.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'south of the city'/, 'restaurant-pricerange': '50 per person'/, 'restaurant-food': 'Italian'}}]} +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4827.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]} +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL3086.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-departure': '0800'/, 'train-destination': 'Cambridge'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'Huntingdon Marriott Hotel'}}]} +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!,{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SNG0598.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'city centre restaurantfood Italian'/, 'restaurant-food': 'Italian'}}]} +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SNG01162.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'Monday'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': '1415'}}]} +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1146.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Friday'/, 'train-destination': 'Cambridge'/, 'train-departure': '1645'/, 'train-leaveat': 'null'/, 'train-bookpeople': '1'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!,{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SSNG0018.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]} +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL2293.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'a and b guest house'/, 'hotel-parking': 'yes'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'London Liverpool Street'/, 'train-destination': 'Cambridge'/, 'train-day': 'insert date'/, 'train-leaveat': 'insert time'/, 'train-bookpeople': 'insert name'}}]} +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL1586.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1345'/, 'train-destination': 'Norwich'/, 'train-day': 'Sunday'/, 'train-arriveby': '1545'/, 'train-bookpeople': '4'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'moderate'/, 'hotel-type': 'A B Guest House'/, 'hotel-area': 'east area of Norwich'/, 'hotel-parking': 'free'/, 'hotel-name': 'A B Guest House'}}]} +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!,{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG0039.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'null taxileaveat null taxideparture null'/, 'taxi-leaveat': 'null taxideparture null'/, 'taxi-departure': 'null'}}]} +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!,{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SSNG0142.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]} +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!,{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG01795.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'null not mentioned in the dialogue'/, 'train-destination': 'Stevenage to Cambridge mentioned in the dialogue'/, 'train-arriveby': '1215 or 1043 mentioned in the dialogue'/, 'train-day': 'Sunday mentioned in the dialogue'/, 'train-bookpeople': 'null not mentioned in the dialogue'/, 'train-leaveat': 'null not mentioned in the dialogue'}}]} +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!,{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL4433.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'/, 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'/, 'train-departure': '1515 trainleaveat Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'/, 'train-leaveat': 'Cambridge The user prefers to travel to Stevenage on Tuesday departing from Cambridge at 1515'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null attractionname null No preferences are specified for the attraction service'/, 'attraction-type': 'null attractionname null No preferences are specified for the attraction service'/, 'attraction-name': 'null No preferences are specified for the attraction service'}}]} +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!,{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'SNG1116.json'/, 'Services Involved': ['attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null not mentioned in the dialogue'/, 'attraction-area': 'null not mentioned in the dialogue'/, 'attraction-name': 'null not mentioned in the dialogue'}}]} +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!,{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'SNG1165.json'/, 'Services Involved': ['hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'expensive'/, 'hotel-bookday': 'Monday'/, 'hotel-bookpeople': '3'/, 'hotel-bookstay': '3'/, 'hotel-name': 'Lensfield Hotel'}}]} +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!,{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3460.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant'/, 'restaurant-area': 'heart of Bangkok city centre'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1930'/, 'restaurant-food': 'authentic Thai cuisine'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL2583.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-type': 'null'/, 'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-destination': 'null'}}]} +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'MUL1914.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '930am traindestination Ely trainarriveby 1030am trainbookpeople null trainday Tuesday'/, 'train-destination': 'Ely trainarriveby 1030am trainbookpeople null trainday Tuesday'/, 'train-arriveby': '1030am trainbookpeople null trainday Tuesday'/, 'train-bookpeople': 'null trainday Tuesday'/, 'train-day': 'Tuesday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'The Ruskin Gallery guidedtour null'}}]} +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!,{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2097.json'/, 'Services Involved': ['attraction'/, 'hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null meaning no preference for a specific area was mentioned'/, 'restaurant-pricerange': 'null meaning no preference for a specific price range was mentioned'/, 'restaurant-food': 'null meaning no preference for a specific type of food was mentioned'/, 'restaurant-bookday': 'null meaning no preference for a specific day of the week was mentioned'/, 'restaurant-bookpeople': 'null meaning no preference for a specific number of people was mentioned'/, 'restaurant-booktime': 'null meaning no preference for a specific time was mentioned'/, 'restaurant-name': 'null meaning no preference for a specific restaurant name was mentioned'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null meaning no preference for a specific hotel type was mentioned'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null meaning no preference for a specific attraction name was mentioned'}}]} +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!,{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'PMUL0949.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null restaurantbookday null restaurantbookpeople null restaurantbooktime null'/, 'restaurant-bookday': 'null restaurantbookpeople null restaurantbooktime null'/, 'restaurant-bookpeople': 'null restaurantbooktime null'/, 'restaurant-booktime': 'null'}}]} +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3847.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday'/, 'train-arriveby': '1315 trainday Friday'/, 'train-day': 'Friday'/, 'train-departure': 'null trainbookpeople null'/, 'train-bookpeople': 'null'}}]} +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!,{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL2710.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!,{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'WOZ20385.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'Mexican'/, 'restaurant-name': 'Chiquito Restaurant Bar'}}]} +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!,{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'PMUL0172.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes'/, 'hotel-area': 'centre of town'/, 'hotel-parking': 'yes'/, 'hotel-type': 'bed and breakfast'/, 'hotel-bookday': 'Saturday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1 night'/, 'hotel-name': 'Alexander Bed and Breakfast'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Indian cuisine'/, 'restaurant-pricerange': 'affordable'/, 'restaurant-area': 'centre of town'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '1130 AM'/, 'restaurant-name': 'Royal Spice'}}]} +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day!,{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3867.json'/, 'Services Involved': ['hotel'/, 'restaurant'/, 'taxi']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'British'/, 'restaurant-pricerange': 'open to spending more'/, 'restaurant-area': 'null'/, 'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]} +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!,{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG01373.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria'/, 'taxi-arriveby': 'one oclock pm'/, 'taxi-departure': 'one oclock pm from Finches Bed and Breakfast'}}]} +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL3555.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Monday'/, 'train-departure': '2145'/, 'train-destination': 'Leicester'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-name': 'Allen Bell'/, 'hotel-bookday': 'Thursday'/, 'hotel-bookpeople': '4'/, 'hotel-bookstay': '4'}}]} +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye!,{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG01958.json'/, 'Services Involved': ['police']/, 'Service Details': [{'Service Type': 'police'/, 'Actions': ['find_police']/, 'Preferences': {}}]} diff --git a/notebooks/dialogue_generation/output_annotated_3.csv b/notebooks/dialogue_generation/output_annotated_3.csv new file mode 100644 index 0000000000000000000000000000000000000000..4465ab5b62552755dd3ddfb5e755dc9489dd361c --- /dev/null +++ b/notebooks/dialogue_generation/output_annotated_3.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye!,{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL4398.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'Bedouin Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-pricerange': 'expensive'/, 'hotel-type': 'null'/, 'hotel-name': 'University Arms Hotel'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': '1'}}]} +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!,{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG1013.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null hotelinternet null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House'/, 'hotel-internet': 'null hotelparking null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House'/, 'hotel-parking': 'null hotelbookday null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House'/, 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null hotelname Aylesbray Lodge Guest House'/, 'hotel-bookpeople': 'null hotelbookstay null hotelname Aylesbray Lodge Guest House'/, 'hotel-bookstay': 'null hotelname Aylesbray Lodge Guest House'/, 'hotel-name': 'Aylesbray Lodge Guest House'}}/, {'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!,{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'PMUL0121.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Cityroomz hotelbookday Tuesday hotelbookpeople 7 hotelbookstay 1 night'/, 'hotel-bookday': 'Tuesday hotelbookpeople 7 hotelbookstay 1 night'/, 'hotel-bookpeople': '7 hotelbookstay 1 night'/, 'hotel-bookstay': '1 night'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'near hotel restaurantpricerange affordable'/, 'restaurant-pricerange': 'affordable'}}]} +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3484.json'/, 'Services Involved': ['restaurant'/, 'hotel'/, 'taxi']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions bookrestaurant Preferences restaurantname Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria'/, 'hotel-bookday': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria Service Type taxi Actions findtaxi Preferences taxiarriveby Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House taxidestination Don Pasquale Pizzeria'/, 'taxi-departure': 'null'/, 'taxi-destination': 'Don Pasquale Pizzeria'}}]} +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!,{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'SNG0389.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Tuesday'/, 'train-departure': '930 am'/, 'train-leaveat': 'Kings Lynn'/, 'train-destination': 'Cambridge'/, 'train-bookpeople': 'Standard Class'}}]} +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!,{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'SNG01520.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-bookday': 'Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-bookpeople': '2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-booktime': '8 PM restaurantname The Lucky Star'/, 'restaurant-name': 'The Lucky Star'}}]} +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!,{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3951.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'Cambridge'/, 'train-destination': 'Stansted Airport'/, 'train-day': 'Saturday'/, 'train-leaveat': '2000'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye!,{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'PMUL0843.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'Saturday'/, 'train-departure': '915 am'/, 'train-destination': 'Cambridge'/, 'train-leaveat': 'Kings Lynn'}}]} +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!,{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Dialogue ID': 'PMUL2979.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel hotelpricerange 189'/, 'hotel-pricerange': '189'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': '1745 taxidestination Huntington Marriott Hotel taxileaveat null'/, 'taxi-destination': 'Huntington Marriott Hotel taxileaveat null'/, 'taxi-leaveat': 'null'}}]} +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'MUL1681.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': '1515 traindestination Stansted Airport trainarriveby 1615 trainday Saturday'/, 'train-destination': 'Stansted Airport trainarriveby 1615 trainday Saturday'/, 'train-arriveby': '1615 trainday Saturday'/, 'train-day': 'Saturday'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null restaurantpricerange null restaurantname null'/, 'restaurant-pricerange': 'null restaurantname null'/, 'restaurant-name': 'null'}}]} +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!,{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL0928.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'Backstreet Bistro'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye!,{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'WOZ20645.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive for this slot'/, 'restaurant-pricerange': 'expensive for this slot'}}]} +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!,{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG02152.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Avalon taxileaveat Primavera taxideparture 1915'/, 'taxi-leaveat': 'Primavera taxideparture 1915'/, 'taxi-departure': '1915'}}]} +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!,{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2460.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'crossover'/, 'restaurant-area': 'centre'/, 'restaurant-pricerange': 'moderate'/, 'restaurant-bookday': 'Friday'/, 'restaurant-bookpeople': '8'/, 'restaurant-booktime': '1230 pm'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!,{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL0358.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'north'/, 'restaurant-pricerange': 'moderate'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '4'/, 'restaurant-booktime': '1230 PM'/, 'restaurant-food': 'Chinese'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'PMUL4450.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-leaveat': '2 PM'/, 'train-departure': 'Norwich'/, 'train-destination': 'Cambridge'/, 'train-bookpeople': '2'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]} +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1251.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-destination': 'Cambridge'/, 'train-day': 'Wednesday'/, 'train-departure': '1615'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'city centre'/, 'attraction-type': 'college'/, 'attraction-name': 'Christs College'}}]} +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!,{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL1842.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'Alexander Bed and Breakfast'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'Tuesday'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!,{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4896.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds'/, 'attraction-name': 'Cherry Hinton Hall and Grounds'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House'/, 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House'/, 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House'/, 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 1 hotelname Acorn Guest House'/, 'hotel-bookpeople': '1 hotelbookstay 1 hotelname Acorn Guest House'/, 'hotel-bookstay': '1 hotelname Acorn Guest House'/, 'hotel-name': 'Acorn Guest House'}}]} +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!,{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL2431.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'Cambridge'/, 'restaurant-food': 'Cantonese'/, 'restaurant-pricerange': 'affordable'/, 'restaurant-bookday': 'Tuesday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1245 PM'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'Cambridge'/, 'attraction-type': 'museum'/, 'attraction-name': 'Cambridge Contemporary Art'}}]} +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye!,{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG1375.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Ely'/, 'train-day': 'Sunday'/, 'train-departure': '800 AM'/, 'train-leaveat': 'null'}}]} +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"}}]},{'Dialogue ID': 'PMUL1031.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'Bishops Stortford'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '900 am'/, 'train-day': 'Sunday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]} +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!,{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'WOZ20027.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'south restaurantpricerange around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person'/, 'restaurant-pricerange': 'around 50 per person The user prefers a restaurant in the south of the city and is willing to spend around 50 per person'/, 'restaurant-food': 'traditional Italian dishes The system suggests three Italian restaurants in the south of the city so we can infer that the user prefers traditional Italian dishes'}}]} +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4827.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Chinese'/, 'restaurant-pricerange': '200'/, 'restaurant-area': 'east of Cambridge'/, 'restaurant-bookday': 'Monday'/, 'restaurant-bookpeople': '8'/, 'restaurant-booktime': '1615'/, 'restaurant-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'east of Cambridge'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]} +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL3086.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': '1345 trainday Sunday traindeparture 0800 traindestination Cambridge'/, 'train-day': 'Sunday traindeparture 0800 traindestination Cambridge'/, 'train-departure': '0800 traindestination Cambridge'/, 'train-destination': 'Cambridge'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'Cambridge hoteltype null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel'/, 'hotel-type': 'null hotelbookday Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel'/, 'hotel-bookday': 'Sunday hotelbookpeople null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel'/, 'hotel-bookpeople': 'null hotelbookstay 1 night hotelname Huntingdon Marriott Hotel'/, 'hotel-bookstay': '1 night hotelname Huntingdon Marriott Hotel'/, 'hotel-name': 'Huntingdon Marriott Hotel'}}]} +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!,{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SNG0598.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'citycentre'/, 'restaurant-food': 'italian'}}]} +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SNG01162.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Travellers Rest'/, 'restaurant-bookday': 'Monday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '1415'}}]} +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1146.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Friday traindestination Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1'/, 'train-destination': 'Cambridge traindeparture 1645 trainleaveat 1845 trainbookpeople 1'/, 'train-departure': '1645 trainleaveat 1845 trainbookpeople 1'/, 'train-leaveat': '1845 trainbookpeople 1'/, 'train-bookpeople': '1'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null attractionarea null attractionname null'/, 'attraction-area': 'null attractionname null'/, 'attraction-name': 'null'}}]} +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!,{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SSNG0018.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}]} +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL2293.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'null hotelparking null'/, 'hotel-parking': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'null traindestination null trainday null trainleaveat null trainbookpeople null'/, 'train-destination': 'null trainday null trainleaveat null trainbookpeople null'/, 'train-day': 'null trainleaveat null trainbookpeople null'/, 'train-leaveat': 'null trainbookpeople null'/, 'train-bookpeople': 'null'}}]} +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL1586.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1345 traindestination Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4'/, 'train-destination': 'Norwich trainday Sunday trainarriveby 1545 trainbookpeople 4'/, 'train-day': 'Sunday trainarriveby 1545 trainbookpeople 4'/, 'train-arriveby': '1545 trainbookpeople 4'/, 'train-bookpeople': '4'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'moderate hoteltype guesthouse hotelarea east hotelparking free'/, 'hotel-type': 'guesthouse hotelarea east hotelparking free'/, 'hotel-area': 'east hotelparking free'/, 'hotel-parking': 'free'/, 'hotel-name': 'null'}}]} +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!,{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG0039.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Corpus Christi'/, 'taxi-leaveat': '0845 AM'/, 'taxi-departure': 'Gourmet Burger Kitchen'}}]} +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!,{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SSNG0142.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null This lists the preferences for the service which are all set to null in this case since the user did not provide any specific preferences'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'}}]} +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!,{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG01795.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1043 traindestination Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null'/, 'train-destination': 'Cambridge trainarriveby 1215 trainday Sunday trainbookpeople null trainleaveat null'/, 'train-arriveby': '1215 trainday Sunday trainbookpeople null trainleaveat null'/, 'train-day': 'Sunday trainbookpeople null trainleaveat null'/, 'train-bookpeople': 'null trainleaveat null'/, 'train-leaveat': 'null'}}]} +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!,{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL4433.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Stevenage trainday Tuesday traindeparture 1515 trainleaveat Cambridge'/, 'train-day': 'Tuesday traindeparture 1515 trainleaveat Cambridge'/, 'train-departure': '1515 trainleaveat Cambridge'/, 'train-leaveat': 'Cambridge'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null attractionname null'/, 'attraction-type': 'null attractionname null'/, 'attraction-name': 'null'}}]} +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!,{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'SNG1116.json'/, 'Services Involved': ['attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null This indicates that the user did not provide any information about the type of attraction they are looking for'/, 'attraction-area': 'null This indicates that the user did not provide any information about the area where the attraction is located'/, 'attraction-name': 'null This indicates that the user did not provide any information about the name of the attraction'}}]} +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!,{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'SNG1165.json'/, 'Services Involved': ['hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'north'/, 'hotel-pricerange': 'expensive'/, 'hotel-bookday': 'Monday'/, 'hotel-bookpeople': '3'/, 'hotel-bookstay': '3'/, 'hotel-name': 'Lensfield Hotel'}}]} +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!,{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3460.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant'/, 'restaurant-area': 'heart of Bangkok city centre'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1930'/, 'restaurant-food': 'authentic Thai cuisine'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL2583.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookstay': '2 nights hotelname Gonville Hotel'/, 'hotel-name': 'Gonville Hotel'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null taxidestination null'/, 'taxi-destination': 'null'}}]} +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'MUL1914.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'Ely traindestination Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday'/, 'train-destination': 'Cambridge trainarriveby 1030am trainbookpeople 1 trainday Tuesday'/, 'train-arriveby': '1030am trainbookpeople 1 trainday Tuesday'/, 'train-bookpeople': '1 trainday Tuesday'/, 'train-day': 'Tuesday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'Ruskin Gallery'}}]} +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!,{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2097.json'/, 'Services Involved': ['attraction'/, 'hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'city center restaurantpricerange 2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-pricerange': '2000 THB per person restaurantfood Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-food': 'Thai restaurantbookday Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-bookday': 'Thursday restaurantbookpeople 1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-bookpeople': '1 restaurantbooktime 3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-booktime': '3 pm restaurantname Bangkok City Restaurant'/, 'restaurant-name': 'Bangkok City Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!,{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'PMUL0949.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'The Italian Place'/, 'restaurant-bookday': 'Wednesday'/, 'restaurant-bookpeople': 'one person'/, 'restaurant-booktime': '1715'}}]} +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3847.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday traindeparture Birmingham New Street'/, 'train-arriveby': '1315 trainday Friday traindeparture Birmingham New Street'/, 'train-day': 'Friday traindeparture Birmingham New Street'/, 'train-departure': 'Birmingham New Street'/, 'train-bookpeople': 'null'}}]} +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!,{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL2710.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null attractionarea null attractionname null'/, 'attraction-area': 'null attractionname null'/, 'attraction-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null hoteltype null hotelbookday null hotelbookpeople null hotelbookstay null'/, 'hotel-type': 'null hotelbookday null hotelbookpeople null hotelbookstay null'/, 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null'/, 'hotel-bookpeople': 'null hotelbookstay null'/, 'hotel-bookstay': 'null'}}]} +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!,{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'WOZ20385.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'south This slot is filled with south because the user specified that they are looking for a restaurant in the south area of the city'/, 'restaurant-food': 'Mexican This slot is filled with Mexican because the user specified that they are looking for a restaurant that serves Mexican food'/, 'restaurant-name': 'Chiquito Restaurant Bar This slot is filled with Chiquito Restaurant Bar because the system suggested this restaurant based on the users preferences'}}]} +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!,{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'PMUL0172.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'internet hotelarea centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-area': 'centre of town hotelparking parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-parking': 'parking hoteltype Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-type': 'Alexander Bed and Breakfast hotelbookday Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-bookday': 'Saturday hotelbookpeople none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-bookpeople': 'none hotelbookstay 1 day hotelname Alexander Bed and Breakfast'/, 'hotel-bookstay': '1 day hotelname Alexander Bed and Breakfast'/, 'hotel-name': 'Alexander Bed and Breakfast'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Indian cuisine restaurantpricerange affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-pricerange': 'affordable restaurantarea centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-area': 'centre of town restaurantbookday Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-bookday': 'Saturday restaurantbookpeople none restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-bookpeople': 'none restaurantbooktime 1130 AM restaurantname Royal Spice'/, 'restaurant-booktime': '1130 AM restaurantname Royal Spice'/, 'restaurant-name': 'Royal Spice'}}]} +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day!,{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3867.json'/, 'Services Involved': ['hotel'/, 'restaurant'/, 'taxi']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'British restaurantpricerange highquality restaurantarea cozy'/, 'restaurant-pricerange': 'highquality restaurantarea cozy'/, 'restaurant-area': 'cozy'/, 'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'central hotelpricerange highend'/, 'hotel-pricerange': 'highend'/, 'hotel-type': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': '1630 taxideparture 1700 taxidestination Midsummer House Restaurant'/, 'taxi-departure': '1700 taxidestination Midsummer House Restaurant'/, 'taxi-destination': 'Midsummer House Restaurant'}}]} +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!,{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG01373.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria'/, 'taxi-arriveby': 'one oclock pm'/, 'taxi-departure': 'Finches Bed and Breakfast'}}]} +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL3555.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Monday traindeparture 2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none'/, 'train-departure': '2145 traindestination Leicester trainleaveat Cambridge trainbookpeople none'/, 'train-destination': 'Leicester trainleaveat Cambridge trainbookpeople none'/, 'train-leaveat': 'Cambridge trainbookpeople none'/, 'train-bookpeople': 'none'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-internet': 'free hotelname Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days'/, 'hotel-name': 'Allen Bell hotelbookday Thursday hotelbookpeople four hotelbookstay four days'/, 'hotel-bookday': 'Thursday hotelbookpeople four hotelbookstay four days'/, 'hotel-bookpeople': 'four hotelbookstay four days'/, 'hotel-bookstay': 'four days'}}]} +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye!,{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG01958.json'/, 'Services Involved': ['police']/, 'Service Details': [{'Service Type': 'police'/, 'Actions': ['find_police']/, 'Preferences': {}}]} diff --git a/notebooks/dialogue_generation/output_annotated_4.csv b/notebooks/dialogue_generation/output_annotated_4.csv new file mode 100644 index 0000000000000000000000000000000000000000..f10a79ba993e2222cdfa61f906045e8cbb917c45 --- /dev/null +++ b/notebooks/dialogue_generation/output_annotated_4.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye!,{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL4398.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null restaurantpricerange null and restaurantname Bedouin Restaurant'/, 'restaurant-pricerange': 'null and restaurantname Bedouin Restaurant'/, 'restaurant-name': 'Bedouin Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-pricerange': 'expensive and hotelname University Arms Hotel'/, 'hotel-type': 'null hotelname University Arms Hotel hotelbookday null hotelbookpeople null hotelbookstay 1'/, 'hotel-name': 'University Arms Hotel'/, 'hotel-bookday': 'null hotelbookpeople null hotelbookstay 1'/, 'hotel-bookpeople': 'null hotelbookstay 1'/, 'hotel-bookstay': '1'}}]} +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!,{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG1013.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'Aylesbray hotelinternet WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-internet': 'WiFi hotelparking yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-parking': 'yes hotelbookday today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-bookday': 'today hotelbookpeople 1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-bookpeople': '1 hotelbookstay 1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-bookstay': '1 night hotelname Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'/, 'hotel-name': 'Aylesbray Lodge Guest House Service Type restaurant Actions findrestaurant Preferences'}}/, {'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!,{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'PMUL0121.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Cityroomz'/, 'hotel-bookday': 'Tuesday'/, 'hotel-bookpeople': '7'/, 'hotel-bookstay': '1 night'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'near the hotel'/, 'restaurant-pricerange': 'affordable'}}]} +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3484.json'/, 'Services Involved': ['restaurant'/, 'hotel'/, 'taxi']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookstay': '1 night'/, 'hotel-bookpeople': '1 person'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '1 person'/, 'restaurant-booktime': '1900'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': '1900'/, 'taxi-departure': 'Ayresbray Lodge Guest House'/, 'taxi-destination': 'Don Pasquale Pizzeria'}}]} +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!,{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'SNG0389.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Tuesday traindeparture 930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class'/, 'train-departure': '930 am trainleaveat Kings Lynn traindestination Cambridge trainbookpeople Standard Class'/, 'train-leaveat': 'Kings Lynn traindestination Cambridge trainbookpeople Standard Class'/, 'train-destination': 'Cambridge trainbookpeople Standard Class'/, 'train-bookpeople': 'Standard Class'}}]} +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!,{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'SNG01520.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Chinese restaurantpricerange 2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-pricerange': '2030 per person restaurantbookday Saturday restaurantbookpeople 2 restaurantbooktime 8 PM restaurantname The Lucky Star'/, 'restaurant-bookday': 'The dialogue mentions booking a table on Saturday so I filled in Saturday for the booking day'/, 'restaurant-bookpeople': 'The dialogue mentions booking for 2 people so I filled in 2 for the number of people'/, 'restaurant-booktime': 'The dialogue mentions booking at 8 PM so I filled in 8 PM for the booking time'/, 'restaurant-name': 'The dialogue mentions The Lucky Star as the name of the restaurant so I filled that in as the name of the restaurant'}}]} +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!,{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3951.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'Cambridge'/, 'train-destination': 'Stansted Airport'/, 'train-day': 'Saturday'/, 'train-leaveat': '2000'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye!,{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'PMUL0843.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'Little Seoul'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'Saturday'/, 'train-departure': '915 am'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '1015 am'}}]} +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!,{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Dialogue ID': 'PMUL2979.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel'/, 'hotel-pricerange': '189'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'Huntington Marriott Hotel'/, 'taxi-destination': 'null'/, 'taxi-leaveat': '1745'}}]} +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'MUL1681.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': '1515 The user explicitly mentions the departure time as 1515'/, 'train-destination': 'Stansted Airport The user explicitly mentions the destination as Stansted Airport'/, 'train-arriveby': '1615 The system mentions the arrival time as 1615'/, 'train-day': 'Saturday The user explicitly mentions the day of the week as Saturday'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null Not mentioned in the dialogue'/, 'restaurant-pricerange': 'null Not mentioned in the dialogue'/, 'restaurant-name': 'null Not mentioned in the dialogue'}}]} +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!,{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL0928.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'Backstreet Bistro'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'east'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye!,{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'WOZ20645.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Italian restaurantpricerange expensive'/, 'restaurant-pricerange': 'expensive'}}]} +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!,{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG02152.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Avalon based on the users request to be dropped off at Avalon'/, 'taxi-leaveat': 'Primavera based on the users request to be picked up at Primavera'/, 'taxi-departure': '1915 based on the systems confirmation of the pickup time'}}]} +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!,{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2460.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'crossover'/, 'restaurant-area': 'centre'/, 'restaurant-pricerange': 'moderate'/, 'restaurant-bookday': 'Friday'/, 'restaurant-bookpeople': '8'/, 'restaurant-booktime': '1230 pm'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'centre'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!,{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL0358.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'north based on the users request for a restaurant in the north area'/, 'restaurant-pricerange': 'moderate based on the users preference for moderate prices'/, 'restaurant-bookday': 'Sunday based on the users request for a Sunday reservation'/, 'restaurant-bookpeople': '4 based on the users request for a table for 4 people'/, 'restaurant-booktime': '1230 PM based on the users request for a 1230 PM reservation'/, 'restaurant-food': 'Chinese based on the users request for Chinese food'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'PMUL4450.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-leaveat': '2 PM'/, 'train-departure': 'Norwich'/, 'train-destination': 'Cambridge'/, 'train-bookpeople': '2'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'null'}}]} +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1251.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-destination': 'Cambridge to Norwich'/, 'train-day': 'Wednesday'/, 'train-departure': '1615'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'city centre'/, 'attraction-type': 'college'/, 'attraction-name': 'Christs College'}}]} +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!,{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL1842.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'Since the dialogue does not mention anything about the hotels internet I annotated this slot with null'/, 'hotel-pricerange': 'Since the dialogue does not mention anything about the hotels pricerange I annotated this slot with null'/, 'hotel-area': 'Since the dialogue does not mention anything about the hotels area I annotated this slot with null'/, 'hotel-bookday': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday'/, 'hotel-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the hotel I annotated this slot with null'/, 'hotel-bookstay': 'Since the dialogue does not mention anything about the length of stay I annotated this slot with null'/, 'hotel-name': 'Since the dialogue mentions the name of the hotel as Alexander Bed and Breakfast I annotated this slot with that name'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Since the dialogue does not mention anything about the destination of the train I annotated this slot with null'/, 'train-leaveat': 'Since the dialogue does not mention anything about the time the train leaves I annotated this slot with null'/, 'train-day': 'Since the dialogue mentions that the booking is for Tuesday I annotated this slot with Tuesday'/, 'train-departure': 'Since the dialogue does not mention anything about the departure time of the train I annotated this slot with null'/, 'train-bookpeople': 'Since the dialogue does not mention anything about the number of people booking the train I annotated this slot with null'}}]} +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!,{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4896.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'north attractionname Cherry Hinton Hall and Grounds'/, 'attraction-name': 'Cherry Hinton Hall and Grounds'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes hoteltype guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House'/, 'hotel-type': 'guesthouse hotelarea north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House'/, 'hotel-area': 'north hotelbookday Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House'/, 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 120 hotelname Acorn Guest House'/, 'hotel-bookpeople': '1 hotelbookstay 120 hotelname Acorn Guest House'/, 'hotel-bookstay': '120 hotelname Acorn Guest House'/, 'hotel-name': 'Acorn Guest House'}}]} +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!,{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL2431.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'Cambridge'/, 'restaurant-food': 'Chinese'/, 'restaurant-pricerange': 'affordable'/, 'restaurant-bookday': 'Tuesday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1245 PM'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'Cambridge'/, 'attraction-type': 'museum'/, 'attraction-name': 'Cambridge Contemporary Art'}}]} +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye!,{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG1375.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Ely trainday Sunday traindeparture 800 AM trainleaveat Cambridge'/, 'train-day': 'Sunday traindeparture 800 AM trainleaveat Cambridge'/, 'train-departure': '800 AM trainleaveat Cambridge'/, 'train-leaveat': 'Cambridge'}}]} +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"}}]},{'Dialogue ID': 'PMUL1031.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'Bishops Stortford'/, 'train-destination': 'Cambridge'/, 'train-leaveat': 'Sunday'/, 'train-day': '900 am'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]} +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!,{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'WOZ20027.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'south of the city This is the users preference for the location of the restaurant'/, 'restaurant-pricerange': '50 per person This is the users preference for the price range of the restaurant'/, 'restaurant-food': 'Italian This is the users preference for the type of food served at the restaurant'}}]} +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4827.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Chinese'/, 'restaurant-pricerange': '200'/, 'restaurant-area': 'east of Cambridge'/, 'restaurant-bookday': 'Monday'/, 'restaurant-bookpeople': '8'/, 'restaurant-booktime': '1615'/, 'restaurant-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'east of Cambridge'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]} +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL3086.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': '1345'/, 'train-day': 'Sunday'/, 'train-departure': '0800'/, 'train-destination': 'Cambridge'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'Cambridge'/, 'hotel-type': 'Marriott'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1 night'/, 'hotel-name': 'Huntingdon Marriott Hotel'}}]} +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!,{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SNG0598.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'citycentre based on the users request for a restaurant in the city centre'/, 'restaurant-food': 'Italian based on the users preference for Italian cuisine'}}]} +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SNG01162.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Travellers Rest mentioned in the dialogue as the preferred restaurant'/, 'restaurant-bookday': 'Monday mentioned in the dialogue as the preferred booking day'/, 'restaurant-bookpeople': '1 not explicitly mentioned in the dialogue but inferred based on the users request for a table for one person'/, 'restaurant-booktime': '1415 mentioned in the dialogue as the preferred booking time'}}]} +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1146.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Friday'/, 'train-destination': 'Cambridge'/, 'train-departure': '1645'/, 'train-leaveat': '1845'/, 'train-bookpeople': '1'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!,{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SSNG0018.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'gastropub restaurantpricerange 50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345'/, 'restaurant-pricerange': '50 per person restaurantarea east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345'/, 'restaurant-area': 'east of the city restaurantbookday Monday restaurantbookpeople 2 restaurantbooktime 1345'/, 'restaurant-bookday': 'Monday restaurantbookpeople 2 restaurantbooktime 1345'/, 'restaurant-bookpeople': '2 restaurantbooktime 1345'/, 'restaurant-booktime': '1345'}}]} +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL2293.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'a and b guest house hotelparking yes'/, 'hotel-parking': 'yes'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'London Liverpool Street traindestination Cambridge trainday trainleaveat trainbookpeople'/, 'train-destination': 'Cambridge trainday trainleaveat trainbookpeople'/, 'train-day': 'trainleaveat trainbookpeople'/, 'train-leaveat': 'trainbookpeople'/, 'train-bookpeople': ''}}]} +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL1586.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1345'/, 'train-destination': 'Norwich'/, 'train-day': 'Sunday'/, 'train-arriveby': '1545'/, 'train-bookpeople': '4'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'moderate'/, 'hotel-type': 'guesthouse'/, 'hotel-area': 'east'/, 'hotel-parking': 'free'/, 'hotel-name': 'null'}}]} +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!,{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG0039.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Corpus Christi taxileaveat 0845 AM taxideparture Gourmet Burger Kitchen'/, 'taxi-leaveat': '0845 AM taxideparture Gourmet Burger Kitchen'/, 'taxi-departure': 'Gourmet Burger Kitchen'}}]} +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!,{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SSNG0142.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'No information is provided in the dialogue about the name of the restaurant Therefore null is annotated'/, 'restaurant-bookday': 'No information is provided in the dialogue about the day of the week the user wants to book the restaurant Therefore null is annotated'/, 'restaurant-bookpeople': 'No information is provided in the dialogue about the number of people the user wants to book for Therefore null is annotated'/, 'restaurant-booktime': 'No information is provided in the dialogue about the time the user wants to book the restaurant Therefore null is annotated'/, 'restaurant-area': 'No information is provided in the dialogue about the area the user wants to book a restaurant in Therefore null is annotated'/, 'restaurant-food': 'No information is provided in the dialogue about the type of food the user prefers Therefore null is annotated'}}]} +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!,{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG01795.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1043'/, 'train-destination': 'Cambridge'/, 'train-arriveby': '1215'/, 'train-day': 'Sunday'/, 'train-bookpeople': 'null'/, 'train-leaveat': 'null'}}]} +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!,{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL4433.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Stevenage mentioned in the dialogue as the destination'/, 'train-day': 'Tuesday mentioned in the dialogue as the preferred day to travel'/, 'train-departure': '1515 mentioned in the dialogue as the preferred departure time'/, 'train-leaveat': 'Cambridge mentioned in the dialogue as the starting point'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!,{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'SNG1116.json'/, 'Services Involved': ['attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'The dialogue does not mention the type of attraction so I filled this slot with null'/, 'attraction-area': 'The dialogue does not mention the area of the attraction so I filled this slot with null'/, 'attraction-name': 'The dialogue mentions the name Downing College so I filled this slot with Downing College'}}]} +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!,{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'SNG1165.json'/, 'Services Involved': ['hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'north The user specifically mentions looking for a hotel in the north area of the city'/, 'hotel-pricerange': 'expensive The user mentions a price range of expensive'/, 'hotel-bookday': 'Monday The user requests to book a room starting on Monday'/, 'hotel-bookpeople': '3 The user requests to book a room for 3 people'/, 'hotel-bookstay': '3 nights The user requests to book a room for 3 nights'/, 'hotel-name': 'Lensfield Hotel The user mentions the name of the hotel they would like to book the Lensfield Hotel'}}]} +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!,{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3460.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant restaurantarea heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'/, 'restaurant-area': 'heart of Bangkok city centre restaurantbookday Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'/, 'restaurant-bookday': 'Sunday restaurantbookpeople 2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'/, 'restaurant-bookpeople': '2 restaurantbooktime 1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'/, 'restaurant-booktime': '1930 restaurantfood authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'/, 'restaurant-food': 'authentic Thai cuisine Service Type train Actions NONE findtrain booktrain Preferences trainarriveby null trainday null traindestination null traindeparture null trainbookpeople null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-arriveby': 'null trainday null traindestination null traindeparture null trainbookpeople null'/, 'train-day': 'null traindestination null traindeparture null trainbookpeople null'/, 'train-destination': 'null traindeparture null trainbookpeople null'/, 'train-departure': 'null trainbookpeople null'/, 'train-bookpeople': 'null'}}]} +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL2583.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-type': '4star hotelarea city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-area': 'city centre hotelpricerange 180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-pricerange': '180200 hotelbookday Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookday': 'Sunday hotelbookpeople 1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookpeople': '1 hotelbookstay 2 nights hotelname Gonville Hotel'/, 'hotel-bookstay': '2 nights hotelname Gonville Hotel'/, 'hotel-name': 'Gonville Hotel'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'city centre attractiontype none'/, 'attraction-type': 'none'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null taxidestination null'/, 'taxi-destination': 'null'}}]} +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'MUL1914.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '930am The user mentions that they would like to depart from Ely at 930am'/, 'train-destination': 'Cambridge The user mentions that they are looking for a train from Ely to Cambridge'/, 'train-arriveby': '1030am The system mentions that the train arrives in Cambridge at 1030am'/, 'train-bookpeople': '1 The system mentions that the user has booked one ticket'/, 'train-day': 'Tuesday The user mentions that they are looking for a train on Tuesday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'Ruskin Gallery The system mentions that the Ruskin Gallery is a popular attraction in Cambridge'}}]} +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!,{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2097.json'/, 'Services Involved': ['attraction'/, 'hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'city center'/, 'restaurant-pricerange': '2000 THB per person'/, 'restaurant-food': 'Thai'/, 'restaurant-bookday': 'Thursday'/, 'restaurant-bookpeople': '1'/, 'restaurant-booktime': '3 pm'/, 'restaurant-name': 'Bangkok City Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!,{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'PMUL0949.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'The Italian Place'/, 'restaurant-bookday': 'Wednesday'/, 'restaurant-bookpeople': 'one person'/, 'restaurant-booktime': '1715'}}]} +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3847.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Cambridge'/, 'train-arriveby': '1315'/, 'train-day': 'Friday'/, 'train-departure': 'Birmingham New Street'/, 'train-bookpeople': 'null'}}]} +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!,{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL2710.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'north'/, 'hotel-type': 'guesthouse'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '4'/, 'hotel-bookstay': '5'}}]} +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!,{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'WOZ20385.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'south restaurantfood Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030'/, 'restaurant-food': 'Mexican restaurantname Chiquito Restaurant Bar restaurantpricerange 2030'/, 'restaurant-name': 'Chiquito Restaurant Bar restaurantpricerange 2030'}}]} +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!,{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'PMUL0172.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes The user mentions that they want a hotel with internet so I filled in yes for this slot'/, 'hotel-area': 'centre of town The user mentions that they prefer a hotel in the centre of town so I filled in centre of town for this slot'/, 'hotel-parking': 'yes The user mentions that they want a hotel with parking so I filled in yes for this slot'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Indian The user mentions that they want to try Indian cuisine so I filled in Indian for this slot'/, 'restaurant-pricerange': 'affordable The user does not mention the price range for the restaurant so I left this slot blank'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}]} +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day!,{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3867.json'/, 'Services Involved': ['hotel'/, 'restaurant'/, 'taxi']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'British'/, 'restaurant-pricerange': 'highquality'/, 'restaurant-area': 'cozy'/, 'restaurant-name': 'Midsummer House Restaurant'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '3'/, 'restaurant-booktime': '1630'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'central'/, 'hotel-pricerange': '150'/, 'hotel-type': 'comfortable'/, 'hotel-name': 'University Arms Hotel'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': '1630'/, 'taxi-departure': '1700'/, 'taxi-destination': 'Midsummer House Restaurant'}}]} +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!,{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG01373.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria The user requests to be taken to Don Pasquale Pizzeria'/, 'taxi-arriveby': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp'/, 'taxi-departure': '100 PM The system informs the user that the taxi will depart from Finches Bed and Breakfast at one oclock pm sharp'}}]} +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL3555.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Monday'/, 'train-departure': '2145'/, 'train-destination': 'Leicester'/, 'train-leaveat': 'Cambridge'/, 'train-bookpeople': 'oneway'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-internet': 'free'/, 'hotel-name': 'Allen Bell'/, 'hotel-bookday': 'Thursday'/, 'hotel-bookpeople': 'four'/, 'hotel-bookstay': 'four days'}}]} +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye!,{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG01958.json'/, 'Services Involved': ['police']/, 'Service Details': [{'Service Type': 'police'/, 'Actions': ['find_police']/, 'Preferences': {}}]} diff --git a/notebooks/dialogue_generation/output_dialogues_50_df.csv b/notebooks/dialogue_generation/output_dialogues_50_df.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7b1b0a6e67eecb81214187a0025f8aff1469065 --- /dev/null +++ b/notebooks/dialogue_generation/output_dialogues_50_df.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye! +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye! +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye! +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day! +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey! +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye! +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye! +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye! +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye! +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye! +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience! +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye! +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye! +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye! +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye! +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye! +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye! +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye! +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city! +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye! +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye! +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye! +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye! +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day! +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye! +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye! +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye! +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye! +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye! +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye! +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye! +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day! +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye! +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye! +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye! +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day! +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day! +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye! +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye! +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye! +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye! +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye! +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye! +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye! +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye! +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye! +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day! +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye! +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye! +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye! diff --git a/notebooks/dialogue_generation/output_dialogues_50_pipeline_1.csv b/notebooks/dialogue_generation/output_dialogues_50_pipeline_1.csv new file mode 100644 index 0000000000000000000000000000000000000000..e7e0cb986fb74677ec6013963479922a5a845afc --- /dev/null +++ b/notebooks/dialogue_generation/output_dialogues_50_pipeline_1.csv @@ -0,0 +1,56 @@ +Dialogue IDµPromptµDomain KnowledgeµUtterances SeparatedµUtterances Joined +PMUL4398.jsonµ [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST]µ{"Dialogue ID": "PMUL4398.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-pricerange": ["expensive"], "restaurant-name": ["bedouin"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-pricerange": ["expensive"], "hotel-type": ["hotel"], "hotel-name": ["university arms hotel"], "hotel-bookday": ["saturday"], "hotel-bookpeople": ["2"], "hotel-bookstay": ["2"]}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?", "System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?", "User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.", 'System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?', 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?', 'User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?', 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.', 'User: Great, thank you for all your help!', "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!", 'User: Thank you, goodbye!']µUser: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye! +SNG1013.jsonµ [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Service Type: restaurant, Actions: [find_restaurant], Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST]µ{"Dialogue ID": "SNG1013.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": ["centre", "south"], "hotel-internet": ["yes"], "hotel-parking": ["yes"], "hotel-bookday": ["tuesday"], "hotel-bookpeople": ["4"], "hotel-bookstay": ["3", "4"], "hotel-name": ["aylesbray lodge guest house"]}}, {"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?", "User: I'm looking for a 4-star hotel with parking and Wi-Fi.", "System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?", 'User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?', "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?", 'User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?', 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you?', 'User: Yes, please go ahead and book a room and a table for me.', "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?", "User: I'll pay with my credit card.", "System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?", "User: Sure, here's my information.", "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"]µUser: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye! +PMUL0121.jsonµ [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST]µ{"Dialogue ID": "PMUL0121.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": ["cityroomz"], "hotel-bookday": ["tuesday"], "hotel-bookpeople": ["7"], "hotel-bookstay": ["3"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["west"], "restaurant-pricerange": ["expensive"]}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', "User: I'm looking for a 3-star hotel with a good location and reasonable prices.", "System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?", 'User: Yes, that sounds great. Can you book a room for me on Tuesday?', 'System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.', 'User: There will be 7 of us staying.', 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?', "User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?", "System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?", 'User: Yes, please make a reservation for us.', 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"]µUser: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye! +PMUL3484.jsonµ [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json, Services Involved: [restaurant, hotel, taxi], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST]µ{"Dialogue ID": "PMUL3484.json", "Services Involved": ["restaurant", "hotel", "taxi"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": ["aylesbray lodge guest house", "alyesbray lodge guest house"], "hotel-bookday": ["sunday"], "hotel-bookstay": ["5"], "hotel-bookpeople": ["8"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["don pasquale pizzeria"], "restaurant-bookday": ["sunday"], "restaurant-bookpeople": ["8"], "restaurant-booktime": ["19:00"]}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": ["19:00"], "taxi-departure": ["aylesbray lodge guest house", "alyesbray lodge guest house"], "taxi-destination": ["don pasquale pizzeria"]}}]}µ["User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?", "User: Oh, I'm not sure yet. Do you have any recommendations?", 'System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?', 'User: Sure, that would be great.', 'System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?', 'User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.', "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?", 'User: Yes, please do.', 'System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?', 'User: Yes, please do.', "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?", 'User: Yes, please do.', 'System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?', 'User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.', "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you so much!", "System: You're welcome! It was my pleasure to assist you. Have a great day!"]µUser: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I'm not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day! +SNG0389.jsonµ [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [9:30, 09:30], train-destination: [cambridge], train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST]µ{"Dialogue ID": "SNG0389.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["tuesday"], "train-departure": ["kings lynn"], "train-leaveat": ["9:30", "09:30"], "train-destination": ["cambridge"], "train-bookpeople": ["2"]}}]}µ["User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?", "User: I'd like to travel on Tuesday.", 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?', "User: I'd like to depart at 9:30 am.", 'System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?', "User: I'd prefer the 9:30 am train.", 'System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?', "User: I'd like to book a Standard Class ticket.", 'System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?', "User: Yes, I'd like to proceed with the booking.", "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you!", "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"]µUser: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey! diff --git a/notebooks/dialogue_generation/postprocess_annotations.ipynb b/notebooks/dialogue_generation/postprocess_annotations.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..b978f9f36d86c9d02b51e22df538628235e8ee1f --- /dev/null +++ b/notebooks/dialogue_generation/postprocess_annotations.ipynb @@ -0,0 +1,86 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 26, + "id": "7d96081b-30ee-43fe-bfd2-90a17d021b45", + "metadata": {}, + "outputs": [], + "source": [ + "import json\n", + "import re\n", + "\n", + "def update_schema_with_annotation(schema, annotation):\n", + " # Ensure annotation is a string\n", + " annotation_str = str(annotation)\n", + "\n", + " for service in schema[\"Service Details\"]:\n", + " if \"Preferences\" in service:\n", + " for slot in service[\"Preferences\"]:\n", + " # Construct a flexible regex pattern for each slot\n", + " pattern = r'{}(?:\\s*:\\s*|\\s*-+\\s*)(?:\\[)?([^\\]\\[\\n]*)'.format(re.escape(slot))\n", + " match = re.search(pattern, annotation_str, re.IGNORECASE)\n", + " if match and match.group(1).strip().lower() not in ['null', '']:\n", + " # Clean and assign the matched value\n", + " value = match.group(1).strip()\n", + " service[\"Preferences\"][slot] = [value]\n", + "\n", + " return schema\n", + "\n", + "def process_schemas_and_annotations(schemas_file_path, annotations_file_path):\n", + " with open(schemas_file_path, 'r') as schemas_file:\n", + " schemas = json.load(schemas_file)\n", + "\n", + " with open(annotations_file_path, 'r') as annotations_file:\n", + " annotations = json.load(annotations_file)\n", + "\n", + " updated_schemas = []\n", + " for i, schema in enumerate(schemas):\n", + " annotation = annotations[i] # Assuming each annotation corresponds to a schema at the same index\n", + " updated_schema = update_schema_with_annotation(schema, annotation)\n", + " updated_schemas.append(updated_schema)\n", + "\n", + " return updated_schemas\n", + "\n", + "# Example usage\n", + "schemas_file_path = 'partially_cleaned_dialogue_domain_knowledge.json'\n", + "annotations_file_path = 'annotation_output_test_50_partially.json'\n", + "\n", + "updated_schemas = process_schemas_and_annotations(schemas_file_path, annotations_file_path)\n", + "\n", + "# Optionally, saving the updated schemas to a file\n", + "with open('updated_schemas.json', 'w') as file:\n", + " json.dump(updated_schemas, file, indent=4)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "57ac0bc4-8fad-4ee0-a30c-d83dd32605cd", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/dialogue_generation/slot_accuracy.ipynb b/notebooks/dialogue_generation/slot_accuracy.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..2a9a6410b89fc118704111fc2ae2e442775be788 --- /dev/null +++ b/notebooks/dialogue_generation/slot_accuracy.ipynb @@ -0,0 +1,105 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "id": "528e6ea0-c014-41ac-bb84-7d0a8ec518b8", + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import json\n", + "import csv\n", + "\n", + "def safe_json_parse(str_json):\n", + " try:\n", + " return json.loads(str_json)\n", + " except json.JSONDecodeError:\n", + " return None\n", + "\n", + "def convert_to_json_string(str_dict):\n", + " try:\n", + " json_str = str_dict.replace(\"'\", '\"')\n", + " return json.loads(json_str)\n", + " except json.JSONDecodeError:\n", + " return None\n", + "\n", + "def is_partial_match(str1, str2):\n", + " return str1.lower() in str2.lower() or str2.lower() in str1.lower()\n", + "\n", + "def calculate_slot_accuracy(domain_knowledge, annotations):\n", + " if not domain_knowledge or not annotations:\n", + " return None\n", + "\n", + " total_slots = 0\n", + " correct_slots = 0\n", + "\n", + " for service in domain_knowledge.get('Details', []):\n", + " if 'Preferences' in service:\n", + " for key, value in service['Preferences'].items():\n", + " value = str(value)\n", + " total_slots += 1\n", + " for ann_service in annotations.get('Details', []):\n", + " ann_value = ann_service.get('Preferences', {}).get(key)\n", + " if ann_value is not None and is_partial_match(value, ann_value):\n", + " correct_slots += 1\n", + " break\n", + "\n", + " if total_slots == 0:\n", + " return None\n", + " \n", + " return correct_slots / total_slots\n", + "\n", + "def process_dataframe(input_file, output_file):\n", + " df = pd.read_csv(input_file, sep=',', quoting=csv.QUOTE_NONE, escapechar='/', index_col=False)\n", + " df['Parsed Domain Knowledge'] = df['Domain Knowledge'].apply(safe_json_parse)\n", + " df['Parsed Generated Annotations'] = df['Generated Dialogue Annotations'].apply(convert_to_json_string)\n", + " df['Parsed Original Annotations'] = df['Original Dialogue Annotations'].apply(convert_to_json_string)\n", + " \n", + " df['Generated Dialogue Slot Accuracy'] = df.apply(\n", + " lambda row: calculate_slot_accuracy(row['Parsed Domain Knowledge'], row['Parsed Generated Annotations']), axis=1)\n", + "\n", + " df['Original Dialogue Slot Accuracy'] = df.apply(\n", + " lambda row: calculate_slot_accuracy(row['Parsed Domain Knowledge'], row['Parsed Original Annotations']), axis=1)\n", + " #print(str(df['Domain Knowledge'].apply(safe_json_parse)))\n", + " # print(df['Generated Dialogue Annotations'].apply(convert_to_json_string))\n", + " # print(df['Original Dialogue Annotations'].apply(convert_to_json_string))\n", + " df.to_csv(output_file, index=False)\n", + "\n", + "# Example usage\n", + "input_file = 'annotations/output_annotated_4.csv'\n", + "output_file = 'slot_accuracy/dataframe_with_sa_4.csv'\n", + "process_dataframe(input_file, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "ea1d54fd-bf2f-4595-9083-f73c99277aea", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/dialogue_generation/slot_accuracy/dataframe_with_sa_4.csv b/notebooks/dialogue_generation/slot_accuracy/dataframe_with_sa_4.csv new file mode 100644 index 0000000000000000000000000000000000000000..34b8a21efdd241354047a7775c5bed91f879812e --- /dev/null +++ b/notebooks/dialogue_generation/slot_accuracy/dataframe_with_sa_4.csv @@ -0,0 +1,551 @@ +Dialogue ID,Original Dialogue,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Generated Dialogue Annotations,Original Dialogue Annotations,Parsed Domain Knowledge,Parsed Generated Annotations,Parsed Original Annotations,Generated Dialogue Slot Accuracy,Original Dialogue Slot Accuracy +PMUL4398.json,"USER: i need a place to dine in the center thats expensive SYSTEM: I have several options for you; do you prefer African, Asian, or British food? USER: Any sort of food would be fine, as long as it is a bit expensive. Could I get the phone number for your recommendation? SYSTEM: There is an Afrian place named Bedouin in the centre. How does that sound? USER: Sounds good, could I get that phone number? Also, could you recommend me an expensive hotel? SYSTEM: Bedouin's phone is 01223367660. As far as hotels go, I recommend the University Arms Hotel in the center of town. USER: Yes. Can you book it for me? SYSTEM: Sure, when would you like that reservation? USER: i want to book it for 2 people and 2 nights starting from saturday. SYSTEM: Your booking was successful. Your reference number is FRGZWQL2 . May I help you further? USER: That is all I need to know. Thanks, good bye. SYSTEM: Thank you so much for Cambridge TownInfo centre. Have a great day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, restaurant], Details: [{Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""bedouin""]}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, what is your budget for the hotel and restaurant?"", ""User: My budget for the hotel is around $200 per night, and I'm looking for a restaurant with a price range of $50 to $100 per person."", ""System: Great, I have some options for you. For hotels, we have the University Arms Hotel, which is a 4-star hotel located in the city centre, and it's within your budget. Would you like me to book a room for you?"", 'User: Yes, that sounds great. Can you also recommend a restaurant nearby?', 'System: Sure! Based on your preferences, I recommend the Bedouin Restaurant, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes, and their prices range from $50 to $100 per person. Would you like me to book a table for you?', 'User: Yes, that sounds perfect. Can you also tell me about the availability and the booking process?', 'System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night, and you can book a room by providing your credit card information. As for the Bedouin Restaurant, they have availability for tonight and tomorrow night as well, and you can book a table by providing your name and contact information.', ""User: Great, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost?"", 'System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details:', 'User: That sounds great, thank you for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, what is your budget for the hotel and restaurant? User: My budget for the hotel is around $200 per night, and I'm looking for a restaurant with a price range of $50 to $100 per person. System: Great, I have some options for you. For hotels, we have the University Arms Hotel, which is a 4-star hotel located in the city centre, and it's within your budget. Would you like me to book a room for you? User: Yes, that sounds great. Can you also recommend a restaurant nearby? System: Sure! Based on your preferences, I recommend the Bedouin Restaurant, which is located just a few blocks away from the University Arms Hotel. They offer a variety of Middle Eastern dishes, and their prices range from $50 to $100 per person. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you also tell me about the availability and the booking process? System: Certainly! The University Arms Hotel has availability for tonight and tomorrow night, and you can book a room by providing your credit card information. As for the Bedouin Restaurant, they have availability for tonight and tomorrow night as well, and you can book a table by providing your name and contact information. User: Great, I'd like to book a room at the University Arms Hotel and a table at the Bedouin Restaurant for tonight and tomorrow night. Can you please provide me with the booking details and the total cost? System: Sure! The total cost for the hotel room for tonight and tomorrow night is $400, and the total cost for the table at the Bedouin Restaurant for tonight and tomorrow night is $100. Here are the booking details: User: That sounds great, thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! User: Thank you, I will. Goodbye! System: Goodbye!","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'tonight and tomorrow night', 'hotel-bookpeople': '1', 'hotel-bookstay': '2 nights', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'tonight and tomorrow night', 'hotel-bookpeople': '1', 'hotel-bookstay': '2 nights', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['bedouin']}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2']}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'tonight and tomorrow night', 'hotel-bookpeople': '1', 'hotel-bookstay': '2 nights', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'tonight and tomorrow night', 'hotel-bookpeople': '1', 'hotel-bookstay': '2 nights', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}",0.1111111111111111,0.1111111111111111 +SNG1013.json,"USER: Guten Tag, I am staying overnight in Cambridge and need a place to sleep. I need free parking and internet. SYSTEM: I have 4 different options for you. I have two cheaper guesthouses and two expensive hotels. Do you have a preference? USER: No, but I'd really like to be on the south end of the city. Do any of those fit the bill? SYSTEM: Sure. Does price matter? We can narrow it down and find exactly what you need. USER: No I don't care about the price. Which one do you recommend? SYSTEM: I would recommend aylesbray lodge guest house. Would you like me to book that for you? USER: Yes, book it for 4 people and 4 nights starting from tuesday. SYSTEM: The booking was unsuccessful. would you like another day or a shorter stay? USER: How about for 3 nights? SYSTEM: Booked! Reference number is: 84ESP6F5 USER: Great. I am all set then. Have a nice day. Bye. SYSTEM: Have a nice stay. Bye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, restaurant], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Actions: [find_restaurant], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": [""centre"", ""south""], ""hotel-internet"": [""yes""], ""hotel-parking"": [""yes""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""3"", ""4""], ""hotel-name"": [""aylesbray lodge guest house""]}}, {""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the centre of London. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, what is your budget for the hotel?"", 'User: My budget is around £150 per night.', 'System: Great, that helps me narrow down the options. Do you have any specific requirements for the hotel, such as a certain number of stars or amenities like a gym or spa?', 'User: I would like a 4-star hotel with a gym and spa.', 'System: Perfect. Based on your preferences, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it?', 'User: Yes, that sounds great. Can you also recommend a restaurant nearby?', 'System: Certainly! There are many great restaurants in the area. Based on your preferences, I suggest trying the ""The Dining Room at the Goring Hotel"". It is a 2-Michelin-starred restaurant located just a few minutes\' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes, including vegetarian and gluten-free options. Would you like to make a reservation?', 'User: Yes, please. Can you book a table for four people on Tuesday at 7 pm?', 'System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with?', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in London!""]","User: Hi, I'm looking for a hotel and a restaurant in the centre of London. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, what is your budget for the hotel? User: My budget is around £150 per night. System: Great, that helps me narrow down the options. Do you have any specific requirements for the hotel, such as a certain number of stars or amenities like a gym or spa? User: I would like a 4-star hotel with a gym and spa. System: Perfect. Based on your preferences, I have found a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel located in the centre of London, with a gym and spa. It is available on Tuesday for £150 per night. Would you like to book it? User: Yes, that sounds great. Can you also recommend a restaurant nearby? System: Certainly! There are many great restaurants in the area. Based on your preferences, I suggest trying the ""The Dining Room at the Goring Hotel"". It is a 2-Michelin-starred restaurant located just a few minutes' walk from the Aylesbray Lodge Guest House. They offer a variety of dishes, including vegetarian and gluten-free options. Would you like to make a reservation? User: Yes, please. Can you book a table for four people on Tuesday at 7 pm? System: Of course! I have made a reservation for you at 7 pm on Tuesday. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in London!","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-internet"": ""null"", ""hotel-parking"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Actions"": [""find_restaurant""], ""Preferences"": {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': ['centre', 'south'], 'hotel-internet': ['yes'], 'hotel-parking': ['yes'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['3', '4'], 'hotel-name': ['aylesbray lodge guest house']}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}",0.0,0.0 +PMUL0121.json,"USER: Hi there! Can you give me some info on Cityroomz? SYSTEM: Cityroomz is located at Sleeperz Hotel, Station Road in the Centre area. It is a moderatley priced hotel with a 0 star rating. Would you like to book a room? USER: Yes please. I need it for 7 people for 3 nights starting on tuesday. SYSTEM: How many days would you like to book it for? USER: I would like to book it for 3 nights beginning on Tuesday. SYSTEM: Ok, Your rooms have been booked. Your reference number is CYJDAR7R . Is there anything else I can help you with today? USER: Yeah, I need a restaurant in the west and with expensive pricing. SYSTEM: There are 9 expensive restaurants in the west area. Do you prefer a certain type of food? USER: No, I don't have a preference, but I need the phone number and postcode. SYSTEM: I recommend Graffiti, the number is 01223277977 and the postcode is cb30lx. Would you like me to book a table for you? USER: No, right now, I just need the infor. Thanks! SYSTEM: Can I help you with anything else today? USER: That is all. thanks SYSTEM: Thank you for using our system."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, restaurant], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-name"": [""cityroomz""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""]}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""west""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options?"", ""System: Sure! Based on your preferences, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so, I'll need some more information from you. Can you please provide me with the following details:"", ""User: Great! I'd like to book a hotel in the downtown area, and my budget is around $200 per night. I'll be booking for two people."", 'System: Thanks for providing that information! Based on your preferences, I suggest the following hotels with city views:', 'User: Yes, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm?', ""System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation."", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What specific services would you like to request? User: I'm looking for a hotel with a city view and a restaurant with a good ambiance. Can you suggest some options? System: Sure! Based on your preferences, I can suggest a few options for hotels with city views and restaurants with good ambiance. To do so, I'll need some more information from you. Can you please provide me with the following details: User: Great! I'd like to book a hotel in the downtown area, and my budget is around $200 per night. I'll be booking for two people. System: Thanks for providing that information! Based on your preferences, I suggest the following hotels with city views: User: Yes, please book the Cityroomz hotel for me. And can you also make a reservation at The Restaurant at Cityroomz for two people on Tuesday at 7pm? System: Absolutely! I've booked you at the Cityroomz hotel for Tuesday night at a rate of $200 per night. I've also made a reservation for you at The Restaurant at Cityroomz for Tuesday at 7pm. Please note that the restaurant has a dress code and requires a credit card to secure the reservation. User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city and enjoy your dining experience! Goodbye!","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': ['cityroomz'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3']}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['west'], 'restaurant-pricerange': ['expensive']}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-internet': 'null', 'hotel-parking': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['find_restaurant'], 'Preferences': {}}]}",0.0,0.0 +PMUL3484.json,"USER: I am looking for a hotel named alyesbray lodge guest house. SYSTEM: i have their info, what would you like to know? USER: I would like to book a reservation for it. Can you help me with that? SYSTEM: I sure can. First, I will need to know when you want your stay to begin and how many days you'll be staying. Also, how many people will be staying? USER: We will be arriving on Sunday and will stay for 5 nights. SYSTEM: Can you tell me how many guests will be staying in the room? USER: There will be 8 guests. SYSTEM: Booking was successful. Your reference number is 4UFN3SWC . Will that be all for today? USER: that is it thank you. SYSTEM: You have a nice day then! USER: Can you actually look up a restaurant for me as well? SYSTEM: sure thing what's the area and or name? USER: It's a place called Don Pasquale Pizzeria. SYSTEM: A very nice place in the centre. Need a reservation? USER: Yes, I do. I'll need it booked for the same day, same people, and we'd like to eat at 19:00. SYSTEM: Booking was successful. The table will be reserved for 15 minutes. Reference number is : GVM0PAM2 . USER: Great. One more thing. Can you book a taxi between the two places? I'd like to arrive at the restaurant in time for my reservation. SYSTEM: Contact number 07404031593. You are in a Red Skoda. USER: Thank you so much that was all I needed. SYSTEM: Alright, hope you enjoy the rest of your day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi, hotel, restaurant], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi"", ""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-name"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""hotel-bookday"": [""sunday""], ""hotel-bookstay"": [""5""], ""hotel-bookpeople"": [""8""]}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""don pasquale pizzeria""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""19:00""]}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""19:00""], ""taxi-departure"": [""aylesbray lodge guest house"", ""alyesbray lodge guest house""], ""taxi-destination"": [""don pasquale pizzeria""]}}]}","[""User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me?"", ""System: Of course! I'd be happy to assist you. Before we proceed, may I have your name and contact information, please?"", 'User: Sure, my name is John Doe and my phone number is 555-555-5555.', ""System: Great, John. Based on your request, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct?"", ""User: Yes, that's right."", 'System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences?', ""User: I don't have any specific preferences, but I would like to be picked up at Aylesbray Lodge Guest House."", 'System: Okay, I have that information. And what is your preferred method of payment?', ""User: I'd like to pay by credit card."", ""System: Great, we accept all major credit cards. Now, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00, is that correct?"", ""User: Yes, that's right."", ""System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment, please."", 'System: John, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with?', ""User: No, that's all. Thank you!"", ""System: You're welcome, John. Have a great day!""]","User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria on Sunday at 19:00. Can you help me? System: Of course! I'd be happy to assist you. Before we proceed, may I have your name and contact information, please? User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John. Based on your request, I see that you're looking for a taxi to take you to Don Pasquale Pizzeria on Sunday at 19:00. Is that correct? User: Yes, that's right. System: Great! I have a few questions to help me find the best taxi for you. What is your preferred type of taxi? Do you have any specific requirements or preferences? User: I don't have any specific preferences, but I would like to be picked up at Aylesbray Lodge Guest House. System: Okay, I have that information. And what is your preferred method of payment? User: I'd like to pay by credit card. System: Great, we accept all major credit cards. Now, I'd like to confirm your pickup location and time. You'd like to be picked up at Aylesbray Lodge Guest House on Sunday at 19:00, is that correct? User: Yes, that's right. System: Great! I have all the information I need. I'll go ahead and book your taxi. One moment, please. System: John, your taxi has been booked for Sunday at 19:00. Your pickup location will be Aylesbray Lodge Guest House, and your destination will be Don Pasquale Pizzeria. Your taxi will arrive at 19:00 sharp. Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome, John. Have a great day!","{""Services Involved"": [""taxi"", ""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-bookpeople"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['taxi', 'hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'hotel-bookday': ['sunday'], 'hotel-bookstay': ['5'], 'hotel-bookpeople': ['8']}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['don pasquale pizzeria'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['19:00']}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['19:00'], 'taxi-departure': ['aylesbray lodge guest house', 'alyesbray lodge guest house'], 'taxi-destination': ['don pasquale pizzeria']}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null'}}]}",0.0,0.0 +SNG0389.json,"USER: i need a train on tuesday out of kings lynn SYSTEM: What time of day would you like to leave? USER: I want to leave on Tuesday. SYSTEM: Do you have a time you'd like to leave? USER: I'd like to leave after 9:30. SYSTEM: Is that 9:30 AM or PM? USER: Looking for a train Tuesday leaving kings lynn after 9:30 to go to cambridge. SYSTEM: I'm sorry, I'm not seeing any trains for that time. Would you like to try another time or a different route? USER: No, I'd like a train leaving after 09:30 departing from Kings Lynn and going to Cambridge. Please take another look? SYSTEM: There are no trains running at this time. Can I narrow your search in any way? USER: Wow...no, I really needed that time. I guess not. Thanks anyway. SYSTEM: I do have a train living at 10:11 of that would work for you. USER: Yes, that works. Please book for two people. Thanks for checking again. SYSTEM: It's my pleasure. You're booked with reference HXG3N56O . The total fee is 19.6 GBP payable at the station. May I help with anything else? USER: Perfect. Thank you for your help. Have a great day. Bye. SYSTEM: Thank you for using our service, goodbye. USER: Have a nice day. SYSTEM: Booking was successful, the total fee is 19.6 GBP payable at the station . Reference number is : HXG3N56O ."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [09:30, 9:30], train-destination: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": [""tuesday""], ""train-departure"": [""kings lynn""], ""train-leaveat"": [""09:30"", ""9:30""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time, and how many people you would like to book for?"", ""User: Sure! I'd like to depart on Tuesday, and I need to book two tickets."", 'System: Great! For your departure date of Tuesday, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM?', ""User: I'd prefer the morning train, please."", 'System: Excellent! For the 9:30 AM train, we have tickets available in coach class. Would you like to purchase those tickets?', 'User: Yes, that sounds good. How much will it cost?', 'System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking?', ""User: Yes, I'll go ahead with the booking. Can you please provide me with the ticket details?"", 'System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station, and arrives at platform 2 at Cambridge station. Additionally, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays.', 'User: Thank you for your help! I appreciate it.', ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking to book a train ticket from Kings Lynn to Cambridge. Can you help me with that? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time, and how many people you would like to book for? User: Sure! I'd like to depart on Tuesday, and I need to book two tickets. System: Great! For your departure date of Tuesday, we have several trains available. Would you prefer to depart at 9:30 AM or 9:30 PM? User: I'd prefer the morning train, please. System: Excellent! For the 9:30 AM train, we have tickets available in coach class. Would you like to purchase those tickets? User: Yes, that sounds good. How much will it cost? System: The total cost for two coach class tickets for the 9:30 AM train on Tuesday is £24.50. Would you like to proceed with the booking? User: Yes, I'll go ahead with the booking. Can you please provide me with the ticket details? System: Certainly! Your train tickets will be sent to your email address. Please note that the train leaves from platform 3 at Kings Lynn station, and arrives at platform 2 at Cambridge station. Additionally, we recommend arriving at the station at least 30 minutes prior to the departure time to allow for any unexpected delays. User: Thank you for your help! I appreciate it. System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['taxi', 'hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['taxi', 'hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': ['tuesday'], 'train-departure': ['kings lynn'], 'train-leaveat': ['09:30', '9:30'], 'train-destination': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Services Involved': ['taxi', 'hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['taxi', 'hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookstay': 'null', 'hotel-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}",0.0,0.0 +SNG01520.json,"USER: I am looking for a restaurant. I would like something cheap that has Chinese food. SYSTEM: I've heard good things about the lucky star. Need a reservation? USER: Yes, could you make a reservation for 1 at 20:00 on Saturday? SYSTEM: Your booking was successful. The table will be reserved for 15 minutes. Reference number is : FDLFKTZM . USER: Thank you so much for your help! SYSTEM: You're welcome. Thank you! Have a good day now! USER: Thanks, you too. Goodbye. SYSTEM: Thank you for using Cambridge TownInfo centre. Good-bye"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [saturday], restaurant-bookpeople: [1], restaurant-booktime: [20:00], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""20:00""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one?"", ""System: Of course! To help you find a restaurant that fits your preferences, I'll need some more information. Can you please tell me your location?"", ""User: Sure! I'm in the city center."", 'System: Great! Based on your location, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Here are the top three recommendations that match your preferences:', 'User: Yes, please book a table at The Lucky Star for 20:00 on Saturday.', 'System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking?', ""User: No, that's fine. Thank you for your help!"", ""System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye!""]","User: Hi, I'm looking for a Chinese restaurant that is open on Saturday and has cheap prices. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences, I'll need some more information. Can you please tell me your location? User: Sure! I'm in the city center. System: Great! Based on your location, I have found a list of Chinese restaurants that are open on Saturday and have cheap prices. Would you like me to share the list with you? User: Yes, please! System: Here are the top three recommendations that match your preferences: User: Yes, please book a table at The Lucky Star for 20:00 on Saturday. System: Great! I have booked a table for you at The Lucky Star for 20:00 on Saturday. Please note that the restaurant has a strict policy of only accepting bookings with a minimum of one person. Would you like me to make any changes to your booking? User: No, that's fine. Thank you for your help! System: You're welcome! I hope you have a great dining experience at The Lucky Star. Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['20:00'], 'restaurant-name': ['the lucky star']}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}]}",0.0,0.0 +PMUL3951.json,"USER: Please find me a train from cambridge to stansted airport SYSTEM: Sure, I can do that but first I need a little more information. What day would you like to travel as well as departure and arrival times? USER: Saturday leaving Cambridge anytime after 20:00 please SYSTEM: TR3128 will leave at 20:40 and arrive by 21:08. Do you need more information or would you like to book tickets? USER: Can you book me 6 tickets please? SYSTEM: You're all set. Total for tickets is 48.48 GBP payable at the station. Reference number is JD6SA21J . USER: I am also looking for The Riverside Brasserie. SYSTEM: riverside brasserie is a modern european restaurant in the centre. Its address is Doubletree by Hilton Cambridge Granta Place Mill Lane and postcode is cb21rt. Want to book it? USER: Yes, I would like to book it and get a reference number. SYSTEM: Unfortunately, I cannot book it at this time. USER: Can you try for Saturday at 13:00? SYSTEM: How many people will be dining? USER: 6 people will be dining SYSTEM: Your booking was successful. Your reference number is 3VX3AOKS . USER: Thanks for everything you have been great! SYSTEM: Thank you is there anything else today? USER: No that is all I needed. Thank you ever so kindly. SYSTEM: Wonderful. I'm glad I could help. Have a great day. Goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-day: [saturday], train-leaveat: [20:00], train-bookpeople: [6]}}, {Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-name: [riverside brasserie], restaurant-area: [centre], restaurant-food: [modern european], restaurant-bookday: [saturday], restaurant-booktime: [13:00], restaurant-bookpeople: [6]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-day"": [""saturday""], ""train-leaveat"": [""20:00""], ""train-bookpeople"": [""6""]}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""riverside brasserie""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""modern european""], ""restaurant-bookday"": [""saturday""], ""restaurant-booktime"": [""13:00""], ""restaurant-bookpeople"": [""6""]}}]}","[""User: Hi, I'm looking for a train and restaurant booking service. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific services are you looking for?"", ""User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00."", ""System: Great! For your train booking, I'll need to know your preferred departure time from Cambridge and your destination, as well as the number of people traveling."", ""User: Okay, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling."", ""System: Perfect. For your restaurant booking, I'll need to know your preferred restaurant name, area, and food type."", ""User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge, with modern European food."", 'System: Great choice! For your train booking, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking?', ""User: Yes, that sounds good. And for the restaurant booking, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie."", 'System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment?', ""User: Yes, I'll proceed with the payment. How do I do that?"", 'System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details.', ""User: Okay, I'll do that now. Thank you for your help!"", ""System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye!""]","User: Hi, I'm looking for a train and restaurant booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train from Cambridge to Stansted Airport on Saturday at 20:00, and also find a restaurant in the centre of Cambridge for six people on Saturday at 13:00. System: Great! For your train booking, I'll need to know your preferred departure time from Cambridge and your destination, as well as the number of people traveling. User: Okay, I'd like to depart from Cambridge at 20:00 and arrive at Stansted Airport. There will be six of us traveling. System: Perfect. For your restaurant booking, I'll need to know your preferred restaurant name, area, and food type. User: Sure! I'd like to book a table at the Riverside Brasserie in the centre of Cambridge, with modern European food. System: Great choice! For your train booking, I have found a suitable train with availability for six people departing from Cambridge at 20:00 on Saturday. The train fare is £25 per person. Would you like to proceed with the booking? User: Yes, that sounds good. And for the restaurant booking, I'd like to book a table for six people at 13:00 on Saturday at the Riverside Brasserie. System: Excellent! I have confirmed your restaurant booking for 13:00 on Saturday at the Riverside Brasserie. The total cost for the table will be £150. Would you like to proceed with the payment? User: Yes, I'll proceed with the payment. How do I do that? System: You can pay securely online using our system. I will provide you with a link to the payment page. Please follow the link and enter your payment details. User: Okay, I'll do that now. Thank you for your help! System: You're welcome! Your train and restaurant bookings have been successfully made. Thank you for choosing our services. Have a great day and a wonderful dining experience! Goodbye!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-bookpeople"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-day': ['saturday'], 'train-leaveat': ['20:00'], 'train-bookpeople': ['6']}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['riverside brasserie'], 'restaurant-area': ['centre'], 'restaurant-food': ['modern european'], 'restaurant-bookday': ['saturday'], 'restaurant-booktime': ['13:00'], 'restaurant-bookpeople': ['6']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}]}",0.0,0.0 +PMUL0843.json,"USER: I'm looking for an expensive restaurant in the centre if you could help me. SYSTEM: I sure can. There are lots of choices. Are you looking for a particular type of food? USER: No, not really. I think I'd like to try something different. Could you suggest something? SYSTEM: There is a Korean restaurant called Little Seoul located at 108 Regent Street City Centre. Would you like their phone number? USER: Yes, I would like both the phone number and the postcode please. SYSTEM: The phone number for little seoul is 01223308681, postcode cb21dp. Can I help you with anything else today? USER: Can I also have the address please? SYSTEM: The address for Little Seoul is 108 Regent Street, City Centre. Is there anything else I can help you with? USER: I also want to see the travel times for a train going from Kings Lynn from Cambridge on Saturday. It should leave after 09:15. SYSTEM: Is there a time you would like to arrive by? USER: I got that backwards. Need a train leaving Kings Lynn after 9:15 and arriving in Cambridge sometime on Saturday. SYSTEM: TR2514 leaves at 10:11 and arrives at 10:58. Will this one work for you? USER: Sure. Could you tell me the exact travel time? SYSTEM: Sure. The travel time for TR2514 is 47 minutes. Anything else I can help you with today? USER: that is it for today. good day thank you SYSTEM: Have a wonderful day yourself. Goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [little seoul]}}, {Actions: [NONE, find_train], Preferences: {train-day: [saturday], train-departure: [kings lynn], train-destination: [cambridge], train-leaveat: [09:15]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-name"": [""little seoul""]}}, {""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": [""saturday""], ""train-departure"": [""kings lynn""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""09:15""]}}]}","[""User: Hi, I'm looking for a train and restaurant service. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday."", 'System: Great! For the restaurant, would you prefer a specific price range or area in Cambridge?', ""User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge."", 'System: Understood. For the train, would you like to depart from Kings Lynn at a specific time or on a specific day?', ""User: I'd like to depart from Kings Lynn at 09:15 on Saturday."", 'System: Alright. Based on your preferences, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options?', 'User: Yes, that sounds great. Can you provide more information about the train and restaurant?', 'System: Certainly! For the train, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only?', ""User: I'd like to book a table at Little Seoul and take the train."", ""System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with."", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye!""]","User: Hi, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a restaurant in the centre of Cambridge and a train from Kings Lynn to Cambridge on Saturday. System: Great! For the restaurant, would you prefer a specific price range or area in Cambridge? User: I'd like to find a restaurant with a price range of expensive and located in the centre of Cambridge. System: Understood. For the train, would you like to depart from Kings Lynn at a specific time or on a specific day? User: I'd like to depart from Kings Lynn at 09:15 on Saturday. System: Alright. Based on your preferences, I have found a restaurant that fits your criteria - Little Seoul in the centre of Cambridge. As for the train, I have found a departure from Kings Lynn at 09:15 on Saturday that will arrive in Cambridge at 10:15. Would you like to proceed with these options? User: Yes, that sounds great. Can you provide more information about the train and restaurant? System: Certainly! For the train, it is a direct service with a duration of 1 hour and 5 minutes. The fare is £25. For the restaurant, Little Seoul is a Korean restaurant with a 4-star rating and is known for its delicious bibimbap. Would you like to book a table or proceed with the train only? User: I'd like to book a table at Little Seoul and take the train. System: Great! I have booked a table for you at Little Seoul for 12:00 on Saturday. As for the train, I have purchased a ticket for you at £25. Your train departure is at 09:15 from Kings Lynn and arrival is at 10:15 in Cambridge. Please let me know if there's anything else I can assist you with. User: No, that's all. Thank you for your help! System: You're welcome! Have a great day and enjoy your train and dining experience. Goodbye!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-name': ['little seoul']}}, {'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': ['saturday'], 'train-departure': ['kings lynn'], 'train-destination': ['cambridge'], 'train-leaveat': ['09:15']}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-booktime': 'null', 'restaurant-bookpeople': 'null'}}]}",0.0,0.0 +PMUL2979.json,"USER: I'm looking for a places to go and see during my upcoming trip to Cambridge. SYSTEM: What area of town would you like? USER: I would like to go to the south area please. SYSTEM: On the south side, your options are the cinema, entertainment venues, museums, nightclubs, parks, and a theatre. USER: That's a lot of choices, how about nightclubs? Can you get me a couple of phone numbers for good ones? I'm hoping to catch DJ Squalour from Ibiza! SYSTEM: The only nightclub in the south is called the place on 22 sidney street. Phone number is 01223324600. Can I help you with anything else? USER: Yes, I would like an expensive hotel with free parking. SYSTEM: I have places that fit that description all over town, except in the north. If area is no concern, I recommend the Gonville in the center of town. USER: Is it four star? SYSTEM: No, it only 3 stars. The Huntington Marriott is 4 stars though. It is also expensive and has free parking and internet. USER: Okay well now I need to get a taxi to leave the hotel by 17:45 to the attraction. I will need a contact number and car type. SYSTEM: Booking completed! Booked car type : red lexus Contact number : 07421633218 USER: I want to confirm that the booked red Lexus is a taxi, as I previously requested? SYSTEM: Yes, it is! Anything else needed? USER: No that is it. Thank you! SYSTEM: you are welcome. enjoy your stay."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi, attraction, hotel], Details: [{Actions: [NONE, find_hotel], Preferences: {hotel-parking: [yes], hotel-pricerange: [expensive]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [south], attraction-type: [nightclub]}}, {Actions: [NONE, find_taxi], Preferences: {taxi-departure: [huntington marriott, huntingdon marriott hotel], taxi-destination: [the place, places], taxi-leaveat: [17:45]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi"", ""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": [""yes""], ""hotel-pricerange"": [""expensive""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""south""], ""attraction-type"": [""nightclub""]}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": [""huntington marriott"", ""huntingdon marriott hotel""], ""taxi-destination"": [""the place"", ""places""], ""taxi-leaveat"": [""17:45""]}}]}","[""User: Hi, I'm looking for a taxi to take me to The Place tonight. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up, and where would you like to be dropped off?"", ""User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45, and I'd like to be dropped off at The Place."", 'System: Great! Based on your preferences, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have?', 'User: No, that sounds perfect. Thank you!', ""System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions, please don't hesitate to ask. Have a great evening!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a taxi to take me to The Place tonight. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What time would you like to be picked up, and where would you like to be dropped off? User: I'd like to be picked up at the Huntington Marriott Hotel at 17:45, and I'd like to be dropped off at The Place. System: Great! Based on your preferences, I have found a taxi that can take you to The Place tonight. The taxi will be arriving at the Huntington Marriott Hotel at 17:45. Is there anything else you would like to add or any special requests you may have? User: No, that sounds perfect. Thank you! System: You're welcome! I hope you have a great time at The Place. If you need any further assistance or have any questions, please don't hesitate to ask. Have a great evening! User: Thank you, I will. Goodbye! System: Goodbye!","{""Services Involved"": [""taxi"", ""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-parking"": ""null"", ""hotel-pricerange"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-departure"": ""null"", ""taxi-destination"": ""null"", ""taxi-leaveat"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': ['yes'], 'hotel-pricerange': ['expensive']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['south'], 'attraction-type': ['nightclub']}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': ['huntington marriott', 'huntingdon marriott hotel'], 'taxi-destination': ['the place', 'places'], 'taxi-leaveat': ['17:45']}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null'}}]}",0.0,0.0 +MUL1681.json,"USER: Hi, I'd like to book a train to stansted airport from cambridge. Can you help? SYSTEM: Absolutely. Where will you departing from? USER: From Cambridge, which is why I asked the Cambridge TownInfo centre. SYSTEM: What day would you like to leave? USER: On Saturday. Is there a train that will arrive by 15:15? SYSTEM: There is! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds. Can I book that for you? USER: No need to book it. Thanks. But can you help me find a cheap restaurant in the south? SYSTEM: Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food. Do either of those sound good? USER: The Lucky Star sounds good. That's all I need. SYSTEM: Would you like to book a table? USER: Can you also tell me the postcode? SYSTEM: Sure. The post code is cb17dy. USER: Thanks for your help. Good bye. SYSTEM: You're welcome. Please let me know if you need anything else."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-arriveby: [15:15], train-day: [saturday]}}, {Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [cheap], restaurant-name: [the lucky star]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""stansted airport""], ""train-arriveby"": [""15:15""], ""train-day"": [""saturday""]}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""cheap""], ""restaurant-name"": [""the lucky star""]}}]}","[""User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have?"", ""User: Well, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria?"", 'System: Based on my Domain Knowledge, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you?', 'User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport?', 'System: Certainly! Based on my Domain Knowledge, I recommend ""The Lucky Star"" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you?', 'User: Yes, please! Can you book a table for one person at 16:30?', 'System: Of course! I have booked a table for you at ""The Lucky Star"" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye!""]","User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and any specific requirements you may have? User: Well, I'd like to depart at 15:15 and I have a preference for a train that arrives at Stansted Airport by 15:15. Do you have any trains that fit those criteria? System: Based on my Domain Knowledge, I have a train departing from Cambridge at 15:15 on Saturday that arrives at Stansted Airport at 15:15. Would you like me to book that train for you? User: That sounds perfect! Can you also recommend a restaurant near Stansted Airport? System: Certainly! Based on my Domain Knowledge, I recommend ""The Lucky Star"" restaurant located in the south area of Stansted Airport. They offer a variety of cheap and delicious meals. Would you like me to book a table for you? User: Yes, please! Can you book a table for one person at 16:30? System: Of course! I have booked a table for you at ""The Lucky Star"" restaurant at 16:30. Your train ticket and restaurant reservation have been successfully booked. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train ride and meal! Goodbye!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-name"": ""null""}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null', 'hotel-pricerange': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null', 'taxi-destination': 'null', 'taxi-leaveat': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null', 'hotel-pricerange': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null', 'taxi-destination': 'null', 'taxi-leaveat': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['stansted airport'], 'train-arriveby': ['15:15'], 'train-day': ['saturday']}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['cheap'], 'restaurant-name': ['the lucky star']}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null', 'hotel-pricerange': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null', 'taxi-destination': 'null', 'taxi-leaveat': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-parking': 'null', 'hotel-pricerange': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-departure': 'null', 'taxi-destination': 'null', 'taxi-leaveat': 'null'}}]}",0.0,0.0 +MUL0928.json,"USER: Yeah, could you recommend a good gastropub? SYSTEM: Backstreet Bistro. It's expensive though. There is a moderately priced one called The Cow Pizza Kitchen and Bar if preferred. USER: I would like to book a table at the Backstreet Bistro for 5 people at 16:00 on Thursday. SYSTEM: No problem. That is booked for you and your reference number is 2VE84YC5 . Is there anything else I can book for you? USER: Yes, any suggestions of museums found in the east area of town? SYSTEM: Yes, Gallery at Twelve a High Street is excellent, and has free admission. Would you like more information? USER: Can I please have the phone number and address for that place? SYSTEM: Certainly! The address for gallery at twelve a high street is fulbourn and the phone number is 01223295264. Can I help you with anything else? USER: Great that's all the information I needed today, thank you! SYSTEM: You are very welcome. Have a nice day. Good bye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [gastropub], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [16:00], restaurant-name: [backstreet bistro]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [east], attraction-type: [museum], attraction-name: [gallery]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""gastropub""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""16:00""], ""restaurant-name"": [""backstreet bistro""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""east""], ""attraction-type"": [""museum""], ""attraction-name"": [""gallery""]}}]}","[""User: Hi, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"", 'System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?', 'User: That sounds great! Can you tell me more about the menu?', 'System: Certainly! The Backstreet Bistro is known for its seasonal menu, which features dishes made with locally sourced ingredients. Some popular items include their signature burger, roasted vegetable salad, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you?', 'User: Yes, please book a table for one person. And do you have any recommendations for attractions in the area?', ""System: Sure! If you're interested in museums, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary?"", 'User: That sounds great, thank you! Can you tell me more about the East Gallery?', 'System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions, from paintings and sculptures to installations and photography. Admission is free, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary?', 'User: Yes, please add the visit to the itinerary. Thank you so much for your help!', ""System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you again!"", 'System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day!']","User: Hi, I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me more about the menu? System: Certainly! The Backstreet Bistro is known for its seasonal menu, which features dishes made with locally sourced ingredients. Some popular items include their signature burger, roasted vegetable salad, and fish and chips. They also have a daily specials board that changes seasonally. Would you like me to book a table for you? User: Yes, please book a table for one person. And do you have any recommendations for attractions in the area? System: Sure! If you're interested in museums, the East Gallery is just a short walk from the Backstreet Bistro. It features a rotating selection of contemporary art exhibitions. Would you like me to add a visit to the East Gallery to your itinerary? User: That sounds great, thank you! Can you tell me more about the East Gallery? System: The East Gallery is a small museum that showcases the work of local artists. They have a diverse range of exhibitions, from paintings and sculptures to installations and photography. Admission is free, but donations are appreciated. Would you like me to add a visit to the East Gallery to your itinerary? User: Yes, please add the visit to the itinerary. Thank you so much for your help! System: You're welcome! I've booked a table for one person at the Backstreet Bistro at 4 pm on Thursday. I've also added a visit to the East Gallery to your itinerary. Is there anything else I can assist you with? User: No, that's all for now. Thank you again! System: It was my pleasure! Enjoy your visit to the Backstreet Bistro and the East Gallery. Have a great day!","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['gastropub'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['16:00'], 'restaurant-name': ['backstreet bistro']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['east'], 'attraction-type': ['museum'], 'attraction-name': ['gallery']}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-name': 'null'}}]}",0.0,0.0 +WOZ20645.json,"USER: I want to find an expensive restaurant and serves european food. Can i also have the address, phone number and its area. ? SYSTEM: Eraina is a European restaurant in the centre area. Their address is St. Michael's Church Trinity Street City Centre and phone number 01223 355166. USER: thank you goodbye SYSTEM: Thank you and good bye"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant], Preferences: {restaurant-food: [european], restaurant-pricerange: [expensive]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": [""european""], ""restaurant-pricerange"": [""expensive""]}}]}","[""User: Hi, I'm looking for a European restaurant in the expensive price range. Can you help me find one?"", 'System: Of course! To help you find the perfect restaurant, may I know your location?', ""User: Sure, I'm in downtown."", 'System: Great! Based on your location and preferences, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Here are the top recommendations:', 'User: Yes, please make a reservation at La Belle Epoque.', 'System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with?', ""User: No, that's all. Thank you!"", ""System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening!""]","User: Hi, I'm looking for a European restaurant in the expensive price range. Can you help me find one? System: Of course! To help you find the perfect restaurant, may I know your location? User: Sure, I'm in downtown. System: Great! Based on your location and preferences, I have found a list of European restaurants in the expensive price range. Would you like me to share the list with you? User: Yes, please! System: Here are the top recommendations: User: Yes, please make a reservation at La Belle Epoque. System: Great choice! I have made a reservation for you at 7:30 PM tonight. Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome! Enjoy your dining experience at La Belle Epoque. Have a great evening!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null""}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': ['european'], 'restaurant-pricerange': ['expensive']}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +SNG02152.json,"USER: I need a 19:15 taxi to take me to Avalon. SYSTEM: I can definitely help! Where are you departing from? USER: I will be departing from Primavera. SYSTEM: You car has been booked. It is a black volvo. Can I assist you any further? USER: Can i get the contact number please SYSTEM: Yes, your contact number is 07698022958. Can I assist you any further? USER: No, that will be all. Good bye. SYSTEM: You're very welcome! Goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi], Details: [{Actions: [NONE, find_taxi], Preferences: {taxi-destination: [avalon], taxi-leaveat: [19:15], taxi-departure: [primavera]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""avalon""], ""taxi-leaveat"": [""19:15""], ""taxi-departure"": [""primavera""]}}]}","[""User: Hi, I'm looking for a taxi. Can you help me find one?"", ""System: Of course! What's your destination and when do you need the taxi?"", ""User: I'm going to Avalon, and I need it to leave at 19:15."", 'System: Great! Based on your preferences, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15?', 'User: Yes, please.', ""System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you?"", ""User: Yes, that's perfect. Can you please book the taxi for me?"", ""System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details."", 'User: Great, thank you so much!', ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a taxi. Can you help me find one? System: Of course! What's your destination and when do you need the taxi? User: I'm going to Avalon, and I need it to leave at 19:15. System: Great! Based on your preferences, I can suggest a few taxi options for you. Would you like me to find a taxi that can take you to Avalon at 19:15? User: Yes, please. System: Sure thing! I've found a taxi that can take you to Avalon at 19:15. The taxi will be leaving from Primavera. Is that convenient for you? User: Yes, that's perfect. Can you please book the taxi for me? System: Absolutely! I've booked the taxi for you. Your pickup time is scheduled for 19:15 from Primavera. Your taxi driver will be in touch with you shortly to confirm the pickup details. User: Great, thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['avalon'], 'taxi-leaveat': ['19:15'], 'taxi-departure': ['primavera']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null'}}]}",0.0,0.0 +PMUL2460.json,USER: Where's a good place to eat crossover food in Cambridge? SYSTEM: There are no crossover locations in Cambridge. USER: How about British restaurants in the Centre instead? SYSTEM: I have 7 in the centre that serve british food. I have 4 in the moderate price range and 3 in the expensive. Did you have a preference? USER: I would prefer the british food. SYSTEM: I have cotto that serves moderate priced food. Would you like to book a table? USER: Yes please make a booking for 8 people at 12:30 on friday. SYSTEM: I have made your booking here is the information:Booking was successful. The table will be reserved for 15 minutes. Reference number is : VVSOH0TQ . USER: What's a good college to visit near the restaurant? SYSTEM: There are 13 colleges in the centre. Is there a particular one you are interested in? USER: Any college will be fine what do you recommend? I need the phone number for whichever you pick. SYSTEM: christi's college is in that area and has free entrance. There phone number is 01223334900. Is there anything else I can assist you with? USER: That is all I needed. SYSTEM: Thank you for choosing us and enjoy your stay.," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [crossover, british], restaurant-area: [centre], restaurant-pricerange: [dontcare, moderate], restaurant-bookday: [friday], restaurant-bookpeople: [8], restaurant-booktime: [12:30], restaurant-name: [cotto]}}, {Actions: [find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college], attraction-name: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""crossover"", ""british""], ""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""dontcare"", ""moderate""], ""restaurant-bookday"": [""friday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""12:30""], ""restaurant-name"": [""cotto""]}}, {""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""college""], ""attraction-name"": [""dontcare""]}}]}","[""User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example, what type of food are you in the mood for, and what is your budget?"", ""User: Well, I'm not too picky about food, but I would like something with a British menu. As for budget, I'm open to moderate prices. Oh, and I'd like to book a table for 8 people at 12:30 PM on Friday."", 'System: Great! Based on your preferences, I would recommend the restaurant ""Cotto"" for you. They have a British menu and are within your budget. Would you like me to book a table for you?', 'User: Yes, please! And can you also suggest an attraction in the centre of the city?', 'System: Sure thing! Based on your interest in colleges, I would recommend the attraction ""X College"". It\'s located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you?', 'User: That sounds great, thank you! Can you book a visit for me at 12:30 PM on Friday as well?', ""System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with."", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye!""]","User: Hi there! I'm looking for a restaurant and an attraction to visit this Friday. Can you help me find something in the centre of the city? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences for the restaurant and attraction? For example, what type of food are you in the mood for, and what is your budget? User: Well, I'm not too picky about food, but I would like something with a British menu. As for budget, I'm open to moderate prices. Oh, and I'd like to book a table for 8 people at 12:30 PM on Friday. System: Great! Based on your preferences, I would recommend the restaurant ""Cotto"" for you. They have a British menu and are within your budget. Would you like me to book a table for you? User: Yes, please! And can you also suggest an attraction in the centre of the city? System: Sure thing! Based on your interest in colleges, I would recommend the attraction ""X College"". It's located in the centre of the city and offers a variety of exhibits and tours. Would you like me to provide you with more information or book a visit for you? User: That sounds great, thank you! Can you book a visit for me at 12:30 PM on Friday as well? System: Of course! I have booked a table for you at Cotto at 12:30 PM on Friday, and I have also scheduled a visit for you at X College at the same time. Please let me know if there's anything else I can assist you with. User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your visit to Cotto and X College! Goodbye!","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['crossover', 'british'], 'restaurant-area': ['centre'], 'restaurant-pricerange': ['dontcare', 'moderate'], 'restaurant-bookday': ['friday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['12:30'], 'restaurant-name': ['cotto']}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['college'], 'attraction-name': ['dontcare']}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}",0.0,0.0 +MUL0358.json,"USER: I want a restaurant in the north of Cambridge that is within a moderate price range. SYSTEM: There are two restaurants fitting your description, one is Chinese cuisine and one is Indian cuisine. Do you have a preference? USER: Please book a table for 4 at the Chinese place at 12:30 on Sunday and give me the reference number. SYSTEM: Okay you're all set for Sunday at 12:30. Your reference number is F5BTP63A . Can I help you find anything else? USER: I am also looking for a train that goes to broxbourne on monday. SYSTEM: There are 19 trains to broxbourne on Monday leaving every hour starting at 05:01. Is there a specific time you'd like? USER: I would like to arrive in broxbourne by 13:00. SYSTEM: The one arriving closest to 13:00 is TR5971 leaving cambridge at 11:01 and arrives by 12:01 in broxbourne. Would you like to book a ticket? USER: Can I just get the price on one of them? SYSTEM: All tickets from cambridge to broxbourne on that day cost 17.90 pounds each. USER: Please book one. SYSTEM: How many tickets do I need to reserve for your train? USER: Just one, thank you! Please provide me with a reference number. SYSTEM: Booking was successful, the total fee is 17.89 GBP payable at the station. Reference number is : T1FGQFDJ . Can I help with anything else today? USER: No, thank you. That will be all for today. Thanks. SYSTEM: Have a great day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-area: [north], restaurant-pricerange: [moderate], restaurant-bookday: [sunday], restaurant-bookpeople: [4], restaurant-booktime: [12:30], restaurant-food: [chinese]}}, {Actions: [NONE, book_train, find_train], Preferences: {train-day: [monday], train-destination: [broxbourne], train-arriveby: [13:00], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": [""north""], ""restaurant-pricerange"": [""moderate""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""4""], ""restaurant-booktime"": [""12:30""], ""restaurant-food"": [""chinese""]}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": [""monday""], ""train-destination"": [""broxbourne""], ""train-arriveby"": [""13:00""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation?"", ""User: Yes, I'd like to go on Sunday."", 'System: Great! And how many people will be joining you for lunch?', 'User: It will be just me and one other person.', 'System: Perfect. Based on your preferences, I have found a few restaurants that might interest you. One of them is the Golden Wok, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you?', 'User: Yes, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday?', 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details?', 'User: Sure, my phone number is [insert phone number].', 'System: Great, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy, so please let me know if you need to cancel or make any changes.', 'User: Thank you so much! Is there anything else I can do to help?', ""System: No, that's all for now. Enjoy your meal!"", 'System: Goodbye!']","User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a specific day in mind for your reservation? User: Yes, I'd like to go on Sunday. System: Great! And how many people will be joining you for lunch? User: It will be just me and one other person. System: Perfect. Based on your preferences, I have found a few restaurants that might interest you. One of them is the Golden Wok, which is located in the north area and serves Chinese cuisine. They have a moderate price range and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds great. Can you book a table for 2 people at 12:30 pm on Sunday? System: Certainly! I just need to confirm a few more details. Can you please provide me with your contact information so I can reach out to you with the booking details? User: Sure, my phone number is [insert phone number]. System: Great, thank you for providing that. I have booked a table for you at the Golden Wok for 12:30 pm on Sunday. Please note that the restaurant has a strict cancellation policy, so please let me know if you need to cancel or make any changes. User: Thank you so much! Is there anything else I can do to help? System: No, that's all for now. Enjoy your meal! System: Goodbye!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': ['north'], 'restaurant-pricerange': ['moderate'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['4'], 'restaurant-booktime': ['12:30'], 'restaurant-food': ['chinese']}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': ['monday'], 'train-destination': ['broxbourne'], 'train-arriveby': ['13:00'], 'train-bookpeople': ['1']}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +PMUL4450.json,"USER: Find me a train that leaves on Sunday after 14:00 please SYSTEM: Certainly. Where are you headed? USER: I am leaving norwich going to cambridge on sunday and I need a train that leaves the station any time after 14:00 SYSTEM: TR5234 will leave at 14:16, would that work for you? USER: Yes. Give me the ref number please. SYSTEM: In order to get a ref number I must complete a booking first. How many tickets would you like me to book for you? USER: I would like one train ticket please. SYSTEM: Your reservation for 1 ticket on the TR5234 train was successful. Your Reference number is : PGQKG62W . Is there anything else I can do for you? USER: Yes I am looking for a moderate priced place to eat in the east. Phone #, postcode and food type please SYSTEM: You have three options for moderately priced restaurants. Do you prefer indian or italian food? USER: I would prefer Italian but Indian would be good as well. I will need the phone number and postcode of the restaurant. Thanks! SYSTEM: The place is called The Curry Prince and the phone number is: 01223566388 and the post code is: cb58jj. USER: Thanks for helping me with this. I appreciate it! Goodbye! SYSTEM: My pleasure. Have a great day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-day: [sunday], train-leaveat: [14:00], train-departure: [norwich], train-destination: [cambridge], train-bookpeople: [1]}}, {Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [east], restaurant-pricerange: [moderate], restaurant-food: [italian, indian]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": [""sunday""], ""train-leaveat"": [""14:00""], ""train-departure"": [""norwich""], ""train-destination"": [""cambridge""], ""train-bookpeople"": [""1""]}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""east""], ""restaurant-pricerange"": [""moderate""], ""restaurant-food"": [""italian"", ""indian""]}}]}","[""User: Hi, I'm looking for a train and restaurant service. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'd like to book a train ticket from Norwich to Cambridge on Sunday, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge."", 'System: Great! For the train ticket, would you prefer to book a specific train or let us find the best option for you? And for the restaurant, would you like to see options within a specific price range or with a particular type of cuisine?', ""User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday, and I'm open to different price ranges for the restaurant."", 'System: Great! For the train ticket, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant, we have several options in the east area of Cambridge within your preferred price range. Here are a few options:', 'User: Can you show me the options for the restaurant?', 'System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine:', ""User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation?"", ""System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with."", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day!""]","User: Hi, I'm looking for a train and restaurant service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Norwich to Cambridge on Sunday, and also find a moderately priced Italian or Indian restaurant in the east area of Cambridge. System: Great! For the train ticket, would you prefer to book a specific train or let us find the best option for you? And for the restaurant, would you like to see options within a specific price range or with a particular type of cuisine? User: I'd like to book the 2 pm train from Norwich to Cambridge on Sunday, and I'm open to different price ranges for the restaurant. System: Great! For the train ticket, we have a 2 pm departure from Norwich to Cambridge on Sunday. Would you like to book a single or return ticket? And for the restaurant, we have several options in the east area of Cambridge within your preferred price range. Here are a few options: User: Can you show me the options for the restaurant? System: Certainly! Here are three options within your preferred price range and with Italian or Indian cuisine: User: I'd like to book a table at Bella Italia for 2 people. Can you make the reservation? System: Of course! I've just booked a table for you at Bella Italia for 2 pm on Sunday. Your train ticket has also been booked for the 2 pm departure from Norwich to Cambridge. Please let me know if there's anything else I can assist you with. User: No, that's all. Thank you for your help! System: You're welcome! Enjoy your train ride and your meal at Bella Italia. Have a great day!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-bookpeople"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': ['sunday'], 'train-leaveat': ['14:00'], 'train-departure': ['norwich'], 'train-destination': ['cambridge'], 'train-bookpeople': ['1']}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['east'], 'restaurant-pricerange': ['moderate'], 'restaurant-food': ['italian', 'indian']}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}]}",0.0,0.0 +PMUL1251.json,"USER: I need to book a train to norwich that arrives by 16:15. SYSTEM: What day would you like to leave? USER: I want to leave on Wednesday from Cambridge. SYSTEM: The TR1144 leaves Cambridge for Norwich on Wednesday at 05:36. Would that be good for you? USER: What is the price and travel time? SYSTEM: The price is 17.60 pounds. USER: And what is the travel time? SYSTEM: It is 79 minutes. USER: Thanks! Can you also tell me if there are any multiple sports attractions in the center of town? SYSTEM: there are not. i do have one in the east part of town. would you like the information for that venue? USER: Thats ok. I really want something in the centre. How about any suggestions on a good college to visit? SYSTEM: Christ's college is in the centre of town. Is there anything you need? USER: Could you please get me the phone number? SYSTEM: sure it's 01223334900 USER: Thank you. That is all that I need. SYSTEM: Thank you, have a good day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, find_train], Preferences: {train-arriveby: [16:15], train-destination: [norwich], train-day: [wednesday], train-departure: [cambridge]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college, multiple sports], attraction-name: [christ college, christ's college]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""16:15""], ""train-destination"": [""norwich""], ""train-day"": [""wednesday""], ""train-departure"": [""cambridge""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""college"", ""multiple sports""], ""attraction-name"": [""christ college"", ""christ's college""]}}]}","[""User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?"", 'System: Of course! What specific services would you like to know about or book?', ""User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that?"", 'System: Absolutely! For the train service, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket?', ""User: I'd like a one-way ticket for one passenger in standard class."", 'System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday, I have the following options available:', ""User: I'd prefer the Great Northern trains with a change in London King's Cross."", ""System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross, I have the following available seats:"", ""User: Yes, I'd like to book one standard class seat."", 'System: Great! Your booking details are as follows:', 'User: No, that looks perfect. Thank you!', ""System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross."", ""User: Yes, please! I'm looking for a college with multiple sports facilities. Can you help me find one?"", 'System: Absolutely! Based on your preferences, I have found the following attraction that matches your criteria:', 'User: Yes, that sounds great! Can you book a visit for me?', 'System: Of course! For a visit to Christ College, Cambridge on Wednesday, I have the following available slots:', ""User: I'd prefer the 11:00 slot."", 'System: Excellent choice! Your visit to Christ College, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors, so I recommend checking their website before your visit.', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye!""]","User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find a train that arrives in Cambridge at 16:15 on Wednesday and departs from Norwich. Can you help me with that? System: Absolutely! For the train service, I need to know your preferred class of travel and the number of passengers. Would you like a one-way or return ticket? User: I'd like a one-way ticket for one passenger in standard class. System: Great! For the 16:15 train from Norwich to Cambridge on Wednesday, I have the following options available: User: I'd prefer the Great Northern trains with a change in London King's Cross. System: Excellent choice! For the 16:15 train from Norwich to Cambridge on Wednesday with a change in London King's Cross, I have the following available seats: User: Yes, I'd like to book one standard class seat. System: Great! Your booking details are as follows: User: No, that looks perfect. Thank you! System: You're welcome! I'll now provide you with the details of your train booking. Your train will depart from Norwich at 16:15 and arrive in Cambridge at 18:15. Please note that the train has a change in London King's Cross. User: Yes, please! I'm looking for a college with multiple sports facilities. Can you help me find one? System: Absolutely! Based on your preferences, I have found the following attraction that matches your criteria: User: Yes, that sounds great! Can you book a visit for me? System: Of course! For a visit to Christ College, Cambridge on Wednesday, I have the following available slots: User: I'd prefer the 11:00 slot. System: Excellent choice! Your visit to Christ College, Cambridge on Wednesday at 11:00 has been booked. Please note that the college may have specific rules or restrictions for visitors, so I recommend checking their website before your visit. User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your train and attraction experiences in Cambridge! Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-leaveat': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-leaveat': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['16:15'], 'train-destination': ['norwich'], 'train-day': ['wednesday'], 'train-departure': ['cambridge']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['college', 'multiple sports'], 'attraction-name': ['christ college', ""christ's college""]}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-leaveat': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-leaveat': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}",0.0,0.0 +PMUL1842.json,"USER: I need a place to stay that has free wifi. SYSTEM: I have 32 places that offer wifi, do you have a price range preference? USER: could you provide details for something in the cheap price range? SYSTEM: There are 33 cheap hotels with wifi in Cambridge. Do you have a particular area you are interested in? USER: No, I have no preference. Just pick one. That will be fine. SYSTEM: I recommend alexander bed and breakfast on 56 saint barnabas road would that due? USER: Perfect. I'll need a room for myself, for five nights on tuesday. SYSTEM: Perfect, you are all set for Alexander Bed and Breakfast on Tuesday, your reference number is 22DG5770 . Is there anything I can help with today? USER: Nope, that's it. Thanks! SYSTEM: I hope you not going to sit in your room by yourself for 5 days, are you sure that you dont want to know about a restaurant or attraction? USER: Actaully i will be on business so not out much but I do need a train, to cambridge leaving after 21:15 SYSTEM: Ok great. What day will you be traveling? USER: Yes, I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne. SYSTEM: I have the TR9688, which leaves at 12:32. Would you like to book this train? USER: I need a train after 21:15. SYSTEM: There are 3 trains leaving an hour apart starting at 21:32. The travel time is 60 minutes and costs 17.90 pounds. Would you like me to book one? USER: No thank you. I just need the train ID and arrival time for one of them. SYSTEM: The TR3112 arrives at 22:32. USER: Great, thanks for that information on the train. Can you book for a train leaving after 21:15? SYSTEM: How many tickets do you need? USER: I need tickets for one person. SYSTEM: Your total is 17.89 GBP. You can pay that at the station. Your reference number is RAIYCNJU . USER: that is all i needed for today. thanks alot SYSTEM: thank you for using this service good bye"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, hotel], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-internet: [yes], hotel-pricerange: [cheap], hotel-area: [dontcare], hotel-bookday: [tuesday], hotel-bookpeople: [1], hotel-bookstay: [5], hotel-name: [alexander bed and breakfast]}}, {Actions: [NONE, book_train, find_train], Preferences: {train-destination: [cambridge], train-leaveat: [21:15], train-day: [tuesday], train-departure: [broxbourne], train-bookpeople: [1]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-pricerange"": [""cheap""], ""hotel-area"": [""dontcare""], ""hotel-bookday"": [""tuesday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-leaveat"": [""21:15""], ""train-day"": [""tuesday""], ""train-departure"": [""broxbourne""], ""train-bookpeople"": [""1""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday, and also find a hotel in the area."", 'System: Great! For the train ticket, would you prefer a specific departure time or let me find the best option for you?', ""User: Let you find the best option, please. And for the hotel, I'd like a cheap option with internet access and a Tuesday check-in."", ""System: Sure thing! Based on your preferences, I've found a few options for you. For the train ticket, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking?"", 'User: Yes, that sounds great. And for the hotel?', ""System: I've found a few options that match your preferences. Here are the details for each:"", ""User: I'll go with Hotel 1, please."", ""System: Great! I've booked you for one night at Alexander Bed and Breakfast, from Tuesday to Wednesday, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows:"", ""User: No, that's all. Thank you for your help!"", ""System: You're welcome! Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from Broxbourne to Cambridge on Tuesday, and also find a hotel in the area. System: Great! For the train ticket, would you prefer a specific departure time or let me find the best option for you? User: Let you find the best option, please. And for the hotel, I'd like a cheap option with internet access and a Tuesday check-in. System: Sure thing! Based on your preferences, I've found a few options for you. For the train ticket, the best option is the 21:15 departure from Broxbourne to Cambridge on Tuesday. Would you like to proceed with that booking? User: Yes, that sounds great. And for the hotel? System: I've found a few options that match your preferences. Here are the details for each: User: I'll go with Hotel 1, please. System: Great! I've booked you for one night at Alexander Bed and Breakfast, from Tuesday to Wednesday, at a total cost of £50. Your train ticket has also been booked for the 21:15 departure from Broxbourne to Cambridge on Tuesday. Your booking details are as follows: User: No, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-pricerange': ['cheap'], 'hotel-area': ['dontcare'], 'hotel-bookday': ['tuesday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['5'], 'hotel-name': ['alexander bed and breakfast']}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-leaveat': ['21:15'], 'train-day': ['tuesday'], 'train-departure': ['broxbourne'], 'train-bookpeople': ['1']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +PMUL4896.json,"USER: Hi, I'm traveling to Cambridge soon and am looking forward to seeing some local tourist attractions. SYSTEM: There are many to see! Are you going to be traveling within a certain area of town? USER: Actually, yes. We are traveling into the northern part of town. SYSTEM: If you're heading north, I recommend taking a ride on the Riverboat Georgina. USER: That sounds nice but I would like to see about a guesthouse with free wifi. SYSTEM: There at 10 guest houses in the north offering free wifi. Are you looking for a particular price range? USER: No, I don't really care about price. Just something in the north that includes wifi. SYSTEM: Acorn Guest house is located in the north , has free wifi and is moderately priced. USER: Groovy!! Let get a booking for 2 people and 2 nights starting sunday. SYSTEM: Your booking has been made and your reference number is O0FG9YKT . Acorn Guest House is located at 154 Chesterton Road. Is there anything else I can do for you? USER: Yes, I am looking to visit the cherry hinton hall and grounds. Can I please have more information on that? SYSTEM: Sure, that's a great entertainment venue in the East. Their phone number is 01223446104. Is there anything else you need to know? USER: No, taht will be all. Thanks, goodbye. SYSTEM: Thank you for using our service!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction, hotel], Details: [{Actions: [NONE, find_attraction], Preferences: {attraction-area: [north], attraction-name: [cherry hinton hall and grounds]}}, {Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-internet: [yes], hotel-type: [guesthouse], hotel-area: [north], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [2], hotel-name: [acorn guest house]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-name"": [""cherry hinton hall and grounds""]}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""north""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""2""], ""hotel-name"": [""acorn guest house""]}}]}","[""User: Hi, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me?"", ""System: Of course! I'd be happy to assist you. To provide the best recommendations, may I know your preferences for the hotel? For example, do you have a preferred type of hotel, such as a guesthouse? And would you like to book the hotel for a specific day, like Sunday?"", 'User: Yes, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access.', 'System: Great! Based on your preferences, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me at the Acorn Guest House.', 'System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night, and it includes breakfast. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed with the booking."", 'System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction?', 'User: Yes, please do!', ""System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!"", 'User: Thank you! Goodbye.', 'System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall.']","User: Hi, I'm looking for a hotel and attraction recommendations in the north area of Cherry Hinton Hall and Grounds. Can you help me? System: Of course! I'd be happy to assist you. To provide the best recommendations, may I know your preferences for the hotel? For example, do you have a preferred type of hotel, such as a guesthouse? And would you like to book the hotel for a specific day, like Sunday? User: Yes, I would like to book a guesthouse for Sunday. And I prefer a hotel with internet access. System: Great! Based on your preferences, I have found a few options for hotels in the north area of Cherry Hinton Hall and Grounds. One of them is the Acorn Guest House, which offers internet access and is located within walking distance to the attraction area. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me at the Acorn Guest House. System: Great! I have booked a room for you at the Acorn Guest House for Sunday. The room rate is £120 per night, and it includes breakfast. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Excellent! I have also found some attractions in the north area of Cherry Hinton Hall and Grounds that you may be interested in visiting. One of them is the Cherry Hinton Hall, which is a historic mansion with beautiful gardens. Would you like me to provide you with more information about the attraction? User: Yes, please do! System: Great! I have provided you with information about the Cherry Hinton Hall and its opening hours. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you! Goodbye. System: Goodbye! Enjoy your stay at the Acorn Guest House and your visit to the Cherry Hinton Hall.","{""Services Involved"": [""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'yes', 'hotel-pricerange': 'null', 'hotel-area': 'north', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Acorn Guest House'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'yes', 'hotel-pricerange': 'null', 'hotel-area': 'north', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Acorn Guest House'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['north'], 'attraction-name': ['cherry hinton hall and grounds']}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-type': ['guesthouse'], 'hotel-area': ['north'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['2'], 'hotel-name': ['acorn guest house']}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'yes', 'hotel-pricerange': 'null', 'hotel-area': 'north', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Acorn Guest House'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'yes', 'hotel-pricerange': 'null', 'hotel-area': 'north', 'hotel-bookday': 'Sunday', 'hotel-bookpeople': '1', 'hotel-bookstay': '1 night', 'hotel-name': 'Acorn Guest House'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.4444444444444444,0.4444444444444444 +MUL2431.json,"USER: Can you help me book a table at a chinese restaurant that's in the centre of town? SYSTEM: Great choice! I have 10 Chinese restaurants. What is your price range and we can narrow them down. USER: I need some cheap Chop Suey, please. SYSTEM: How does the Charlie Chan sound? It is a cheap Chinese restaurant in the centre. USER: That sounds like they'll have some awesome Chop Suey. Please book me a table for 2 on Tuesday at 12:45. SYSTEM: I am sorry but charlie chan is booked for that time. Do you want to pick an earlier or later time, or a different day? USER: Can we try the same day for 11:45 please? And can I have the reference number as well, thanks. SYSTEM: Great News! I was able to reserve your table for 2 at the 11:45 time. They will hold the table for 15 minutes. Reference number is : GFIL3UG5 . USER: Thank you. I am also looking for places to go in the same area as the restaurant. SYSTEM: There are dozens of attractions in the centre. What type of activities are you interested in? Museums? Architecture? Boat Rides? Something else? USER: I am looking for some type of entertainment in the same area as the restaurant, please. SYSTEM: There are all kinds of entertainment choices. Did you have something in mind? USER: No, just an entertainment attraction in the same area as the restaurant. Can you make a suggestion? SYSTEM: What about a museum? The cambridge contemporary art is a nice one. USER: That sounds nice can I get their phone number, entrance fee, and address please? SYSTEM: The phone number is 01223324222, the address is 6 Trinity Street, and it is free admittance. USER: Thank you so much for your help. SYSTEM: Will that be everything for you today then? USER: That will be all. Thank you for your help! SYSTEM: Glad to be of assistance, have a great day! USER: Thanks, take care buddy! SYSTEM: Thank you goodbye"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [tuesday], restaurant-bookpeople: [2], restaurant-booktime: [12:45, 11:45], restaurant-name: [charlie chan]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [centre], attraction-type: [entertainment, museum], attraction-name: [cambridge contemporary art]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""cheap""], ""restaurant-bookday"": [""tuesday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""12:45"", ""11:45""], ""restaurant-name"": [""charlie chan""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""entertainment"", ""museum""], ""attraction-name"": [""cambridge contemporary art""]}}]}","[""User: Hi, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one?"", ""System: Of course! Based on your preferences, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge, and they have a lunch special on Tuesdays. Would you like me to book a table for you?"", 'User: Yes, that sounds great. Can you book a table for two people at 12:45 on Tuesday?', ""System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant?"", ""User: No, that's all I need. Thank you!"", ""System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance, please don't hesitate to ask. Have a great day!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a Chinese restaurant in the centre of Cambridge on Tuesday at 12:45. Can you help me find one? System: Of course! Based on your preferences, I have found a few options for you. Charlie Chan's is a popular Chinese restaurant located in the heart of Cambridge, and they have a lunch special on Tuesdays. Would you like me to book a table for you? User: Yes, that sounds great. Can you book a table for two people at 12:45 on Tuesday? System: Certainly! I have just confirmed a reservation for you at Charlie Chan's at 12:45 on Tuesday. Would you like me to suggest any other options or provide you with directions to the restaurant? User: No, that's all I need. Thank you! System: You're welcome! I hope you enjoy your meal at Charlie Chan's. If you have any other requests or need any further assistance, please don't hesitate to ask. Have a great day! User: Thank you, I will. Goodbye! System: Goodbye!","{""Services Involved"": [""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['chinese'], 'restaurant-pricerange': ['cheap'], 'restaurant-bookday': ['tuesday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['12:45', '11:45'], 'restaurant-name': ['charlie chan']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['entertainment', 'museum'], 'attraction-name': ['cambridge contemporary art']}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}",0.0,0.0 +SNG1375.json,"USER: I am looking for a train to Ely. SYSTEM: What day are you looking to travel? USER: I need to leave a little after 8:00 on Sunday, and I'm leaving from Cambridge. SYSTEM: The closest train I have is the TR3177 that leaves at 09:50. There's nothing earlier on that day. USER: That will have to work. What is the arrival time? SYSTEM: The arrival time is 10:07. USER: Perfect! That's all I needed to know. Thanks. Have a great day. SYSTEM: Have a wonderful day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train], Details: [{Actions: [NONE, find_train], Preferences: {train-destination: [ely], train-day: [sunday], train-departure: [cambridge], train-leaveat: [08:00, 8:00]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""ely""], ""train-day"": [""sunday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""08:00"", ""8:00""]}}]}","[""User: Hi, I'm looking for train tickets from Cambridge to Ely. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time?"", ""User: Sure. I'd like to leave on Sunday at 8:00 AM."", 'System: Great! Based on your preferences, I have found the following trains that match your criteria:', 'User: Yes, please book Train #1.', 'System: Great! I have successfully booked Train #1 for you, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal?', ""User: I'll pay with credit card."", 'System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with?', ""User: No, that's all. Thank you!"", ""System: You're welcome! Have a great trip to Ely. Goodbye!""]","User: Hi, I'm looking for train tickets from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found the following trains that match your criteria: User: Yes, please book Train #1. System: Great! I have successfully booked Train #1 for you, departing Cambridge at 8:00 AM and arriving in Ely at 9:00 AM. The cost of the ticket is £15.00. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I have processed your payment successfully. Your train ticket is now confirmed. Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome! Have a great trip to Ely. Goodbye!","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['ely'], 'train-day': ['sunday'], 'train-departure': ['cambridge'], 'train-leaveat': ['08:00', '8:00']}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +PMUL1031.json,"USER: I need to take a train from bishops stortford to Cambridge. Ill need to leave after 9:00 SYSTEM: There are 56 trains traveling from Bishops Stortford to Cambridge after 9:00 between Friday and Wednesday. What day to you want to travel? USER: I want to leave on Sunday. SYSTEM: How about TR4803 that leaves at 09:29? USER: That will work can you book that for me please? SYSTEM: Of course. How many tickets do you need? USER: Actually, I don't need a booking. I just need to know when it arrives, thanks. SYSTEM: It arrives at 10:07. USER: Thank you. I am also looking for a park to go to. SYSTEM: I have 5 to choose from. Is there a certain area you were wanting the park to be in? USER: no specific area. just recommend one. SYSTEM: Milton Country Park is a great place to visit! It's in the North and free to enter. USER: Great! Please, give me the address of the park. SYSTEM: milton country park, milton. USER: Thank you so much for your time. Have a nice day! SYSTEM: You too, enjoy your stay!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, find_train], Preferences: {train-departure: [bishops stortford], train-destination: [cambridge], train-leaveat: [9:00, 09:00], train-day: [sunday]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-type: [park]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": [""bishops stortford""], ""train-destination"": [""cambridge""], ""train-leaveat"": [""9:00"", ""09:00""], ""train-day"": [""sunday""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": [""park""]}}]}","[""User: Hi, I'm looking for a train and attraction service. Can you help me?"", 'System: Of course! What specific service would you like to request?', ""User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday."", ""System: Great! For the train service, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer?"", ""User: I'd like to leave at 9:00 AM."", 'System: Excellent! For the attraction service, would you like to find a park or any other type of attraction in Cambridge?', 'User: A park would be great, thank you.', 'System: Absolutely! For the park, I have a few options. Would you prefer a large park with plenty of green space, or a smaller park with more structured activities?', 'User: A smaller park with more structured activities sounds good.', 'System: Great choice! I have found a lovely park with a playground, a miniature train, and a pond. Would you like to visit this park?', 'User: That sounds perfect! Can you provide me with the details?', 'System: Certainly! The park is called ""The Meadows"" and is located near the river Cam. The playground has a variety of equipment for children of all ages, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map?', 'User: Yes, please!', 'System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows, and please let me know if you need any further assistance!', 'User: Thank you so much!', ""System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye!""]","User: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Bishop's Stortford to Cambridge on Sunday. System: Great! For the train service, I'll need to know your preferred departure time from Bishop's Stortford. Our trains leave at 9:00 AM and 09:00 PM on Sundays. Which one would you prefer? User: I'd like to leave at 9:00 AM. System: Excellent! For the attraction service, would you like to find a park or any other type of attraction in Cambridge? User: A park would be great, thank you. System: Absolutely! For the park, I have a few options. Would you prefer a large park with plenty of green space, or a smaller park with more structured activities? User: A smaller park with more structured activities sounds good. System: Great choice! I have found a lovely park with a playground, a miniature train, and a pond. Would you like to visit this park? User: That sounds perfect! Can you provide me with the details? System: Certainly! The park is called ""The Meadows"" and is located near the river Cam. The playground has a variety of equipment for children of all ages, and the miniature train runs every hour on the hour. The pond is home to several species of fish and ducks. Would you like me to provide you with the exact address and map? User: Yes, please! System: Great! Here is the address and map for The Meadows: [insert map and address]. Have a wonderful time at The Meadows, and please let me know if you need any further assistance! User: Thank you so much! System: You're welcome! Enjoy your day and have a great time in Cambridge! Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-day"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": ""null""}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': ['bishops stortford'], 'train-destination': ['cambridge'], 'train-leaveat': ['9:00', '09:00'], 'train-day': ['sunday']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': ['park']}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}]}",0.0,0.0 +WOZ20027.json,"USER: I am looking for a restaurant that is in the expensive price range and in the south part of town. SYSTEM: There are results matching your query. Would you like Mexican, Italian, Chinese, or Indian? USER: Let's go with Italian food. SYSTEM: Frankie and Bennys is an expensive Italian eatery in the south part of town. Would you like any additional information about this restaurant? USER: address and phone number SYSTEM: The address is Cambridge Leisure Park Clifton Way Cherry Hinton. The phone number is 01223 412430. USER: Thank you, goodbye. SYSTEM: You're welcome, goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [expensive], restaurant-food: [italian]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""italian""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to explore?"", 'User: The south, please.', 'System: Great! Based on your preferences, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Sure thing! Here are the top 3 Italian restaurants in the south of the city, based on your preferences:', 'User: Yes, please provide the addresses and contact information for Bella Vita and La Bella Italia.', 'System: Certainly! Here is the information you requested:', ""User: Thank you so much! I'll definitely check out both of those restaurants."", ""System: You're welcome! Enjoy your dining experience! Goodbye!""]","User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to explore? User: The south, please. System: Great! Based on your preferences, I have found a list of top-rated Italian restaurants in the south of the city. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top 3 Italian restaurants in the south of the city, based on your preferences: User: Yes, please provide the addresses and contact information for Bella Vita and La Bella Italia. System: Certainly! Here is the information you requested: User: Thank you so much! I'll definitely check out both of those restaurants. System: You're welcome! Enjoy your dining experience! Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['italian']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null'}}]}",0.0,0.0 +PMUL4827.json,"USER: Can you help me find an expensive Chinese food restaurant? SYSTEM: What area would you like? There are nine results. USER: I'm interested in restaurants located in the East. SYSTEM: Okay, Yu Garden matches your specifications. Would you like me to book a reservation? USER: Yeah, could you book it for 8 people on Monday? I think 16:15 is when we want to be seated. SYSTEM: The booking went through, your table is reserved for 15 minutes starting at 16:15. Reference number is BT75STQI . USER: Thanks! I'm also looking for a hotel near that restaurant. SYSTEM: I would recommend the Express by Holiday Inn Cambridge, should I book it for you? USER: If that has free wifi that'll work. SYSTEM: Yes, there is internet there. Would you like a booking then? USER: Could you tell me the price, address and phone number? SYSTEM: They are expensive and can be reached at 01223866800. The address is 15-17 norman way, coldhams business park. Anything else? USER: No, that's all for me today! Thank you! Bye! SYSTEM: I hope you have a wonderful stay."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [8], restaurant-booktime: [16:15], restaurant-name: [yu garden]}}, {Actions: [NONE, find_hotel], Preferences: {hotel-area: [east], hotel-type: [hotel], hotel-internet: [yes], hotel-name: [express by holiday inn cambridge]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""chinese""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""8""], ""restaurant-booktime"": [""16:15""], ""restaurant-name"": [""yu garden""]}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""east""], ""hotel-type"": [""hotel""], ""hotel-internet"": [""yes""], ""hotel-name"": [""express by holiday inn cambridge""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in Cambridge. Can you help me?"", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', ""User: I'd like a hotel in the east of Cambridge, with internet access and a good rating."", ""System: Great! Based on your preferences, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city, has excellent internet access, and has a rating of 4 out of 5 stars. Would you like to book a room?"", 'User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby?', ""System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15?"", 'User: Yes, that sounds great. Can you please book the table for me?', ""System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance."", 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye!""]","User: Hi, I'm looking for a hotel and a restaurant in Cambridge. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'd like a hotel in the east of Cambridge, with internet access and a good rating. System: Great! Based on your preferences, I would recommend the Express by Holiday Inn Cambridge. It's located in the east of the city, has excellent internet access, and has a rating of 4 out of 5 stars. Would you like to book a room? User: That sounds perfect. Can you also recommend a good Chinese restaurant nearby? System: Certainly! Yu Garden is a highly rated Chinese restaurant located just a few minutes' walk from the Express by Holiday Inn Cambridge. They offer a variety of traditional Chinese dishes, and their prices range from £20 to £30 per person. Would you like to book a table for Monday at 16:15? User: Yes, that sounds great. Can you please book the table for me? System: Of course! I've just booked a table for you at Yu Garden for Monday at 16:15. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge and enjoy your meal at Yu Garden! Goodbye!","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-internet"": ""null"", ""hotel-name"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['chinese'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['8'], 'restaurant-booktime': ['16:15'], 'restaurant-name': ['yu garden']}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['east'], 'hotel-type': ['hotel'], 'hotel-internet': ['yes'], 'hotel-name': ['express by holiday inn cambridge']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null'}}]}",0.0,0.0 +PMUL3086.json,"USER: I am planning a vacation and really could use some help finding a good place to stay in town. I've never been to Cambridge before. SYSTEM: which side of town do you prefer and what is the price range? USER: It doesn't matter. What do you recommend? SYSTEM: alexander bed and breakfast is a guest house in the centre area. Would you like to book a room? USER: Oh, ok. I really don't want to stay at a guesthouse though. Can you recommend a hotel instead? SYSTEM: The Huntingdon Marriott hotel is a very nice place. USER: Sounds good. Can you get me a room for 2 for 5 nights starting Sunday? SYSTEM: Booking was successful. Reference number is : 36N9VCAD . Is there anything else I can help with? USER: What is the train schedule from birmingham new street like? I need to arrive at 13:45. SYSTEM: Where would you like the train to arrive, and what time will you be leaving? USER: I need the travel day to be Sunday. I'll be going to Cambridge and arrive by 13:45. I'll be leaving from Birmingham New street. SYSTEM: Train TR7468 will arrive at 13:23. Will this work for you? USER: What is the travel time on that train? SYSTEM: It is 163 minutes on that train. USER: Excellent. Thanks for all the help! SYSTEM: You are quite welcome, thank you for using our services. Have we met all of your needs today? USER: Yes, thanks very much! Have a great day! SYSTEM: ok thanks and have a great day USER: You too! Thanks so much for all the help. Please end the convo and read the directions next time. thanks SYSTEM: Keep the snarky comments to yourself."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, hotel], Details: [{Actions: [NONE, find_train], Preferences: {train-arriveby: [13:45], train-day: [sunday], train-departure: [birmingham new street], train-destination: [cambridge]}}, {Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-area: [dontcare], hotel-type: [hotel], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [5], hotel-name: [huntingdon marriott hotel]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": [""13:45""], ""train-day"": [""sunday""], ""train-departure"": [""birmingham new street""], ""train-destination"": [""cambridge""]}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": [""dontcare""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""5""], ""hotel-name"": [""huntingdon marriott hotel""]}}]}","[""User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"", ""System: Of course! I'd be happy to assist you. To find the best train options, may I know your preferences for the train departure time and the number of passengers traveling with you?"", ""User: Well, I'd like to depart at 13:45 if possible, and there will be two of us traveling."", 'System: Great! Based on your preferences, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train?', 'User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night?', 'System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option, with availability for Sunday night. Would you like to book this hotel?', 'User: Yes, that sounds great. Can you please book both the train and the hotel for us?', 'System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows:', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train options, may I know your preferences for the train departure time and the number of passengers traveling with you? User: Well, I'd like to depart at 13:45 if possible, and there will be two of us traveling. System: Great! Based on your preferences, I have found a few train options for you. The first one departs at 13:45 from Birmingham New Street and arrives at Cambridge at 15:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for us in Cambridge for Sunday night? System: Certainly! I have found a few hotel options in Cambridge based on your preferences. The Huntingdon Marriott Hotel is a great option, with availability for Sunday night. Would you like to book this hotel? User: Yes, that sounds great. Can you please book both the train and the hotel for us? System: Of course! I have booked the train from Birmingham New Street to Cambridge departing at 13:45 on Sunday, and the Huntingdon Marriott Hotel for Sunday night. Your booking details are as follows: User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': ['13:45'], 'train-day': ['sunday'], 'train-departure': ['birmingham new street'], 'train-destination': ['cambridge']}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': ['dontcare'], 'hotel-type': ['hotel'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['5'], 'hotel-name': ['huntingdon marriott hotel']}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-internet': 'null', 'hotel-name': 'null'}}]}",0.0,0.0 +SNG0598.json,"USER: I'm looking to go to dinner tonight and am in the mood for some good Bistro in the centre of town, can you find me some options? SYSTEM: I'm sorry. There is no matching restaurant. Would you like to try a different food type or area? USER: Hmm... let me think. Let's try maybe something italian instead. SYSTEM: There are nine Italian restaurants in the centre of town! Are you looking for an Italian restaurant in any particular price range? USER: Which of those nine has the best ratings? Can I please have the address and postcode. SYSTEM: I recommend Caffe Uno - it's very nice. They're at 32 Bridge Street City Centre, cb21uj. Can I help with anything else? USER: No, that's all. Thanks. SYSTEM: Thank you! Goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [italian, bistro]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-food"": [""italian"", ""bistro""]}}]}","[""User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"", ""System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?"", ""User: Oh, I'd like to find one in the city centre."", 'System: Great! Based on your preference for Italian cuisine and the city centre location, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?', 'User: Yes, please do!', 'System: Sure thing! Here are my top picks:', 'User: Yes, please provide the addresses.', 'System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended:', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in? User: Oh, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre location, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes, please do! System: Sure thing! Here are my top picks: User: Yes, please provide the addresses. System: Absolutely! Here are the addresses and contact information for the three Italian restaurants I recommended: User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-food': ['italian', 'bistro']}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null'}}, {'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}",0.0,0.0 +SNG01162.json,"USER: I am looking for a particular restaurant. Its name is called travellers rest SYSTEM: It is an expensive British restaurant on the west side of town. Would you like the address? USER: Yes, and can you book a table for 1 at 14:15 on Monday, please. SYSTEM: Ok. You're all set for Monday at 14:15. Have a great day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [find_restaurant, book_restaurant], Preferences: {restaurant-name: [travellers rest], restaurant-bookday: [monday], restaurant-bookpeople: [1], restaurant-booktime: [14:15]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""travellers rest""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""14:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one?"", 'System: Of course! To help you find the perfect restaurant, may I know your preferences? For example, do you have any specific cuisine in mind or a maximum budget for the booking?', ""User: Well, I'd like to find a restaurant with a cozy atmosphere and good service. Oh, and I'd prefer a restaurant that serves British cuisine, if possible. As for the budget, let's say around £50 per person."", ""System: Great! Based on your preferences, I've found a few restaurants that might interest you. One of them is Travellers Rest, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you?"", 'User: That sounds perfect! Can you tell me a bit more about Travellers Rest?', ""System: Certainly! Travellers Rest is a historic pub located in the heart of the city, offering a variety of traditional British dishes such as fish and chips, shepherd's pie, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking?"", 'User: Yes, please go ahead and book a table for one person at 14:15 on Monday.', ""System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye!""]","User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Can you help me find one? System: Of course! To help you find the perfect restaurant, may I know your preferences? For example, do you have any specific cuisine in mind or a maximum budget for the booking? User: Well, I'd like to find a restaurant with a cozy atmosphere and good service. Oh, and I'd prefer a restaurant that serves British cuisine, if possible. As for the budget, let's say around £50 per person. System: Great! Based on your preferences, I've found a few restaurants that might interest you. One of them is Travellers Rest, a charming British pub with a warm atmosphere and excellent service. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about Travellers Rest? System: Certainly! Travellers Rest is a historic pub located in the heart of the city, offering a variety of traditional British dishes such as fish and chips, shepherd's pie, and bangers and mash. They also have an extensive selection of craft beers and wines. Would you like to proceed with the booking? User: Yes, please go ahead and book a table for one person at 14:15 on Monday. System: Great! I've just confirmed your booking at Travellers Rest for Monday at 14:15. Please note that the restaurant has a strict cancellation policy, so please let me know if you need to cancel or reschedule. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your meal at Travellers Rest! Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['travellers rest'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['14:15']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-food': 'null'}}]}",0.0,0.0 +PMUL1146.json,"USER: I'm wanting a train that leaves on Friday and goes to Cambridge. SYSTEM: Sure thing. What's your departure site and around what time would you like to leave? USER: I want to leave after 16:45, depart from Birmingham New Street. SYSTEM: The first train will leave at 17:40 and arrive at 20:23. Does that sound good? USER: This time works fine for me. SYSTEM: You train has been booked, and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive. USER: thanks, i'm also looking for some museums. SYSTEM: We have lots of wonderful museums. Is there a particular area of the town you would like to find one in? USER: Yes, do you have any in the centre? SYSTEM: There's 11 museums in the centre is there a type of museum you'd like to visit? USER: Anyone of those would work. Could you recommend something for me? I'll need the phone number, and address as well. SYSTEM: The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street. USER: What area is it in? SYSTEM: It is in the centre."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-day: [friday], train-destination: [cambridge], train-departure: [birmingham new street], train-leaveat: [16:45], train-bookpeople: [1]}}, {Actions: [find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [broughton house gallery]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": [""friday""], ""train-destination"": [""cambridge""], ""train-departure"": [""birmingham new street""], ""train-leaveat"": [""16:45""], ""train-bookpeople"": [""1""]}}, {""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""broughton house gallery""]}}]}","[""User: Hi, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time, and how many people are traveling?"", ""User: Sure! I'd like to leave on Friday at 16:45, and there will be one person traveling."", 'System: Great! Based on your preferences, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking?', 'User: Yes, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting?', 'System: Certainly! Based on your interests, I suggest visiting the Broughton House Gallery, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you?', 'User: That sounds great, thank you! Can you also tell me about any other attractions in the area?', ""System: Sure! In addition to the Broughton House Gallery, Cambridge is also home to several other museums and historical landmarks, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well?"", ""User: Yes, please do! I'm interested in learning more about them."", ""System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them?"", ""User: That's all great information, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me?"", 'System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train ticket from Birmingham New Street to Cambridge. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure date and time, and how many people are traveling? User: Sure! I'd like to leave on Friday at 16:45, and there will be one person traveling. System: Great! Based on your preferences, I can offer you a ticket on the 16:45 train from Birmingham New Street to Cambridge. The fare for this ticket is £35. Would you like to proceed with the booking? User: Yes, that sounds good. Can you also recommend some attractions in Cambridge that I might be interested in visiting? System: Certainly! Based on your interests, I suggest visiting the Broughton House Gallery, which is located in the city centre and features a collection of art and artifacts. Would you like me to find more information about this attraction for you? User: That sounds great, thank you! Can you also tell me about any other attractions in the area? System: Sure! In addition to the Broughton House Gallery, Cambridge is also home to several other museums and historical landmarks, such as the Fitzwilliam Museum and King's College Chapel. Would you like me to provide more information about these attractions as well? User: Yes, please do! I'm interested in learning more about them. System: Absolutely! The Fitzwilliam Museum features a wide range of art and artifacts from around the world, including works by famous artists such as Rembrandt and Monet. King's College Chapel is a beautiful Gothic chapel that is steeped in history and features stunning stained glass windows and intricate carvings. Would you like me to provide more information about these attractions or assist you with booking tickets for them? User: That's all great information, thank you! I think I'll just stick with the Broughton House Gallery for now. Can you please book the train ticket for me? System: Of course! I have booked the 16:45 train from Birmingham New Street to Cambridge for you. The fare for this ticket is £35. Please note that you will need to arrive at the station at least 30 minutes before the train departs to allow for any delays or security checks. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Have a great trip to Cambridge! Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Actions"": [""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': ['friday'], 'train-destination': ['cambridge'], 'train-departure': ['birmingham new street'], 'train-leaveat': ['16:45'], 'train-bookpeople': ['1']}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['broughton house gallery']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}",0.0,0.0 +SSNG0018.json,"USER: Heya, can you find me an expensive restaurant with north african food? SYSTEM: I actually cannot find any expensive restaurants with north african food. There is however an expensive restaurant with african food. Would that be okay? USER: Are there any expensive restaurants with gastropub food? SYSTEM: Yes, I have 3. Two are located in the centre and one is located in the east. Do you have a preference? USER: Yes, the one in the east please. SYSTEM: One in the East is called Royal Standard. Can I book a table for you? USER: Yes, please book it for 2 people at 13:45 on monday. SYSTEM: I'm sorry that isn't available. Can I try a different restaurant for you? USER: No thank you that will be all. SYSTEM: Is there anything else I can assist you with? USER: That was all thank you. SYSTEM: Thank you. Good bye"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [african, gastropub], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [2], restaurant-booktime: [13:45]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""african"", ""gastropub""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""east""], ""restaurant-bookday"": [""monday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""13:45""]}}]}","[""User: Hi, I'm looking for a restaurant in the east of the city that serves African and gastropub food, and is expensive. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, how many people are you looking to book for, and what is your preferred booking time?"", ""User: Oh, I see. Well, I'm looking to book for two people, and I'd prefer to book on Monday at 13:45."", 'System: Great, I have found a few restaurants that match your preferences. Would you like me to provide you with some options?', 'User: Yes, please!', 'System: Sure thing! Based on your preferences, I have found three restaurants that might interest you. The first is ""The African Gastropub"" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is ""The Gastropub Kitchen"" which is also located in the east and serves a variety of gastropub dishes. The third is ""The East African Bistro"" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options?', 'User: The African Gastropub sounds great, can you tell me more about it?', 'System: Certainly! ""The African Gastropub"" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature ""Jollof Rice"" and ""Beef Suya"". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45?', 'User: Yes, that sounds perfect! Can you please go ahead and book the table for me?', 'System: Of course! I have booked a table for two people at ""The African Gastropub"" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", 'System: You\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at ""The African Gastropub""! Goodbye!']","User: Hi, I'm looking for a restaurant in the east of the city that serves African and gastropub food, and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, how many people are you looking to book for, and what is your preferred booking time? User: Oh, I see. Well, I'm looking to book for two people, and I'd prefer to book on Monday at 13:45. System: Great, I have found a few restaurants that match your preferences. Would you like me to provide you with some options? User: Yes, please! System: Sure thing! Based on your preferences, I have found three restaurants that might interest you. The first is ""The African Gastropub"" which is located in the east of the city and serves a mix of African and gastropub cuisine. The second is ""The Gastropub Kitchen"" which is also located in the east and serves a variety of gastropub dishes. The third is ""The East African Bistro"" which is located in the east and serves African-inspired dishes. Would you like me to provide you with more information about any of these options? User: The African Gastropub sounds great, can you tell me more about it? System: Certainly! ""The African Gastropub"" is a popular restaurant in the east of the city that serves a mix of African and gastropub cuisine. They are known for their delicious dishes such as their signature ""Jollof Rice"" and ""Beef Suya"". They also have a cozy atmosphere and a knowledgeable staff. Would you like to book a table for two people on Monday at 13:45? User: Yes, that sounds perfect! Can you please go ahead and book the table for me? System: Of course! I have booked a table for two people at ""The African Gastropub"" on Monday at 13:45. Please note that the booking is non-refundable and the restaurant has a strict cancellation policy. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal at ""The African Gastropub""! Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['african', 'gastropub'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['east'], 'restaurant-bookday': ['monday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['13:45']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +MUL2293.json,"USER: I'm planning a trip to Cambridge and I was told the A and B Guest House was a great place to stay. Can you give me information about it? SYSTEM: Absolutely! This is a moderately priced guest house with four stars. There is wifi included. It is located on the east. What else can I help with? USER: Do you have free parking? I refuse to pay for parking in a hotel that I am staying at. Wouldn't you agree? SYSTEM: Yes, I would as a matter of fact. And yes the offer free parking. USER: Okay, sounds good. Also I need to get a train from Liverpool street to Cambridge. SYSTEM: What day would you like to make this trip? Do you have any other specifications? USER: Oh wait, you know what? I forgot to ask about star ratings. What's the star rating on the A and B Guest House, please? SYSTEM: It has four stars. Would you still like information on the train? USER: The train should leave after 12:45 and should leave on friday. for 2 people please book. SYSTEM: TR5015 leaves london liverpool street at 13:39 and arrives at cambridge by 15:07. Would this work for you? USER: Does that train leave on Friday? SYSTEM: Yes, that train leaves on Friday. USER: I need two tickets. SYSTEM: Okay, two tickets are booked, for a total price of 33.2 GBP, and your reference number is MY04HJ0A, do you need anything else today? USER: No thanks, that is everything. SYSTEM: Thanks for using our system!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, hotel], Details: [{Actions: [NONE, find_hotel], Preferences: {hotel-name: [a and b guest house], hotel-parking: [yes]}}, {Actions: [NONE, book_train, find_train], Preferences: {train-departure: [london liverpool street], train-destination: [cambridge], train-day: [friday], train-leaveat: [12:45], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": [""a and b guest house""], ""hotel-parking"": [""yes""]}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": [""london liverpool street""], ""train-destination"": [""cambridge""], ""train-day"": [""friday""], ""train-leaveat"": [""12:45""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45, and also find a hotel in the area."", 'System: Great! For the train ticket, would you prefer a specific departure time or destination? And how many people would you like to book for?', ""User: I'd like to depart at 12:45 from London Liverpool Street, and I need to book two tickets."", 'System: Got it! For the hotel, do you have any specific preferences such as hotel name or parking availability?', 'User: Yes, I\'d like to find a hotel with the name ""a and b guest house"" and preferably with parking available.', 'System: Great! Based on your preferences, I have found a few options for you. For the train ticket, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel, I have found the ""a and b guest house"" with parking available. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you please proceed with the booking?', 'System: Great! For the train ticket, the total cost is £25. And for the hotel, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal?', ""User: I'll pay with credit card."", 'System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge!', 'User: Thank you! Goodbye.', 'System: Goodbye! Enjoy your trip!']","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to book a train ticket from London Liverpool Street to Cambridge on Friday at 12:45, and also find a hotel in the area. System: Great! For the train ticket, would you prefer a specific departure time or destination? And how many people would you like to book for? User: I'd like to depart at 12:45 from London Liverpool Street, and I need to book two tickets. System: Got it! For the hotel, do you have any specific preferences such as hotel name or parking availability? User: Yes, I'd like to find a hotel with the name ""a and b guest house"" and preferably with parking available. System: Great! Based on your preferences, I have found a few options for you. For the train ticket, I can offer you a seat on the 12:45 train from London Liverpool Street to Cambridge on Friday. And for the hotel, I have found the ""a and b guest house"" with parking available. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please proceed with the booking? System: Great! For the train ticket, the total cost is £25. And for the hotel, the total cost is £100 for two nights. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! Your bookings have been confirmed. Your train ticket will be sent to your email, and the hotel reservation will be under your name. Thank you for using our services! Have a great trip to Cambridge! User: Thank you! Goodbye. System: Goodbye! Enjoy your trip!","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-name"": ""null"", ""hotel-parking"": ""null""}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': ['a and b guest house'], 'hotel-parking': ['yes']}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': ['london liverpool street'], 'train-destination': ['cambridge'], 'train-day': ['friday'], 'train-leaveat': ['12:45'], 'train-bookpeople': ['2']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}",0.0,0.0 +PMUL1586.json,"USER: I need a train to go from Cambridge to Norwich. SYSTEM: What day of the week are you looking to travel? USER: I am traveling on Sunday SYSTEM: What time would you like to leave or arrive by? USER: I would like to arrive by 13:45. SYSTEM: I have the TR7438 that will arrive at 12:55. Would you like a booking made today? USER: I would like to book that train for 4 people please. SYSTEM: 7G6OJ8G2 is your confirmation code. May I help you further? USER: yeah, I'm also looking for a place to stay. I don't like hotels, so a guesthouse would be better. Moderate in price. SYSTEM: There are several moderate priced guesthouses do you have a preferred area that you want to stay in? USER: Yes, the hotel should be in the east and doesn't need to have free parking. SYSTEM: a and b guest house is a guesthouse in the east and it is moderate. Shall I book it ? USER: can I have the star rating and idf they have wi fi ? SYSTEM: The star rating is 4 and they do have free wifi. USER: OK, that's all I need for now. Thanks. SYSTEM: Great. I hope you have an excellent day. USER: Thanks you too Goodbye SYSTEM: Great! Have a good day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, hotel], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-departure: [cambridge], train-destination: [norwich], train-day: [sunday], train-arriveby: [13:45], train-bookpeople: [4]}}, {Actions: [NONE, find_hotel], Preferences: {hotel-pricerange: [moderate], hotel-type: [guesthouse], hotel-area: [east], hotel-parking: [dontcare], hotel-name: [a and b guest house]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": [""cambridge""], ""train-destination"": [""norwich""], ""train-day"": [""sunday""], ""train-arriveby"": [""13:45""], ""train-bookpeople"": [""4""]}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": [""moderate""], ""hotel-type"": [""guesthouse""], ""hotel-area"": [""east""], ""hotel-parking"": [""dontcare""], ""hotel-name"": [""a and b guest house""]}}]}","[""User: Hi, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich?"", ""User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM."", 'System: Great! Based on your preferences, I have found a few options for you. Would you like me to proceed with booking a train ticket?', 'User: Yes, please go ahead.', 'System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal?', ""User: I'll pay by credit card."", 'System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you!"", ""System: You're welcome! Have a great trip to Norwich. Goodbye!""]","User: Hi, I'm looking for a train ticket from Cambridge to Norwich on Sunday. Can you help me book one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time from Cambridge and your desired arrival time in Norwich? User: Sure! I'd like to depart from Cambridge at 10:00 AM and arrive in Norwich by 1:45 PM. System: Great! Based on your preferences, I have found a few options for you. Would you like me to proceed with booking a train ticket? User: Yes, please go ahead. System: Great! I have booked you on the 10:00 AM train from Cambridge to Norwich on Sunday. The fare for this ticket is £25. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed your payment and confirmed your booking. Your train ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! Have a great trip to Norwich. Goodbye!","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-day"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-name"": ""null""}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-parking': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-parking': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': ['cambridge'], 'train-destination': ['norwich'], 'train-day': ['sunday'], 'train-arriveby': ['13:45'], 'train-bookpeople': ['4']}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': ['moderate'], 'hotel-type': ['guesthouse'], 'hotel-area': ['east'], 'hotel-parking': ['dontcare'], 'hotel-name': ['a and b guest house']}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-parking': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-name': 'null', 'hotel-parking': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}]}",0.0,0.0 +SNG0039.json,"USER: Good day. Might you be able to assist me with a taxi going to Corpus Christi leaving sometime after 08:45? SYSTEM: Sure I can do that! Where is the departure site? USER: I need it to pick me up from gourmet burger kitchen. SYSTEM: The car coming is a White Tesla with contact number is: 07441094025 USER: Thank you so much. SYSTEM: Is there anything else I can help you with today? USER: Nope, that will do it, thanks! SYSTEM: You're welcome. Have a great trip!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi], Details: [{Actions: [NONE, find_taxi], Preferences: {taxi-destination: [corpus christi], taxi-leaveat: [08:45], taxi-departure: [gourmet burger kitchen]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""corpus christi""], ""taxi-leaveat"": [""08:45""], ""taxi-departure"": [""gourmet burger kitchen""]}}]}","[""User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen?"", ""User: Oh, I'd like to leave at 08:45, if possible."", 'System: Great! And do you have any specific preferences for your taxi, such as a particular type of vehicle or extra features like a child seat or entertainment system?', 'User: No, nothing too specific. Just a standard taxi with a reliable driver would be perfect.', 'System: Absolutely! Based on your preferences, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X, and the journey should take around Y minutes. Would you like to proceed with the booking?', 'User: Yes, that sounds great. Please go ahead and book the taxi for me.', ""System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen, and your destination is Corpus Christi. Your driver's name is [Driver Name], and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time."", 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your ride!"", 'User: Goodbye!']","User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your preferred departure time from Gourmet Burger Kitchen? User: Oh, I'd like to leave at 08:45, if possible. System: Great! And do you have any specific preferences for your taxi, such as a particular type of vehicle or extra features like a child seat or entertainment system? User: No, nothing too specific. Just a standard taxi with a reliable driver would be perfect. System: Absolutely! Based on your preferences, I have found a taxi service that can take you from Gourmet Burger Kitchen to Corpus Christi at 08:45. The fare will be approximately $X, and the journey should take around Y minutes. Would you like to proceed with the booking? User: Yes, that sounds great. Please go ahead and book the taxi for me. System: Wonderful! I have just booked a taxi for you with [Taxi Service Name]. Your pickup time is scheduled for 08:45 from Gourmet Burger Kitchen, and your destination is Corpus Christi. Your driver's name is [Driver Name], and they will be arriving in a [Vehicle Type] with the license plate number [License Plate Number]. Please be ready at the designated pickup location at least 5 minutes before your scheduled pickup time. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your ride! User: Goodbye!","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-leaveat"": ""null"", ""taxi-departure"": ""null""}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-parking': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-parking': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['corpus christi'], 'taxi-leaveat': ['08:45'], 'taxi-departure': ['gourmet burger kitchen']}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-parking': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-day': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-area': 'null', 'hotel-parking': 'null', 'hotel-name': 'null'}}]}",0.0,0.0 +SSNG0142.json,"USER: I am looking for a restaurant. SYSTEM: Is there a price range or type of food that you would prefer? USER: Not sure of that, I am looking for a restaurant named ""ask."" SYSTEM: That is an Italian restaurant located in the centre of town. It is at 12 Bridge Street. Can I call and reserve a table for you? USER: I would like to book a table for 5 people on Sunday at 14:15 SYSTEM: I am afraid that booking was unsuccessful. Would you like to try another restaurant? USER: Yes, a different restaurant in the same area and with the same price range. SYSTEM: Yes there are 15 restaurants that are a similar price range. Did you still want Italian? USER: Type of food doesn't matter. Which is the best one? I'll book that. SYSTEM: Your reservation is at the Dojo Noodle Bar at Millers Yard. The reference number is W87AKIBY and the table will be held for 15 minutes. Is that all? USER: That is all. Thank you! SYSTEM: Thank you for calling. Enjoy your dining experience."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-name: [ask.\, dontcare, ask], restaurant-bookday: [sunday], restaurant-bookpeople: [5], restaurant-booktime: [14:15], restaurant-area: [centre], restaurant-food: [dontcare]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""ask.\"""", ""dontcare"", ""ask""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""14:15""], ""restaurant-area"": [""centre""], ""restaurant-food"": [""dontcare""]}}]}","[""User: Hi, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one?"", ""System: Of course! To help you find a restaurant that fits your preferences, I'll need some more information. Can you please tell me your preferred day and time for booking, and how many people you'll be dining with?"", ""User: Sure! I'd like to book a restaurant for Sunday at 14:15, and I'll be dining with 5 people."", 'System: Great! Based on your preferences, I have a few restaurant recommendations for you. For a nice atmosphere and good food, you might enjoy ""Restaurant X"" or ""Restaurant Y"". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants?', 'User: That sounds great! Can you book a table for 5 people at ""Restaurant X"" for Sunday at 14:15?', 'System: Absolutely! I\'ve just confirmed a table for you at ""Restaurant X"" for Sunday at 14:15. Please note that the restaurant has a dress code, so it\'s best to dress smartly. Also, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking?', ""User: That sounds good, thank you! But I don't have a specific dress code in mind, can we just go with smart casual?"", ""System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking?"", ""User: No, that's all good. Thank you for your help!"", 'System: You\'re welcome! It was my pleasure to assist you. Enjoy your dining experience at ""Restaurant X"" on Sunday at 14:15. Have a great day!']","User: Hi, I'm looking for a restaurant in the city centre that serves good food and has a nice atmosphere. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences, I'll need some more information. Can you please tell me your preferred day and time for booking, and how many people you'll be dining with? User: Sure! I'd like to book a restaurant for Sunday at 14:15, and I'll be dining with 5 people. System: Great! Based on your preferences, I have a few restaurant recommendations for you. For a nice atmosphere and good food, you might enjoy ""Restaurant X"" or ""Restaurant Y"". Both of these restaurants are located in the city centre and have received great reviews. Would you like me to book a table for you at one of these restaurants? User: That sounds great! Can you book a table for 5 people at ""Restaurant X"" for Sunday at 14:15? System: Absolutely! I've just confirmed a table for you at ""Restaurant X"" for Sunday at 14:15. Please note that the restaurant has a dress code, so it's best to dress smartly. Also, they have a special menu for Sunday brunch that you might be interested in. Would you like me to add that to your booking? User: That sounds good, thank you! But I don't have a specific dress code in mind, can we just go with smart casual? System: Of course! Smart casual is perfectly fine. I've updated your booking to reflect that. Is there anything else you'd like to add or change before I finalize the booking? User: No, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at ""Restaurant X"" on Sunday at 14:15. Have a great day!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-area"": ""null"", ""restaurant-food"": ""null""}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['ask.""', 'dontcare', 'ask'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['14:15'], 'restaurant-area': ['centre'], 'restaurant-food': ['dontcare']}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-leaveat': 'null', 'taxi-departure': 'null'}}]}",0.0,0.0 +SNG01795.json,"USER: I'm looking for a train please. SYSTEM: Where are you leaving from and where would you like to go? USER: I plan to leave from stevenage to go to Cambridge. SYSTEM: Okay. There are 70 trains that go from stevenage to cambridge. Would you like to narrow it down by day or time? USER: I want to leave on Sunday and arrive by 12:15. SYSTEM: trainID departure destination day leaveAt arriveBy price duration book (optional) TR1542 stevenage cambridge sunday 05:54 06:43 10.24 pounds 49 minutes TR5870 stevenage cambridge sunday 07:54 08:43 10.24 pounds 49 minutes TR7802 stevenage cambridge sunday 09:54 10:43 10.24 pounds 49 minutes TR8225 stevenage cambridge sunday 11:54 12:43 10.24 pounds 49 minutes are the opitions USER: Thank you, I will check them out and get back to you. SYSTEM: You are welcome. Call back anytime you are ready to book. USER: That information is very overwhelming. Can you please pick the best option that meets my criteria and book for 6 people. SYSTEM: I would like to book the TR7802 stevenage cambridge sunday 09:54 10:43, please. USER: I think you're confused. I need the info, you're the help desk. SYSTEM: I apologize for the mistake. I have booked six tickets for you and your party on the TR7802 train departing from Stevenage at 09:54 and arriving at Cambridge at 10:43. USER: That's more like it. And, what's the reference number? SYSTEM: Your reference number is DDBA2U1R . The total fee is 61.44 GBP payable at the station. May I help with something else? USER: That was all. Thank you SYSTEM: Thanks for using our services."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-departure: [stevenage], train-destination: [cambridge], train-arriveby: [10:43, 12:15], train-day: [sunday], train-bookpeople: [6], train-leaveat: [09:54]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": [""stevenage""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""10:43"", ""12:15""], ""train-day"": [""sunday""], ""train-bookpeople"": [""6""], ""train-leaveat"": [""09:54""]}}]}","[""User: Hi, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. What would you like to do?"", ""User: I'd like to book a train ticket for Sunday, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices?"", 'System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with six available seats. The fare for this train is £25. Would you like to book this train?', 'User: Yes, that sounds great. Can you please provide more details about the train, such as the train number and the platform number at Stevenage?', 'System: Certainly! The train number is TS123, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking?', ""User: Yes, I'd like to proceed. How do I pay for the ticket?"", 'System: We accept all major credit and debit cards. Would you like to enter your payment details now?', 'User: Sure. My card is a Visa.', ""System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station."", 'User: Thank you so much! Is there a way to get to the station from my hotel?', 'System: Yes, there are several options for getting to the station from your hotel. You can take a taxi, which should take around 10 minutes and cost approximately £15. Alternatively, you can take the bus, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options?', ""User: No, I think I'll just take a taxi. Can you provide the taxi company's contact information?"", ""System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions."", 'User: Great, thank you so much for your help!', ""System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking to book a train ticket from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to do? User: I'd like to book a train ticket for Sunday, departing from Stevenage at 10:43 and arriving in Cambridge at 12:15. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with six available seats. The fare for this train is £25. Would you like to book this train? User: Yes, that sounds great. Can you please provide more details about the train, such as the train number and the platform number at Stevenage? System: Certainly! The train number is TS123, and it will depart from platform 3 at Stevenage. The platform number at Cambridge is 1. Would you like to proceed with the booking? User: Yes, I'd like to proceed. How do I pay for the ticket? System: We accept all major credit and debit cards. Would you like to enter your payment details now? User: Sure. My card is a Visa. System: Great! I've processed your payment successfully. Your booking reference is TS123-SUNDAY-1043. Please have your ticket ready for inspection at the station. User: Thank you so much! Is there a way to get to the station from my hotel? System: Yes, there are several options for getting to the station from your hotel. You can take a taxi, which should take around 10 minutes and cost approximately £15. Alternatively, you can take the bus, which will take around 20 minutes and cost £3. Would you like me to provide more information on these options? User: No, I think I'll just take a taxi. Can you provide the taxi company's contact information? System: Certainly! The taxi company's contact information is [insert contact information]. Please note that taxi availability and prices may vary depending on the time of day and traffic conditions. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Cambridge! Goodbye!","{""Services Involved"": [""train""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-bookpeople"": ""null"", ""train-leaveat"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': ['stevenage'], 'train-destination': ['cambridge'], 'train-arriveby': ['10:43', '12:15'], 'train-day': ['sunday'], 'train-bookpeople': ['6'], 'train-leaveat': ['09:54']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-area': 'null', 'restaurant-food': 'null'}}]}",0.0,0.0 +PMUL4433.json,"USER: I need to get a train going to Stevenage. SYSTEM: I will need some more information. The train is departing from cambridge correct? What day would you like to leave? USER: Yes, departing from Cambridge. We'll be leaving on Tuesday, hopefully after 15:15. SYSTEM: How about TR5343? It leaves at 15:21. Your next choice is TR9883 which leaves at 17:21. USER: What is the price for TR5343? SYSTEM: It is 12.80 pounds. USER: I would like information on pools in the north. SYSTEM: jesus green outdoor pool and kings hedges learner pool are in that area. Could I get you info on one of those? USER: How about Jesus Green Outdoor pool. Could I have their address and phone number. SYSTEM: Sure, the phone number for jesus green outdoor pool is 01223302579. The address is listed as between victoria road and the river. USER: thanks! that's all i need now SYSTEM: Is there any other info or booking I can do? USER: No, not at this time. Thank you. SYSTEM: Okay glad I could help."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, find_train], Preferences: {train-destination: [stevenage], train-day: [tuesday], train-departure: [cambridge], train-leaveat: [15:15]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [north], attraction-type: [swimmingpool], attraction-name: [jesus green outdoor pool]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": [""stevenage""], ""train-day"": [""tuesday""], ""train-departure"": [""cambridge""], ""train-leaveat"": [""15:15""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""north""], ""attraction-type"": [""swimmingpool""], ""attraction-name"": [""jesus green outdoor pool""]}}]}","[""User: Hi, I'm looking for a train and attraction service. Can you help me?"", 'System: Of course! What specific service would you like to request?', ""User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15."", 'System: Great! To help me assist you better, may I know your preferred class of travel and any special requirements?', ""User: I'd like an economy ticket, and I don't have any special requirements."", ""System: Alright! Based on the details you've provided, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you?"", 'User: Yes, please go ahead and book the ticket.', 'System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal?', ""User: I'd like to pay by credit card."", 'System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed.', 'User: Thank you! Is there any attraction near Stevenage that you can recommend?', ""System: Certainly! Based on your preferences, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage, and it's open on Tuesdays. Would you like me to provide you with the address and directions?"", 'User: That sounds great, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool?', 'System: Absolutely! The address is Jesus Green Outdoor Pool, Queensway, Stevenage SG1 1BS. To get there, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information?', 'User: No, I think I can manage from here. Thank you so much for your help!', ""System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye!""]","User: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service would you like to request? User: I'd like to find a train from Cambridge to Stevenage on Tuesday at 15:15. System: Great! To help me assist you better, may I know your preferred class of travel and any special requirements? User: I'd like an economy ticket, and I don't have any special requirements. System: Alright! Based on the details you've provided, I have found a suitable train for you. The train departs from Cambridge at 15:15 on Tuesday, and it will take approximately 2 hours to reach Stevenage. Would you like me to book the ticket for you? User: Yes, please go ahead and book the ticket. System: Great! I have booked the ticket for you. The total cost is £25. Would you like to pay by credit card or PayPal? User: I'd like to pay by credit card. System: Sure thing! I have processed the payment successfully. Your train ticket is now confirmed. User: Thank you! Is there any attraction near Stevenage that you can recommend? System: Certainly! Based on your preferences, I suggest visiting Jesus Green Outdoor Pool. It's a popular swimming pool located in the north area of Stevenage, and it's open on Tuesdays. Would you like me to provide you with the address and directions? User: That sounds great, thank you! Can you also provide me with the address and directions to Jesus Green Outdoor Pool? System: Absolutely! The address is Jesus Green Outdoor Pool, Queensway, Stevenage SG1 1BS. To get there, you can take a taxi or bus from Stevenage train station. The journey takes approximately 15 minutes. Would you like me to provide you with the bus schedule and taxi fare information? User: No, I think I can manage from here. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great trip to Stevenage and enjoy your visit to Jesus Green Outdoor Pool! Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-leaveat"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': ['stevenage'], 'train-day': ['tuesday'], 'train-departure': ['cambridge'], 'train-leaveat': ['15:15']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['north'], 'attraction-type': ['swimmingpool'], 'attraction-name': ['jesus green outdoor pool']}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}","{'Services Involved': ['train'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-bookpeople': 'null', 'train-leaveat': 'null'}}]}",0.0,0.0 +SNG1116.json,"USER: I am getting ready to go off to college. I thought while I was in town maybe I could visit one. SYSTEM: Great idea! There are 18 entries found! What area of town would you like to visit? USER: I think I'd like to visit the centre. SYSTEM: There are 13 colleges in the city center but I recommend visiting Downing college and it is free to get in. USER: Great! Can I have the address, please? SYSTEM: Sure, it's located at Regent Street. USER: Great, thank you very much. That's all I need. SYSTEM: You're welcome. Have a great day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction], Details: [{Actions: [NONE, find_attraction], Preferences: {attraction-type: [college], attraction-area: [centre], attraction-name: [downing college]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": [""college""], ""attraction-area"": [""centre""], ""attraction-name"": [""downing college""]}}]}","[""User: Hi, I'm looking for information on attractions in the centre of Downing College. Can you help me?"", ""System: Of course! I'd be happy to assist you. To provide the most accurate information, may I know what type of attraction you're interested in? For example, are you looking for a museum, a park, or a historical landmark?"", ""User: Actually, I'm looking for a college attraction. Do you have any recommendations?"", ""System: Great! Based on your preference for a college attraction in the centre of Downing College, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you?"", 'User: That sounds perfect! Can you tell me more about the chapel and the tours?', ""System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm, and there is no need to book in advance. Would you like to schedule a tour for a specific time?"", ""User: Yes, I'd like to schedule a tour for 2 pm today."", ""System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with?"", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel, and don't hesitate to reach out if you need anything else. Goodbye!""]","User: Hi, I'm looking for information on attractions in the centre of Downing College. Can you help me? System: Of course! I'd be happy to assist you. To provide the most accurate information, may I know what type of attraction you're interested in? For example, are you looking for a museum, a park, or a historical landmark? User: Actually, I'm looking for a college attraction. Do you have any recommendations? System: Great! Based on your preference for a college attraction in the centre of Downing College, I suggest you visit the Downing College Chapel. It's a beautiful and historic chapel that offers guided tours and is located right in the heart of the college. Would you like me to provide you with more information or schedule a tour for you? User: That sounds perfect! Can you tell me more about the chapel and the tours? System: Certainly! The Downing College Chapel is a stunning example of Gothic Revival architecture, with intricate stone carvings and stained glass windows. The chapel offers guided tours that last approximately 45 minutes, where you'll learn about the history and significance of the chapel. The tours are available daily from 10am to 4pm, and there is no need to book in advance. Would you like to schedule a tour for a specific time? User: Yes, I'd like to schedule a tour for 2 pm today. System: Great! I have scheduled a tour for you at 2 pm today. Please arrive at the chapel 15 minutes prior to the tour to ensure you don't miss anything. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at the Downing College Chapel, and don't hesitate to reach out if you need anything else. Goodbye!","{""Services Involved"": [""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': ['college'], 'attraction-area': ['centre'], 'attraction-name': ['downing college']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-leaveat': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +SNG1165.json,"USER: I am looking for a high priced hotel in the north side of town SYSTEM: I'm sorry, but there aren't any places that meet those qualifications. Would you like to try a different part of town? USER: How about an expensive hotel in the south side of town? SYSTEM: There is one option, it is The Lensfield Hotel. Do you want me to reserve any rooms for you? USER: Does it offer free wifi? SYSTEM: Yes the Lensfield Hotel does have free wifi. USER: How about free parking, does it have that as well? SYSTEM: Yes it also has free parking. Anything else today? USER: book it for 7 people and 3 nights starting from monday. SYSTEM: The booking was successful. Your reference number is 81E1ITXC . Is there anything else I can help with today? USER: No that is all I need. Thank you for your time. SYSTEM: we appreciate you using our services. have a good day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-area: [north, south], hotel-pricerange: [expensive], hotel-bookday: [monday], hotel-bookpeople: [7], hotel-bookstay: [3], hotel-name: [lensfield hotel]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": [""north"", ""south""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""monday""], ""hotel-bookpeople"": [""7""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""lensfield hotel""]}}]}","[""User: Hi, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days, starting on Monday. Can you help me find one?"", ""System: Of course! To help you find the perfect hotel, may I know your preferences for the hotel's name?"", 'User: Oh, I prefer the Lensfield Hotel. Do you have any availability for that hotel?', 'System: Great choice! For the Lensfield Hotel, we have availability on Monday, starting from $300 per night. Would you like to proceed with booking a room?', ""User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities?"", 'System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities, including a flat-screen TV, minibar, and free Wi-Fi. They also have a fitness center, spa, and an on-site restaurant serving international cuisine.', ""User: That sounds great. I'd like to book a room, please."", ""System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel, starting from Monday, for 3 days, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking?"", 'User: Yes, please go ahead and book the room.', 'System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay!', 'User: Thank you so much! Goodbye.', 'System: Goodbye, and thank you for your business. Have a great day!']","User: Hi, I'm looking for a hotel in the north area of the city with a price range of expensive and a stay of 3 days, starting on Monday. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferences for the hotel's name? User: Oh, I prefer the Lensfield Hotel. Do you have any availability for that hotel? System: Great choice! For the Lensfield Hotel, we have availability on Monday, starting from $300 per night. Would you like to proceed with booking a room? User: That sounds perfect. Can you please tell me more about the room and the hotel's amenities? System: Certainly! The Lensfield Hotel offers luxurious rooms with modern amenities, including a flat-screen TV, minibar, and free Wi-Fi. They also have a fitness center, spa, and an on-site restaurant serving international cuisine. User: That sounds great. I'd like to book a room, please. System: Wonderful! I'll go ahead and book a room for you at the Lensfield Hotel, starting from Monday, for 3 days, at a rate of $300 per night. Your total cost for the stay will be $900. Would you like to proceed with the booking? User: Yes, please go ahead and book the room. System: Great! Your booking for the Lensfield Hotel has been confirmed. Thank you for choosing our services. Have a wonderful stay! User: Thank you so much! Goodbye. System: Goodbye, and thank you for your business. Have a great day!","{""Services Involved"": [""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}]}","{'Services Involved': ['attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': ['north', 'south'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['monday'], 'hotel-bookpeople': ['7'], 'hotel-bookstay': ['3'], 'hotel-name': ['lensfield hotel']}}]}","{'Services Involved': ['attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}","{'Services Involved': ['attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}]}",0.0,0.0 +PMUL3460.json,"USER: Hi, what can you tell me about the bangkok city restaurant? SYSTEM: Sure! It serves Thai food and is located in the centre. Would you like to book it? USER: Yes for 2 at 19:30 on Sunday please. I need the reference number then too. SYSTEM: I've booked that for you and your reference number is X4W3U0LM . USER: I'd also need a train leaving the centre going to kings lynn and arriving by 17:00 on monday. SYSTEM: I can certainly help with that. Could you just verify your departure point for me? USER: Yes, it should depart from Cambridge. SYSTEM: the earliest arrives by 17.58 USER: Ok, I think that should be fine. Can you make a booking for me? SYSTEM: sorry, the arrival time is actually 16:58. how many tickets would you like? USER: I need tickets for the same group of people going to the restaurant with me. SYSTEM: I have booked train TR2324. The total fee is 19.6 GBP which is payable at the station. Your reference number is EGIIL92A . USER: Thank you so much. SYSTEM: Is there anything else I can help you with? USER: No that is it. Thank you so much. SYSTEM: Well we are here to help. Enjoy your time here ! USER: Thank you for your assistance. SYSTEM: Thank you for calling. I hope you enjoy your trip. Goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-name: [bangkok city], restaurant-area: [centre], restaurant-bookday: [sunday], restaurant-bookpeople: [2], restaurant-booktime: [19:30], restaurant-food: [thai]}}, {Actions: [NONE, book_train, find_train], Preferences: {train-arriveby: [17:00, 17.58, 17:58, 16:58], train-day: [monday], train-destination: [kings lynn], train-departure: [cambridge], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""bangkok city""], ""restaurant-area"": [""centre""], ""restaurant-bookday"": [""sunday""], ""restaurant-bookpeople"": [""2""], ""restaurant-booktime"": [""19:30""], ""restaurant-food"": [""thai""]}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-arriveby"": [""17:00"", ""17.58"", ""17:58"", ""16:58""], ""train-day"": [""monday""], ""train-destination"": [""kings lynn""], ""train-departure"": [""cambridge""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"", ""System: Of course! To help you find a restaurant that fits your preferences, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal?"", ""User: Oh, let's see... I'd say around 500 THB per person, including drinks."", 'System: Great, that helps me narrow down the search. Based on your preferences, I have found a few restaurants that might interest you. One of them is ""Siam@Siam Design Hotel"" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you?', 'User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu?', 'System: Certainly! ""Siam@Siam Design Hotel"" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup, pad thai, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you?', 'User: Yes, please go ahead and book a table for two people at 19:30 on Sunday.', 'System: Great! I have successfully booked a table for you at ""Siam@Siam Design Hotel"" for 19:30 on Sunday. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!""]","User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! To help you find a restaurant that fits your preferences, I'll need to know a bit more information. Can you please tell me your maximum budget for the meal? User: Oh, let's see... I'd say around 500 THB per person, including drinks. System: Great, that helps me narrow down the search. Based on your preferences, I have found a few restaurants that might interest you. One of them is ""Siam@Siam Design Hotel"" which is located in the centre of Bangkok and serves authentic Thai cuisine. Would you like me to book a table for you? User: That sounds perfect! Can you tell me a bit more about the restaurant and the menu? System: Certainly! ""Siam@Siam Design Hotel"" is a stylish and modern Thai restaurant with a focus on traditional dishes. Their menu includes a variety of options such as tom yum soup, pad thai, and green curry. They also have a selection of Thai desserts and drinks. Would you like me to book a table for you? User: Yes, please go ahead and book a table for two people at 19:30 on Sunday. System: Great! I have successfully booked a table for you at ""Siam@Siam Design Hotel"" for 19:30 on Sunday. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!","{""Services Involved"": [""train"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-food"": ""null""}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-destination"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['bangkok city'], 'restaurant-area': ['centre'], 'restaurant-bookday': ['sunday'], 'restaurant-bookpeople': ['2'], 'restaurant-booktime': ['19:30'], 'restaurant-food': ['thai']}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-arriveby': ['17:00', '17.58', '17:58', '16:58'], 'train-day': ['monday'], 'train-destination': ['kings lynn'], 'train-departure': ['cambridge'], 'train-bookpeople': ['2']}}]}","{'Services Involved': ['hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}","{'Services Involved': ['hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}]}",0.0,0.0 +PMUL2583.json,"USER: I'm looking for a hotel, can you help? SYSTEM: I can, we have 9 hotels, do you have anything else to narrow it down? USER: It should be in the centre and be on the expensive side. SYSTEM: I have 2 available hotels. One is the Gonville Hotel located on Gonville Place. The other is University Arms Hotel on Regent Street. Which one would you like to book? USER: Can you book the one without wifi? SYSTEM: they both have internet, for what days and how many people should I book? USER: Do either of them offer free wifi? SYSTEM: As previously mentioned, they both have internet available. I don't have specifications about the internet service however. Would you like to book one of these? USER: Yes, please book for two nights beginning on Sunday for one person. SYSTEM: Your booking was successful and the reference number is ELYPAXQZ . USER: Thank you. I'm also looking for a museum to go to in the same area. SYSTEM: there are 11 all with free entrance. Would you like me to recommend one? USER: Yes, please. Can I get the address and phone number for the one you reccommend? SYSTEM: castle galleries is a nice place, their address is unit su43 grande arcade st andrews st and their postcode is cb23bj, anything else today? USER: Do you have there phone number? SYSTEM: Their phone is 01223307402. Is there anything else I can help you with today? USER: Yes, I also need a taxi going between the two places. SYSTEM: What time do you need the taxi, and which is the destination site? USER: I want to arrive at the Castle Galleries by 11:15. SYSTEM: Your white ford taxi booking was successful. Its contact number is 07580691974. USER: Ok, thank you for the help. SYSTEM: Was there anything else you needed today?"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi, attraction, hotel], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-type: [hotel], hotel-area: [centre], hotel-pricerange: [expensive], hotel-bookday: [sunday, monday], hotel-bookpeople: [1], hotel-bookstay: [1], hotel-name: [gonville hotel]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-area: [centre], attraction-type: [museum]}}, {Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [11:15], taxi-destination: [castle galleries]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi"", ""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-type"": [""hotel""], ""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-bookday"": [""sunday"", ""monday""], ""hotel-bookpeople"": [""1""], ""hotel-bookstay"": [""1""], ""hotel-name"": [""gonville hotel""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""centre""], ""attraction-type"": [""museum""]}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""11:15""], ""taxi-destination"": [""castle galleries""]}}]}","[""User: Hi, I'm looking for a taxi to take me to the castle galleries. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time?"", ""User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries."", 'System: Great! Based on your preferences, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you also recommend some attractions near the castle galleries?', 'System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well?', ""User: Yes, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation."", 'System: Based on your preferences, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me.', 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking?', 'User: Yes, that sounds good. Thank you for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]!"", 'User: Thank you, I will. Goodbye!']","User: Hi, I'm looking for a taxi to take me to the castle galleries. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your pickup location and time? User: Sure. I'd like to be picked up at the Gonville Hotel at 11:15am and taken to the castle galleries. System: Great! Based on your preferences, I have found a taxi that can take you to the castle galleries. The taxi will arrive at 11:15am and the fare will be £15. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you also recommend some attractions near the castle galleries? System: Certainly! There are several attractions near the castle galleries that you might be interested in. The museum is just a short walk away and is highly recommended. Would you like me to find a hotel for you as well? User: Yes, please. I'd like to find a hotel that's close to the castle galleries and has a good reputation. System: Based on your preferences, I have found a few hotels that meet your criteria. The Gonville Hotel is highly rated and is located just a short walk from the castle galleries. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the room will be £200. Would you like to proceed with the booking? User: Yes, that sounds good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in [insert location here]! User: Thank you, I will. Goodbye!","{""Services Involved"": [""taxi"", ""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-type"": ""null"", ""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null"", ""attraction-type"": ""null""}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-destination"": ""null""}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-type': ['hotel'], 'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-bookday': ['sunday', 'monday'], 'hotel-bookpeople': ['1'], 'hotel-bookstay': ['1'], 'hotel-name': ['gonville hotel']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['centre'], 'attraction-type': ['museum']}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['11:15'], 'taxi-destination': ['castle galleries']}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-area': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-food': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-arriveby': 'null', 'train-day': 'null', 'train-destination': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.0,0.0 +MUL1914.json,"USER: I'm looking for a train. SYSTEM: Let's start with where you are departing from and where you are going? USER: Departing from ely to cambridge. SYSTEM: There are quite a few trains from Ely to Cambridge. On what day will you be traveling, and at what time would you like to depart? USER: It's on Tuesday. I need to arrive by 9:30 and need to book for 7 people. Could I also get the reference number too? SYSTEM: Ok I have booked you on TR6971 leaving Ely at 7:35, arriving at cambridge by 7:52 for 7 people. Reference number AQRMT6Q9 . Anything else I can help with? USER: One more thing. Can you give me information about an attraction called Ruskin Gallery? SYSTEM: It's a free museum in the city centre, located at anglia ruskin university, east road. Anything else I can help with? USER: What is the phone number for there? SYSTEM: Phone # is 01245493131. Anything else I can do for you? USER: That was all I needed today. Thank you. SYSTEM: You're welcome, have a nice day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-departure: [ely], train-destination: [cambridge], train-arriveby: [09:30, 9:30], train-bookpeople: [7], train-day: [tuesday]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-name: [ruskin gallery]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": [""ely""], ""train-destination"": [""cambridge""], ""train-arriveby"": [""09:30"", ""9:30""], ""train-bookpeople"": [""7""], ""train-day"": [""tuesday""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-name"": [""ruskin gallery""]}}]}","[""User: Hi, I'm looking for train and attraction services in the UK. Can you help me?"", 'System: Of course! What specific services would you like to know about or book?', ""User: I'd like to book a train ticket from Ely to Cambridge, and also find out about attractions in the area."", 'System: Great! For your train ticket, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for?', ""User: Yes, that sounds good. I'd like to book for 7 people."", 'System: Great! For your attraction, are you interested in the Ruskin Gallery?', ""User: Yes, that's the one I'd like to visit."", 'System: Excellent! For your train ticket, I can offer you a fare of £25 per person. Would you like to proceed with the booking?', 'User: Yes, please go ahead.', 'System: Great! Your train ticket has been booked for 7 people, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175.', 'User: That sounds good. Can you also provide information on the Ruskin Gallery?', 'System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge, known for its impressive collection of art and artifacts. It is open from 10am to 5pm, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you?', ""User: That's all the information I need, thank you."", ""System: You're welcome! Is there anything else I can assist you with today?"", ""User: No, that's all. Thank you for your help!"", 'System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye!']","User: Hi, I'm looking for train and attraction services in the UK. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to book a train ticket from Ely to Cambridge, and also find out about attractions in the area. System: Great! For your train ticket, would you prefer to depart from Ely at 9:30am on Tuesday? And how many people would you like to book for? User: Yes, that sounds good. I'd like to book for 7 people. System: Great! For your attraction, are you interested in the Ruskin Gallery? User: Yes, that's the one I'd like to visit. System: Excellent! For your train ticket, I can offer you a fare of £25 per person. Would you like to proceed with the booking? User: Yes, please go ahead. System: Great! Your train ticket has been booked for 7 people, departing from Ely at 9:30am on Tuesday. The total cost for the booking is £175. User: That sounds good. Can you also provide information on the Ruskin Gallery? System: Certainly! The Ruskin Gallery is a popular attraction in Cambridge, known for its impressive collection of art and artifacts. It is open from 10am to 5pm, Tuesday to Sunday. Would you like me to provide more information or make a reservation for you? User: That's all the information I need, thank you. System: You're welcome! Is there anything else I can assist you with today? User: No, that's all. Thank you for your help! System: It was my pleasure! Have a great day and enjoy your train ride and visit to the Ruskin Gallery. Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-departure"": ""null"", ""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-bookpeople"": ""null"", ""train-day"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': ['ely'], 'train-destination': ['cambridge'], 'train-arriveby': ['09:30', '9:30'], 'train-bookpeople': ['7'], 'train-day': ['tuesday']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': ['ruskin gallery']}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['taxi', 'attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-type': 'null', 'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null', 'attraction-type': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-destination': 'null'}}]}",0.0,0.0 +PMUL2097.json,"USER: Please find me a place to dine that's expensive and in the centre. SYSTEM: Fitzbillies restaurant is expensive in the centre of town. Would you like to try that? USER: I am looking for Thai food. SYSTEM: we have bankok city. it is located in 24 green street centre. can i give you the phone number? USER: Ok great. Can you reserve a table there for Thursday for 5 people at 15:00 please? SYSTEM: it was successful. Reference number is : AKNPF1IH . USER: Thank you for your help. SYSTEM: Your very welcome. Can I help you with anything else today? USER: Yes a hotel please. SYSTEM: Okay. I can help you with that. Can you help me narrow the options down by providing preferences such as area, price range, and type? USER: You know what? I don't need a hotel after all. I heard something about an attraction called ballare, could you give me some information about it? SYSTEM: Ballare is a nightclub located in the centre area. the phone is 01223364222 and the entrance fee is 5 pounds. Can I help you with anything else? USER: That is everything. Thank you so much for your help. SYSTEM: You're welcome! Is there anything else I can help you with today - transportation perhaps, or other attractions? USER: That is all I need. SYSTEM: Thanks for using the Cambridge booking service and have a great day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, attraction, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-food: [thai], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [15:00], restaurant-name: [bangkok city, city]}}, {Actions: [NONE, find_hotel], Preferences: {hotel-type: [hotel]}}, {Actions: [NONE, find_attraction], Preferences: {attraction-name: [ballare]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": [""centre""], ""restaurant-pricerange"": [""expensive""], ""restaurant-food"": [""thai""], ""restaurant-bookday"": [""thursday""], ""restaurant-bookpeople"": [""5""], ""restaurant-booktime"": [""15:00""], ""restaurant-name"": [""bangkok city"", ""city""]}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": [""hotel""]}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-name"": [""ballare""]}}]}","[""User: Hi, I'm looking for a hotel, attraction, and restaurant in Bangkok. Can you help me?"", 'System: Of course! What specific services would you like to request?', ""User: I'd like to find a hotel in the city center, an attraction that's fun for families, and a Thai restaurant for dinner on Thursday."", 'System: Great! For your hotel search, would you prefer a specific hotel type or area?', ""User: I'd like a 5-star hotel in the city center, please."", ""System: Sure thing! Based on your preferences, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you?"", 'User: Yes, please!', 'System: Great! Here are the top 3 options:', 'User: The Okura Prestige Bangkok sounds great. Can I book it?', ""System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services, such as a room upgrade or airport transfer?"", ""User: No, that's all for now. Thank you!"", ""System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you?"", ""User: Sure, I'd love to hear some recommendations!"", 'System: Great! Based on your preferences, I recommend visiting the Bangkok Art and Culture Centre, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo, which has a wide range of animals and a fun petting zoo for kids.', 'User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it?', 'System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit?', 'User: Yes, please!', ""System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask?"", ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok!"", 'User: Thank you, I will! Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a hotel, attraction, and restaurant in Bangkok. Can you help me? System: Of course! What specific services would you like to request? User: I'd like to find a hotel in the city center, an attraction that's fun for families, and a Thai restaurant for dinner on Thursday. System: Great! For your hotel search, would you prefer a specific hotel type or area? User: I'd like a 5-star hotel in the city center, please. System: Sure thing! Based on your preferences, I've found a list of 5-star hotels in the city center that fit your budget. Would you like me to read them to you? User: Yes, please! System: Great! Here are the top 3 options: User: The Okura Prestige Bangkok sounds great. Can I book it? System: Absolutely! I'll go ahead and book your stay. Would you like to add any additional services, such as a room upgrade or airport transfer? User: No, that's all for now. Thank you! System: You're welcome! I've also found some fun family-friendly attractions in Bangkok. Would you like me to share them with you? User: Sure, I'd love to hear some recommendations! System: Great! Based on your preferences, I recommend visiting the Bangkok Art and Culture Centre, which features a variety of contemporary art exhibitions and workshops. Another option is the Dusit Zoo, which has a wide range of animals and a fun petting zoo for kids. User: The Bangkok Art and Culture Centre sounds interesting. Can you tell me more about it? System: Certainly! The Bangkok Art and Culture Centre is a modern art museum that showcases the works of local and international artists. They also offer guided tours and workshops for both adults and children. Would you like me to book your visit? User: Yes, please! System: Great! I've booked your visit to the Bangkok Art and Culture Centre for Thursday at 2 PM. Is there anything else you'd like to do or ask? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure assisting you. Have a great time in Bangkok! User: Thank you, I will! Goodbye! System: Goodbye!","{""Services Involved"": [""hotel"", ""attraction"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-food"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-type"": ""null""}}, {""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-name"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['hotel', 'attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': ['centre'], 'restaurant-pricerange': ['expensive'], 'restaurant-food': ['thai'], 'restaurant-bookday': ['thursday'], 'restaurant-bookpeople': ['5'], 'restaurant-booktime': ['15:00'], 'restaurant-name': ['bangkok city', 'city']}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': ['hotel']}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': ['ballare']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-departure': 'null', 'train-destination': 'null', 'train-arriveby': 'null', 'train-bookpeople': 'null', 'train-day': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}",0.0,0.0 +PMUL0949.json,"USER: I'm looking for a particular restaurant called ask. Please give me information on that restaurant. SYSTEM: Ask is an italian place in the centre area, they are in the cheap price range. Can I help with anything else? USER: Yes, I'd like to book a table for 1 at 17:15 on Wednesday. Can you do that? SYSTEM: I was able to book that table for you. Your reference number should you need it, is DFEBH5D1 .Can I help with anything else? USER: No. I think I am all set. Thanks. SYSTEM: You're very welcome, just let us know if we can help with anything else."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-name: [ask], restaurant-bookday: [wednesday], restaurant-bookpeople: [1], restaurant-booktime: [17:15]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": [""ask""], ""restaurant-bookday"": [""wednesday""], ""restaurant-bookpeople"": [""1""], ""restaurant-booktime"": [""17:15""]}}]}","[""User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one?"", 'System: Of course! To help you find a restaurant, may I know your preferred name of the restaurant?', ""User: Hmm, I'm not sure yet. Can you suggest some options?"", 'System: Certainly! Based on your preferences, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you?', 'User: Yes, please book the first one on the list.', 'System: Great choice! For [restaurant name], would you like to book a table for [number of people] on Wednesday at 17:15?', ""User: Yes, that's correct."", ""System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address."", 'User: Thank you so much! I really appreciate your help.', ""System: You're welcome! It was my pleasure to assist you. Have a great dining experience!"", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']","User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me find one? System: Of course! To help you find a restaurant, may I know your preferred name of the restaurant? User: Hmm, I'm not sure yet. Can you suggest some options? System: Certainly! Based on your preferences, here are some highly-rated restaurants in the area: [insert restaurant names]. Would you like me to book one of them for you? User: Yes, please book the first one on the list. System: Great choice! For [restaurant name], would you like to book a table for [number of people] on Wednesday at 17:15? User: Yes, that's correct. System: Excellent! Your booking is confirmed. Here's the details of your reservation: [insert reservation details]. Please note that we have also sent a confirmation email to your registered email address. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great dining experience! User: Thank you, I will! Goodbye. System: Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}]}","{'Services Involved': ['hotel', 'attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['hotel', 'attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': ['ask'], 'restaurant-bookday': ['wednesday'], 'restaurant-bookpeople': ['1'], 'restaurant-booktime': ['17:15']}}]}","{'Services Involved': ['hotel', 'attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}","{'Services Involved': ['hotel', 'attraction', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-area': 'null', 'restaurant-pricerange': 'null', 'restaurant-food': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null', 'restaurant-name': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-type': 'null'}}, {'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-name': 'null'}}]}",0.0,0.0 +PMUL3847.json,"USER: What fun places can I visit in the East? SYSTEM: We have five spots which include boating, museums and entertainment. Any preferences that you have? USER: I don't have a preference. Which place would you recommend? SYSTEM: I'm fond of the Cambridge Museum of Technology. Would you like more information on it? USER: What is the entrance fee? SYSTEM: It is 5 pounds to get in. USER: Great, thanks! Can you help me find a train going into Cambridge as well? SYSTEM: I certainly can! Where would you be coming from and what day and time? USER: I am leaving birmingham new street and going to cambridge; I need to travel on Friday and arrive by 13:15. SYSTEM: TR0497 arrives by 12:23. Would you like a ticket? USER: Yes please. Book the train for 2 people. Please include the reference number. SYSTEM: Reference number is : PYPBSAXI . Is there anything else? USER: That's everything. Thanks again and have a great day! SYSTEM: Enjoy your trip! Have a great time!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, attraction], Details: [{Actions: [NONE, find_attraction], Preferences: {attraction-area: [east]}}, {Actions: [NONE, book_train, find_train], Preferences: {train-destination: [cambridge], train-arriveby: [13:15], train-day: [friday], train-departure: [birmingham new street], train-bookpeople: [2]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": [""east""]}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-destination"": [""cambridge""], ""train-arriveby"": [""13:15""], ""train-day"": [""friday""], ""train-departure"": [""birmingham new street""], ""train-bookpeople"": [""2""]}}]}","[""User: Hi, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time, the number of passengers, and your preferred train destination?"", ""User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday, and I have 2 people in my party."", 'System: Great! Based on your preferences, I have found a few options for you. Would you like me to book a train ticket for you?', 'User: Yes, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting?', 'System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area, I suggest visiting the Fitzwilliam Museum, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you?', 'User: That sounds great, thank you! Can you also tell me about any other attractions in the area?', ""System: Certainly! In addition to the Fitzwilliam Museum, you might also enjoy visiting King's College Chapel, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time, you could take a punting tour along the River Cam to see the city from a different perspective."", 'User: That all sounds wonderful. Can you book the train ticket and the attraction for me?', 'System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking.', ""User: Yes, I'd like to proceed. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye!""]","User: Hi, I'm looking for a train ticket from Birmingham to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some details such as your preferred departure time, the number of passengers, and your preferred train destination? User: Sure. I'd like to depart from Birmingham New Street at 13:15 on a Friday, and I have 2 people in my party. System: Great! Based on your preferences, I have found a few options for you. Would you like me to book a train ticket for you? User: Yes, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting? System: Absolutely! Cambridge has a lot to offer. Based on your interest in the east area, I suggest visiting the Fitzwilliam Museum, which is located near the train station. It features a diverse collection of art and antiquities. Would you like me to book a ticket for you? User: That sounds great, thank you! Can you also tell me about any other attractions in the area? System: Certainly! In addition to the Fitzwilliam Museum, you might also enjoy visiting King's College Chapel, which is a beautiful Gothic chapel with stunning stained glass windows. And if you have time, you could take a punting tour along the River Cam to see the city from a different perspective. User: That all sounds wonderful. Can you book the train ticket and the attraction for me? System: Of course! I have booked a train ticket for you from Birmingham New Street to Cambridge, departing at 13:15 on a Friday. I have also booked a ticket for you to visit the Fitzwilliam Museum. Your total cost is £[insert cost here]. Please let me know if you would like to proceed with the booking. User: Yes, I'd like to proceed. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great trip to Cambridge! Goodbye!","{""Services Involved"": [""train"", ""attraction""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-area"": ""null""}}, {""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-destination"": ""null"", ""train-arriveby"": ""null"", ""train-day"": ""null"", ""train-departure"": ""null"", ""train-bookpeople"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': ['east']}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': ['cambridge'], 'train-arriveby': ['13:15'], 'train-day': ['friday'], 'train-departure': ['birmingham new street'], 'train-bookpeople': ['2']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}]}",0.0,0.0 +PMUL2710.json,"USER: Hi, I am traveling to Cambridge and am super excited to see some local tourist attractions. I am looking for some suggestions on places to go in town. SYSTEM: There are 79 attractions in Cambridge. There are churches, museums, swimming pool, and many more attractions. What are you interested in doing? USER: Perhaps I'd like to see a museum. Are there any in the centre? SYSTEM: There are 11 museums in the centre area. There is a science museum, an art and antiques museum, and 9 others. What kind of museum are you interested in? USER: Does not matter can you just recommend one please. SYSTEM: Castle Galleries is a very nice museum in the centre, and their entrance fee is free! USER: Excellent. Can I please have they're phone number and address please? SYSTEM: They are located at unit su43, grande arcade, saint andrews street, cb23bj. You can reach them at 01223307402. USER: Thank you. I am also needing help booking a guesthouse in the north part of town. Can you assist me with that? SYSTEM: You're in luck. There are 11 guesthouses in the north. What amenities are you looking for? USER: 4 people for 5 nights starting Sunday and I also need the ref # too please SYSTEM: Ok great, we have you booked in the alpha-milton guest house at 63 milton road. Your Reference number is : KPUSMIB9 . Thank you!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [attraction, hotel], Details: [{Actions: [NONE, find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [castle galleries]}}, {Actions: [find_hotel, book_hotel], Preferences: {hotel-area: [north], hotel-type: [guesthouse], hotel-bookday: [sunday], hotel-bookpeople: [4], hotel-bookstay: [5]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": [""museum""], ""attraction-area"": [""centre""], ""attraction-name"": [""castle galleries""]}}, {""Actions"": [""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": [""north""], ""hotel-type"": [""guesthouse""], ""hotel-bookday"": [""sunday""], ""hotel-bookpeople"": [""4""], ""hotel-bookstay"": [""5""]}}]}","[""User: Hi, I'm looking for a hotel and attraction recommendations in the centre of the city."", ""System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example, what type of attraction are you interested in?"", ""User: I'm interested in museums. And for the hotel, I'd like something in the north area of the city, preferably a guesthouse with at least 4 stars."", 'System: Great! Based on your preferences, I have found a few options for you. For attraction, I recommend the Castle Galleries, which is a museum located in the centre of the city. As for hotels, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse?', 'System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there?', ""User: No, that's all good. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great stay in the city!""]","User: Hi, I'm looking for a hotel and attraction recommendations in the centre of the city. System: Hello! I'd be happy to help. Can you please provide me with some more details about your preferences? For example, what type of attraction are you interested in? User: I'm interested in museums. And for the hotel, I'd like something in the north area of the city, preferably a guesthouse with at least 4 stars. System: Great! Based on your preferences, I have found a few options for you. For attraction, I recommend the Castle Galleries, which is a museum located in the centre of the city. As for hotels, I have found a few options in the north area that match your criteria. One of them is the Northview Guesthouse, which has 4 stars and is located just a few minutes away from the city centre. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me at the Northview Guesthouse. And can you also provide me with information on how to get to the Castle Galleries from the guesthouse? System: Of course! The Northview Guesthouse is just a 10-minute walk from the city centre, and the Castle Galleries is a 20-minute walk from the guesthouse. Alternatively, you can take a taxi or public transportation to both locations. Would you like me to provide you with more information on how to get there? User: No, that's all good. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city!","{""Services Involved"": [""attraction"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""find_attraction""], ""Preferences"": {""attraction-type"": ""null"", ""attraction-area"": ""null"", ""attraction-name"": ""null""}}, {""Actions"": [""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': ['museum'], 'attraction-area': ['centre'], 'attraction-name': ['castle galleries']}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': ['north'], 'hotel-type': ['guesthouse'], 'hotel-bookday': ['sunday'], 'hotel-bookpeople': ['4'], 'hotel-bookstay': ['5']}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}","{'Services Involved': ['train', 'attraction'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-area': 'null'}}, {'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-destination': 'null', 'train-arriveby': 'null', 'train-day': 'null', 'train-departure': 'null', 'train-bookpeople': 'null'}}]}",0.0,0.0 +WOZ20385.json,"USER: Hey, I'm up south can you give me a place to eat? SYSTEM: What kind of food would you like? USER: Don't care. SYSTEM: I recommend Chiquito Restaurant Bar USER: Can I have the address and telephone number? SYSTEM: Chiquito Restaurant Bar is located at 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton. The phone number is 01223 400170. USER: THAT WILL BE FINE. SYSTEM: You're welcome, goodbye."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [restaurant], Details: [{Actions: [find_restaurant], Preferences: {restaurant-area: [south], restaurant-food: [dontcare], restaurant-name: [chiquito restaurant bar]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": [""south""], ""restaurant-food"": [""dontcare""], ""restaurant-name"": [""chiquito restaurant bar""]}}]}","[""User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, are there any specific types of Mexican food you're looking for, or a certain price range you're working with?"", ""User: Well, I'm not too picky when it comes to Mexican food, but I would like to find a restaurant that serves authentic dishes. As for the price range, I'm open to anything around $20 to $30 per person."", 'System: Great! Based on your preferences, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito?', 'User: Yes, please! And do you have any information about the menu or the ambiance of the restaurant?', 'System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes, such as enchiladas, fajitas, and chiles rellenos. The ambiance is cozy and intimate, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito?', 'User: That sounds great, thank you! Can you also tell me how to get there from my current location?', 'System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions?', 'User: No, I think I can handle it from here. Thank you so much for your help!', ""System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye!""]","User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details about your preferences? For example, are there any specific types of Mexican food you're looking for, or a certain price range you're working with? User: Well, I'm not too picky when it comes to Mexican food, but I would like to find a restaurant that serves authentic dishes. As for the price range, I'm open to anything around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants in the south area that might interest you. One of them is Chiquito Restaurant Bar, which is known for its delicious tacos and quesadillas. Would you like me to provide you with the address and hours of operation for Chiquito? User: Yes, please! And do you have any information about the menu or the ambiance of the restaurant? System: Absolutely! Chiquito Restaurant Bar has a diverse menu that includes a variety of traditional Mexican dishes, such as enchiladas, fajitas, and chiles rellenos. The ambiance is cozy and intimate, with a warm color scheme and a lively atmosphere. Would you like me to provide you with the menu and hours of operation for Chiquito? User: That sounds great, thank you! Can you also tell me how to get there from my current location? System: Sure thing! Chiquito Restaurant Bar is located about 20 minutes from your current location by car. You can take the 101 freeway south and exit at 12th street. The restaurant will be on your left. Would you like me to provide you with turn-by-turn directions? User: No, I think I can handle it from here. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Chiquito Restaurant Bar! Goodbye!","{""Services Involved"": [""restaurant""], ""Details"": [{""Actions"": [""find_restaurant""], ""Preferences"": {""restaurant-area"": ""null"", ""restaurant-food"": ""null"", ""restaurant-name"": ""null""}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': ['south'], 'restaurant-food': ['dontcare'], 'restaurant-name': ['chiquito restaurant bar']}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['attraction', 'hotel'], 'Details': [{'Actions': ['NONE', 'find_attraction'], 'Preferences': {'attraction-type': 'null', 'attraction-area': 'null', 'attraction-name': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-type': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}",0.0,0.0 +PMUL0172.json,"USER: I will be staying in Cambridge. I need a hotel with wifi. SYSTEM: What about a and b guest house? It's in the East. USER: I need something in the centre. SYSTEM: There are 7 hotels which area do you prefer? USER: The north part of town SYSTEM: I ran a search in the north, there's 12 choices. Lets make sure were on the same page, is this the area that you want? Also hotel or Guesthouse? USER: Sorry, I've been all over the place. To be clear, I need a hotel with free wifi and parking that is in the centre. SYSTEM: Shall I choose a hotel for you, or do you have a preference? 4 hotels have free parking and internet in that area. USER: yes please recommend one. the booking is needed for saturday. 3 nights, 6 people SYSTEM: May I recommend alexander bed and breakfast. While it is a cheap guesthouse in the centre of town, it has a 4 star rating and also included internet and parking USER: Ok great. Can you book a room for 6 people and 3 nights starting from Saturday. SYSTEM: Booking was successful. Reference number is : QK6KCZQA USER: Great, thank you. I'm also in need of an Indian restaurant in the cheap price range. Can you find me one? SYSTEM: We have several. What part of town are you thinking? USER: Any will do, what ever you recommend. SYSTEM: Royal Spice is located in the north. It's one of my personal favorites. Would you like me to make reservations for you? USER: I certainly want to try it then. Please book for 6 people at 11:30 on Saturday. SYSTEM: You have been booked at the Royal Spice. Your reference number is WSPAI5JJ . Can I be of further assistance today? USER: Thank you . I am all set. SYSTEM: Great! And you're welcome, have a great day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, restaurant], Details: [{Actions: [NONE, find_hotel, book_hotel], Preferences: {hotel-internet: [yes], hotel-area: [north, centre], hotel-parking: [yes], hotel-type: [hotel], hotel-bookday: [saturday], hotel-bookpeople: [6], hotel-bookstay: [3], hotel-name: [alexander bed and breakfast]}}, {Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [indian], restaurant-pricerange: [cheap], restaurant-area: [dontcare], restaurant-bookday: [saturday], restaurant-bookpeople: [6], restaurant-booktime: [11:30], restaurant-name: [royal spice]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-area"": [""north"", ""centre""], ""hotel-parking"": [""yes""], ""hotel-type"": [""hotel""], ""hotel-bookday"": [""saturday""], ""hotel-bookpeople"": [""6""], ""hotel-bookstay"": [""3""], ""hotel-name"": [""alexander bed and breakfast""]}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""indian""], ""restaurant-pricerange"": [""cheap""], ""restaurant-area"": [""dontcare""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""6""], ""restaurant-booktime"": [""11:30""], ""restaurant-name"": [""royal spice""]}}]}","[""User: Hi, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet, parking, and a good location?"", ""System: Of course! I'd be happy to assist you. To get started, may I know how many people will be staying at the hotel?"", 'User: It will be just me and my partner.', 'System: Great! Based on your preferences, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast, which offers internet, parking, and a great location. Would you like me to book a room for you?', 'User: That sounds perfect! Can you also recommend a restaurant in the area?', 'System: Certainly! After checking your preferences, I have found Royal Spice, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you?', 'User: Yes, that sounds great. Please go ahead and book the table for us.', 'System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!""]","User: Hi, I'm looking for a hotel and a restaurant in the north area of the city for this Saturday. Can you help me find something with internet, parking, and a good location? System: Of course! I'd be happy to assist you. To get started, may I know how many people will be staying at the hotel? User: It will be just me and my partner. System: Great! Based on your preferences, I have found a few options for hotels in the north area that meet your criteria. One of them is the Alexander Bed and Breakfast, which offers internet, parking, and a great location. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend a restaurant in the area? System: Certainly! After checking your preferences, I have found Royal Spice, an Indian restaurant with cheap prices and a great location. They have a booking available at 11:30 AM on Saturday. Would you like me to book a table for you? User: Yes, that sounds great. Please go ahead and book the table for us. System: Great! I have booked a room at the Alexander Bed and Breakfast for you and your partner, and a table at Royal Spice for 11:30 AM on Saturday. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!","{""Services Involved"": [""hotel"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-area"": ""null"", ""hotel-parking"": ""null"", ""hotel-type"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null"", ""hotel-name"": ""null""}}, {""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null"", ""restaurant-name"": ""null""}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-food': 'Indian', 'restaurant-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-food': 'Indian', 'restaurant-name': 'null'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-area': ['north', 'centre'], 'hotel-parking': ['yes'], 'hotel-type': ['hotel'], 'hotel-bookday': ['saturday'], 'hotel-bookpeople': ['6'], 'hotel-bookstay': ['3'], 'hotel-name': ['alexander bed and breakfast']}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['indian'], 'restaurant-pricerange': ['cheap'], 'restaurant-area': ['dontcare'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['6'], 'restaurant-booktime': ['11:30'], 'restaurant-name': ['royal spice']}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-food': 'Indian', 'restaurant-name': 'null'}}]}","{'Services Involved': ['restaurant'], 'Details': [{'Actions': ['find_restaurant'], 'Preferences': {'restaurant-area': 'north', 'restaurant-food': 'Indian', 'restaurant-name': 'null'}}]}",0.06666666666666667,0.06666666666666667 +PMUL3867.json,"USER: Can you assist me in finding me an Expensive Restaurant in Cambridge where I can dine? The restaurant should be serving British foods. SYSTEM: sure, i have 6 options for you USER: I'd like it to be in Centre. SYSTEM: I would suggest midsummer house restaurant it has great food. USER: Can you make me a reservation for Saturday please for 3 people? SYSTEM: What time would you like to dine on Saturday? USER: We will be dining at 16:30. Please book a table for 3 on Saturday and provide the reference number. I also need a hotel in the same area. SYSTEM: Alright, I have your restaurant booking. Your reference number is: DHDB0H4V . What are you looking for in a hotel, so I can narrow down the choices? USER: Something in the same area as the restaurant. It should also be in that same price range. SYSTEM: I've got two expensive hotels in the area. Both have internet and parking. university arms hotel has 4 stars. Does that meet your needs? USER: Yes, that should be perfect thank you. SYSTEM: Would you like me to book you a room? If so, i will need how many people and nights you will be staying and on what day. USER: I would like a room for three people, just for Saturday night. SYSTEM: The booking was successful I have a reference number and the hotel number for you. USER: Can I have the postcode and hotel type, please? SYSTEM: it is the type of a hotel. its post code is cb21ad. anything else? USER: I also need a taxi between the hotel and the restaurant. SYSTEM: I will look a taxi up for you. USER: Thank you very much! Can you please make sure that it arrives at the restaurant by the time of my reservation? SYSTEM: A grey toyota will be waiting to pick you up, if you have any further questions the contact number is 07137847685. USER: Thanks so much! SYSTEM: Can I help you with anything else today? USER: No, that will be all. Thank you! SYSTEM: Thanks for using our service, good day! USER: Thanks for all the help. SYSTEM: Anytime, were here to help. Have a good day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [hotel, taxi, restaurant], Details: [{Actions: [NONE, find_restaurant, book_restaurant], Preferences: {restaurant-food: [british], restaurant-pricerange: [expensive], restaurant-area: [centre], restaurant-name: [midsummer house restaurant], restaurant-bookday: [saturday], restaurant-bookpeople: [3], restaurant-booktime: [16:30]}}, {Actions: [NONE, find_hotel], Preferences: {hotel-area: [centre], hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel]}}, {Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [16:30], taxi-departure: [university arms hotel], taxi-destination: [midsummer house restaurant]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""hotel"", ""taxi"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": [""british""], ""restaurant-pricerange"": [""expensive""], ""restaurant-area"": [""centre""], ""restaurant-name"": [""midsummer house restaurant""], ""restaurant-bookday"": [""saturday""], ""restaurant-bookpeople"": [""3""], ""restaurant-booktime"": [""16:30""]}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": [""centre""], ""hotel-pricerange"": [""expensive""], ""hotel-type"": [""hotel""], ""hotel-name"": [""university arms hotel""]}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": [""16:30""], ""taxi-departure"": [""university arms hotel""], ""taxi-destination"": [""midsummer house restaurant""]}}]}","[""User: Hi, I'm looking for a hotel, a restaurant, and a taxi for this Saturday at 16:30. Can you help me?"", ""System: Of course! I'd be happy to assist you. To get started, may I have your preferences for the hotel and restaurant?"", ""User: Sure! I'd like a hotel in the centre of the city, with a price range of expensive, and a restaurant that serves British food."", 'System: Great! Based on your preferences, I have found a few options for you. For the hotel, I recommend the University Arms Hotel, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there?', 'User: Yes, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30?', 'System: Certainly! Based on your preferences, I suggest the Midsummer House Restaurant, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there?', 'User: Yes, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant?', 'System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with?', ""User: No, that's all. Thank you so much for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!""]","User: Hi, I'm looking for a hotel, a restaurant, and a taxi for this Saturday at 16:30. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I have your preferences for the hotel and restaurant? User: Sure! I'd like a hotel in the centre of the city, with a price range of expensive, and a restaurant that serves British food. System: Great! Based on your preferences, I have found a few options for you. For the hotel, I recommend the University Arms Hotel, which is located in the centre of the city and has a price range of expensive. Would you like to book a room there? User: Yes, that sounds perfect. Can I also book a table at a restaurant for Saturday at 16:30? System: Certainly! Based on your preferences, I suggest the Midsummer House Restaurant, which serves British food and is located near the hotel. They have availability for a table at 16:30 on Saturday. Would you like to book a table there? User: Yes, that sounds great. Can you also arrange for a taxi to pick me up from the hotel at 16:30 and take me to the restaurant? System: Absolutely! I have found a taxi service that can provide a car for you at 16:30 on Saturday. The taxi will pick you up from the University Arms Hotel and take you to the Midsummer House Restaurant. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city!","{""Services Involved"": [""hotel"", ""taxi"", ""restaurant""], ""Details"": [{""Actions"": [""NONE"", ""find_restaurant"", ""book_restaurant""], ""Preferences"": {""restaurant-food"": ""null"", ""restaurant-pricerange"": ""null"", ""restaurant-area"": ""null"", ""restaurant-name"": ""null"", ""restaurant-bookday"": ""null"", ""restaurant-bookpeople"": ""null"", ""restaurant-booktime"": ""null""}}, {""Actions"": [""NONE"", ""find_hotel""], ""Preferences"": {""hotel-area"": ""null"", ""hotel-pricerange"": ""null"", ""hotel-type"": ""null"", ""hotel-name"": ""null""}}, {""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-arriveby"": ""null"", ""taxi-departure"": ""null"", ""taxi-destination"": ""null""}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-area': 'centre of the city', 'hotel-parking': 'null', 'hotel-type': 'null', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': 'null', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'expensive', 'restaurant-area': 'near the hotel', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1630', 'restaurant-name': 'Midsummer House Restaurant'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-area': 'centre of the city', 'hotel-parking': 'null', 'hotel-type': 'null', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': 'null', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'expensive', 'restaurant-area': 'near the hotel', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1630', 'restaurant-name': 'Midsummer House Restaurant'}}]}","{'Services Involved': ['hotel', 'taxi', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': ['british'], 'restaurant-pricerange': ['expensive'], 'restaurant-area': ['centre'], 'restaurant-name': ['midsummer house restaurant'], 'restaurant-bookday': ['saturday'], 'restaurant-bookpeople': ['3'], 'restaurant-booktime': ['16:30']}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': ['centre'], 'hotel-pricerange': ['expensive'], 'hotel-type': ['hotel'], 'hotel-name': ['university arms hotel']}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': ['16:30'], 'taxi-departure': ['university arms hotel'], 'taxi-destination': ['midsummer house restaurant']}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-area': 'centre of the city', 'hotel-parking': 'null', 'hotel-type': 'null', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': 'null', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'expensive', 'restaurant-area': 'near the hotel', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1630', 'restaurant-name': 'Midsummer House Restaurant'}}]}","{'Services Involved': ['hotel', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-area': 'centre of the city', 'hotel-parking': 'null', 'hotel-type': 'null', 'hotel-bookday': 'Saturday', 'hotel-bookpeople': '1', 'hotel-bookstay': 'null', 'hotel-name': 'University Arms Hotel'}}, {'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'British', 'restaurant-pricerange': 'expensive', 'restaurant-area': 'near the hotel', 'restaurant-bookday': 'Saturday', 'restaurant-bookpeople': '1', 'restaurant-booktime': '1630', 'restaurant-name': 'Midsummer House Restaurant'}}]}",0.35714285714285715,0.35714285714285715 +SNG01373.json,"USER: I need a taxi to don pasquale pizzeria. SYSTEM: When would you like to arrive? USER: I would like to arrive at one o'clock p.m. because I am meeting my husband there when he goes on his lunch break. SYSTEM: Ok, where are you departing from? USER: I will be departing from finches bed and breakfast. SYSTEM: Alright. I have a white honda for you. USER: Great, thanks. Is there a contact number for the driver by any chance? SYSTEM: That number is 07303450247. USER: Thank you very much. Will they be contacting me? SYSTEM: They will only contact you if they cannot find you. Thank you. USER: Thank you I will be watching the white honda then. SYSTEM: Sounds good. Have a great night!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [taxi], Details: [{Actions: [NONE, find_taxi], Preferences: {taxi-destination: [don pasquale pizzeria], taxi-arriveby: [one o'clock p.m, one o'clock p.m.], taxi-departure: [finches bed and breakfast]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": [""don pasquale pizzeria""], ""taxi-arriveby"": [""one o'clock p.m"", ""one o'clock p.m.""], ""taxi-departure"": [""finches bed and breakfast""]}}]}","[""User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one?"", ""System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"", ""User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m."", ""System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"", 'User: Yes, that sounds perfect. How much will the fare be?', 'System: The fare for the taxi will be $X, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment?', ""User: Yes, I'll proceed with the payment. Can you provide me with the payment details?"", 'System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast.', 'User: Great, I have made the payment. Thank you for your help!', ""System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day!"", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']","User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be $X, which includes a small surcharge for the specific time and location you have requested. Would you like to proceed with the payment? User: Yes, I'll proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are as follows: [insert payment details]. Please note that the payment must be made before the taxi departs from Finches Bed and Breakfast. User: Great, I have made the payment. Thank you for your help! System: You're welcome! I'm glad I could assist you. Your taxi will be arriving at one o'clock p.m. sharp. Have a great day! User: Thank you, I will. Goodbye! System: Goodbye!","{""Services Involved"": [""taxi""], ""Details"": [{""Actions"": [""NONE"", ""find_taxi""], ""Preferences"": {""taxi-destination"": ""null"", ""taxi-arriveby"": ""null"", ""taxi-departure"": ""null""}}]}","{'Services Involved': ['hotel', 'taxi', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['hotel', 'taxi', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': ['don pasquale pizzeria'], 'taxi-arriveby': [""one o'clock p.m"", ""one o'clock p.m.""], 'taxi-departure': ['finches bed and breakfast']}}]}","{'Services Involved': ['hotel', 'taxi', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}","{'Services Involved': ['hotel', 'taxi', 'restaurant'], 'Details': [{'Actions': ['NONE', 'find_restaurant', 'book_restaurant'], 'Preferences': {'restaurant-food': 'null', 'restaurant-pricerange': 'null', 'restaurant-area': 'null', 'restaurant-name': 'null', 'restaurant-bookday': 'null', 'restaurant-bookpeople': 'null', 'restaurant-booktime': 'null'}}, {'Actions': ['NONE', 'find_hotel'], 'Preferences': {'hotel-area': 'null', 'hotel-pricerange': 'null', 'hotel-type': 'null', 'hotel-name': 'null'}}, {'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-arriveby': 'null', 'taxi-departure': 'null', 'taxi-destination': 'null'}}]}",0.0,0.0 +PMUL3555.json,"USER: I am planning a trip in Cambridge. SYSTEM: I am glad that you are visiting, but I cannot help you until you give me something to search for? USER: I'm looking for a train from Cambridge to Leicester on Monday. SYSTEM: We have quite a few trains available that day. Is there any time you would like to depart or arrive by? USER: I need to leave after 21:45 SYSTEM: TR2919 is leaving at 22:21, would that work? USER: Yes, could you book me 2 tickets and get me a reference number? SYSTEM: Absolutely. I have booked two tickets for TR2919 at a total fee of 75.59 GBP. Your reference number is 8BG1O6W0 . Is there anything else I can assist you with? USER: Yes, i also need a hotel with free wi-fi. I do not mind if it is expensive. SYSTEM: how about allenbell? it looks lovely USER: does it have free parking? SYSTEM: allenbell has free parking. Should I book it? USER: Yes, I need it for Thursday. 2 people 4 nights. SYSTEM: your all set! Reference # is DQ0Z16N7 . Anything else I can help you with today? USER: That is all I need. SYSTEM: Have a great day!"," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [train, hotel], Details: [{Actions: [NONE, book_train, find_train], Preferences: {train-day: [monday], train-departure: [cambridge], train-destination: [leicester], train-leaveat: [21:45], train-bookpeople: [2]}}, {Actions: [find_hotel, book_hotel], Preferences: {hotel-internet: [yes], hotel-name: [allenbell], hotel-bookday: [thursday], hotel-bookpeople: [2], hotel-bookstay: [4]}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": [""monday""], ""train-departure"": [""cambridge""], ""train-destination"": [""leicester""], ""train-leaveat"": [""21:45""], ""train-bookpeople"": [""2""]}}, {""Actions"": [""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": [""yes""], ""hotel-name"": [""allenbell""], ""hotel-bookday"": [""thursday""], ""hotel-bookpeople"": [""2""], ""hotel-bookstay"": [""4""]}}]}","[""User: Hi, I'm looking for a train and hotel booking service. Can you help me?"", ""System: Of course! I'd be happy to assist you. What specific services are you looking for?"", ""User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and also book a hotel room in Leicester for four nights starting from Thursday."", 'System: Great! To book your train ticket, may I have your name and contact information, please?', 'User: Sure, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com).', ""System: Thank you, John. Based on your preferences, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket?"", 'User: One-way, please.', ""System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly."", ""User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center."", 'System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking?', 'User: Yes, please go ahead.', ""System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly."", ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye!""]","User: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and also book a hotel room in Leicester for four nights starting from Thursday. System: Great! To book your train ticket, may I have your name and contact information, please? User: Sure, my name is John Doe and my email is [johndoe@example.com](mailto:johndoe@example.com). System: Thank you, John. Based on your preferences, I see that you'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45. Would you like to book a one-way or return ticket? User: One-way, please. System: Great! I've booked you on the 21:45 train from Cambridge to Leicester on Monday. Your ticket will be sent to your email shortly. User: Sure! I'd like to book a room at the Allen Bell Hotel in Leicester city center. System: Great choice! I have availability for a double room at the Allen Bell Hotel for four nights starting from Thursday. Would you like to proceed with the booking? User: Yes, please go ahead. System: Great! I've booked you into the Allen Bell Hotel for four nights starting from Thursday. Your hotel reservation will also be sent to your email shortly. User: No, that's all for now. Thank you for your help! System: You're welcome, John! It was a pleasure assisting you. Have a great trip to Leicester! Goodbye!","{""Services Involved"": [""train"", ""hotel""], ""Details"": [{""Actions"": [""NONE"", ""book_train"", ""find_train""], ""Preferences"": {""train-day"": ""null"", ""train-departure"": ""null"", ""train-destination"": ""null"", ""train-leaveat"": ""null"", ""train-bookpeople"": ""null""}}, {""Actions"": [""find_hotel"", ""book_hotel""], ""Preferences"": {""hotel-internet"": ""null"", ""hotel-name"": ""null"", ""hotel-bookday"": ""null"", ""hotel-bookpeople"": ""null"", ""hotel-bookstay"": ""null""}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-arriveby': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-arriveby': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': ['monday'], 'train-departure': ['cambridge'], 'train-destination': ['leicester'], 'train-leaveat': ['21:45'], 'train-bookpeople': ['2']}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': ['yes'], 'hotel-name': ['allenbell'], 'hotel-bookday': ['thursday'], 'hotel-bookpeople': ['2'], 'hotel-bookstay': ['4']}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-arriveby': 'null', 'taxi-departure': 'null'}}]}","{'Services Involved': ['taxi'], 'Details': [{'Actions': ['NONE', 'find_taxi'], 'Preferences': {'taxi-destination': 'null', 'taxi-arriveby': 'null', 'taxi-departure': 'null'}}]}",0.0,0.0 +SNG01958.json,"USER: Hi, I am trying to find the police station that's closest to my location please. SYSTEM: The nearest police station is in Parkside, Cambridge, CB11JG USER: Thanks, what is their phone number? SYSTEM: Telephone : 01223358966 there you go USER: Thank you, that is all I need today. SYSTEM: Best of luck with everything and enjoy your day."," [INST] <<SYS>> + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative. + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue. + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic. + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge. + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated. + Domain Knowledge: {Services Involved: [police], Details: [{Actions: [find_police], Preferences: {}}]} + +<</SYS>> + + [/INST]","{""Services Involved"": [""police""], ""Details"": [{""Actions"": [""find_police""], ""Preferences"": {}}]}","['User: Hi, I need to find a police station near me. Can you help?', ""System: Of course! To assist you, I'll need to know your location. Could you please provide your city or zip code?"", ""User: Sure, I'm in New York City."", 'System: Great! Based on your location, I found several police stations near you. Would you like me to list them for you?', 'User: Yes, please.', 'System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location:', 'User: Can you tell me more about the Manhattan South Precinct?', ""System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea, Hudson Yards, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them?"", ""User: Yes, I think that's the one I'll choose. Can you give me their phone number again?"", 'System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am, 7 days a week. Is there anything else I can assist you with?', ""User: No, that's all for now. Thank you for your help!"", ""System: You're welcome! It was my pleasure to assist you. Have a great day!""]","User: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I'll need to know your location. Could you please provide your city or zip code? User: Sure, I'm in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to list them for you? User: Yes, please. System: Certainly! Here are the addresses and contact information for three police stations within a 5-mile radius of your location: User: Can you tell me more about the Manhattan South Precinct? System: Certainly! The Manhattan South Precinct is located in the heart of Manhattan and serves the communities of Chelsea, Hudson Yards, and Hell's Kitchen. They have a dedicated team of officers who are committed to keeping the area safe and responding to emergency calls. Would you like to contact them? User: Yes, I think that's the one I'll choose. Can you give me their phone number again? System: Sure! The phone number for the Manhattan South Precinct is (212) 482-4470. Please keep in mind that their hours of operation are 8am to 12am, 7 days a week. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!","{""Services Involved"": [""police""], ""Details"": [{""Actions"": [""find_police""], ""Preferences"": {}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['police'], 'Details': [{'Actions': ['find_police'], 'Preferences': {}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}","{'Services Involved': ['train', 'hotel'], 'Details': [{'Actions': ['NONE', 'book_train', 'find_train'], 'Preferences': {'train-day': 'null', 'train-departure': 'null', 'train-destination': 'null', 'train-leaveat': 'null', 'train-bookpeople': 'null'}}, {'Actions': ['find_hotel', 'book_hotel'], 'Preferences': {'hotel-internet': 'null', 'hotel-name': 'null', 'hotel-bookday': 'null', 'hotel-bookpeople': 'null', 'hotel-bookstay': 'null'}}]}",, diff --git a/notebooks/dialogue_generation/updated_dataframe.csv b/notebooks/dialogue_generation/updated_dataframe.csv new file mode 100644 index 0000000000000000000000000000000000000000..a2187dffe1b20d66d28a40c15a7966b604786b3b --- /dev/null +++ b/notebooks/dialogue_generation/updated_dataframe.csv @@ -0,0 +1,551 @@ +Dialogue IDµPromptµDomain KnowledgeµUtterances SeparatedµUtterances JoinedµCleared Domain KnowledgeµAnnotations +PMUL4398.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL4398.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [bedouin]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel], hotel-bookday: [saturday], hotel-bookpeople: [2], hotel-bookstay: [2]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL4398.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-pricerange": ["expensive"], "restaurant-name": ["bedouin"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-pricerange": ["expensive"], "hotel-type": ["hotel"], "hotel-name": ["university arms hotel"], "hotel-bookday": ["saturday"], "hotel-bookpeople": ["2"], "hotel-bookstay": ["2"]}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me?", "System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant?", "User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme.", 'System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine?', 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?', 'User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?', 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right.', 'User: Great, thank you for all your help!', "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!", 'User: Thank you, goodbye!']µUser: Hi, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I'd like to stay within the expensive range. And for the restaurant, I'd like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye!µ{"Dialogue ID": "PMUL4398.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-pricerange": "null", "hotel-type": "null", "hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL4398.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-pricerange": "null", "hotel-type": "null", "hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I\\'d be happy to assist you. To get started, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel, I\\'d like to stay within the expensive range. And for the restaurant, I\\'d like to find a place that serves Middle Eastern cuisine, preferably with a Bedouin theme. System: Great! Based on your preferences, I have found a few options for both hotel and restaurant. For the hotel, I recommend the University Arms Hotel, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes, please go ahead and book a room for me. And for the restaurant, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there, whichever you prefer. Here are the directions: from the hotel, head north on [insert street name] for about 10 minutes, then turn left onto [insert street name] and the restaurant will be on your right. User: Great, thank you for all your help! System: You\\'re welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you, goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL4398.json",\\n"Services Involved": ["hotel", "restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-pricerange": "expensive",\\n"hotel-type": "luxurious",\\n"hotel-name": "University Arms Hotel",\\n"hotel-bookday": "null",\\n"hotel-bookpeople": "null",\\n"hotel-bookstay": "null"\\n}\\n},\\n{\\n"Service Type": "restaurant",\\n"Actions": ["find_restaurant", "NONE"],\\n"Preferences": {\\n"restaurant-area": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-name": "Bedouin Restaurant",\\n"restaurant-cuisine": "Middle Eastern"\\n}\\n}\\n]\\n}\\n\\nNote that I filled in the slots with the information from the dialogue as follows:\\n\\n* "Service Type": "hotel" and "Service Type": "restaurant" are filled in based on the services involved in the dialogue.\\n* "Actions": ["book_hotel", "find_hotel", "NONE"] and "Actions": ["find_restaurant", "NONE"] are filled in based on the actions mentioned in the dialogue.\\n* "Preferences": {...} are filled in based on the preferences mentioned in the dialogue.\\n\\nI hope this helps! Let me know if you have any further questions.'] +SNG1013.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG1013.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [centre, south], hotel-internet: [yes], hotel-parking: [yes], hotel-bookday: [tuesday], hotel-bookpeople: [4], hotel-bookstay: [3, 4], hotel-name: [aylesbray lodge guest house]}}, {Service Type: restaurant, Actions: [find_restaurant], Preferences: {}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG1013.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": ["centre", "south"], "hotel-internet": ["yes"], "hotel-parking": ["yes"], "hotel-bookday": ["tuesday"], "hotel-bookpeople": ["4"], "hotel-bookstay": ["3", "4"], "hotel-name": ["aylesbray lodge guest house"]}}, {"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?", "User: I'm looking for a 4-star hotel with parking and Wi-Fi.", "System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you?", 'User: Yes, that sounds perfect. Can you also recommend a restaurant nearby?', "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you?", 'User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?', 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you?', 'User: Yes, please go ahead and book a room and a table for me.', "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?", "User: I'll pay with my credit card.", "System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?", "User: Sure, here's my information.", "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"]µUser: Hi, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you'd like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great, I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!µ{"Dialogue ID": "SNG1013.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-internet": "null", "hotel-parking": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG1013.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-internet": "null", "hotel-parking": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I\\'m looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It\\'s located in the centre of Aylesbray, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However, if you\\'d like to explore other options, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner, and it\\'s just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days, and the prices start at £120 per night. As for the Blue Lion Pub, they have availability for lunch and dinner, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes, please go ahead and book a room and a table for me. System: Great! I\\'ve booked a room for you at the Aylesbray Lodge Guest House for tonight, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I\\'ll pay with my credit card. System: Great, I\\'ll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure, here\\'s my information. System: Thank you! Your booking has been confirmed. I\\'ll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help you fill out the schema with the information from the dialogue! Here\\'s the completed schema with the appropriate values filled in:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: SNG1013.json\\n* Services Involved: [restaurant, hotel]\\n* Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-parking: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t\\t\\t- hotel-name: Aylesbray Lodge Guest House\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- none\\n\\nNow, let me walk you through each slot and explain why I chose the values I did:\\n\\n1. Dialogue ID: This is the ID of the dialogue, which is SNG1013.json.\\n2. Services Involved: This lists the services that were involved in the dialogue, which are hotel and restaurant.\\n3. Service Details: This provides more information about each service, including the service type, actions, and preferences.\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-parking: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t\\t\\t- hotel-name: Aylesbray Lodge Guest House\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- none\\n\\nNow, let me explain the values I chose for each slot:\\n\\n1. Dialogue ID: This is the ID of the dialogue, which is SNG1013.json.\\n2. Services Involved: I chose [hotel, restaurant] because the user is looking for both a hotel and a restaurant in the centre of Aylesbray.\\n3. Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-parking: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t\\t\\t- hotel-name: Aylesbray Lodge Guest House\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- none\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +PMUL0121.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL0121.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [cityroomz], hotel-bookday: [tuesday], hotel-bookpeople: [7], hotel-bookstay: [3]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [west], restaurant-pricerange: [expensive]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL0121.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": ["cityroomz"], "hotel-bookday": ["tuesday"], "hotel-bookpeople": ["7"], "hotel-bookstay": ["3"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["west"], "restaurant-pricerange": ["expensive"]}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?", 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?', "User: I'm looking for a 3-star hotel with a good location and reasonable prices.", "System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?", 'User: Yes, that sounds great. Can you book a room for me on Tuesday?', 'System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.', 'User: There will be 7 of us staying.', 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?', "User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?", "System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?", 'User: Yes, please make a reservation for us.', 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"]µUser: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!µ{"Dialogue ID": "PMUL0121.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL0121.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I\\'m looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It\\'s located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes, I\\'d like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It\\'s located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL0121.json\\n* Services Involved: [restaurant, hotel]\\n* Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-name: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [NONE, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-pricerange: null\\n\\nDialogue Annotation:\\n\\n* User: Hi, I\\'m looking for a hotel and a restaurant in the city. Can you help me?\\n* System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?\\n\\t+ Slot: hotel-name (null)\\n\\t+ Slot: hotel-bookday (null)\\n\\t+ Slot: hotel-bookpeople (null)\\n\\t+ Slot: hotel-bookstay (null)\\n* User: I\\'m looking for a 3-star hotel with a good location and reasonable prices.\\n\\t+ Slot: hotel-star (3)\\n\\t+ Slot: hotel-location (null)\\n\\t+ Slot: hotel-pricerange (null)\\n* System: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It\\'s located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?\\n\\t+ Slot: hotel-action (book_hotel)\\n\\t+ Slot: hotel-preference (hotel-name, Cityroomz)\\n\\t+ Slot: hotel-date (Tuesday)\\n\\t+ Slot: hotel-number_of_guests (7)\\n* User: Yes, that sounds great. Can you book a room for me on Tuesday?\\n\\t+ Slot: hotel-action (book_hotel)\\n\\t+ Slot: hotel-preference (hotel-bookday, Tuesday)\\n* System: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.\\n\\t+ Slot: hotel-action (book_hotel)\\n\\t+ Slot: hotel-preference (hotel-bookpeople, 7)\\n* User: There will be 7 of us staying.\\n* System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?\\n\\t+ Slot: hotel-action (book_hotel)\\n\\t+ Slot: hotel-preference (hotel-bookstay, Tuesday)\\n\\t+ Slot: hotel-cost (insert cost here)\\n* User: Yes, I\\'d like to proceed with the booking. Can you also suggest some good restaurants in the area?\\n\\t+ Slot: restaurant-action (find_restaurant)\\n\\t+ Slot: restaurant-preference (restaurant-area, null)\\n\\t+ Slot: restaurant-pricerange (null)\\n* System: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It\\'s located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?\\n\\t+ Slot: restaurant-action (make_reservation)\\n\\t+ Slot: restaurant-preference (restaurant-name, Westside)\\n\\t+ Slot: restaurant-time (insert time here)\\n* User: Yes, please make a reservation for us.\\n\\t+ Slot: restaurant-action (make_reservation)\\n* System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?\\n\\t+ Slot: restaurant-action (NONE)\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +PMUL3484.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3484.json, Services Involved: [restaurant, hotel, taxi], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-name: [aylesbray lodge guest house, alyesbray lodge guest house], hotel-bookday: [sunday], hotel-bookstay: [5], hotel-bookpeople: [8]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [don pasquale pizzeria], restaurant-bookday: [sunday], restaurant-bookpeople: [8], restaurant-booktime: [19:00]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [19:00], taxi-departure: [aylesbray lodge guest house, alyesbray lodge guest house], taxi-destination: [don pasquale pizzeria]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3484.json", "Services Involved": ["restaurant", "hotel", "taxi"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": ["aylesbray lodge guest house", "alyesbray lodge guest house"], "hotel-bookday": ["sunday"], "hotel-bookstay": ["5"], "hotel-bookpeople": ["8"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["don pasquale pizzeria"], "restaurant-bookday": ["sunday"], "restaurant-bookpeople": ["8"], "restaurant-booktime": ["19:00"]}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": ["19:00"], "taxi-departure": ["aylesbray lodge guest house", "alyesbray lodge guest house"], "taxi-destination": ["don pasquale pizzeria"]}}]}µ["User: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?", "User: Oh, I'm not sure yet. Do you have any recommendations?", 'System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you?', 'User: Sure, that would be great.', 'System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?', 'User: Yes, please book the Aylesbray Lodge Guest House for Sunday night.', "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?", 'User: Yes, please do.', 'System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?', 'User: Yes, please do.', "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00?", 'User: Yes, please do.', 'System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?', 'User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.', "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you so much!", "System: You're welcome! It was my pleasure to assist you. Have a great day!"]µUser: Hi, I'm looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I'm not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!µ{"Dialogue ID": "PMUL3484.json", "Services Involved": ["restaurant", "hotel", "taxi"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": "null", "hotel-bookday": "null", "hotel-bookstay": "null", "hotel-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-departure": "null", "taxi-destination": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3484.json", "Services Involved": ["restaurant", "hotel", "taxi"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-name": "null", "hotel-bookday": "null", "hotel-bookstay": "null", "hotel-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-departure": "null", "taxi-destination": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel, restaurant, and taxi service for this Sunday. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh, I\\'m not sure yet. Do you have any recommendations? System: Well, based on our Domain Knowledge, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure, that would be great. System: Alright! Based on your preferences, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I\\'ve booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes, please do. System: Certainly! Based on our Domain Knowledge, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes, please do. System: Great! I\\'ve booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes, please do. System: Sure thing! Based on our Domain Knowledge, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I\\'ve booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much! System: You\\'re welcome! It was my pleasure to assist you. Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help you fill out the schema with the information from the dialogue! Here\\'s the completed schema with the appropriate values filled in:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3484.json\\n* Services Involved: [restaurant, hotel, taxi]\\n* Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-name: Aylesbray Lodge Guest House\\n\\t\\t\\t- hotel-bookday: Sunday\\n\\t\\t\\t- hotel-bookstay: 1 night\\n\\t\\t\\t- hotel-bookpeople: 1 person\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [book_restaurant, find_restaurant, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-name: Don Pasquale Pizzeria\\n\\t\\t\\t- restaurant-bookday: Sunday\\n\\t\\t\\t- restaurant-booktime: 19:00\\n\\t\\t\\t- restaurant-bookpeople: 1 person\\n\\t+ Taxi:\\n\\t\\t- Service Type: taxi\\n\\t\\t- Actions: [find_taxi, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- taxi-arriveby: Ayresbray Lodge Guest House\\n\\t\\t\\t- taxi-departure: 19:00\\n\\t\\t\\t- taxi-destination: Don Pasquale Pizzeria\\n\\nI hope this helps! Let me know if you have any questions or if there\\'s anything else I can assist you with.'] +SNG0389.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG0389.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [tuesday], train-departure: [kings lynn], train-leaveat: [9:30, 09:30], train-destination: [cambridge], train-bookpeople: [2]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG0389.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["tuesday"], "train-departure": ["kings lynn"], "train-leaveat": ["9:30", "09:30"], "train-destination": ["cambridge"], "train-bookpeople": ["2"]}}]}µ["User: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?", "User: I'd like to travel on Tuesday.", 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?', "User: I'd like to depart at 9:30 am.", 'System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?', "User: I'd prefer the 9:30 am train.", 'System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?', "User: I'd like to book a Standard Class ticket.", 'System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?', "User: Yes, I'd like to proceed with the booking.", "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you!", "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"]µUser: Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!µ{"Dialogue ID": "SNG0389.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-leaveat": "null", "train-destination": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG0389.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-leaveat": "null", "train-destination": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I\\'d like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I\\'d like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I\\'d prefer the 9:30 am train. System: Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I\\'d like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking? User: Yes, I\\'d like to proceed with the booking. System: Great! I\\'ve booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you! System: You\\'re welcome! It was a pleasure assisting you. Have a great day and a safe journey!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG0389.json",\\n"Services Involved": ["train"],\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train", "book_train"],\\n"Preferences": {\\n"train-day": "Tuesday",\\n"train-departure": "9:30 am",\\n"train-leaveat": "Kings Lynn",\\n"train-destination": "Cambridge",\\n"train-bookpeople": "Standard Class"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is filled out based on the dialogue:\\n\\n* "Dialogue ID": "SNG0389.json" - this is the ID of the dialogue, which is provided in the task.\\n* "Services Involved": ["train"] - this lists the services involved in the dialogue, which is only the train service.\\n* "Service Details": [...], - this is a list of service details, which includes the service type, actions, and preferences.\\n\\t+ "Service Type": "train" - this is the type of service, which is train.\\n\\t+ "Actions": ["NONE", "find_train", "book_train"] - this lists the possible actions that can be taken for this service, which are none, finding the train, and booking the train.\\n\\t+ "Preferences": {...} - this is a dictionary of preferences for the service, which includes the day of travel, departure time, departure location, destination, and class of travel.\\n\\t\\t- "train-day": "Tuesday" - this is the day of travel, which is Tuesday.\\n\\t\\t- "train-departure": "9:30 am" - this is the departure time, which is 9:30 am.\\n\\t\\t- "train-leaveat": "Kings Lynn" - this is the departure location, which is Kings Lynn.\\n\\t\\t- "train-destination": "Cambridge" - this is the destination, which is Cambridge.\\n\\t\\t- "train-bookpeople": "Standard Class" - this is the class of travel, which is Standard Class.\\n\\nI hope this helps! Let me know if you have any further questions.'] +SNG01520.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG01520.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [saturday], restaurant-bookpeople: [1], restaurant-booktime: [20:00], restaurant-name: [the lucky star]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG01520.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["chinese"], "restaurant-pricerange": ["cheap"], "restaurant-bookday": ["saturday"], "restaurant-bookpeople": ["1"], "restaurant-booktime": ["20:00"], "restaurant-name": ["the lucky star"]}}]}µ["User: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?", "User: Sure! I'm located in New York City and I'd like to book for 2 people.", 'System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?', 'User: Yes, that sounds perfect! Can you please book the table for me?', 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?', 'User: My name is John Doe and my contact number is 555-555-5555.', 'System: Great, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\\' notice if you need to cancel. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you so much for your help!", 'System: You\\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!']µUser: Hi, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!µ{"Dialogue ID": "SNG01520.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG01520.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a Chinese restaurant that\\'s open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with more details such as your location and the number of people you\\'d like to book for? User: Sure! I\\'m located in New York City and I\\'d like to book for 2 people. System: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\\' notice if you need to cancel. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG01520.json",\\n"Services Involved": ["restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "book_restaurant", "find_restaurant"],\\n"Preferences": {\\n"restaurant-food": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-bookday": "null",\\n"restaurant-bookpeople": "null",\\n"restaurant-booktime": "null",\\n"restaurant-name": "null"\\n}\\n}\\n]\\n}\\n\\nDialogue for Annotation:\\n\\nUser: Hi, I\\'m looking for a Chinese restaurant that\\'s open on Saturday and has a cheap price range. Can you help me find one?\\n\\nSystem: Of course! I\\'d be happy to assist you. Can you please provide me with more details such as your location and the number of people you\\'d like to book for?\\n\\nUser: Sure! I\\'m located in New York City and I\\'d like to book for 2 people.\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: book_restaurant, find_restaurant\\n* Preferences:\\n\\t+ restaurant-food: null\\n\\t+ restaurant-pricerange: null\\n\\t+ restaurant-bookday: null\\n\\t+ restaurant-bookpeople: null\\n\\t+ restaurant-booktime: null\\n\\t+ restaurant-name: null\\n\\nSystem: Great! Based on your preferences, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM?\\n\\nUser: Yes, that sounds perfect! Can you please book the table for me?\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: book_restaurant\\n* Preferences:\\n\\t+ restaurant-food: null\\n\\t+ restaurant-pricerange: $20-$30\\n\\t+ restaurant-bookday: Saturday\\n\\t+ restaurant-bookpeople: 2\\n\\t+ restaurant-booktime: 8 PM\\n\\t+ restaurant-name: The Lucky Star\\n\\nSystem: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?\\n\\nUser: My name is John Doe and my contact number is 555-555-5555.\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: book_restaurant\\n* Preferences:\\n\\t+ restaurant-food: null\\n\\t+ restaurant-pricerange: $20-$30\\n\\t+ restaurant-bookday: Saturday\\n\\t+ restaurant-bookpeople: 2\\n\\t+ restaurant-booktime: 8 PM\\n\\t+ restaurant-name: The Lucky Star\\n\\t+ full_name: John Doe\\n\\t+ contact_number: 555-555-5555\\n\\nSystem: Great, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy, so please make sure to give them at least 24 hours\\' notice if you need to cancel. Is there anything else I can assist you with?\\n\\nUser: No, that\\'s all for now. Thank you so much for your help!\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: book_restaurant\\n* Preferences:\\n\\t+ restaurant-food: null\\n\\t+ restaurant-pricerange: $20-$30\\n\\t+ restaurant-bookday: Saturday\\n\\t+ restaurant-bookpeople: 2\\n\\t+ restaurant-booktime: 8 PM\\n\\t+ restaurant-name: The Lucky Star\\n\\t+ full_name: John Doe\\n\\t+ contact_number: 555-555-5555\\n\\nSystem: You\\'re welcome, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: none\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL3951.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3951.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-day: [saturday], train-leaveat: [20:00], train-bookpeople: [6]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [riverside brasserie], restaurant-area: [centre], restaurant-food: [modern european], restaurant-bookday: [saturday], restaurant-booktime: [13:00], restaurant-bookpeople: [6]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3951.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": ["cambridge"], "train-destination": ["stansted airport"], "train-day": ["saturday"], "train-leaveat": ["20:00"], "train-bookpeople": ["6"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["riverside brasserie"], "restaurant-area": ["centre"], "restaurant-food": ["modern european"], "restaurant-bookday": ["saturday"], "restaurant-booktime": ["13:00"], "restaurant-bookpeople": ["6"]}}]}µ["User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?", "System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination?", "User: Sure! I'm departing from Cambridge and heading to Stansted Airport.", 'System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them?', 'User: Yes, please!', 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options:', "User: Yes, I'd like to book the Great Northern train.", "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?", "User: I'll pay by credit card.", 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:', "User: No, that's all for now. Thank you!", "System: You're welcome! Have a great trip and a wonderful day. Goodbye!"]µUser: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them? User: Yes, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options: User: Yes, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful day. Goodbye!µ{"Dialogue ID": "PMUL3951.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-area": "null", "restaurant-food": "null", "restaurant-bookday": "null", "restaurant-booktime": "null", "restaurant-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3951.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-area": "null", "restaurant-food": "null", "restaurant-bookday": "null", "restaurant-booktime": "null", "restaurant-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I\\'d be happy to assist you. To book a train ticket, I\\'ll need some more information from you. Can you please provide your departure city and destination? User: Sure! I\\'m departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences, I have found a few options for you. Would you like to hear about them? User: Yes, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00, we have the following options: User: Yes, I\\'d like to book the Great Northern train. System: Great! I\\'ll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I\\'ll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No, that\\'s all for now. Thank you! System: You\\'re welcome! Have a great trip and a wonderful day. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3951.json\\n* Services Involved: [train, restaurant]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [NONE, find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-departure: null\\n\\t\\t\\t- train-destination: Stansted Airport\\n\\t\\t\\t- train-day: Saturday\\n\\t\\t\\t- train-leaveat: 20:00\\n\\t\\t\\t- train-bookpeople: null\\n\\t+ Service Type: restaurant\\n\\t\\t- Actions: [NONE, book_restaurant, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-name: null\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-food: null\\n\\t\\t\\t- restaurant-bookday: null\\n\\t\\t\\t- restaurant-booktime: null\\n\\t\\t\\t- restaurant-bookpeople: null\\n\\nNow, let me fill in the slots with the information from the dialogue:\\n\\n* Dialogue ID: PMUL3951.json\\n* Services Involved: [train, restaurant]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-departure: null\\n\\t\\t\\t- train-destination: Stansted Airport\\n\\t\\t\\t- train-day: Saturday\\n\\t\\t\\t- train-leaveat: 20:00\\n\\t\\t\\t- train-bookpeople: null\\n\\t+ Service Type: restaurant\\n\\t\\t- Actions: [NONE, book_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-name: null\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-food: null\\n\\t\\t\\t- restaurant-bookday: null\\n\\t\\t\\t- restaurant-booktime: null\\n\\t\\t\\t- restaurant-bookpeople: null\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL0843.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL0843.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-name: [little seoul]}}, {Service Type: train, Actions: [NONE, find_train], Preferences: {train-day: [saturday], train-departure: [kings lynn], train-destination: [cambridge], train-leaveat: [09:15]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL0843.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-pricerange": ["expensive"], "restaurant-name": ["little seoul"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-day": ["saturday"], "train-departure": ["kings lynn"], "train-destination": ["cambridge"], "train-leaveat": ["09:15"]}}]}µ["User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit?", "User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere.", 'System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?', 'User: Yes, please! That sounds perfect.', "System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy.", "User: Thank you so much! I'll definitely give them a call.", "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?", "User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?", 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?', "User: That's great, thank you! I'll definitely be taking that train.", "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!", 'User: Thank you, you too! Goodbye!']µUser: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit? User: Oh, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you, you too! Goodbye!µ{"Dialogue ID": "PMUL0843.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-destination": "null", "train-leaveat": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL0843.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-destination": "null", "train-leaveat": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with more information about your preferences? For example, do you have a specific date and time in mind for your visit? User: Oh, I\\'d like to go this Saturday at around 12:30 pm. And I\\'d prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King\\'s Parade, Cambridge, CB2 1ST. Their phone number is 01234 567890, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended, as they can get quite busy. User: Thank you so much! I\\'ll definitely give them a call. System: You\\'re welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh, actually yes. I\\'d like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That\\'s great, thank you! I\\'ll definitely be taking that train. System: You\\'re welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you, you too! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue using the general annotation schema:\\n\\n{\\n"Dialogue ID": "PMUL0843.json",\\n"Services Involved": ["train", "restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-name": "Little Seoul"\\n}\\n},\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train"],\\n"Preferences": {\\n"train-day": "Saturday",\\n"train-departure": "9:15 am",\\n"train-destination": "Cambridge",\\n"train-leaveat": "10:15 am"\\n}\\n}\\n]\\n}\\n\\nNote that the "Preferences" section of the "Service Details" for the "restaurant" service includes the name of the specific restaurant that the user requested ("Little Seoul"), as well as the address and contact information. The "Preferences" section of the "Service Details" for the "train" service includes the day of the week, departure time, destination, and arrival time.'] +PMUL2979.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL2979.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-parking: [yes], hotel-pricerange: [expensive]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [south], attraction-type: [nightclub]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-departure: [huntington marriott, huntingdon marriott hotel], taxi-destination: [places, the place], taxi-leaveat: [17:45]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL2979.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-parking": ["yes"], "hotel-pricerange": ["expensive"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["south"], "attraction-type": ["nightclub"]}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-departure": ["huntington marriott", "huntingdon marriott hotel"], "taxi-destination": ["places", "the place"], "taxi-leaveat": ["17:45"]}}]}µ["User: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?", "System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel?", "User: I'm looking for something around $200 per night.", 'System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?', 'User: Yes, please!', 'System: Sure thing! Here are the top three hotels that match your criteria:', 'User: Yes, please book the Huntington Marriott Hotel for me.', 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?', 'User: Yes, that would be great.', 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area?', "User: Sure, I'd love some recommendations!", 'System: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There\\'s a popular nightclub called "The Club" that\\'s just a short taxi ride away from the hotel. Would you like me to add it to your itinerary?', 'User: Yes, that sounds great! Add it to my itinerary, please.', 'System: Of course! I have added "The Club" to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you so much for your help!", 'System: You\\'re welcome! It was my pleasure to assist you. Have a great time at "The Club" and your hotel. Goodbye!']µUser: Hi, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area? User: Sure, I'd love some recommendations! System: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There's a popular nightclub called The Club that's just a short taxi ride away from the hotel. Would you like me to add it to your itinerary? User: Yes, that sounds great! Add it to my itinerary, please. System: Of course! I have added The Club to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at The Club and your hotel. Goodbye!µ{"Dialogue ID": "PMUL2979.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-parking": "null", "hotel-pricerange": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-departure": "null", "taxi-destination": "null", "taxi-leaveat": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL2979.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-parking": "null", "hotel-pricerange": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-departure": "null", "taxi-destination": "null", "taxi-leaveat": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I\\'d be happy to assist you. To get started, may I know your budget range for the hotel? User: I\\'m looking for something around $200 per night. System: Great! Based on your preference, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Would you like me to recommend some popular attractions in the area? User: Sure, I\\'d love some recommendations! System: Certainly! Based on your interest in nightclubs, I suggest checking out the ones in the south area. There\\'s a popular nightclub called The Club that\\'s just a short taxi ride away from the hotel. Would you like me to add it to your itinerary? User: Yes, that sounds great! Add it to my itinerary, please. System: Of course! I have added The Club to your itinerary for tonight. Your taxi will take you there after dropping you off at the hotel. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great time at The Club and your hotel. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help you fill out the schema with the information from the dialogue! Here\\'s the completed schema with the appropriate values filled in:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL2979.json\\n* Services Involved: [attraction, taxi, hotel]\\n* Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [find_hotel, book_hotel]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-parking: Huntington Marriott Hotel\\n\\t\\t\\t- hotel-pricerange: $200 per night\\n\\t+ Attraction:\\n\\t\\t- Service Type: attraction\\n\\t\\t- Actions: [find_attraction, recommend_attraction]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: south area\\n\\t\\t\\t- attraction-type: nightclubs\\n\\t+ Taxi:\\n\\t\\t- Service Type: taxi\\n\\t\\t- Actions: [find_taxi, book_taxi]\\n\\t\\t- Preferences:\\n\\t\\t\\t- taxi-departure: Huntington Marriott Hotel\\n\\t\\t\\t- taxi-destination: The Club\\n\\t\\t\\t- taxi-leaveat: 17:45\\n\\nBased on the dialogue, here\\'s the completed schema with the appropriate values filled in:\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +MUL1681.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL1681.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [cambridge], train-destination: [stansted airport], train-arriveby: [15:15], train-day: [saturday]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [cheap], restaurant-name: [the lucky star]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL1681.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": ["cambridge"], "train-destination": ["stansted airport"], "train-arriveby": ["15:15"], "train-day": ["saturday"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["south"], "restaurant-pricerange": ["cheap"], "restaurant-name": ["the lucky star"]}}]}µ["User: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?", "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?", "User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible.", 'System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket?', 'User: Yes, that sounds perfect. Can I buy the ticket online?', 'System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?', 'User: Please do.', "System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train.", "User: Okay, I'll provide that information.", "System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use?", "User: I'll use my credit card.", 'System: Great! Please enter your credit card details, including the card number, expiration date, and security code.', "User: Okay, I've entered the information.", 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor.', 'User: Great, thank you so much for your help!', "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']µUser: Hi, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes, that sounds perfect. Can I buy the ticket online? System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin, I'll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay, I'll provide that information. System: Thank you! Now, I'll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details, including the card number, expiration date, and security code. User: Okay, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you, I will. Goodbye! System: Goodbye!µ{"Dialogue ID": "MUL1681.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-day": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL1681.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-day": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I\\'d be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I\\'d like an economy ticket, please. And I\\'d prefer a non-stop train if possible. System: Great! Based on your preferences, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes, that sounds perfect. Can I buy the ticket online? System: Yes, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin, I\\'ll need you to provide some personal information, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay, I\\'ll provide that information. System: Thank you! Now, I\\'ll guide you through the payment process. We accept all major credit and debit cards, as well as PayPal. Which payment method would you prefer to use? User: I\\'ll use my credit card. System: Great! Please enter your credit card details, including the card number, expiration date, and security code. User: Okay, I\\'ve entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address, and you can print it out or show it on your mobile device to the train conductor. User: Great, thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you, I will. Goodbye! System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: "MUL1681.json"\\n* Services Involved: ["train", "restaurant"]\\n* Service Details:\\n\\t+ Service Type: "train"\\n\\t\\t- Actions: ["NONE", "find_train"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-departure: "null"\\n\\t\\t\\t- train-destination: "Stansted Airport"\\n\\t\\t\\t- train-arriveby: "16:15"\\n\\t\\t\\t- train-day: "Saturday"\\n\\t+ Service Type: "restaurant"\\n\\t\\t- Actions: ["NONE", "find_restaurant"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-area: "null"\\n\\t\\t\\t- restaurant-pricerange: "null"\\n\\t\\t\\t- restaurant-name: "null"\\n\\nBased on the dialogue, here are the values I\\'ve filled in for each slot:\\n\\n* Dialogue ID: "MUL1681.json" (not mentioned in the dialogue, so left as "none")\\n* Services Involved: ["train", "restaurant"] (mentioned in the dialogue)\\n* Service Details:\\n\\t+ Service Type: "train" (mentioned in the dialogue)\\n\\t\\t- Actions: ["NONE", "find_train"] (mentioned in the dialogue)\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-departure: "null" (not mentioned in the dialogue, so left as "null")\\n\\t\\t\\t- train-destination: "Stansted Airport" (mentioned in the dialogue)\\n\\t\\t\\t- train-arriveby: "16:15" (mentioned in the dialogue)\\n\\t\\t\\t- train-day: "Saturday" (mentioned in the dialogue)\\n\\t+ Service Type: "restaurant" (not mentioned in the dialogue, so left as "none")\\n\\nI hope this helps! Let me know if you have any further questions.'] +MUL0928.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL0928.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [16:00], restaurant-name: [backstreet bistro]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east], attraction-type: [museum], attraction-name: [gallery]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL0928.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["gastropub"], "restaurant-bookday": ["thursday"], "restaurant-bookpeople": ["5"], "restaurant-booktime": ["16:00"], "restaurant-name": ["backstreet bistro"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["east"], "attraction-type": ["museum"], "attraction-name": ["gallery"]}}]}µ["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?", 'System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?', 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?', 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?', 'User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm?', "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?", 'User: That would be great, thank you!', "System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!", "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!", 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!']µUser: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!µ{"Dialogue ID": "MUL0928.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL0928.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi there! I\\'m looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes, including burgers, salads, and sandwiches, all made with fresh, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular, so it\\'s recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St, just a short walk from the east side of town. You can take the bus or drive, whichever is most convenient for you. If you have any other questions or need further assistance, please don\\'t hesitate to ask. Have a great day! User: Thank you so much! I\\'m looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: "MUL0928.json"\\n* Services Involved: ["attraction", "restaurant"]\\n* Service Details:\\n\\t+ Restaurant:\\n\\t\\t- Service Type: "restaurant"\\n\\t\\t- Actions: ["book_restaurant", "find_restaurant"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-food: "null"\\n\\t\\t\\t- restaurant-bookday: "null"\\n\\t\\t\\t- restaurant-bookpeople: "null"\\n\\t\\t\\t- restaurant-booktime: "null"\\n\\t\\t\\t- restaurant-name: "Backstreet Bistro"\\n\\t+ Attraction:\\n\\t\\t- Service Type: "attraction"\\n\\t\\t- Actions: ["find_attraction"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: "east"\\n\\t\\t\\t- attraction-type: "gastropub"\\n\\t\\t\\t- attraction-name: "Backstreet Bistro"\\n\\nBased on the dialogue, here are the values for each slot:\\n\\n* Dialogue ID: "MUL0928.json"\\n* Services Involved: ["attraction", "restaurant"]\\n* Service Details:\\n\\t+ Restaurant:\\n\\t\\t- Service Type: "restaurant"\\n\\t\\t- Actions: ["book_restaurant", "find_restaurant"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-food: "null"\\n\\t\\t\\t- restaurant-bookday: "null"\\n\\t\\t\\t- restaurant-bookpeople: "null"\\n\\t\\t\\t- restaurant-booktime: "null"\\n\\t\\t\\t- restaurant-name: "Backstreet Bistro"\\n\\t+ Attraction:\\n\\t\\t- Service Type: "attraction"\\n\\t\\t- Actions: ["find_attraction"]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: "east"\\n\\t\\t\\t- attraction-type: "gastropub"\\n\\t\\t\\t- attraction-name: "Backstreet Bistro"\\n\\nI hope this helps! Let me know if you have any further questions.'] +WOZ20645.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: WOZ20645.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-food: [european], restaurant-pricerange: [expensive]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "WOZ20645.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-food": ["european"], "restaurant-pricerange": ["expensive"]}}]}µ["User: Hi, I'm looking for a good European restaurant in the city. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference?", "User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?", 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information?', 'User: That sounds great, thank you! Can you also tell me about the prices?', 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it\\'s worth checking their website or giving them a call to inquire about any current deals.', 'User: Okay, that sounds good. Can you give me the address and contact information?', 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with?', "User: No, that's all for now. Thank you so much for your help!", 'System: You\\'re welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!']µUser: Hi, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference? User: Well, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at Bella Vita! Goodbye!µ{"Dialogue ID": "WOZ20645.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "WOZ20645.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a good European restaurant in the city. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more information about what you\\'re looking for? For example, are you open to trying different types of European cuisine, or do you have a specific preference? User: Well, I\\'m actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes, including pasta, seafood, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side, with the average entree price ranging from $20 to $30. However, they do offer a variety of specials and discounts, so it\\'s worth checking their website or giving them a call to inquire about any current deals. User: Okay, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St, and their phone number is 555-555-5555. They are open for lunch and dinner, and reservations are recommended, especially on weekends. Is there anything else I can help you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day, and I hope you enjoy your dining experience at Bella Vita! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "WOZ20645.json",\\n"Services Involved": ["restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "find_restaurant"],\\n"Preferences": {\\n"restaurant-food": "Italian",\\n"restaurant-pricerange": "expensive"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema fills out with the information from the dialogue:\\n\\n"Dialogue ID": "WOZ20645.json" - This is the unique identifier for the dialogue.\\n\\n"Services Involved": ["restaurant"] - This lists the services involved in the dialogue, in this case, only one service is involved: a restaurant.\\n\\n"Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null"}}] - This lists the details of the service involved, including the service type ("restaurant"), the actions taken or recommended ("NONE" and "find_restaurant"), and the user\\'s preferences for the service ("restaurant-food" is set to "null" and "restaurant-pricerange" is set to "null").\\n\\nBased on the information in the dialogue, we can fill in the following information in the schema:\\n\\n"Service Type": "restaurant" - This is already filled in as "restaurant" based on the "Services Involved" list.\\n\\n"Actions": ["NONE", "find_restaurant"] - This is already filled in as ["NONE", "find_restaurant"] based on the actions taken or recommended in the dialogue.\\n\\n"Preferences": {\\n"restaurant-food": "Italian" - This is filled in as "Italian" based on the user\\'s preference for Italian food mentioned in the dialogue.\\n\\n"restaurant-pricerange": "expensive" - This is filled in as "expensive" based on the user\\'s willingness to pay more for a good Italian restaurant mentioned in the dialogue.\\n\\nI hope this helps! Let me know if you have any further questions.'] +SNG02152.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG02152.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [avalon], taxi-leaveat: [19:15], taxi-departure: [primavera]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG02152.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": ["avalon"], "taxi-leaveat": ["19:15"], "taxi-departure": ["primavera"]}}]}µ["User: Hi, I'm looking for a taxi. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?", "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?", 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?', "User: Actually, I'd prefer to be picked up at 19:15. Is that doable?", 'System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?', "User: No, that's all for now. Thank you!", "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"]µUser: Hi, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually, I'd prefer to be picked up at 19:15. Is that doable? System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!µ{"Dialogue ID": "SNG02152.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-leaveat": "null", "taxi-departure": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG02152.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-leaveat": "null", "taxi-departure": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a taxi. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I\\'d like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually, I\\'d prefer to be picked up at 19:15. Is that doable? System: Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No, that\\'s all for now. Thank you! System: You\\'re welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema: {"Dialogue ID": "SNG02152.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "Avalon", "taxi-leaveat": "null", "taxi-departure": "19:15"}}]}\\n\\nBased on the dialogue, here is how the schema should be filled out:\\n\\n* "Services Involved": ["taxi"] - This is mentioned in the dialogue as the user is looking for a taxi.\\n* "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "Avalon", "taxi-leaveat": "null", "taxi-departure": "19:15"}}]\\n\\t+ "taxi-destination": "Avalon" - The user mentions that they would like to be dropped off at Avalon.\\n\\t+ "taxi-leaveat": "null" - There is no mention of the user wanting to leave anything behind.\\n\\t+ "taxi-departure": "19:15" - The user mentions that they would like to be picked up at 19:15.\\n\\nI hope this helps! Let me know if you have any other questions.'] +PMUL2460.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL2460.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [crossover, british], restaurant-area: [centre], restaurant-pricerange: [dontcare, moderate], restaurant-bookday: [friday], restaurant-bookpeople: [8], restaurant-booktime: [12:30], restaurant-name: [cotto]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-area: [centre], attraction-type: [college], attraction-name: [dontcare]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL2460.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["crossover", "british"], "restaurant-area": ["centre"], "restaurant-pricerange": ["dontcare", "moderate"], "restaurant-bookday": ["friday"], "restaurant-bookpeople": ["8"], "restaurant-booktime": ["12:30"], "restaurant-name": ["cotto"]}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-area": ["centre"], "attraction-type": ["college"], "attraction-name": ["dontcare"]}}]}µ["User: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?", "User: Oh, I'd like to book a table for this Friday at 12:30 pm.", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?', 'User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?', 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you so much!", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"]µUser: Hi, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!µ{"Dialogue ID": "PMUL2460.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL2460.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with more details such as the day and time you\\'d like to book a table? User: Oh, I\\'d like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is Cotto, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much! System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL2460.json\\n* Services Involved: [attraction, restaurant]\\n* Service Details:\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [book_restaurant, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-food: null\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-pricerange: null\\n\\t\\t\\t- restaurant-bookday: Friday\\n\\t\\t\\t- restaurant-bookpeople: 8\\n\\t\\t\\t- restaurant-booktime: 12:30 pm\\n\\t\\t\\t- restaurant-name: Cotto\\n\\t+ Attraction:\\n\\t\\t- Service Type: attraction\\n\\t\\t- Actions: [find_attraction]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: null\\n\\t\\t\\t- attraction-type: null\\n\\t\\t\\t- attraction-name: null\\n\\nBased on the dialogue, here are the values for each slot:\\n\\n* Dialogue ID: PMUL2460.json\\n* Services Involved: [attraction, restaurant]\\n* Service Details:\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: [book_restaurant, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-food: null\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-pricerange: null\\n\\t\\t\\t- restaurant-bookday: Friday\\n\\t\\t\\t- restaurant-bookpeople: 8\\n\\t\\t\\t- restaurant-booktime: 12:30 pm\\n\\t\\t\\t- restaurant-name: Cotto\\n\\t+ Attraction:\\n\\t\\t- Service Type: attraction\\n\\t\\t- Actions: [find_attraction]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: null\\n\\t\\t\\t- attraction-type: null\\n\\t\\t\\t- attraction-name: null\\n\\nI hope this helps! Let me know if you have any further questions.'] +MUL0358.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL0358.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [north], restaurant-pricerange: [moderate], restaurant-bookday: [sunday], restaurant-bookpeople: [4], restaurant-booktime: [12:30], restaurant-food: [chinese]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-destination: [broxbourne], train-arriveby: [13:00], train-bookpeople: [1]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL0358.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": ["north"], "restaurant-pricerange": ["moderate"], "restaurant-bookday": ["sunday"], "restaurant-bookpeople": ["4"], "restaurant-booktime": ["12:30"], "restaurant-food": ["chinese"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["monday"], "train-destination": ["broxbourne"], "train-arriveby": ["13:00"], "train-bookpeople": ["1"]}}]}µ["User: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine?", "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices.", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?', 'User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?', 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"]µUser: Hi, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!µ{"Dialogue ID": "MUL0358.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-food": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-destination": "null", "train-arriveby": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL0358.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-food": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-destination": "null", "train-arriveby": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with more details such as the day and time you\\'d like to go? Additionally, do you have any specific preferences for the restaurant\\'s ambiance or cuisine? User: Sure! I\\'d like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: MUL0358.json\\n* Services Involved: [train, restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t\\t- Actions: [book_restaurant, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-pricerange: moderate\\n\\t\\t\\t- restaurant-bookday: Sunday\\n\\t\\t\\t- restaurant-bookpeople: 4\\n\\t\\t\\t- restaurant-booktime: 12:30 PM\\n\\t\\t\\t- restaurant-food: Chinese\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-day: Sunday\\n\\t\\t\\t- train-destination: null\\n\\t\\t\\t- train-arriveby: null\\n\\t\\t\\t- train-bookpeople: null\\n\\nNow, let me explain the annotations:\\n\\n1. Service Involved: The dialogue involves two services - restaurant and train.\\n2. Service Details: The restaurant service has three preferences: restaurant-area (null), restaurant-pricerange (moderate), and restaurant-bookday (Sunday). The train service has four preferences: train-day (Sunday), train-destination (null), train-arriveby (null), and train-bookpeople (null).\\n3. Actions: The restaurant service has two actions - book_restaurant and find_restaurant. The train service has two actions - find_train and book_train.\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL4450.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL4450.json, Services Involved: [train, restaurant], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [sunday], train-leaveat: [14:00], train-departure: [norwich], train-destination: [cambridge], train-bookpeople: [1]}}, {Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [east], restaurant-pricerange: [moderate], restaurant-food: [indian, italian]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL4450.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["sunday"], "train-leaveat": ["14:00"], "train-departure": ["norwich"], "train-destination": ["cambridge"], "train-bookpeople": ["1"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["east"], "restaurant-pricerange": ["moderate"], "restaurant-food": ["indian", "italian"]}}]}µ["User: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?", "User: Sure. I'd like to travel in first class and there will be two of us.", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?', "User: Yes, I'll go ahead and book it.", 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"]µUser: Hi, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!µ{"Dialogue ID": "PMUL4450.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-leaveat": "null", "train-departure": "null", "train-destination": "null", "train-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL4450.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-leaveat": "null", "train-departure": "null", "train-destination": "null", "train-bookpeople": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I\\'d like to travel in first class and there will be two of us. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes, I\\'ll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL4450.json\\n* Services Involved: [train, restaurant]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-leaveat: null\\n\\t\\t\\t- train-departure: 2 PM\\n\\t\\t\\t- train-destination: Cambridge\\n\\t\\t\\t- train-bookpeople: 2\\n\\t+ Service Type: restaurant\\n\\t\\t- Actions: [find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-pricerange: null\\n\\t\\t\\t- restaurant-food: null\\n\\nNow, let me go through each slot in the schema and fill in the appropriate information based on the dialogue:\\n\\n1. Dialogue ID: PMUL4450.json - This is the ID of the dialogue, which is mentioned in the schema.\\n2. Services Involved: [train, restaurant] - This is a list of services involved in the dialogue, which is mentioned in the schema.\\n3. Service Details:\\n\\t+ Service Type: train - This is the service type involved in the dialogue, which is mentioned in the schema.\\n\\t\\t- Actions: [find_train, book_train] - These are the actions performed by the system for the train service, which are mentioned in the schema.\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-day: null - The user did not specify a preferred day for the train, so this slot is left empty.\\n\\t\\t\\t- train-leaveat: null - The user did not specify a preferred leave time for the train, so this slot is left empty.\\n\\t\\t\\t- train-departure: 2 PM - The user specified that the train departs at 2 PM, which is filled in this slot.\\n\\t\\t\\t- train-destination: Cambridge - The user specified that the train goes to Cambridge, which is filled in this slot.\\n\\t\\t\\t- train-bookpeople: 2 - The user specified that two people will be traveling, which is filled in this slot.\\n4. Service Type: restaurant - This is the service type involved in the dialogue, which is mentioned in the schema.\\n\\t\\t- Actions: [find_restaurant] - This is the action performed by the system for the restaurant service, which is mentioned in the schema.\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-area: null - The user did not specify a preferred area for the restaurant, so this slot is left empty.\\n\\t\\t\\t- restaurant-pricerange: null - The user did not specify a preferred price range for the restaurant, so this slot is left empty.\\n\\t\\t\\t- restaurant-food: null - The user did not specify a preferred type of food for the restaurant, so this slot is left empty.\\n\\nThat\\'s it! I hope this helps you annotate your dialogue with the appropriate information. Let me know if you have any further questions or if there\\'s anything else I can help you with.'] +PMUL1251.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL1251.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [16:15], train-destination: [norwich], train-day: [wednesday], train-departure: [cambridge]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [multiple sports, college], attraction-name: [christ college, christ's college]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL1251.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": ["16:15"], "train-destination": ["norwich"], "train-day": ["wednesday"], "train-departure": ["cambridge"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["centre"], "attraction-type": ["multiple sports", "college"], "attraction-name": ["christ college", "christ's college"]}}]}µ["User: Hi, I'm looking for train and attraction services in Cambridge. Can you help me?", 'System: Of course! What specific services would you like to know about or book?', "User: I'd like to find out about train schedules and attractions in the city centre.", 'System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday?', 'User: Yes, please. And can you also tell me the name of the train station in Norwich?', 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.', 'User: Perfect, thank you. And what about attractions in the city centre?', "System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours.", "User: That sounds great! Can you tell me more about Christ's College?", "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions.", 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?', 'System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?', 'User: Yes, please. And how much does it cost?', 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?', "User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station?", "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street.", 'User: Great, thank you for all the information!', "System: You're welcome! Enjoy your time in Cambridge and have a great day!", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']µUser: Hi, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ's College, which is located on St. Andrew's Street. User: Great, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you, I will! Goodbye. System: Goodbye!µ{"Dialogue ID": "PMUL1251.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": "null", "train-destination": "null", "train-day": "null", "train-departure": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL1251.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": "null", "train-destination": "null", "train-day": "null", "train-departure": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I\\'d like to find out about train schedules and attractions in the city centre. System: Great! For train schedules, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre, but based on your preferences, I would recommend Christ\\'s College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ\\'s College? System: Sure! Christ\\'s College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel, library, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes, I\\'d like to book the tour. And how do I get to Christ\\'s College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station, you can take a taxi or walk to Christ\\'s College, which is located on St. Andrew\\'s Street. User: Great, thank you for all the information! System: You\\'re welcome! Enjoy your time in Cambridge and have a great day! User: Thank you, I will! Goodbye. System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: "PMUL1251.json"\\n* Services Involved: ["train", "attraction"]\\n* Service Details:\\n\\t+ Service Type: "train"\\n\\t\\t- Actions: ["NONE", "find_train"]\\n\\t\\t- Preferences: {"train-arriveby": "null", "train-destination": "null", "train-day": "null", "train-departure": "16:15"}\\n\\t+ Service Type: "attraction"\\n\\t\\t- Actions: ["find_attraction", "NONE"]\\n\\t\\t- Preferences: {"attraction-area": "null", "attraction-type": "null", "attraction-name": "Christ\\'s College"}\\n\\nBased on the dialogue, here\\'s the information filled out for each slot:\\n\\n1. Service Type (train): "train"\\n2. Actions (train): ["NONE", "find_train"]\\n3. Preferences (train): {"train-arriveby": "null", "train-destination": "null", "train-day": "null", "train-departure": "16:15"}\\n4. Service Type (attraction): "attraction"\\n5. Actions (attraction): ["find_attraction", "NONE"]\\n6. Preferences (attraction): {"attraction-area": "null", "attraction-type": "null", "attraction-name": "Christ\\'s College"}\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL1842.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL1842.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-pricerange: [cheap], hotel-area: [dontcare], hotel-bookday: [tuesday], hotel-bookpeople: [1], hotel-bookstay: [5], hotel-name: [alexander bed and breakfast]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-leaveat: [21:15], train-day: [tuesday], train-departure: [broxbourne], train-bookpeople: [1]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL1842.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": ["yes"], "hotel-pricerange": ["cheap"], "hotel-area": ["dontcare"], "hotel-bookday": ["tuesday"], "hotel-bookpeople": ["1"], "hotel-bookstay": ["5"], "hotel-name": ["alexander bed and breakfast"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": ["cambridge"], "train-leaveat": ["21:15"], "train-day": ["tuesday"], "train-departure": ["broxbourne"], "train-bookpeople": ["1"]}}]}µ["User: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?", "User: I'm looking for something cheap, around $100 or less per night.", "System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?", 'User: Yes, please go ahead and book it.', 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?', "User: I'll pay with my credit card.", "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code?", 'User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code].', 'System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"]µUser: Hi, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap, around $100 or less per night. System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!µ{"Dialogue ID": "PMUL1842.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-pricerange": "null", "hotel-area": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": "null", "train-leaveat": "null", "train-day": "null", "train-departure": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL1842.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-pricerange": "null", "hotel-area": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": "null", "train-leaveat": "null", "train-day": "null", "train-departure": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I\\'m looking for something cheap, around $100 or less per night. System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It\\'s a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I\\'ll pay with my credit card. System: Great! I\\'ll need your credit card information to complete the booking. Can you please provide me with your card number, expiration date, and security code? User: Sure. My card number is [insert card number], expiration date is [insert expiration date], and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL1842.json\\n* Services Involved: [train, hotel]\\n* Service Details:\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-pricerange: null\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t\\t\\t- hotel-name: null\\n\\t+ Train:\\n\\t\\t- Service Type: train\\n\\t\\t- Actions: [NONE, find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-destination: null\\n\\t\\t\\t- train-leaveat: null\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-departure: null\\n\\t\\t\\t- train-bookpeople: null\\n\\nDialogue Annotation:\\n\\n* User: Hi, I\\'m looking for a hotel in Cambridge on Tuesday night. Can you help me find one?\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [find_hotel, book_hotel]\\n\\t+ Preferences:\\n\\t\\t- hotel-budget: $100 or less per night\\n* System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [find_hotel, book_hotel]\\n\\t+ Preferences:\\n\\t\\t- hotel-budget: $100 or less per night\\n* User: I\\'m looking for something cheap, around $100 or less per night.\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [find_hotel, book_hotel]\\n\\t+ Preferences:\\n\\t\\t- hotel-budget: $100 or less per night\\n* System: Great, I have some options for you. Based on your preferences, I suggest you consider the Alexander Bed and Breakfast. It\\'s a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [book_hotel]\\n\\t+ Preferences:\\n\\t\\t- hotel-name: Alexander Bed and Breakfast\\n\\t\\t- hotel-budget: $100 or less per night\\n* User: Yes, please go ahead and book it.\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [book_hotel]\\n\\t+ Preferences:\\n\\t\\t- hotel-name: Alexander Bed and Breakfast\\n\\t\\t- hotel-budget: $100 or less per night\\n* System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95, including taxes and fees. Would you like to pay with a credit card or PayPal?\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [pay_for_hotel]\\n\\t+ Preferences:\\n\\t\\t- payment-method: credit card\\n* User: I\\'ll pay with my credit card.\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [pay_for_hotel]\\n\\t+ Preferences:\\n\\t\\t- payment-method: credit card\\n* System: Thank you for providing that information. Your booking has been successful, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [NONE]\\n\\t+ Preferences:\\n\\t\\t- hotel-name: Alexander Bed and Breakfast\\n\\t\\t- hotel-budget: $100 or less per night\\n* User: No, that\\'s all for now. Thank you for your help!\\n\\t+ Service Involved: hotel\\n\\t+ Actions: [NONE]\\n\\t+ Preferences:\\n\\t\\t- hotel-name: Alexander Bed and Breakfast\\n\\t\\t- hotel-budget: $100 or less per night\\n\\nNote that some slots have been left blank as they are not mentioned in the dialogue.'] +PMUL4896.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL4896.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-name: [cherry hinton hall and grounds]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-type: [guesthouse], hotel-area: [north], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [2], hotel-name: [acorn guest house]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL4896.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["north"], "attraction-name": ["cherry hinton hall and grounds"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": ["yes"], "hotel-type": ["guesthouse"], "hotel-area": ["north"], "hotel-bookday": ["sunday"], "hotel-bookpeople": ["2"], "hotel-bookstay": ["2"], "hotel-name": ["acorn guest house"]}}]}µ["User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city.", "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?", "User: I'm looking for a guesthouse with internet and would like to stay on Sunday.", 'System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?', 'User: That sounds perfect! Can you also recommend some attractions in the north area?', "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?", 'User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?', 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.', 'User: Perfect, thank you so much for your help!', "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"]µUser: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site. User: Perfect, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!µ{"Dialogue ID": "PMUL4896.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-type": "null", "hotel-area": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL4896.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-type": "null", "hotel-area": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I\\'d be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I\\'m looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It\\'s a historic mansion with beautiful gardens, and it\\'s open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site. User: Perfect, thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help you fill out the schema with the information from the dialogue! Here\\'s the completed schema with the appropriate values filled in:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "PMUL4896.json",\\n"Services Involved": ["attraction", "hotel"],\\n"Service Details": [\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-area": "north",\\n"attraction-name": "Cherry Hinton Hall and Grounds"\\n}\\n},\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-internet": "yes",\\n"hotel-type": "guesthouse",\\n"hotel-area": "north",\\n"hotel-bookday": "Sunday",\\n"hotel-bookpeople": "1",\\n"hotel-bookstay": "1 night",\\n"hotel-name": "Acorn Guest House"\\n}\\n}\\n]\\n\\nBased on the dialogue, here\\'s how the schema should be filled out:\\n\\n"Dialogue ID": "PMUL4896.json" - This is the ID of the dialogue, which is provided in the schema.\\n\\n"Services Involved": ["attraction", "hotel"] - These are the services that are involved in the dialogue, which are attraction and hotel.\\n\\n"Service Details": [\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-area": "north",\\n"attraction-name": "Cherry Hinton Hall and Grounds"\\n}\\n},\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-internet": "yes",\\n"hotel-type": "guesthouse",\\n"hotel-area": "north",\\n"hotel-bookday": "Sunday",\\n"hotel-bookpeople": "1",\\n"hotel-bookstay": "1 night",\\n"hotel-name": "Acorn Guest House"\\n}\\n}\\n]\\n\\nI hope this helps! Let me know if you have any other questions.'] +MUL2431.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL2431.json, Services Involved: [attraction, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [chinese], restaurant-pricerange: [cheap], restaurant-bookday: [tuesday], restaurant-bookpeople: [2], restaurant-booktime: [12:45, 11:45], restaurant-name: [charlie chan]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum, entertainment], attraction-name: [cambridge contemporary art]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL2431.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-food": ["chinese"], "restaurant-pricerange": ["cheap"], "restaurant-bookday": ["tuesday"], "restaurant-bookpeople": ["2"], "restaurant-booktime": ["12:45", "11:45"], "restaurant-name": ["charlie chan"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["centre"], "attraction-type": ["museum", "entertainment"], "attraction-name": ["cambridge contemporary art"]}}]}µ["User: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?", "User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining.", "System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?", 'User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu?', "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?", "User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch.", "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?", "User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"]µUser: Hi, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!µ{"Dialogue ID": "MUL2431.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL2431.json", "Services Involved": ["attraction", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh, great! I\\'d like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences, I have found a few options that fit your criteria. Charlie Chan\\'s is a popular Chinese restaurant located in the centre of Cambridge, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan\\'s is known for its delicious Cantonese cuisine, and their menu includes a variety of dishes such as stir-fries, noodles, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes, please go ahead and book the table. And do you have any information on nearby attractions? I\\'d like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan\\'s. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great, thank you! I\\'ll definitely check it out after lunch. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue using the general annotation schema:\\n\\n{\\n"Dialogue ID": "MUL2431.json",\\n"Services Involved": ["attraction", "restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["book_restaurant", "find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "null",\\n"restaurant-food": "Chinese",\\n"restaurant-pricerange": "affordable",\\n"restaurant-bookday": "Tuesday",\\n"restaurant-bookpeople": "2",\\n"restaurant-booktime": "12:45 PM"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction"],\\n"Preferences": {\\n"attraction-area": "centre of Cambridge",\\n"attraction-type": "museum",\\n"attraction-name": "Cambridge Contemporary Art"\\n}\\n}\\n]\\n}\\n\\nNote that I have filled in the slots with the information from the dialogue. If a slot is not mentioned in the dialogue, I have filled it in with "none".'] +SNG1375.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG1375.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [ely], train-day: [sunday], train-departure: [cambridge], train-leaveat: [8:00, 08:00]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG1375.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": ["ely"], "train-day": ["sunday"], "train-departure": ["cambridge"], "train-leaveat": ["8:00", "08:00"]}}]}µ["User: Hi, I'm looking for train services from Cambridge to Ely. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?", "User: Sure. I'd like to leave on Sunday at 8:00 AM.", 'System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?', 'User: Yes, that sounds perfect. How do I book it?', "System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details?", 'User: Sure. My name is John Smith, and my contact number is 555-555-5555.', 'System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome, John. Have a great trip to Ely! Goodbye!"]µUser: Hi, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes, that sounds perfect. How do I book it? System: Great! To book this service, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith, and my contact number is 555-555-5555. System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome, John. Have a great trip to Ely! Goodbye!µ{"Dialogue ID": "SNG1375.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": "null", "train-day": "null", "train-departure": "null", "train-leaveat": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG1375.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": "null", "train-day": "null", "train-departure": "null", "train-leaveat": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for train services from Cambridge to Ely. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I\\'d like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes, that sounds perfect. How do I book it? System: Great! To book this service, I\\'ll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith, and my contact number is 555-555-5555. System: Thank you, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome, John. Have a great trip to Ely! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG1375.json",\\n"Services Involved": ["train"],\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train"],\\n"Preferences": {\\n"train-destination": "Ely",\\n"train-day": "Sunday",\\n"train-departure": "8:00 AM",\\n"train-leaveat": "null"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is annotated with the information from the dialogue:\\n\\n1. "Services Involved": The dialogue is about train services, so the value for this slot is "train".\\n2. "Service Details": The dialogue is about finding a train service from Cambridge to Ely, so the value for this slot is [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": "Ely", "train-day": "Sunday", "train-departure": "8:00 AM", "train-leaveat": "null"}}].\\n\\t* "Service Type": The value for this slot is "train", as mentioned in the dialogue.\\n\\t* "Actions": The value for this slot is ["NONE", "find_train"], as the system is helping the user find a train service.\\n\\t* "Preferences": The value for this slot is {"train-destination": "Ely", "train-day": "Sunday", "train-departure": "8:00 AM", "train-leaveat": "null"}, as the user has specified these preferences in the dialogue.\\n3. "Dialogue ID": The value for this slot is "SNG1375.json", as it is the ID of the dialogue.\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL1031.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL1031.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-departure: [bishops stortford], train-destination: [cambridge], train-leaveat: [9:00, 09:00], train-day: [sunday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [park]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL1031.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": ["bishops stortford"], "train-destination": ["cambridge"], "train-leaveat": ["9:00", "09:00"], "train-day": ["sunday"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": ["park"]}}]}µ["User: Hi, I'm looking for a train and attraction service. Can you help me?", 'System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?', "User: Yes, I'd like to go from Bishop's Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?", "System: Certainly! Based on the information you've provided, I have found a train that departs from Bishop's Stortford at 9:00 am on Sunday. Would you like me to book the ticket for you?", 'User: Yes, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting?', "System: Absolutely! Based on your preference for parks, I suggest visiting the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers. Would you like me to book a ticket for you?", 'User: That sounds great, thank you! Can you also tell me how to get to the botanic garden from the train station?', "System: Sure thing! The botanic garden is a short walk from the Cambridge train station. Once you arrive, you can follow the signs to the garden entrance. If you need any more assistance, please don't hesitate to ask.", "User: Thank you so much for your help! I'm looking forward to my trip.", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your trip to Cambridge!"]µUser: Hi, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date? User: Yes, I'd like to go from Bishop's Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the information you've provided, I have found a train that departs from Bishop's Stortford at 9:00 am on Sunday. Would you like me to book the ticket for you? User: Yes, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting? System: Absolutely! Based on your preference for parks, I suggest visiting the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers. Would you like me to book a ticket for you? User: That sounds great, thank you! Can you also tell me how to get to the botanic garden from the train station? System: Sure thing! The botanic garden is a short walk from the Cambridge train station. Once you arrive, you can follow the signs to the garden entrance. If you need any more assistance, please don't hesitate to ask. User: Thank you so much for your help! I'm looking forward to my trip. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your trip to Cambridge!µ{"Dialogue ID": "PMUL1031.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-leaveat": "null", "train-day": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL1031.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-leaveat": "null", "train-day": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date? User: Yes, I\\'d like to go from Bishop\\'s Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the information you\\'ve provided, I have found a train that departs from Bishop\\'s Stortford at 9:00 am on Sunday. Would you like me to book the ticket for you? User: Yes, please. And can you also suggest some attractions in Cambridge that I might be interested in visiting? System: Absolutely! Based on your preference for parks, I suggest visiting the Cambridge University Botanic Garden. It\\'s a beautiful park with a variety of plants and flowers. Would you like me to book a ticket for you? User: That sounds great, thank you! Can you also tell me how to get to the botanic garden from the train station? System: Sure thing! The botanic garden is a short walk from the Cambridge train station. Once you arrive, you can follow the signs to the garden entrance. If you need any more assistance, please don\\'t hesitate to ask. User: Thank you so much for your help! I\\'m looking forward to my trip. System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your trip to Cambridge!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "PMUL1031.json",\\n"Services Involved": ["train", "attraction"],\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train"],\\n"Preferences": {\\n"train-departure": "null",\\n"train-destination": "Cambridge",\\n"train-leaveat": "9:00 am",\\n"train-day": "Sunday"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-type": "park"\\n}\\n}\\n]\\n}\\n\\nBased on the dialogue, here\\'s how the schema should be filled out:\\n\\n"Dialogue ID": "PMUL1031.json" - This is the ID of the dialogue, which is the conversation between the user and the system.\\n\\n"Services Involved": ["train", "attraction"] - This lists the services that are involved in the dialogue, which are train and attraction.\\n\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train"],\\n"Preferences": {\\n"train-departure": "null",\\n"train-destination": "Cambridge",\\n"train-leaveat": "9:00 am",\\n"train-day": "Sunday"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-type": "park"\\n}\\n}\\n]\\n\\n"Service Type": "train" - This indicates that the user is looking for a train service.\\n\\n"Actions": ["NONE", "find_train"] - This lists the actions that the system can perform for the train service, which are "NONE" (i.e., no action is currently being performed) and "find_train" (i.e., the system is searching for a train).\\n\\n"Preferences": {\\n"train-departure": "null",\\n"train-destination": "Cambridge",\\n"train-leaveat": "9:00 am",\\n"train-day": "Sunday"\\n} - This lists the user\\'s preferences for the train service, which include the departure station (null), destination (Cambridge), leave at time (9:00 am), and day (Sunday).\\n\\n"Service Type": "attraction" - This indicates that the user is also looking for an attraction service.\\n\\n"Actions": ["find_attraction", "NONE"] - This lists the actions that the system can perform for the attraction service, which are "find_attraction" (i.e., the system is searching for an attraction) and "NONE" (i.e., no action is currently being performed).\\n\\n"Preferences": {\\n"attraction-type": "park"\\n} - This lists the user\\'s preferences for the attraction service, which include the type of attraction (park).\\n\\nI hope this helps! Let me know if you have any further questions.'] +WOZ20027.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: WOZ20027.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [south], restaurant-pricerange: [expensive], restaurant-food: [italian]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "WOZ20027.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["south"], "restaurant-pricerange": ["expensive"], "restaurant-food": ["italian"]}}]}µ["User: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?", "System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?", "User: Yes, I'd like to spend around $50 per person.", 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?', "User: I'd prefer a cozy atmosphere, please.", 'System: Alright! Based on your preferences, I\\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita", which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia", which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is "Il Posto Italiano", which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?', 'User: Yes, please provide me with the addresses and reviews of all three.', "System: Sure thing! Here's the information you requested:", 'User: I think I\\'ll go with "La Bella Italia". Can you give me the address and directions?', 'System: Certainly! Here\\'s the address and directions to "La Bella Italia":', "User: No, that's all for now. Thank you for your help!", 'System: You\\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!']µUser: Hi, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere, please. System: Alright! Based on your preferences, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia, which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is Il Posto Italiano, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!µ{"Dialogue ID": "WOZ20027.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "WOZ20027.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, I\\'ll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes, I\\'d like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I\\'d prefer a cozy atmosphere, please. System: Alright! Based on your preferences, I\\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia, which offers a variety of traditional Italian dishes and a warm, inviting atmosphere. The third is Il Posto Italiano, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes, please provide me with the addresses and reviews of all three. System: Sure thing! Here\\'s the information you requested: User: I think I\\'ll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here\\'s the address and directions to La Bella Italia: User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! Enjoy your meal at La Bella Italia! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "WOZ20027.json",\\n"Services Involved": ["restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-food": "null"\\n}\\n},\\n{\\n"Service Type": "restaurant",\\n"Actions": ["find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "south of the city",\\n"restaurant-pricerange": "$50 per person",\\n"restaurant-food": "cozy atmosphere"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is annotated with the information from the dialogue:\\n\\n* "Dialogue ID": "WOZ20027.json" - this is the ID of the dialogue being annotated.\\n* "Services Involved": ["restaurant"] - this lists the services involved in the dialogue, in this case, only the "restaurant" service is involved.\\n* "Service Details": [...], - this is a list of service details, each detailing a specific service. In this case, there are two service details:\\n\\t+ {\\n\\t\\t"Service Type": "restaurant",\\n\\t\\t"Actions": ["NONE", "find_restaurant"],\\n\\t\\t"Preferences": {\\n\\t\\t"restaurant-area": "null",\\n\\t\\t"restaurant-pricerange": "null",\\n\\t\\t"restaurant-food": "null"\\n\\t\\t}\\n\\t},\\n\\t+ {\\n\\t\\t"Service Type": "restaurant",\\n\\t\\t"Actions": ["find_restaurant"],\\n\\t\\t"Preferences": {\\n\\t\\t"restaurant-area": "south of the city",\\n\\t\\t"restaurant-pricerange": "$50 per person",\\n\\t\\t"restaurant-food": "cozy atmosphere"\\n\\t\\t}\\n\\t}\\n\\nIn the first service detail, the user did not provide any specific preferences, so the "Preferences" field is set to "null". In the second service detail, the user provided specific preferences for the "restaurant-area", "restaurant-pricerange", and "restaurant-food" slots, so those fields are annotated with the appropriate values.\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL4827.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL4827.json, Services Involved: [hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [chinese], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [8], restaurant-booktime: [16:15], restaurant-name: [yu garden]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [east], hotel-type: [hotel], hotel-internet: [yes], hotel-name: [express by holiday inn cambridge]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL4827.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["chinese"], "restaurant-pricerange": ["expensive"], "restaurant-area": ["east"], "restaurant-bookday": ["monday"], "restaurant-bookpeople": ["8"], "restaurant-booktime": ["16:15"], "restaurant-name": ["yu garden"]}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": ["east"], "hotel-type": ["hotel"], "hotel-internet": ["yes"], "hotel-name": ["express by holiday inn cambridge"]}}]}µ["User: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?", "System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in?", "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge.", "System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?", 'User: Yes, that sounds perfect! Can you please book the table for me?', "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details.", 'User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.', "System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?", "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great day!"]µUser: Hi, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge. System: Great! Based on your preferences, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!µ{"Dialogue ID": "PMUL4827.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-internet": "null", "hotel-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL4827.json", "Services Involved": ["hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-internet": "null", "hotel-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as the number of people, budget, and the type of cuisine you\\'re interested in? User: Sure! I\\'m looking for a Chinese restaurant that can accommodate 8 people, with a budget of around $200, and preferably in the east of Cambridge. System: Great! Based on your preferences, I would recommend Yu Garden. It\\'s a popular Chinese restaurant located in the east of Cambridge, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes, that sounds perfect! Can you please book the table for me? System: Of course! I\\'ll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great, I\\'ve booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL4827.json",\\n"Services Involved": ["hotel", "restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "book_restaurant", "find_restaurant"],\\n"Preferences": {\\n"restaurant-food": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-area": "null",\\n"restaurant-bookday": "null",\\n"restaurant-bookpeople": "null",\\n"restaurant-booktime": "null",\\n"restaurant-name": "Yu Garden"\\n}\\n},\\n{\\n"Service Type": "hotel",\\n"Actions": ["NONE", "find_hotel"],\\n"Preferences": {\\n"hotel-area": "null",\\n"hotel-type": "null",\\n"hotel-internet": "null",\\n"hotel-name": "null"\\n}\\n}\\n]\\n}\\n\\nHere\\'s the annotation of the dialogue based on the provided schema:\\n\\n1. Service Type: restaurant\\n\\nActions: book_restaurant, find_restaurant\\n\\nPreferences:\\n\\n* restaurant-food: null\\n* restaurant-pricerange: null\\n* restaurant-area: null\\n* restaurant-bookday: null\\n* restaurant-bookpeople: null\\n* restaurant-booktime: null\\n* restaurant-name: Yu Garden\\n\\n2. Service Type: hotel\\n\\nActions: find_hotel\\n\\nPreferences:\\n\\n* hotel-area: null\\n* hotel-type: null\\n* hotel-internet: null\\n* hotel-name: null'] +PMUL3086.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3086.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-arriveby: [13:45], train-day: [sunday], train-departure: [birmingham new street], train-destination: [cambridge]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [dontcare], hotel-type: [hotel], hotel-bookday: [sunday], hotel-bookpeople: [2], hotel-bookstay: [5], hotel-name: [huntingdon marriott hotel]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3086.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": ["13:45"], "train-day": ["sunday"], "train-departure": ["birmingham new street"], "train-destination": ["cambridge"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": ["dontcare"], "hotel-type": ["hotel"], "hotel-bookday": ["sunday"], "hotel-bookpeople": ["2"], "hotel-bookstay": ["5"], "hotel-name": ["huntingdon marriott hotel"]}}]}µ["User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?", "System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?", "User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45.", 'System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?', 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?', 'System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?', 'User: Yes, that sounds great. Can you please book the train and hotel for me?', 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"]µUser: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination? User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!µ{"Dialogue ID": "PMUL3086.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": "null", "train-day": "null", "train-departure": "null", "train-destination": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3086.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-arriveby": "null", "train-day": "null", "train-departure": "null", "train-destination": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I\\'d be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination? User: Well, I\\'d like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3086.json\\n* Services Involved: [train, hotel]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-arriveby: null\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-departure: 08:00\\n\\t\\t\\t- train-destination: Cambridge\\n\\t+ Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-type: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\t\\t\\t- hotel-name: Huntingdon Marriott Hotel\\n\\nHere\\'s how the dialogue information fills in the schema:\\n\\n* Services Involved: The user requests information about a train from Birmingham New Street to Cambridge and a hotel in Cambridge for Sunday night, so the services involved are [train, hotel].\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: The system takes the following actions for the train service: finds a train, books a train, and sends the ticket to the user\\'s email. So, the actions are [find_train, book_train].\\n\\t\\t- Preferences: The user provides the following preferences for the train service:\\n\\t\\t\\t- train-arriveby: null (not mentioned in the dialogue)\\n\\t\\t\\t- train-day: null (not mentioned in the dialogue)\\n\\t\\t\\t- train-departure: 08:00 (mentioned in the dialogue)\\n\\t\\t\\t- train-destination: Cambridge (mentioned in the dialogue)\\n\\t+ Service Type: hotel\\n\\t\\t- Actions: The system takes the following actions for the hotel service: finds a hotel and books a room. So, the actions are [book_hotel, find_hotel].\\n\\t\\t- Preferences: The user provides the following preferences for the hotel service:\\n\\t\\t\\t- hotel-area: null (not mentioned in the dialogue)\\n\\t\\t\\t- hotel-type: null (not mentioned in the dialogue)\\n\\t\\t\\t- hotel-bookday: null (not mentioned in the dialogue)\\n\\t\\t\\t- hotel-bookpeople: null (not mentioned in the dialogue)\\n\\t\\t\\t- hotel-bookstay: null (not mentioned in the dialogue)\\n\\t\\t\\t- hotel-name: Huntingdon Marriott Hotel (mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +SNG0598.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG0598.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-food: [bistro, italian]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG0598.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-food": ["bistro", "italian"]}}]}µ["User: Hi, I'm looking for a good Italian restaurant in the city center. Can you help me find one?", "System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in?", "User: Oh, I'd like to find one in the center of the city.", 'System: Great! Based on your preference for Italian cuisine and the city center, I have a few recommendations for you. May I suggest Ristorante La Bella Vita, Ristorante Il Girasole, or Ristorante La Pergola? All of these restaurants are highly rated and offer authentic Italian dishes.', 'User: That sounds great! Can you tell me a bit more about each restaurant?', 'System: Certainly! Ristorante La Bella Vita is known for its delicious pasta dishes and cozy atmosphere. Ristorante Il Girasole offers a variety of traditional Italian dishes and has a lovely outdoor seating area. Ristorante La Pergola is famous for its gourmet pizzas and extensive wine list.', 'User: Wow, they all sound amazing! Can you help me make a reservation at one of them?', 'System: Absolutely! I can help you book a table at any of these restaurants. Which one would you like to reserve at?', "User: I think I'll go with Ristorante La Pergola. Can you please make the reservation for me?", "System: Certainly! I've just booked a table for you at Ristorante La Pergola for [insert time and date]. Please arrive 15 minutes prior to your reservation to ensure a smooth check-in process.", 'User: Great, thank you so much for your help!', "System: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at Ristorante La Pergola!", 'User: Thank you, I will! Goodbye!', 'System: Goodbye! Have a great day!']µUser: Hi, I'm looking for a good Italian restaurant in the city center. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you'd like to dine in? User: Oh, I'd like to find one in the center of the city. System: Great! Based on your preference for Italian cuisine and the city center, I have a few recommendations for you. May I suggest Ristorante La Bella Vita, Ristorante Il Girasole, or Ristorante La Pergola? All of these restaurants are highly rated and offer authentic Italian dishes. User: That sounds great! Can you tell me a bit more about each restaurant? System: Certainly! Ristorante La Bella Vita is known for its delicious pasta dishes and cozy atmosphere. Ristorante Il Girasole offers a variety of traditional Italian dishes and has a lovely outdoor seating area. Ristorante La Pergola is famous for its gourmet pizzas and extensive wine list. User: Wow, they all sound amazing! Can you help me make a reservation at one of them? System: Absolutely! I can help you book a table at any of these restaurants. Which one would you like to reserve at? User: I think I'll go with Ristorante La Pergola. Can you please make the reservation for me? System: Certainly! I've just booked a table for you at Ristorante La Pergola for [insert time and date]. Please arrive 15 minutes prior to your reservation to ensure a smooth check-in process. User: Great, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Enjoy your dining experience at Ristorante La Pergola! User: Thank you, I will! Goodbye! System: Goodbye! Have a great day!µ{"Dialogue ID": "SNG0598.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG0598.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a good Italian restaurant in the city center. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you\\'d like to dine in? User: Oh, I\\'d like to find one in the center of the city. System: Great! Based on your preference for Italian cuisine and the city center, I have a few recommendations for you. May I suggest Ristorante La Bella Vita, Ristorante Il Girasole, or Ristorante La Pergola? All of these restaurants are highly rated and offer authentic Italian dishes. User: That sounds great! Can you tell me a bit more about each restaurant? System: Certainly! Ristorante La Bella Vita is known for its delicious pasta dishes and cozy atmosphere. Ristorante Il Girasole offers a variety of traditional Italian dishes and has a lovely outdoor seating area. Ristorante La Pergola is famous for its gourmet pizzas and extensive wine list. User: Wow, they all sound amazing! Can you help me make a reservation at one of them? System: Absolutely! I can help you book a table at any of these restaurants. Which one would you like to reserve at? User: I think I\\'ll go with Ristorante La Pergola. Can you please make the reservation for me? System: Certainly! I\\'ve just booked a table for you at Ristorante La Pergola for [insert time and date]. Please arrive 15 minutes prior to your reservation to ensure a smooth check-in process. User: Great, thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Enjoy your dining experience at Ristorante La Pergola! User: Thank you, I will! Goodbye! System: Goodbye! Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG0598.json",\\n"Services Involved": ["restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "city_center",\\n"restaurant-food": "italian"\\n}\\n}\\n]\\n}\\n\\nDialogue for Annotation:\\n\\nUser: Hi, I\\'m looking for a good Italian restaurant in the city center. Can you help me find one?\\n\\nSystem: Of course! To help you find the perfect Italian restaurant, may I know what area of the city you\\'d like to dine in?\\n\\nUser: Oh, I\\'d like to find one in the center of the city.\\n\\nSystem: Great! Based on your preference for Italian cuisine and the city center, I have a few recommendations for you. May I suggest Ristorante La Bella Vita, Ristorante Il Girasole, or Ristorante La Pergola? All of these restaurants are highly rated and offer authentic Italian dishes.\\n\\nUser: That sounds great! Can you tell me a bit more about each restaurant?\\n\\nSystem: Certainly! Ristorante La Bella Vita is known for its delicious pasta dishes and cozy atmosphere. Ristorante Il Girasole offers a variety of traditional Italian dishes and has a lovely outdoor seating area. Ristorante La Pergola is famous for its gourmet pizzas and extensive wine list.\\n\\nUser: Wow, they all sound amazing! Can you help me make a reservation at one of them?\\n\\nSystem: Absolutely! I can help you book a table at any of these restaurants. Which one would you like to reserve at?\\n\\nUser: I think I\\'ll go with Ristorante La Pergola. Can you please make the reservation for me?\\n\\nSystem: Certainly! I\\'ve just booked a table for you at Ristorante La Pergola for [insert time and date]. Please arrive 15 minutes prior to your reservation to ensure a smooth check-in process.\\n\\nUser: Great, thank you so much for your help!\\n\\nSystem: You\\'re welcome! It was my pleasure to assist you. Enjoy your dining experience at Ristorante La Pergola!\\n\\nUser: Thank you, I will! Goodbye!\\n\\nSystem: Goodbye! Have a great day!\\n\\nHere\\'s the annotation:\\n\\nService Details:\\n\\n* Service Type: restaurant\\n* Actions: find_restaurant, make_reservation\\n* Preferences: restaurant-area=city_center, restaurant-food=italian\\n\\nI hope this helps! Let me know if you have any further questions.'] +SNG01162.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG01162.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [book_restaurant, find_restaurant], Preferences: {restaurant-name: [travellers rest], restaurant-bookday: [monday], restaurant-bookpeople: [1], restaurant-booktime: [14:15]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG01162.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["travellers rest"], "restaurant-bookday": ["monday"], "restaurant-bookpeople": ["1"], "restaurant-booktime": ["14:15"]}}]}µ["User: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?", 'System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?', 'User: Yes, please do!', "System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them?", 'User: Yes, please!', 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?', "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?", 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?', 'User: Yes, please go ahead.', "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with.", "User: Thank you so much! I'm looking forward to my meal.", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"]µUser: Hi, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes, please do! System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!µ{"Dialogue ID": "SNG01162.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG01162.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes, please do! System: Great! Based on your search history and previous bookings, I know you prefer restaurants with a cozy atmosphere and good service. I\\'ve found three restaurants that fit your criteria: Travellers Rest, The Cozy Kitchen, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm, inviting atmosphere. They offer a variety of traditional dishes, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I\\'d like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes, please go ahead. System: Great! I\\'ve just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there\\'s anything else I can help you with. User: Thank you so much! I\\'m looking forward to my meal. System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: SNG01162.json\\n* Services Involved: [restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t+ Actions: [book_restaurant, find_restaurant]\\n\\t+ Preferences:\\n\\t\\t- restaurant-name: null\\n\\t\\t- restaurant-bookday: Monday\\n\\t\\t- restaurant-bookpeople: null\\n\\t\\t- restaurant-booktime: 14:15\\n\\nHere\\'s how the schema is filled out based on the dialogue:\\n\\n* Dialogue ID: SNG01162.json (from the dialogue)\\n* Services Involved: [restaurant] (from the dialogue)\\n* Service Details:\\n\\t+ Service Type: restaurant (from the dialogue)\\n\\t+ Actions: [book_restaurant, find_restaurant] (from the dialogue)\\n\\t+ Preferences:\\n\\t\\t- restaurant-name: null (not mentioned in the dialogue)\\n\\t\\t- restaurant-bookday: Monday (mentioned in the dialogue)\\n\\t\\t- restaurant-bookpeople: null (not mentioned in the dialogue)\\n\\t\\t- restaurant-booktime: 14:15 (mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any other questions.'] +PMUL1146.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL1146.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [friday], train-destination: [cambridge], train-departure: [birmingham new street], train-leaveat: [16:45], train-bookpeople: [1]}}, {Service Type: attraction, Actions: [find_attraction], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [broughton house gallery]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL1146.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["friday"], "train-destination": ["cambridge"], "train-departure": ["birmingham new street"], "train-leaveat": ["16:45"], "train-bookpeople": ["1"]}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-type": ["museum"], "attraction-area": ["centre"], "attraction-name": ["broughton house gallery"]}}]}µ["User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?", "User: I'd like to travel on Friday and I need to book one ticket.", 'System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?', "User: No, I'd prefer to leave at 16:45. Is that possible?", 'System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?', 'User: Yes, please. And can I book a single ticket?', 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?', "User: Yes, I'll proceed with the booking.", 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"]µUser: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No, I'd prefer to leave at 16:45. Is that possible? System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!µ{"Dialogue ID": "PMUL1146.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-destination": "null", "train-departure": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL1146.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-destination": "null", "train-departure": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I\\'d like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No, I\\'d prefer to leave at 16:45. Is that possible? System: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes, I\\'ll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n"Dialogue ID": "PMUL1146.json",\\n"Services Involved": ["train", "attraction"],\\n"Service Details": [\\n{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-destination": "null", "train-departure": "null", "train-leaveat": "null", "train-bookpeople": "null"}},\\n{"Service Type": "attraction", "Actions": ["find_attraction"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}\\n]\\n\\nDialogue for Annotation:\\n\\nUser: Hi, I\\'m looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?\\nSystem: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?\\n\\nSlots:\\n\\n* "train-day": "Friday"\\n* "train-destination": "Cambridge"\\n* "train-departure": "16:45"\\n* "train-leaveat": "18:45"\\n* "train-bookpeople": "1"\\n\\nUser: I\\'d like to travel on Friday and I need to book one ticket.\\n\\nSlots:\\n\\n* "train-day": "Friday"\\n* "train-destination": "Cambridge"\\n* "train-departure": "16:45"\\n* "train-leaveat": "18:45"\\n* "train-bookpeople": "1"\\n\\nSystem: Yes, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?\\n\\nSlots:\\n\\n* "train-day": "Friday"\\n* "train-destination": "Cambridge"\\n* "train-departure": "16:45"\\n* "train-leaveat": "18:45"\\n* "train-bookpeople": "1"\\n\\nUser: Yes, please. And can I book a single ticket?\\n\\nSlots:\\n\\n* "train-bookpeople": "1"\\n\\nSystem: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?\\n\\nSlots:\\n\\n* "train-cost": "£35"\\n\\nUser: Yes, I\\'ll proceed with the booking.\\n\\nSlots:\\n\\n* "train-bookpeople": "1"\\n* "train-cost": "£35"\\n\\nSystem: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?\\n\\nSlots:\\n\\n* "none"\\n\\nUser: No, that\\'s all for now. Thank you for your help!\\n\\nSlots:\\n\\n* "none"\\n\\nSystem: You\\'re welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!\\n\\nSlots:\\n\\n* "none"'] +SSNG0018.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SSNG0018.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [gastropub, african], restaurant-pricerange: [expensive], restaurant-area: [east], restaurant-bookday: [monday], restaurant-bookpeople: [2], restaurant-booktime: [13:45]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SSNG0018.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["gastropub", "african"], "restaurant-pricerange": ["expensive"], "restaurant-area": ["east"], "restaurant-bookday": ["monday"], "restaurant-bookpeople": ["2"], "restaurant-booktime": ["13:45"]}}]}µ["User: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?", "System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?", "User: My budget is around $50 per person, and I'm looking to book for two people.", 'System: Great! Based on your preferences and budget, I would recommend "The Gastropub at Eastside" and "The Foodie\\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?', 'User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.', 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?', 'User: Yes, please.', 'System: Certainly! Here is the menu for The Gastropub at Eastside:', 'User: That sounds great, thank you!', "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"]µUser: Hi, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person, and I'm looking to book for two people. System: Great! Based on your preferences and budget, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!µ{"Dialogue ID": "SSNG0018.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SSNG0018.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you\\'re looking to book for? User: My budget is around $50 per person, and I\\'m looking to book for two people. System: Great! Based on your preferences and budget, I would recommend The Gastropub at Eastside and The Foodie\\'s Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great, thank you! System: You\\'re welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: SSNG0018.json\\n* Services Involved: [restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t+ Actions: [book_restaurant, find_restaurant]\\n\\t+ Preferences:\\n\\t\\t- restaurant-food: null\\n\\t\\t- restaurant-pricerange: null\\n\\t\\t- restaurant-area: null\\n\\t\\t- restaurant-bookday: null\\n\\t\\t- restaurant-bookpeople: null\\n\\t\\t- restaurant-booktime: null\\n\\nNow, let me fill in the slots with the appropriate values based on the dialogue:\\n\\n1. Service Type: restaurant (mentioned in the dialogue)\\n2. Actions: [book_restaurant, find_restaurant] (mentioned in the dialogue)\\n3. Preferences:\\n\\t- restaurant-food: null (not mentioned in the dialogue)\\n\\t- restaurant-pricerange: null (not mentioned in the dialogue)\\n\\t- restaurant-area: null (not mentioned in the dialogue)\\n\\t- restaurant-bookday: null (not mentioned in the dialogue)\\n\\t- restaurant-bookpeople: null (not mentioned in the dialogue)\\n\\t- restaurant-booktime: null (not mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +MUL2293.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL2293.json, Services Involved: [train, hotel], Service Details: [{Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-name: [a and b guest house], hotel-parking: [yes]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [london liverpool street], train-destination: [cambridge], train-day: [friday], train-leaveat: [12:45], train-bookpeople: [2]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL2293.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-name": ["a and b guest house"], "hotel-parking": ["yes"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": ["london liverpool street"], "train-destination": ["cambridge"], "train-day": ["friday"], "train-leaveat": ["12:45"], "train-bookpeople": ["2"]}}]}µ["User: Hi, I'm looking for a hotel and a train ticket. Can you help me?", 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?', "User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.", 'System: Great! For hotels, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?', 'User: Yes, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.', 'System: Great! For the hotel, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?', "User: Yes, that's correct. Thank you!", "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with.", "User: No, that's all. Thank you for your help!", "System: You're welcome! Have a great trip to Cambridge! Goodbye!"]µUser: Hi, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge. System: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!µ{"Dialogue ID": "MUL2293.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-name": "null", "hotel-parking": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-leaveat": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL2293.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-name": "null", "hotel-parking": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-leaveat": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I\\'m looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge. System: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes, that\\'s correct. Thank you! System: You\\'re welcome! I\\'ve sent you an email with the booking details. Please let me know if you have any other questions or if there\\'s anything else I can help you with. User: No, that\\'s all. Thank you for your help! System: You\\'re welcome! Have a great trip to Cambridge! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "MUL2293.json",\\n"Services Involved": ["train", "hotel"],\\n"Service Details": [\\n{"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-name": "null", "hotel-parking": "null"}},\\n{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-leaveat": "null", "train-bookpeople": "null"}}\\n]\\n}\\n\\nDialogue for Annotation:\\n\\nUser: Hi, I\\'m looking for a hotel and a train ticket. Can you help me?\\nSystem: Of course! What type of hotel are you looking for? And which train route would you like to book?\\n\\nUser: I\\'m looking for a hotel in London, preferably with parking, and I need to book a train ticket from London to Cambridge.\\n\\nSystem: Great! For hotels, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?\\n\\nUser: Yes, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge.\\n\\nSystem: Great! For the hotel, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?\\n\\nUser: Yes, that\\'s correct. Thank you!\\n\\nSystem: You\\'re welcome! I\\'ve sent you an email with the booking details. Please let me know if you have any other questions or if there\\'s anything else I can help you with.\\n\\nUser: No, that\\'s all. Thank you for your help!\\n\\nSystem: You\\'re welcome! Have a great trip to Cambridge! Goodbye!\\n\\nHere\\'s the annotation:\\n\\nService Details:\\n\\n* Hotel:\\n\\t+ Preferences: hotel-name = null, hotel-parking = null\\n\\t+ Actions: find_hotel, book_hotel\\n* Train:\\n\\t+ Preferences: train-departure = null, train-destination = null, train-day = null, train-leaveat = null, train-bookpeople = null\\n\\t+ Actions: find_train, book_train\\n\\nSlots:\\n\\n* hotel-name: null\\n* hotel-parking: null\\n* train-departure: null\\n* train-destination: null\\n* train-day: null\\n* train-leaveat: null\\n* train-bookpeople: null\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL1586.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL1586.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [cambridge], train-destination: [norwich], train-day: [sunday], train-arriveby: [13:45], train-bookpeople: [4]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-pricerange: [moderate], hotel-type: [guesthouse], hotel-area: [east], hotel-parking: [dontcare], hotel-name: [a and b guest house]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL1586.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": ["cambridge"], "train-destination": ["norwich"], "train-day": ["sunday"], "train-arriveby": ["13:45"], "train-bookpeople": ["4"]}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-pricerange": ["moderate"], "hotel-type": ["guesthouse"], "hotel-area": ["east"], "hotel-parking": ["dontcare"], "hotel-name": ["a and b guest house"]}}]}µ["User: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?", "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling.", 'System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?', 'User: Yes, that sounds perfect. How much does it cost?', 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?', "User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?", 'System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?', 'User: Yes, that sounds great. Can you please provide me with the booking details?', 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.', 'User: Thank you so much! I really appreciate your help.', "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']µUser: Hi, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you, I will. Goodbye! System: Goodbye!µ{"Dialogue ID": "PMUL1586.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-arriveby": "null", "train-bookpeople": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-pricerange": "null", "hotel-type": "null", "hotel-area": "null", "hotel-parking": "null", "hotel-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL1586.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-day": "null", "train-arriveby": "null", "train-bookpeople": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-pricerange": "null", "hotel-type": "null", "hotel-area": "null", "hotel-parking": "null", "hotel-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I\\'d like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes, I\\'ll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You\\'re welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you, I will. Goodbye! System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL1586.json",\\n"Services Involved": ["train", "hotel"],\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train", "book_train"],\\n"Preferences": {\\n"train-departure": "13:45",\\n"train-destination": "Norwich",\\n"train-day": "Sunday",\\n"train-arriveby": "15:45"\\n}\\n},\\n{\\n"Service Type": "hotel",\\n"Actions": ["NONE", "find_hotel"],\\n"Preferences": {\\n"hotel-pricerange": "moderate",\\n"hotel-type": "guest_house",\\n"hotel-area": "east",\\n"hotel-parking": "free"\\n}\\n}\\n]\\n}\\n\\nNote that I filled in the slots with the appropriate values based on the dialogue content. If a value was not mentioned in the dialogue, I filled in "none" or left the slot empty.'] +SNG0039.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG0039.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [corpus christi], taxi-leaveat: [08:45], taxi-departure: [gourmet burger kitchen]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG0039.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": ["corpus christi"], "taxi-leaveat": ["08:45"], "taxi-departure": ["gourmet burger kitchen"]}}]}µ["User: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?", "User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address].", 'System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?', 'User: Yes, that works for me. Can you also tell me how much the fare will be?', 'System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?', "User: Yes, I'd like to proceed. Please go ahead and book the taxi for me.", 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!', 'User: Thank you! Goodbye.', 'System: Goodbye! Have a great day!']µUser: Hi, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen, located at [insert address]. System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!µ{"Dialogue ID": "SNG0039.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-leaveat": "null", "taxi-departure": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG0039.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-leaveat": "null", "taxi-departure": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I\\'m at Gourmet Burger Kitchen, located at [insert address]. System: Great, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes, I\\'d like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG0039.json",\\n"Services Involved": ["taxi"],\\n"Service Details": [\\n{\\n"Service Type": "taxi",\\n"Actions": ["NONE", "find_taxi"],\\n"Preferences": {\\n"taxi-destination": "Corpus Christi",\\n"taxi-leaveat": "08:45 AM",\\n"taxi-departure": "Gourmet Burger Kitchen"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is filled out with the information from the dialogue:\\n\\n"Dialogue ID": "SNG0039.json" - This is the ID of the dialogue, which is mentioned in the schema.\\n\\n"Services Involved": ["taxi"] - This lists the services involved in the dialogue, which is mentioned in the schema.\\n\\n"Service Details": [\\n{\\n"Service Type": "taxi",\\n"Actions": ["NONE", "find_taxi"],\\n"Preferences": {\\n"taxi-destination": "Corpus Christi",\\n"taxi-leaveat": "08:45 AM",\\n"taxi-departure": "Gourmet Burger Kitchen"\\n}\\n}\\n]\\n\\n"Service Type": "taxi" - This is the type of service requested by the user, which is mentioned in the schema.\\n\\n"Actions": ["NONE", "find_taxi"] - This lists the actions taken by the system in response to the user\\'s request, which is mentioned in the schema.\\n\\n"Preferences": {\\n"taxi-destination": "Corpus Christi",\\n"taxi-leaveat": "08:45 AM",\\n"taxi-departure": "Gourmet Burger Kitchen"\\n}\\n\\n"taxi-destination": "Corpus Christi" - This is the destination of the taxi ride, which is mentioned in the schema.\\n\\n"taxi-leaveat": "08:45 AM" - This is the time at which the taxi will leave, which is mentioned in the schema.\\n\\n"taxi-departure": "Gourmet Burger Kitchen" - This is the starting location of the taxi ride, which is mentioned in the schema.\\n\\nI hope this helps! Let me know if you have any further questions.'] +SSNG0142.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SSNG0142.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [dontcare, ask.\\, ask], restaurant-bookday: [sunday], restaurant-bookpeople: [5], restaurant-booktime: [14:15], restaurant-area: [centre], restaurant-food: [dontcare]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SSNG0142.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["dontcare", "ask.\\"", "ask"], "restaurant-bookday": ["sunday"], "restaurant-bookpeople": ["5"], "restaurant-booktime": ["14:15"], "restaurant-area": ["centre"], "restaurant-food": ["dontcare"]}}]}µ["User: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?", "User: Um, I don't have a specific restaurant in mind. Can you suggest some options?", 'System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that?', 'User: Yes, please!', 'System: Great! Based on your preferences, I suggest the following restaurants:', 'User: The Centre Bistro sounds great, can you book it for me?', "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking.", 'User: Sure, my name is John Doe and my phone number is 555-555-5555.', "System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?", "User: No, that's all. Thank you!", "System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"]µUser: Hi, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes, please! System: Great! Based on your preferences, I suggest the following restaurants: User: The Centre Bistro sounds great, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that's all. Thank you! System: You're welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!µ{"Dialogue ID": "SSNG0142.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-area": "null", "restaurant-food": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SSNG0142.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-area": "null", "restaurant-food": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with the name of the restaurant you\\'re interested in? User: Um, I don\\'t have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes, please! System: Great! Based on your preferences, I suggest the following restaurants: User: The Centre Bistro sounds great, can you book it for me? System: Of course! I\\'ll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure, my name is John Doe and my phone number is 555-555-5555. System: Great, John! I\\'ve just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No, that\\'s all. Thank you! System: You\\'re welcome, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: SSNG0142.json\\n* Services Involved: [restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t+ Actions:\\n\\t\\t- NONE\\n\\t\\t- book_restaurant\\n\\t\\t- find_restaurant\\n\\t+ Preferences:\\n\\t\\t- restaurant-name: null\\n\\t\\t- restaurant-bookday: null\\n\\t\\t- restaurant-bookpeople: null\\n\\t\\t- restaurant-booktime: null\\n\\t\\t- restaurant-area: null\\n\\t\\t- restaurant-food: null\\n\\nNow, let me fill in the slots based on the dialogue:\\n\\n1. Service Type: restaurant (mentioned in the dialogue)\\n2. Actions:\\n\\t- book_restaurant (mentioned in the dialogue)\\n\\t- find_restaurant (mentioned in the dialogue)\\n\\t- NONE (not mentioned in the dialogue)\\n3. Preferences:\\n\\t- restaurant-name: null (not mentioned in the dialogue)\\n\\t- restaurant-bookday: null (not mentioned in the dialogue)\\n\\t- restaurant-bookpeople: null (not mentioned in the dialogue)\\n\\t- restaurant-booktime: null (not mentioned in the dialogue)\\n\\t- restaurant-area: null (not mentioned in the dialogue)\\n\\t- restaurant-food: null (not mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any further questions.'] +SNG01795.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG01795.json, Services Involved: [train], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [stevenage], train-destination: [cambridge], train-arriveby: [12:15, 10:43], train-day: [sunday], train-bookpeople: [6], train-leaveat: [09:54]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG01795.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": ["stevenage"], "train-destination": ["cambridge"], "train-arriveby": ["12:15", "10:43"], "train-day": ["sunday"], "train-bookpeople": ["6"], "train-leaveat": ["09:54"]}}]}µ["User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?", "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?", "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?", 'System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?', 'User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?', 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?', "User: No, that's all for now. I'll just book the train ticket.", 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!']µUser: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders? User: No, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!µ{"Dialogue ID": "SNG01795.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-day": "null", "train-bookpeople": "null", "train-leaveat": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG01795.json", "Services Involved": ["train"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-day": "null", "train-bookpeople": "null", "train-leaveat": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I\\'d be happy to assist you. What specific service would you like to know about or book? User: I\\'d like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders? User: No, that\\'s all for now. I\\'ll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: SNG01795.json\\n* Services Involved: [train]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t+ Actions: [find_train, book_train]\\n\\t+ Preferences:\\n\\t\\t- train-departure: null\\n\\t\\t- train-destination: Cambridge\\n\\t\\t- train-arriveby: 12:15\\n\\t\\t- train-day: Sunday\\n\\t\\t- train-bookpeople: null\\n\\t\\t- train-leaveat: null\\n\\nNow, let me fill in the slots based on the dialogue:\\n\\n1. Service Type: train (mentioned in the dialogue)\\n2. Actions: [book_train] (mentioned in the dialogue)\\n3. Preferences:\\n\\t- train-departure: 10:43 (mentioned in the dialogue)\\n\\t- train-destination: Cambridge (mentioned in the dialogue)\\n\\t- train-arriveby: 12:15 (mentioned in the dialogue)\\n\\t- train-day: Sunday (mentioned in the dialogue)\\n\\t- train-bookpeople: null (not mentioned in the dialogue)\\n\\t- train-leaveat: null (not mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +PMUL4433.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL4433.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train], Preferences: {train-destination: [stevenage], train-day: [tuesday], train-departure: [cambridge], train-leaveat: [15:15]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [north], attraction-type: [swimmingpool], attraction-name: [jesus green outdoor pool]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL4433.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": ["stevenage"], "train-day": ["tuesday"], "train-departure": ["cambridge"], "train-leaveat": ["15:15"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["north"], "attraction-type": ["swimmingpool"], "attraction-name": ["jesus green outdoor pool"]}}]}µ["User: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?", "User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15.", 'System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?', "User: Yes, I'd like to purchase a ticket. How much will it cost?", 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?', "User: Yes, I'll proceed with the purchase.", 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding.', 'User: Thank you for your help!', "System: You're welcome! Have a great trip to Stevenage. Goodbye!"]µUser: Hi, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!µ{"Dialogue ID": "PMUL4433.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": "null", "train-day": "null", "train-departure": "null", "train-leaveat": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL4433.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train"], "Preferences": {"train-destination": "null", "train-day": "null", "train-departure": "null", "train-leaveat": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I\\'d like to travel on Tuesday, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes, I\\'d like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes, I\\'ll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234, Departure Time: 15:15, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You\\'re welcome! Have a great trip to Stevenage. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL4433.json\\n* Services Involved: [train, attraction]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-destination: null\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-departure: 15:15\\n\\t\\t\\t- train-leaveat: null\\n\\t+ Service Type: attraction\\n\\t\\t- Actions: [find_attraction, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-area: null\\n\\t\\t\\t- attraction-type: null\\n\\t\\t\\t- attraction-name: null\\n\\nNow, let me fill in the slots with the appropriate values based on the dialogue:\\n\\n* Services Involved: [train]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-destination: Cambridge to Stevenage\\n\\t\\t\\t- train-day: Tuesday\\n\\t\\t\\t- train-departure: 15:15\\n\\t\\t\\t- train-leaveat: null\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +SNG1116.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG1116.json, Services Involved: [attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [college], attraction-area: [centre], attraction-name: [downing college]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG1116.json", "Services Involved": ["attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": ["college"], "attraction-area": ["centre"], "attraction-name": ["downing college"]}}]}µ["User: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?", "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity?", "User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?", "System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?", 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?', "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?", "User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?", "System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?", "User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?", 'System: Of course! Here is the information you requested:', 'User: Thank you so much! I appreciate your help. Have a great day!']µUser: Hi, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity? User: Well, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it's free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!µ{"Dialogue ID": "SNG1116.json", "Services Involved": ["attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG1116.json", "Services Involved": ["attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I\\'d be happy to help. Can you please provide me with some more information about what you\\'re looking for? For example, are you interested in a specific type of attraction, like a museum or a park? And what is your budget for this activity? User: Well, I\\'m actually looking for something that\\'s free or low-cost. I\\'d love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town, and it\\'s free to explore. They have a lovely chapel, a tranquil lake, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year, but currently they have an art exhibition featuring works by local artists. It\\'s free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great, thank you! I\\'d love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city, and the local museum has a fascinating collection of artifacts from the area\\'s history. Would you like me to provide you with more information or directions to these attractions? User: That\\'s really helpful, thank you! I think I\\'ll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG1116.json",\\n"Services Involved": ["attraction"],\\n"Service Details": [\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-type": "null",\\n"attraction-area": "null",\\n"attraction-name": "null"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["provide_information", "direct_user"],\\n"Preferences": {\\n"attraction-type": "college or university",\\n"attraction-area": "centre of town",\\n"attraction-name": "Downing College"\\n}\\n}\\n]\\n}\\n\\nHere is the filled-out schema with the information from the dialogue:\\n\\nService Details:\\n\\n[\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-type": "null",\\n"attraction-area": "null",\\n"attraction-name": "null"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["provide_information", "direct_user"],\\n"Preferences": {\\n"attraction-type": "college or university",\\n"attraction-area": "centre of town",\\n"attraction-name": "Downing College"\\n}\\n}\\n]\\n\\nThe filled-out schema includes the following information:\\n\\n* Service Type: The type of service provided, in this case, "attraction".\\n* Actions: The actions taken by the system, in this case, "find_attraction" and "NONE".\\n* Preferences: The user\\'s preferences for the service, in this case, the type of attraction, the area of town, and the name of the attraction.\\n\\nI hope this helps! Let me know if you have any other questions.'] +SNG1165.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG1165.json, Services Involved: [hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-area: [north, south], hotel-pricerange: [expensive], hotel-bookday: [monday], hotel-bookpeople: [7], hotel-bookstay: [3], hotel-name: [lensfield hotel]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG1165.json", "Services Involved": ["hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": ["north", "south"], "hotel-pricerange": ["expensive"], "hotel-bookday": ["monday"], "hotel-bookpeople": ["7"], "hotel-bookstay": ["3"], "hotel-name": ["lensfield hotel"]}}]}µ["User: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel?", 'System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services?', 'User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant.', 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking?', 'User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need?', 'System: Certainly! Your booking details are as follows:', "User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?", "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk.", 'User: No, that sounds great. Thank you for your help!', "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"]µUser: Hi, I'm looking for a hotel in the north area of the city, with a price range of expensive, and I'd like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services? User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk. User: No, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!µ{"Dialogue ID": "SNG1165.json", "Services Involved": ["hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-pricerange": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG1165.json", "Services Involved": ["hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-area": "null", "hotel-pricerange": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel in the north area of the city, with a price range of expensive, and I\\'d like to book a room for 3 people for 3 nights, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel, may I know your preferred hotel name? Additionally, do you have any specific requirements for the hotel, such as amenities or services? User: Yes, I would like to book a room at the Lensfield Hotel, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city, with a fitness center and an award-winning restaurant. For your requested dates, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night, with a total of $1,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes, I\\'ll proceed with the booking. Can you tell me more about the hotel\\'s location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city\\'s north area, within walking distance to popular attractions and shopping centers. The hotel features a fitness center, an award-winning restaurant, and a rooftop bar with stunning city views. Additionally, the hotel offers room service, laundry service, and a 24-hour front desk. User: No, that sounds great. Thank you for your help! System: You\\'re welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG1165.json",\\n"Services Involved": ["hotel"],\\n"Service Details": [\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-area": "north",\\n"hotel-pricerange": "expensive",\\n"hotel-bookday": "Monday",\\n"hotel-bookpeople": "3",\\n"hotel-bookstay": "3",\\n"hotel-name": "Lensfield Hotel"\\n}\\n}\\n]\\n\\nHere\\'s how the schema is filled out based on the dialogue:\\n\\nService Details:\\n\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-area": "north",\\n"hotel-pricerange": "expensive",\\n"hotel-bookday": "Monday",\\n"hotel-bookpeople": "3",\\n"hotel-bookstay": "3",\\n"hotel-name": "Lensfield Hotel"\\n}\\n}\\n\\nActions:\\n\\n["book_hotel", "find_hotel", "NONE"]\\n\\nPreferences:\\n\\n{\\n"hotel-area": "north",\\n"hotel-pricerange": "expensive",\\n"hotel-bookday": "Monday",\\n"hotel-bookpeople": "3",\\n"hotel-bookstay": "3",\\n"hotel-name": "Lensfield Hotel"\\n}\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL3460.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3460.json, Services Involved: [train, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [bangkok city], restaurant-area: [centre], restaurant-bookday: [sunday], restaurant-bookpeople: [2], restaurant-booktime: [19:30], restaurant-food: [thai]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-arriveby: [17:00, 17:58, 16:58, 17.58], train-day: [monday], train-destination: [kings lynn], train-departure: [cambridge], train-bookpeople: [2]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3460.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["bangkok city"], "restaurant-area": ["centre"], "restaurant-bookday": ["sunday"], "restaurant-bookpeople": ["2"], "restaurant-booktime": ["19:30"], "restaurant-food": ["thai"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-arriveby": ["17:00", "17:58", "16:58", "17.58"], "train-day": ["monday"], "train-destination": ["kings lynn"], "train-departure": ["cambridge"], "train-bookpeople": ["2"]}}]}µ["User: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?", "User: Yes, I'd like to book a table for 2 people at 19:30.", 'System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?', 'User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30?', 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"]µUser: Hi, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!µ{"Dialogue ID": "PMUL3460.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-food": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-arriveby": "null", "train-day": "null", "train-destination": "null", "train-departure": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3460.json", "Services Involved": ["train", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-food": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-arriveby": "null", "train-day": "null", "train-destination": "null", "train-departure": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes, I\\'d like to book a table for 2 people at 19:30. System: Great! Based on your preferences, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3460.json\\n* Services Involved: [train, restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t\\t- Actions: [book_restaurant, find_restaurant]\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-name: Siam Square Thai Restaurant\\n\\t\\t\\t- restaurant-area: heart of Bangkok city centre\\n\\t\\t\\t- restaurant-bookday: Sunday\\n\\t\\t\\t- restaurant-bookpeople: 2\\n\\t\\t\\t- restaurant-booktime: 19:30\\n\\t\\t\\t- restaurant-food: authentic Thai cuisine\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-arriveby: null\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-destination: null\\n\\t\\t\\t- train-departure: null\\n\\t\\t\\t- train-bookpeople: null\\n\\nBased on the dialogue, here\\'s the annotation for each slot:\\n\\n1. Service Type (restaurant): Siam Square Thai Restaurant\\n2. Actions (restaurant): book_restaurant, find_restaurant\\n3. Preferences (restaurant):\\n\\t- restaurant-name: Siam Square Thai Restaurant\\n\\t- restaurant-area: heart of Bangkok city centre\\n\\t- restaurant-bookday: Sunday\\n\\t- restaurant-bookpeople: 2\\n\\t- restaurant-booktime: 19:30\\n\\t- restaurant-food: authentic Thai cuisine\\n4. Actions (train): find_train, book_train\\n5. Preferences (train):\\n\\t- train-arriveby: null\\n\\t- train-day: null\\n\\t- train-destination: null\\n\\t- train-departure: null\\n\\t- train-bookpeople: null\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +PMUL2583.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL2583.json, Services Involved: [attraction, taxi, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-type: [hotel], hotel-area: [centre], hotel-pricerange: [expensive], hotel-bookday: [sunday, monday], hotel-bookpeople: [1], hotel-bookstay: [1], hotel-name: [gonville hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [centre], attraction-type: [museum]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [11:15], taxi-destination: [castle galleries]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL2583.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-type": ["hotel"], "hotel-area": ["centre"], "hotel-pricerange": ["expensive"], "hotel-bookday": ["sunday", "monday"], "hotel-bookpeople": ["1"], "hotel-bookstay": ["1"], "hotel-name": ["gonville hotel"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["centre"], "attraction-type": ["museum"]}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": ["11:15"], "taxi-destination": ["castle galleries"]}}]}µ["User: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?", 'User: My budget is around $200 per night.', 'System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?', 'User: A 4-star hotel would be perfect.', 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you?', 'User: Yes, please go ahead and book a room for Sunday and Monday night.', 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?', "User: I'll pay by credit card.", "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process.", 'User: Thank you so much for your help!', "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!", 'User: Thank you, I will! Goodbye.', 'System: Goodbye!']µUser: Hi, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you, I will! Goodbye. System: Goodbye!µ{"Dialogue ID": "PMUL2583.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-type": "null", "hotel-area": "null", "hotel-pricerange": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-destination": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL2583.json", "Services Involved": ["attraction", "taxi", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-type": "null", "hotel-area": "null", "hotel-pricerange": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null", "attraction-type": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-destination": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I\\'ll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel\\'s address is 123 Main St, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you, I will! Goodbye. System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL2583.json",\\n"Services Involved": ["attraction", "taxi", "hotel"],\\n"Service Details": [\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-type": "4-star",\\n"hotel-area": "city centre",\\n"hotel-pricerange": "$200",\\n"hotel-bookday": "Sunday",\\n"hotel-bookpeople": "1",\\n"hotel-bookstay": "2 nights",\\n"hotel-name": "Gonville Hotel"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-area": "city centre",\\n"attraction-type": "null"\\n}\\n},\\n{\\n"Service Type": "taxi",\\n"Actions": ["NONE", "find_taxi"],\\n"Preferences": {\\n"taxi-arriveby": "null",\\n"taxi-destination": "Gonville Hotel, 123 Main St"\\n}\\n}\\n]\\n}\\n\\nNote that I have filled in the slots based on the information provided in the dialogue. If there is no information provided in the dialogue, I have filled in "none" for that slot.'] +MUL1914.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: MUL1914.json, Services Involved: [train, attraction], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-departure: [ely], train-destination: [cambridge], train-arriveby: [9:30, 09:30], train-bookpeople: [7], train-day: [tuesday]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ruskin gallery]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "MUL1914.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": ["ely"], "train-destination": ["cambridge"], "train-arriveby": ["9:30", "09:30"], "train-bookpeople": ["7"], "train-day": ["tuesday"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": ["ruskin gallery"]}}]}µ["User: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?", "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am.", 'System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?', 'User: Yes, please go ahead and book it for me.', 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?', "User: I'll pay by credit card.", 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!', 'User: Thank you very much! Do you have any information on attractions in Cambridge?', 'System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?', 'User: Yes, please do!', 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?', "User: No, I think I'll just explore on my own. Thank you for the information!", "System: You're welcome! Have a great day in Cambridge!", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']µUser: Hi, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!µ{"Dialogue ID": "MUL1914.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-bookpeople": "null", "train-day": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "MUL1914.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-departure": "null", "train-destination": "null", "train-arriveby": "null", "train-bookpeople": "null", "train-day": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I\\'d like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I\\'ll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No, I think I\\'ll just explore on my own. Thank you for the information! System: You\\'re welcome! Have a great day in Cambridge! User: Thank you, I will. Goodbye! System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "MUL1914.json",\\n"Services Involved": ["train", "attraction"],\\n"Service Details": [\\n{\\n"Service Type": "train",\\n"Actions": ["NONE", "find_train", "book_train"],\\n"Preferences": {\\n"train-departure": "null",\\n"train-destination": "null",\\n"train-arriveby": "null",\\n"train-bookpeople": "null",\\n"train-day": "Tuesday"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-name": "Ruskin Gallery"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is filled out with the information from the dialogue:\\n\\n* "Dialogue ID": "MUL1914.json" - this is the ID of the dialogue, which is the file name of the dialogue file.\\n* "Services Involved": ["train", "attraction"] - this lists the services that are involved in the dialogue. In this case, the user is asking about train and attraction information.\\n* "Service Details": [...], - this is a list of service details, one for each service involved in the dialogue. In this case, there are two services: train and attraction.\\n\\t+ "Service Type": "train" - this specifies the type of service (e.g. train, attraction, etc.).\\n\\t+ "Actions": ["NONE", "find_train", "book_train"] - this lists the actions that can be taken for this service (e.g. find, book, etc.). In this case, the user can find and book trains.\\n\\t+ "Preferences": {...} - this specifies the preferences for this service (e.g. departure time, destination, etc.). In this case, the user has specified that they want to depart from Ely at 9:30am and arrive in Cambridge by 10:30am.\\n\\t+ "Service Type": "attraction" - this specifies the type of service (e.g. attraction, etc.).\\n\\t+ "Actions": ["find_attraction", "NONE"] - this lists the actions that can be taken for this service (e.g. find, etc.). In this case, the user can find attractions.\\n\\t+ "Preferences": {...} - this specifies the preferences for this service (e.g. name of attraction, etc.). In this case, the user has specified that they are interested in the Ruskin Gallery.\\n\\nI hope this helps! Let me know if you have any questions or need further clarification.'] +PMUL2097.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL2097.json, Services Involved: [attraction, hotel, restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-area: [centre], restaurant-pricerange: [expensive], restaurant-food: [thai], restaurant-bookday: [thursday], restaurant-bookpeople: [5], restaurant-booktime: [15:00], restaurant-name: [bangkok city, city]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-type: [hotel]}}, {Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-name: [ballare]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL2097.json", "Services Involved": ["attraction", "hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": ["centre"], "restaurant-pricerange": ["expensive"], "restaurant-food": ["thai"], "restaurant-bookday": ["thursday"], "restaurant-bookpeople": ["5"], "restaurant-booktime": ["15:00"], "restaurant-name": ["bangkok city", "city"]}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-type": ["hotel"]}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": ["ballare"]}}]}µ["User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?", "User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person.", 'System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?', 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?', 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?', "User: No, that's all good. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"]µUser: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal? User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!µ{"Dialogue ID": "PMUL2097.json", "Services Involved": ["attraction", "hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-type": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL2097.json", "Services Involved": ["attraction", "hotel", "restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-pricerange": "null", "restaurant-food": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-type": "null"}}, {"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal? User: Well, I\\'d like to find a restaurant in the city center, and I\\'m willing to spend around 2,000 THB per person. System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No, that\\'s all good. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL2097.json",\\n"Services Involved": ["attraction", "hotel", "restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "book_restaurant", "find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "null",\\n"restaurant-pricerange": "null",\\n"restaurant-food": "Thai",\\n"restaurant-bookday": "Thursday",\\n"restaurant-bookpeople": "3",\\n"restaurant-booktime": "3 pm",\\n"restaurant-name": "Bangkok City Restaurant"\\n}\\n},\\n{\\n"Service Type": "hotel",\\n"Actions": ["NONE", "find_hotel"],\\n"Preferences": {\\n"hotel-type": "null"\\n}\\n},\\n{\\n"Service Type": "attraction",\\n"Actions": ["find_attraction", "NONE"],\\n"Preferences": {\\n"attraction-name": "null"\\n}\\n}\\n]\\n\\nIn this annotation, the "Service Details" array contains three objects, each representing one of the services mentioned in the dialogue (restaurant, hotel, and attraction). Each object has three properties: "Actions", "Preferences", and "Service Type".\\n\\nThe "Actions" property lists the possible actions that can be taken for each service. For example, for the restaurant service, the possible actions are "book_restaurant" and "find_restaurant". The "Preferences" property contains the user\\'s preferences for each service. For example, for the restaurant service, the user has specified that they are looking for a Thai restaurant in the city center with a budget of 2,000 THB per person, and they have also specified the date and time of the reservation. The "Service Type" property simply identifies the type of service (e.g., restaurant, hotel, attraction).\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL0949.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL0949.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-name: [ask], restaurant-bookday: [wednesday], restaurant-bookpeople: [1], restaurant-booktime: [17:15]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL0949.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": ["ask"], "restaurant-bookday": ["wednesday"], "restaurant-bookpeople": ["1"], "restaurant-booktime": ["17:15"]}}]}µ["User: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?", 'User: Um, let me see... how about "The Italian Place"?', 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?', 'User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details?', 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?', 'User: Yes, that sounds great. How do I confirm the booking?', 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday.', 'User: Confirm.', 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with?', "User: No, that's all for now. Thank you!", "System: You're welcome! Have a great day. Goodbye!"]µUser: Hi, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with? User: No, that's all for now. Thank you! System: You're welcome! Have a great day. Goodbye!µ{"Dialogue ID": "PMUL0949.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL0949.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with the name of the restaurant you\\'re interested in? User: Um, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes, including pasta, pizza, and risotto. For your booking, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking, please let me know before 17:00 on Wednesday. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. I hope you enjoy your meal! Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you! System: You\\'re welcome! Have a great day. Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL0949.json\\n* Services Involved: [restaurant]\\n* Service Details:\\n\\t+ Service Type: restaurant\\n\\t+ Actions: [book_restaurant, find_restaurant]\\n\\t+ Preferences:\\n\\t\\t- restaurant-name: The Italian Place\\n\\t\\t- restaurant-bookday: Wednesday\\n\\t\\t- restaurant-bookpeople: 1\\n\\t\\t- restaurant-booktime: 17:15\\n\\nHere\\'s a brief explanation of each slot and the value I chose based on the dialogue:\\n\\n1. Dialogue ID: This is the unique identifier for the dialogue, which is PMUL0949.json in this case.\\n2. Services Involved: This lists the services that were involved in the dialogue, which is just the restaurant service in this case.\\n3. Service Details: This provides more information about the service, including the service type (restaurant), the actions that were taken (book_restaurant and find_restaurant), and the user\\'s preferences for the service.\\n\\t+ Service Type: restaurant - This is the type of service that was involved in the dialogue, which is a restaurant.\\n\\t+ Actions: [book_restaurant, find_restaurant] - These are the actions that the system took to assist the user, which were booking a restaurant and finding a restaurant.\\n\\t+ Preferences:\\n\\t\\t- restaurant-name: The Italian Place - This is the name of the restaurant that the user chose, which is The Italian Place.\\n\\t\\t- restaurant-bookday: Wednesday - This is the day that the user wants to book the restaurant, which is Wednesday.\\n\\t\\t- restaurant-bookpeople: 1 - This is the number of people that the user wants to book a table for, which is one person.\\n\\t\\t- restaurant-booktime: 17:15 - This is the time that the user wants to book the table for, which is 17:15.\\n\\nI hope this helps! Let me know if you have any questions or if you\\'d like me to fill out the schema for any other dialogues.'] +PMUL3847.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3847.json, Services Involved: [train, attraction], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-area: [east]}}, {Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-destination: [cambridge], train-arriveby: [13:15], train-day: [friday], train-departure: [birmingham new street], train-bookpeople: [2]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3847.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": ["east"]}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": ["cambridge"], "train-arriveby": ["13:15"], "train-day": ["friday"], "train-departure": ["birmingham new street"], "train-bookpeople": ["2"]}}]}µ["User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?", "System: Of course! I'd be happy to assist you. What would you like to know?", 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?', 'System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?', 'User: Yes, please!', 'System: Great! Here are your options:', "User: I'd like to book the 13:15 train with availability in first class, please.", "System: Great choice! I'll go ahead and book that for you. Would you like to add any additional preferences or requests?", "User: No, that's all for now. Thank you!", "System: You're welcome! Your train ticket has been booked successfully. The total cost is £34.50. Would you like to pay by credit card or PayPal?", "User: I'll pay by credit card.", "System: Great! I'll process the payment now. Thank you for choosing our services. Have a great day!", 'User: Thank you! Goodbye.', 'System: Goodbye! Have a great day and a wonderful trip to Cambridge!']µUser: Hi, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them? User: Yes, please! System: Great! Here are your options: User: I'd like to book the 13:15 train with availability in first class, please. System: Great choice! I'll go ahead and book that for you. Would you like to add any additional preferences or requests? User: No, that's all for now. Thank you! System: You're welcome! Your train ticket has been booked successfully. The total cost is £34.50. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I'll process the payment now. Thank you for choosing our services. Have a great day! User: Thank you! Goodbye. System: Goodbye! Have a great day and a wonderful trip to Cambridge!µ{"Dialogue ID": "PMUL3847.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": "null", "train-arriveby": "null", "train-day": "null", "train-departure": "null", "train-bookpeople": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3847.json", "Services Involved": ["train", "attraction"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null"}}, {"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": "null", "train-arriveby": "null", "train-day": "null", "train-departure": "null", "train-bookpeople": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train ticket to Cambridge. Can you help me? System: Of course! I\\'d be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them? User: Yes, please! System: Great! Here are your options: User: I\\'d like to book the 13:15 train with availability in first class, please. System: Great choice! I\\'ll go ahead and book that for you. Would you like to add any additional preferences or requests? User: No, that\\'s all for now. Thank you! System: You\\'re welcome! Your train ticket has been booked successfully. The total cost is £34.50. Would you like to pay by credit card or PayPal? User: I\\'ll pay by credit card. System: Great! I\\'ll process the payment now. Thank you for choosing our services. Have a great day! User: Thank you! Goodbye. System: Goodbye! Have a great day and a wonderful trip to Cambridge!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here\\'s the annotation schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "PMUL3847.json",\\n"Services Involved": ["train", "attraction"],\\n"Service Details": [\\n{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-area": "null"}},\\n{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-destination": "Cambridge", "train-arriveby": "13:15", "train-day": "Friday", "train-departure": "Birmingham New Street", "train-bookpeople": "null"}}\\n]\\n}\\n\\nHere\\'s how the schema is filled out with the information from the dialogue:\\n\\nService Details:\\n\\n1. Service Type: train\\n\\nActions:\\n\\n* NONE\\n* find_train\\n* book_train\\n\\nPreferences:\\n\\n* train-destination: Cambridge\\n* train-arriveby: 13:15\\n* train-day: Friday\\n* train-departure: Birmingham New Street\\n\\nSince the user only asked for a train ticket and did not request any additional preferences or requests, the "Preferences" section is filled out with the information provided in the dialogue.\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL2710.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL2710.json, Services Involved: [attraction, hotel], Service Details: [{Service Type: attraction, Actions: [find_attraction, NONE], Preferences: {attraction-type: [museum], attraction-area: [centre], attraction-name: [castle galleries]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-area: [north], hotel-type: [guesthouse], hotel-bookday: [sunday], hotel-bookpeople: [4], hotel-bookstay: [5]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL2710.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": ["museum"], "attraction-area": ["centre"], "attraction-name": ["castle galleries"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-area": ["north"], "hotel-type": ["guesthouse"], "hotel-bookday": ["sunday"], "hotel-bookpeople": ["4"], "hotel-bookstay": ["5"]}}]}µ["User: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?", 'System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party?', "User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party.", 'System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?', 'User: Yes, please!', 'System: Sure thing! Here are three options that fit your needs:', 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?', 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"]µUser: Hi, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!µ{"Dialogue ID": "PMUL2710.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL2710.json", "Services Involved": ["attraction", "hotel"], "Service Details": [{"Service Type": "attraction", "Actions": ["find_attraction", "NONE"], "Preferences": {"attraction-type": "null", "attraction-area": "null", "attraction-name": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We\\'re looking to arrive on Sunday, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL2710.json\\n* Services Involved: [attraction, hotel]\\n* Service Details:\\n\\t+ Attraction:\\n\\t\\t- Service Type: attraction\\n\\t\\t- Actions: [find_attraction, NONE]\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-type: null\\n\\t\\t\\t- attraction-area: null\\n\\t\\t\\t- attraction-name: null\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-type: null\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: null\\n\\nNow, let me fill in the slots based on the dialogue:\\n\\n* Dialogue ID: PMUL2710.json (this is already filled in)\\n* Services Involved: [attraction, hotel] (this is already filled in)\\n* Service Details:\\n\\t+ Attraction:\\n\\t\\t- Service Type: attraction (this is already filled in)\\n\\t\\t- Actions: [find_attraction, NONE] (this is already filled in)\\n\\t\\t- Preferences:\\n\\t\\t\\t- attraction-type: null (not mentioned in dialogue)\\n\\t\\t\\t- attraction-area: null (not mentioned in dialogue)\\n\\t\\t\\t- attraction-name: null (not mentioned in dialogue)\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel (this is already filled in)\\n\\t\\t- Actions: [book_hotel, find_hotel] (this is already filled in)\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null (not mentioned in dialogue)\\n\\t\\t\\t- hotel-type: null (not mentioned in dialogue)\\n\\t\\t\\t- hotel-bookday: null (not mentioned in dialogue)\\n\\t\\t\\t- hotel-bookpeople: null (not mentioned in dialogue)\\n\\t\\t\\t- hotel-bookstay: null (not mentioned in dialogue)\\n\\nI hope this helps! Let me know if you have any further questions.'] +WOZ20385.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: WOZ20385.json, Services Involved: [restaurant], Service Details: [{Service Type: restaurant, Actions: [find_restaurant], Preferences: {restaurant-area: [south], restaurant-food: [dontcare], restaurant-name: [chiquito restaurant bar]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "WOZ20385.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {"restaurant-area": ["south"], "restaurant-food": ["dontcare"], "restaurant-name": ["chiquito restaurant bar"]}}]}µ["User: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?", "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range?", "User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person.", 'System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?', 'User: Yes, please! What kind of dishes do they serve?', 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?', 'User: That sounds great! Can you book a table for two people for tonight at around 7pm?', 'System: Of course! I have confirmed a reservation for you at Chiquito Restaurant Bar for tonight at 7pm. Is there anything else I can assist you with?', "User: No, that's all for now. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great evening and enjoy your dinner at Chiquito Restaurant Bar! Goodbye!"]µUser: Hi, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range? User: Well, I'm not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes, please! What kind of dishes do they serve? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: That sounds great! Can you book a table for two people for tonight at around 7pm? System: Of course! I have confirmed a reservation for you at Chiquito Restaurant Bar for tonight at 7pm. Is there anything else I can assist you with? User: No, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great evening and enjoy your dinner at Chiquito Restaurant Bar! Goodbye!µ{"Dialogue ID": "WOZ20385.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null", "restaurant-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "WOZ20385.json", "Services Involved": ["restaurant"], "Service Details": [{"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {"restaurant-area": "null", "restaurant-food": "null", "restaurant-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I\\'d be happy to assist you. Can you please provide me with more details about your preferences? For example, are you looking for a specific type of cuisine or price range? User: Well, I\\'m not picky about the cuisine, but I would like to find a restaurant that serves authentic Mexican food. And I\\'d prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes, please! What kind of dishes do they serve? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes, such as tacos, enchiladas, and quesadillas, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: That sounds great! Can you book a table for two people for tonight at around 7pm? System: Of course! I have confirmed a reservation for you at Chiquito Restaurant Bar for tonight at 7pm. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great evening and enjoy your dinner at Chiquito Restaurant Bar! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "WOZ20385.json",\\n"Services Involved": ["restaurant"],\\n"Service Details": [\\n{\\n"Service Type": "restaurant",\\n"Actions": ["find_restaurant"],\\n"Preferences": {\\n"restaurant-area": "south",\\n"restaurant-food": "Mexican",\\n"restaurant-name": "Chiquito Restaurant Bar"\\n}\\n}\\n]\\n}\\n\\nHere\\'s how the schema is filled out based on the dialogue:\\n\\n* "Dialogue ID": "WOZ20385.json" - this is the ID of the dialogue, which is mentioned in the annotation task.\\n* "Services Involved": ["restaurant"] - this lists the service involved in the dialogue, which is a restaurant.\\n* "Service Details": [{"Service Type": "restaurant", "Actions": ["find_restaurant"], "Preferences": {"restaurant-area": "south", "restaurant-food": "Mexican", "restaurant-name": "Chiquito Restaurant Bar"}}] - this lists the details of the service, including the service type (restaurant), the actions taken (find restaurant), and the user\\'s preferences (south area, Mexican food, specific restaurant name).\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL0172.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL0172.json, Services Involved: [restaurant, hotel], Service Details: [{Service Type: hotel, Actions: [book_hotel, find_hotel, NONE], Preferences: {hotel-internet: [yes], hotel-area: [centre, north], hotel-parking: [yes], hotel-type: [hotel], hotel-bookday: [saturday], hotel-bookpeople: [6], hotel-bookstay: [3], hotel-name: [alexander bed and breakfast]}}, {Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [indian], restaurant-pricerange: [cheap], restaurant-area: [dontcare], restaurant-bookday: [saturday], restaurant-bookpeople: [6], restaurant-booktime: [11:30], restaurant-name: [royal spice]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL0172.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": ["yes"], "hotel-area": ["centre", "north"], "hotel-parking": ["yes"], "hotel-type": ["hotel"], "hotel-bookday": ["saturday"], "hotel-bookpeople": ["6"], "hotel-bookstay": ["3"], "hotel-name": ["alexander bed and breakfast"]}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["indian"], "restaurant-pricerange": ["cheap"], "restaurant-area": ["dontcare"], "restaurant-bookday": ["saturday"], "restaurant-bookpeople": ["6"], "restaurant-booktime": ["11:30"], "restaurant-name": ["royal spice"]}}]}µ["User: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area?", 'User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town.', 'System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it?', 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?', 'System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM?', 'User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me?', 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?', "User: No, that's all. Thank you so much for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"]µUser: Hi, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area? User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town. System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!µ{"Dialogue ID": "PMUL0172.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-area": "null", "hotel-parking": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL0172.json", "Services Involved": ["restaurant", "hotel"], "Service Details": [{"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel", "NONE"], "Preferences": {"hotel-internet": "null", "hotel-area": "null", "hotel-parking": "null", "hotel-type": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null", "hotel-name": "null"}}, {"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null", "restaurant-name": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with some more details? For the hotel, do you have any specific preferences such as internet, parking, or area? User: Yes, I would like a hotel with internet and parking, and I prefer it to be in the centre of town. System: Great! Based on your preferences, I have found a few options for you. For a hotel, I recommend the Alexander Bed and Breakfast. It is located in the centre of town, has internet and parking, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant, I suggest the Royal Spice. It serves Indian cuisine, is affordable, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No, that\\'s all. Thank you so much for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the annotation of the dialogue based on the provided schema:\\n\\n{\\n"Dialogue ID": "PMUL0172.json",\\n"Services Involved": ["restaurant", "hotel"],\\n"Service Details": [\\n{\\n"Service Type": "hotel",\\n"Actions": ["book_hotel", "find_hotel", "NONE"],\\n"Preferences": {\\n"hotel-internet": "yes",\\n"hotel-area": "centre of town",\\n"hotel-parking": "yes"\\n}\\n},\\n{\\n"Service Type": "restaurant",\\n"Actions": ["NONE", "book_restaurant", "find_restaurant"],\\n"Preferences": {\\n"restaurant-food": "Indian",\\n"restaurant-pricerange": "affordable"\\n}\\n}\\n]\\n}\\n\\nNote that I have filled in the slots based on the information provided in the dialogue. Here\\'s a breakdown of each slot and the value I chose:\\n\\n1. "Service Type": "hotel" - This is the type of service the user is looking for, which is a hotel.\\n2. "Actions": ["book_hotel", "find_hotel", "NONE"] - The user is looking for a hotel, so the actions are "book_hotel" and "find_hotel". The "NONE" action is not applicable in this case.\\n3. "Preferences": { "hotel-internet": "yes", "hotel-area": "centre of town", "hotel-parking": "yes" } - The user prefers a hotel with internet, in the centre of town, and with parking.\\n4. "Service Type": "restaurant" - This is the type of service the user is looking for, which is a restaurant.\\n5. "Actions": ["NONE", "book_restaurant", "find_restaurant"] - The user is looking for a restaurant, so the actions are "NONE" and "book_restaurant". The "find_restaurant" action is not applicable in this case.\\n6. "Preferences": { "restaurant-food": "Indian", "restaurant-pricerange": "affordable" } - The user prefers a restaurant that serves Indian food and is affordable.\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL3867.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3867.json, Services Involved: [hotel, restaurant, taxi], Service Details: [{Service Type: restaurant, Actions: [NONE, book_restaurant, find_restaurant], Preferences: {restaurant-food: [british], restaurant-pricerange: [expensive], restaurant-area: [centre], restaurant-name: [midsummer house restaurant], restaurant-bookday: [saturday], restaurant-bookpeople: [3], restaurant-booktime: [16:30]}}, {Service Type: hotel, Actions: [NONE, find_hotel], Preferences: {hotel-area: [centre], hotel-pricerange: [expensive], hotel-type: [hotel], hotel-name: [university arms hotel]}}, {Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-arriveby: [16:30], taxi-departure: [university arms hotel], taxi-destination: [midsummer house restaurant]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3867.json", "Services Involved": ["hotel", "restaurant", "taxi"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": ["british"], "restaurant-pricerange": ["expensive"], "restaurant-area": ["centre"], "restaurant-name": ["midsummer house restaurant"], "restaurant-bookday": ["saturday"], "restaurant-bookpeople": ["3"], "restaurant-booktime": ["16:30"]}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": ["centre"], "hotel-pricerange": ["expensive"], "hotel-type": ["hotel"], "hotel-name": ["university arms hotel"]}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": ["16:30"], "taxi-departure": ["university arms hotel"], "taxi-destination": ["midsummer house restaurant"]}}]}µ["User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?", "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?", "User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal.", 'System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?', 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?', "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?", 'User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.', "System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance.", 'User: Thank you so much! Do you know of any good hotels in the area as well?', 'System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?', 'User: That would be great, thank you!', "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences.", 'User: That sounds perfect, thank you so much for your help!', "System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!", 'User: Thank you, I will! Goodbye.', 'System: Goodbye, Sarah. Have a great day!']µUser: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to? User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please? User: Sure, my name is Sarah Johnson and my phone number is 07789 456789. System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect, thank you so much for your help! System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you, I will! Goodbye. System: Goodbye, Sarah. Have a great day!µ{"Dialogue ID": "PMUL3867.json", "Services Involved": ["hotel", "restaurant", "taxi"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-pricerange": "null", "hotel-type": "null", "hotel-name": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-departure": "null", "taxi-destination": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3867.json", "Services Involved": ["hotel", "restaurant", "taxi"], "Service Details": [{"Service Type": "restaurant", "Actions": ["NONE", "book_restaurant", "find_restaurant"], "Preferences": {"restaurant-food": "null", "restaurant-pricerange": "null", "restaurant-area": "null", "restaurant-name": "null", "restaurant-bookday": "null", "restaurant-bookpeople": "null", "restaurant-booktime": "null"}}, {"Service Type": "hotel", "Actions": ["NONE", "find_hotel"], "Preferences": {"hotel-area": "null", "hotel-pricerange": "null", "hotel-type": "null", "hotel-name": "null"}}, {"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-arriveby": "null", "taxi-departure": "null", "taxi-destination": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I\\'d be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you\\'d like to stick to? User: Well, I\\'d like to try a British restaurant, and I\\'m open to spending a bit more for a high-quality meal. System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I\\'ll just need a few more details to complete the booking. May I have your name and contact information, please? User: Sure, my name is Sarah Johnson and my phone number is 07789 456789. System: Great, thank you for providing that information, Sarah. I\\'ve just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great, thank you! System: Great! I\\'ve just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I\\'ve also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect, thank you so much for your help! System: You\\'re welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you, I will! Goodbye. System: Goodbye, Sarah. Have a great day!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help you fill out the schema with the information from the dialogue! Here\\'s the completed schema with the appropriate values filled in:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3867.json\\n* Services Involved: [hotel, restaurant, taxi]\\n* Service Details:\\n\\t+ Restaurant:\\n\\t\\t- Service Type: restaurant\\n\\t\\t- Actions: book_restaurant, find_restaurant\\n\\t\\t- Preferences:\\n\\t\\t\\t- restaurant-food: null\\n\\t\\t\\t- restaurant-pricerange: null\\n\\t\\t\\t- restaurant-area: null\\n\\t\\t\\t- restaurant-name: null\\n\\t\\t\\t- restaurant-bookday: null\\n\\t\\t\\t- restaurant-bookpeople: null\\n\\t\\t\\t- restaurant-booktime: null\\n\\t+ Hotel:\\n\\t\\t- Service Type: hotel\\n\\t\\t- Actions: find_hotel\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-area: null\\n\\t\\t\\t- hotel-pricerange: null\\n\\t\\t\\t- hotel-type: null\\n\\t\\t\\t- hotel-name: null\\n\\t+ Taxi:\\n\\t\\t- Service Type: taxi\\n\\t\\t- Actions: find_taxi\\n\\t\\t- Preferences:\\n\\t\\t\\t- taxi-arriveby: null\\n\\t\\t\\t- taxi-departure: null\\n\\t\\t\\t- taxi-destination: null\\n\\nDialogue for Annotation:\\n\\n* User: Hi, I\\'m looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?\\n* System: Of course! I\\'d be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you\\'d like to stick to?\\n* User: Well, I\\'d like to try a British restaurant, and I\\'m open to spending a bit more for a high-quality meal.\\n* System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?\\n* User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?\\n* System: Of course! I\\'ll just need a few more details to complete the booking. May I have your name and contact information, please?\\n* User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.\\n* System: Great, thank you for providing that information, Sarah. I\\'ve just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance.\\n* User: Thank you so much! Do you know of any good hotels in the area as well?\\n* System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?\\n* User: That would be great, thank you!\\n* System: Great! I\\'ve just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I\\'ve also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences.\\n* User: That sounds perfect, thank you so much for your help!\\n* System: You\\'re welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!\\n* User: Thank you, I will! Goodbye.\\n* System: Goodbye, Sarah. Have a great day!\\n\\nI hope this helps! Let me know if you have any further questions or if there\\'s anything else I can assist you with.'] +SNG01373.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG01373.json, Services Involved: [taxi], Service Details: [{Service Type: taxi, Actions: [NONE, find_taxi], Preferences: {taxi-destination: [don pasquale pizzeria], taxi-arriveby: [one o'clock p.m., one o'clock p.m], taxi-departure: [finches bed and breakfast]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG01373.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": ["don pasquale pizzeria"], "taxi-arriveby": ["one o'clock p.m.", "one o'clock p.m"], "taxi-departure": ["finches bed and breakfast"]}}]}µ["User: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?", "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?", "User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m.", "System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?", 'User: Yes, that sounds perfect. How much will the fare be?', 'System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?', "User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?", 'System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.', "User: Great, I've entered my payment information. Is everything confirmed?", "System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!", 'User: Thank you so much! Have a great day!', "System: You're welcome! Goodbye!"]µUser: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great, I've entered my payment information. Is everything confirmed? System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!µ{"Dialogue ID": "SNG01373.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-arriveby": "null", "taxi-departure": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG01373.json", "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": ["NONE", "find_taxi"], "Preferences": {"taxi-destination": "null", "taxi-arriveby": "null", "taxi-departure": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I\\'d be happy to assist you. Can you please provide me with your current location and the time you\\'d like to arrive at Don Pasquale Pizzeria? User: Sure! I\\'m currently staying at Finches Bed and Breakfast, and I\\'d like to arrive at one o\\'clock p.m. System: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o\\'clock p.m. sharp. Would you like to proceed with the booking? User: Yes, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes, I\\'d like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great, I\\'ve entered my payment information. Is everything confirmed? System: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o\\'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You\\'re welcome! Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema based on the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG01373.json",\\n"Services Involved": ["taxi"],\\n"Service Details": [\\n{\\n"Service Type": "taxi",\\n"Actions": ["NONE", "find_taxi"],\\n"Preferences": {\\n"taxi-destination": "Don Pasquale Pizzeria",\\n"taxi-arriveby": "one o\\'clock p.m.",\\n"taxi-departure": "Finches Bed and Breakfast"\\n}\\n}\\n]\\n}\\n\\nHere\\'s the annotation for each slot:\\n\\n1. "Services Involved": "taxi" (mentioned in the dialogue)\\n2. "Service Details":\\na. "Service Type": "taxi" (mentioned in the dialogue)\\nb. "Actions": "find_taxi" (not mentioned in the dialogue, so I\\'ll fill in "none")\\nc. "Preferences":\\ni. "taxi-destination": "Don Pasquale Pizzeria" (mentioned in the dialogue)\\nii. "taxi-arriveby": "one o\\'clock p.m." (mentioned in the dialogue)\\niii. "taxi-departure": "Finches Bed and Breakfast" (mentioned in the dialogue)\\n\\nI hope this helps! Let me know if you have any further questions.'] +PMUL3555.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: PMUL3555.json, Services Involved: [train, hotel], Service Details: [{Service Type: train, Actions: [NONE, find_train, book_train], Preferences: {train-day: [monday], train-departure: [cambridge], train-destination: [leicester], train-leaveat: [21:45], train-bookpeople: [2]}}, {Service Type: hotel, Actions: [book_hotel, find_hotel], Preferences: {hotel-internet: [yes], hotel-name: [allenbell], hotel-bookday: [thursday], hotel-bookpeople: [2], hotel-bookstay: [4]}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "PMUL3555.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": ["monday"], "train-departure": ["cambridge"], "train-destination": ["leicester"], "train-leaveat": ["21:45"], "train-bookpeople": ["2"]}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-internet": ["yes"], "hotel-name": ["allenbell"], "hotel-bookday": ["thursday"], "hotel-bookpeople": ["2"], "hotel-bookstay": ["4"]}}]}µ["User: Hi, I'm looking for a train and hotel booking service. Can you help me?", "System: Of course! I'd be happy to assist you. What specific services are you interested in?", "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday.", 'System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?', "User: I'd like to book a one-way ticket in economy class.", "System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?", 'User: Yes, that sounds good.', "System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences?", "User: I'd like to book a room at the Allen Bell hotel, if possible.", "System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?", 'User: Yes, that sounds perfect.', "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?", "User: No, that's all for now. Thank you for your help!", "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!", 'User: Thank you, I will. Goodbye!', 'System: Goodbye!']µUser: Hi, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you interested in? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay, I've found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes, that sounds good. System: Great! I've booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you, I will. Goodbye! System: Goodbye!µ{"Dialogue ID": "PMUL3555.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-destination": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-internet": "null", "hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "PMUL3555.json", "Services Involved": ["train", "hotel"], "Service Details": [{"Service Type": "train", "Actions": ["NONE", "find_train", "book_train"], "Preferences": {"train-day": "null", "train-departure": "null", "train-destination": "null", "train-leaveat": "null", "train-bookpeople": "null"}}, {"Service Type": "hotel", "Actions": ["book_hotel", "find_hotel"], "Preferences": {"hotel-internet": "null", "hotel-name": "null", "hotel-bookday": "null", "hotel-bookpeople": "null", "hotel-bookstay": "null"}}]}\\n \\n Dialogue for Annotation: User: Hi, I\\'m looking for a train and hotel booking service. Can you help me? System: Of course! I\\'d be happy to assist you. What specific services are you interested in? User: I\\'d like to book a train ticket from Cambridge to Leicester on Monday at 21:45, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I\\'d like to book a one-way ticket in economy class. System: Okay, I\\'ve found a suitable train ticket for you. The fare is £35, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes, that sounds good. System: Great! I\\'ve booked the train ticket for you. Now, for the hotel room, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I\\'d like to book a room at the Allen Bell hotel, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you\\'ve specified, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes, that sounds perfect. System: Great! I\\'ve booked the hotel room for you. Is there anything else I can assist you with? User: No, that\\'s all for now. Thank you for your help! System: You\\'re welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you, I will. Goodbye! System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure, I\\'d be happy to help! Here\\'s the annotated schema with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n* Dialogue ID: PMUL3555.json\\n* Services Involved: [train, hotel]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [NONE, find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-day: null\\n\\t\\t\\t- train-departure: 21:45\\n\\t\\t\\t- train-destination: Leicester\\n\\t\\t\\t- train-leaveat: null\\n\\t\\t\\t- train-bookpeople: null\\n\\t+ Service Type: hotel\\n\\t\\t- Actions: [book_hotel, find_hotel]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-name: Allen Bell hotel\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: 4\\n\\nBased on the dialogue, here\\'s how the schema should be filled out:\\n\\n* Dialogue ID: PMUL3555.json\\n* Services Involved: [train, hotel]\\n* Service Details:\\n\\t+ Service Type: train\\n\\t\\t- Actions: [find_train, book_train]\\n\\t\\t- Preferences:\\n\\t\\t\\t- train-day: Monday\\n\\t\\t\\t- train-departure: 21:45\\n\\t\\t\\t- train-destination: Leicester\\n\\t\\t\\t- train-leaveat: null\\n\\t\\t\\t- train-bookpeople: null\\n\\t+ Service Type: hotel\\n\\t\\t- Actions: [book_hotel]\\n\\t\\t- Preferences:\\n\\t\\t\\t- hotel-internet: null\\n\\t\\t\\t- hotel-name: Allen Bell hotel\\n\\t\\t\\t- hotel-bookday: null\\n\\t\\t\\t- hotel-bookpeople: null\\n\\t\\t\\t- hotel-bookstay: 4\\n\\nI hope this helps! Let me know if you have any questions or need further clarification.'] +SNG01958.jsonµ [INST] <<SYS>>\ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system, with no action descriptions or external narrative.\ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service, ensuring that all responses are based on the provided Domain Knowledge. However, do not explicitly mention 'Domain Knowledge' in the dialogue.\ + Each user message must be followed by a system response. The system's tone should be polite and courteous, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic.\ + It's crucial that the system's statements are precise and complete, avoiding placeholders like '[insert information here]'. Instead, provide direct and specific information based on the given Domain Knowledge.\ + Create a complete dialogue between the System and the User, focusing exclusively on their interaction, nothing else should be generated.\ + Domain Knowledge: {Dialogue ID: SNG01958.json, Services Involved: [police], Service Details: [{Service Type: police, Actions: [find_police], Preferences: {}}]}\ + \ +<</SYS>>\ +\ + [/INST]µ{"Dialogue ID": "SNG01958.json", "Services Involved": ["police"], "Service Details": [{"Service Type": "police", "Actions": ["find_police"], "Preferences": {}}]}µ['User: Hi, I need to find a police station near me. Can you help?', "System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code?", "User: Sure, I'm in New York City.", 'System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?', 'User: Yes, that would be helpful.', 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:', 'User: Thank you so much! This is really helpful.', "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day!", 'User: Thank you, you too! Goodbye!', 'System: Goodbye!']µUser: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure, I'm in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance, please don't hesitate to ask. Have a great day! User: Thank you, you too! Goodbye! System: Goodbye!µ{"Dialogue ID": "SNG01958.json", "Services Involved": ["police"], "Service Details": [{"Service Type": "police", "Actions": ["find_police"], "Preferences": {}}]}µ['\\n [INST] <<SYS>>\\n Your task is to fill out the schema with the information from the dialogue. The slots are provided in the schema. Choose the correct value based on the Dialogue content.\\n For each slot, only one value is allowed. If the slot information is not mentioned in the dialogue, fill in "none".\\n \\n General Annotation Schema: {"Dialogue ID": "SNG01958.json", "Services Involved": ["police"], "Service Details": [{"Service Type": "police", "Actions": ["find_police"], "Preferences": {}}]}\\n \\n Dialogue for Annotation: User: Hi, I need to find a police station near me. Can you help? System: Of course! To assist you, I\\'ll need to know your location. Could you please provide me with your city or zip code? User: Sure, I\\'m in New York City. System: Great! Based on your location, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You\\'re welcome! It\\'s my pleasure to assist you. If you have any other questions or need further assistance, please don\\'t hesitate to ask. Have a great day! User: Thank you, you too! Goodbye! System: Goodbye!\\n \\n \\n<</SYS>>\\n\\n [/INST] Sure! Here is the schema filled out with the information from the dialogue:\\n\\nGeneral Annotation Schema:\\n\\n{\\n"Dialogue ID": "SNG01958.json",\\n"Services Involved": ["police"],\\n"Service Details": [\\n{\\n"Service Type": "police",\\n"Actions": ["find_police"],\\n"Preferences": {\\n"Location": "New York City"\\n}\\n}\\n]\\n}\\n\\nHere is the filled-out schema with the information from the dialogue:\\n\\n"Service Details": [\\n{\\n"Service Type": "police",\\n"Actions": ["find_police"],\\n"Preferences": {\\n"Location": "New York City"\\n}\\n}\\n]\\n\\nThe filled-out schema indicates that the user requested the service of finding a police station near their location, and the system provided the addresses and contact information for three closest police stations to the user\\'s location in New York City. The user expressed gratitude and the system responded with a positive tone.'] diff --git a/notebooks/dialogue_generation/updated_dataframe_2.csv b/notebooks/dialogue_generation/updated_dataframe_2.csv new file mode 100644 index 0000000000000000000000000000000000000000..1ecde5f045165223dd3344d026c456b81a60397a --- /dev/null +++ b/notebooks/dialogue_generation/updated_dataframe_2.csv @@ -0,0 +1,551 @@ +Dialogue ID,Prompt,Domain Knowledge,utterances_separated,utterances_joined,Cleared Domain Knowledge,Annotations +PMUL4398.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4398.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [bedouin]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["bedouin"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant?"/, "User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme."/, 'System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine?'/, 'System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you?'/, 'User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel?'/, 'System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right.'/, 'User: Great/, thank you for all your help!'/, "System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day!"/, 'User: Thank you/, goodbye!'],User: Hi/, I'm looking for a hotel and a restaurant in the city centre. Can you help me? System: Of course! I'd be happy to assist you. To get started/, may I know what is your preferred budget for the hotel and restaurant? User: For the hotel/, I'd like to stay within the expensive range. And for the restaurant/, I'd like to find a place that serves Middle Eastern cuisine/, preferably with a Bedouin theme. System: Great! Based on your preferences/, I have found a few options for both hotel and restaurant. For the hotel/, I recommend the University Arms Hotel/, which is located in the city centre and offers luxurious accommodations within your budget. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for me. And for the restaurant/, can you suggest a few options that serve Middle Eastern cuisine? System: Certainly! There are several restaurants in the city centre that serve Middle Eastern cuisine. One of them is the Bedouin Restaurant/, which is known for its authentic Arabian dishes and cozy atmosphere. Would you like me to make a reservation for you? User: Yes/, please make a reservation for me at the Bedouin Restaurant. And can you also tell me how to get there from the hotel? System: Sure! The Bedouin Restaurant is just a short walk from the University Arms Hotel. You can take a taxi or walk there/, whichever you prefer. Here are the directions: from the hotel/, head north on [insert street name] for about 10 minutes/, then turn left onto [insert street name] and the restaurant will be on your right. User: Great/, thank you for all your help! System: You're welcome! It was my pleasure to assist you. Enjoy your stay in the city and your dining experience at the Bedouin Restaurant. Have a great day! User: Thank you/, goodbye!,{"Dialogue ID": "PMUL4398.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL4398.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'Bedouin Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-pricerange': 'expensive'/, 'hotel-type': 'luxurious'/, 'hotel-name': 'University Arms Hotel'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}]} +SNG1013.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1013.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [centre/, south]/, hotel-internet: [yes]/, hotel-parking: [yes]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [4]/, hotel-bookstay: [3/, 4]/, hotel-name: [aylesbray lodge guest house]}}/, {Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["centre"/, "south"]/, "hotel-internet": ["yes"]/, "hotel-parking": ["yes"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["3"/, "4"]/, "hotel-name": ["aylesbray lodge guest house"]}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a 4-star hotel with parking and Wi-Fi."/, "System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you?"/, 'User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby?'/, "System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant?'/, 'System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you?'/, 'User: Yes/, please go ahead and book a room and a table for me.'/, "System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash?"/, "User: I'll pay with my credit card."/, "System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, "User: Sure/, here's my information."/, "System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of Aylesbray. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a 4-star hotel with parking and Wi-Fi. System: Great! Based on your preferences/, I have a few options for you. The Aylesbray Lodge Guest House is a 4-star hotel with parking and Wi-Fi. It's located in the centre of Aylesbray/, within walking distance to many restaurants and shops. Would you like me to book a room for you? User: Yes/, that sounds perfect. Can you also recommend a restaurant nearby? System: Certainly! The Aylesbray Lodge Guest House has a restaurant on site that serves delicious breakfast and dinner. However/, if you'd like to explore other options/, there are many great restaurants in the area. The Blue Lion Pub is a popular spot for lunch and dinner/, and it's just a short walk from the guest house. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me about the availability and prices for the hotel and restaurant? System: Sure thing! The Aylesbray Lodge Guest House has availability for the next few days/, and the prices start at £120 per night. As for the Blue Lion Pub/, they have availability for lunch and dinner/, and the prices start at £15 per person. Would you like me to book a room and a table for you? User: Yes/, please go ahead and book a room and a table for me. System: Great! I've booked a room for you at the Aylesbray Lodge Guest House for tonight/, and a table for you at the Blue Lion Pub for dinner. The total cost for the room and the meal will be £180. Would you like to pay with a credit card or cash? User: I'll pay with my credit card. System: Great/, I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure/, here's my information. System: Thank you! Your booking has been confirmed. I'll send you a confirmation email with all the details. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Aylesbray! Goodbye!,{"Dialogue ID": "SNG1013.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-internet": "null"/, "hotel-parking": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG1013.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null the user did not specify a preferred area'/, 'hotel-internet': 'null the user did not specify a preferred internet status'/, 'hotel-parking': 'null the user did not specify a preferred parking status'/, 'hotel-bookday': 'null the user did not specify a preferred booking day'/, 'hotel-bookpeople': 'null the user did not specify a preferred booking people'/, 'hotel-bookstay': 'null the user did not specify a preferred booking stay'/, 'hotel-name': 'Aylesbray Lodge Guest House the user specified this as their preferred hotel'}}/, {'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {}}]} +PMUL0121.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0121.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [cityroomz]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [west]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["cityroomz"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["west"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me?"/, 'System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?'/, "User: I'm looking for a 3-star hotel with a good location and reasonable prices."/, "System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?"/, 'User: Yes/, that sounds great. Can you book a room for me on Tuesday?'/, 'System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests.'/, 'User: There will be 7 of us staying.'/, 'System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?"/, "System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?"/, 'User: Yes/, please make a reservation for us.'/, 'System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the city. Can you help me? System: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements? User: I'm looking for a 3-star hotel with a good location and reasonable prices. System: Great! Based on your preferences/, I can suggest some options. For a 3-star hotel with a good location and reasonable prices/, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you? User: Yes/, that sounds great. Can you book a room for me on Tuesday? System: Certainly! I can book a room for you on Tuesday. However/, I need to know how many people will be staying with you. Please provide me with the number of guests. User: There will be 7 of us staying. System: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area? System: Absolutely! Based on your preferences/, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you? User: Yes/, please make a reservation for us. System: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code/, so please dress appropriately. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!,{"Dialogue ID": "PMUL0121.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'PMUL0121.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'}}]} +PMUL3484.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3484.json/, Services Involved: [restaurant/, hotel/, taxi]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-name: [aylesbray lodge guest house/, alyesbray lodge guest house]/, hotel-bookday: [sunday]/, hotel-bookstay: [5]/, hotel-bookpeople: [8]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [don pasquale pizzeria]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [19:00]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [19:00]/, taxi-departure: [aylesbray lodge guest house/, alyesbray lodge guest house]/, taxi-destination: [don pasquale pizzeria]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "hotel-bookday": ["sunday"]/, "hotel-bookstay": ["5"]/, "hotel-bookpeople": ["8"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["don pasquale pizzeria"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["19:00"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["19:00"]/, "taxi-departure": ["aylesbray lodge guest house"/, "alyesbray lodge guest house"]/, "taxi-destination": ["don pasquale pizzeria"]}}]},["User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name?"/, "User: Oh/, I'm not sure yet. Do you have any recommendations?"/, 'System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you?'/, 'User: Sure/, that would be great.'/, 'System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you?'/, 'User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night.'/, "System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well?"/, 'User: Yes/, please do.'/, 'System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you?'/, 'User: Yes/, please do.'/, "System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00?"/, 'User: Yes/, please do.'/, 'System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you?'/, 'User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00.'/, "System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a hotel/, restaurant/, and taxi service for this Sunday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your preferred hotel name? User: Oh/, I'm not sure yet. Do you have any recommendations? System: Well/, based on our Domain Knowledge/, we have a list of popular hotels in the area. Would you like me to share some options with you? User: Sure/, that would be great. System: Alright! Based on your preferences/, here are some hotel options that might interest you: Aylesbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book one of these hotels for you? User: Yes/, please book the Aylesbray Lodge Guest House for Sunday night. System: Great! I've booked the Aylesbray Lodge Guest House for Sunday night. Would you like me to find a restaurant for you as well? User: Yes/, please do. System: Certainly! Based on our Domain Knowledge/, Don Pasquale Pizzeria is a highly rated restaurant in the area. Would you like me to book a reservation for you? User: Yes/, please do. System: Great! I've booked a reservation for you at Don Pasquale Pizzeria for Sunday at 19:00. Finally/, would you like me to find a taxi for you to arrive at the restaurant by 19:00? User: Yes/, please do. System: Sure thing! Based on our Domain Knowledge/, here are some taxi options that might interest you: Ayresbray Lodge Guest House and Aylesbray Lodge Guest House. Would you like me to book a taxi for you? User: Yes/, please book the taxi that will arrive at Ayresbray Lodge Guest House at 19:00. System: Great! I've booked a taxi for you that will arrive at Ayresbray Lodge Guest House at 19:00. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL3484.json"/, "Services Involved": ["restaurant"/, "hotel"/, "taxi"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookstay": "null"/, "hotel-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3484.json'/, 'Services Involved': ['restaurant'/, 'hotel'/, 'taxi']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-name': 'Aylesbray Lodge Guest House'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookstay': '1 night'/, 'hotel-bookpeople': '1 person'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Don Pasquale Pizzeria'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '1 person'/, 'restaurant-booktime': '1900'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'Ayresbray Lodge Guest House'/, 'taxi-departure': '1900'/, 'taxi-destination': 'Don Pasquale Pizzeria'}}]} +SNG0389.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0389.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [tuesday]/, train-departure: [kings lynn]/, train-leaveat: [9:30/, 09:30]/, train-destination: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["tuesday"]/, "train-departure": ["kings lynn"]/, "train-leaveat": ["9:30"/, "09:30"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?"/, "User: I'd like to travel on Tuesday."/, 'System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?'/, "User: I'd like to depart at 9:30 am."/, 'System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?'/, "User: I'd prefer the 9:30 am train."/, 'System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book?'/, "User: I'd like to book a Standard Class ticket."/, 'System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to proceed with the booking."/, "System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!"],User: Hi/, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel? User: I'd like to travel on Tuesday. System: Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn? User: I'd like to depart at 9:30 am. System: Alright! For the train from Kings Lynn to Cambridge/, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer? User: I'd prefer the 9:30 am train. System: Great choice! For the 9:30 am train/, we have two classes available - First Class and Standard Class. Which class would you like to book? User: I'd like to book a Standard Class ticket. System: Sure thing! For the Standard Class ticket/, the fare is £25. Would you like to proceed with the booking? User: Yes/, I'd like to proceed with the booking. System: Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!,{"Dialogue ID": "SNG0389.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'SNG0389.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Tuesday this is the day of travel which is Tuesday'/, 'train-departure': '930 am this is the departure time which is 930 am'/, 'train-leaveat': 'Kings Lynn this is the departure location which is Kings Lynn'/, 'train-destination': 'Cambridge this is the destination which is Cambridge'/, 'train-bookpeople': 'Standard Class this is the class of travel which is Standard Class'}}]} +SNG01520.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01520.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [20:00]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["20:00"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for?"/, "User: Sure! I'm located in New York City and I'd like to book for 2 people."/, 'System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is "The Lucky Star" which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at "The Lucky Star" on Saturday at 8 PM?'/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, 'System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number?'/, 'User: My name is John Doe and my contact number is 555-555-5555.'/, 'System: Great/, John! I have booked a table for you and your guest at "The Lucky Star" on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours\' notice if you need to cancel. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at "The Lucky Star"! Goodbye!'],User: Hi/, I'm looking for a Chinese restaurant that's open on Saturday and has a cheap price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as your location and the number of people you'd like to book for? User: Sure! I'm located in New York City and I'd like to book for 2 people. System: Great! Based on your preferences/, I have found a few Chinese restaurants that match your criteria. One of them is The Lucky Star which is located in Chinatown and has a price range of $20-$30 per person. Would you like to book a table for 2 people at The Lucky Star on Saturday at 8 PM? User: Yes/, that sounds perfect! Can you please book the table for me? System: Certainly! I just need to confirm a few more details. Can you please provide me with your full name and contact number? User: My name is John Doe and my contact number is 555-555-5555. System: Great/, John! I have booked a table for you and your guest at The Lucky Star on Saturday at 8 PM. Please note that the restaurant has a strict cancellation policy/, so please make sure to give them at least 24 hours' notice if you need to cancel. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome/, John! It was my pleasure to assist you. Have a great day and enjoy your dinner at The Lucky Star! Goodbye!,{"Dialogue ID": "SNG01520.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'SNG01520.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': '2030'/, 'restaurant-bookday': 'Saturday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '8 PM'/, 'restaurant-name': 'The Lucky Star'}}]} +PMUL3951.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3951.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-day: [saturday]/, train-leaveat: [20:00]/, train-bookpeople: [6]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [riverside brasserie]/, restaurant-area: [centre]/, restaurant-food: [modern european]/, restaurant-bookday: [saturday]/, restaurant-booktime: [13:00]/, restaurant-bookpeople: [6]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-day": ["saturday"]/, "train-leaveat": ["20:00"]/, "train-bookpeople": ["6"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["riverside brasserie"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["modern european"]/, "restaurant-bookday": ["saturday"]/, "restaurant-booktime": ["13:00"]/, "restaurant-bookpeople": ["6"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket?"/, "System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination?"/, "User: Sure! I'm departing from Cambridge and heading to Stansted Airport."/, 'System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them?'/, 'User: Yes/, please!'/, 'System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options:'/, "User: Yes/, I'd like to book the Great Northern train."/, "System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal?"/, "User: I'll pay by credit card."/, 'System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows:'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!"],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 20:00. Can you help me book a ticket? System: Of course! I'd be happy to assist you. To book a train ticket/, I'll need some more information from you. Can you please provide your departure city and destination? User: Sure! I'm departing from Cambridge and heading to Stansted Airport. System: Great! Based on your preferences/, I have found a few options for you. Would you like to hear about them? User: Yes/, please! System: Sure thing! For a train from Cambridge to Stansted Airport on Saturday at 20:00/, we have the following options: User: Yes/, I'd like to book the Great Northern train. System: Great! I'll go ahead and book your ticket. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Sure thing! Your ticket has been booked and paid for. Your train details are as follows: User: No/, that's all for now. Thank you! System: You're welcome! Have a great trip and a wonderful weekend. Goodbye!,{"Dialogue ID": "PMUL3951.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-booktime": "null"/, "restaurant-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3951.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'Stansted Airport'/, 'train-day': 'Saturday'/, 'train-leaveat': '2000'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null'/, 'restaurant-area': 'null'/, 'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-bookpeople': 'null'}}]} +PMUL0843.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0843.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-name: [little seoul]}}/, {Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-day: [saturday]/, train-departure: [kings lynn]/, train-destination: [cambridge]/, train-leaveat: [09:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-name": ["little seoul"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": ["saturday"]/, "train-departure": ["kings lynn"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["09:15"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit?"/, "User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere."/, 'System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information?'/, 'User: Yes/, please! That sounds perfect.'/, "System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy."/, "User: Thank you so much! I'll definitely give them a call."/, "System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge?"/, "User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me?"/, 'System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need?'/, "User: That's great/, thank you! I'll definitely be taking that train."/, "System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge!"/, 'User: Thank you/, you too! Goodbye!'],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Korean food and is expensive. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more information about your preferences? For example/, do you have a specific date and time in mind for your visit? User: Oh/, I'd like to go this Saturday at around 12:30 pm. And I'd prefer a restaurant with a nice atmosphere. System: Great! Based on your preferences/, I have found a few options for you. Little Seoul is a highly-rated Korean restaurant in the centre of Cambridge that fits your criteria. They have a cozy atmosphere and serve a variety of traditional Korean dishes. Would you like me to provide you with the address and contact information? User: Yes/, please! That sounds perfect. System: Great! The address for Little Seoul is 123 King's Parade/, Cambridge/, CB2 1ST. Their phone number is 01234 567890/, and they are open from 12 pm to 3 pm on Saturdays. Please note that reservations are recommended/, as they can get quite busy. User: Thank you so much! I'll definitely give them a call. System: You're welcome! Is there anything else I can help you with? Perhaps a train schedule for your journey to Cambridge? User: Oh/, actually yes. I'd like to take the train from Kings Lynn to Cambridge on Saturday at 9:15 am. Can you please find out the details for me? System: Of course! The 9:15 am train from Kings Lynn to Cambridge on Saturday is operated by Great Northern. The train will depart from Kings Lynn at 9:15 am and arrive at Cambridge at 10:15 am. Please note that the train is direct/, and the journey takes approximately 1 hour. Would you like me to provide you with the ticket information and any other details you might need? User: That's great/, thank you! I'll definitely be taking that train. System: You're welcome! It was a pleasure assisting you. Have a great day and enjoy your visit to Cambridge! User: Thank you/, you too! Goodbye!,{"Dialogue ID": "PMUL0843.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'PMUL0843.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'Little Seoul'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-day': 'Saturday'/, 'train-departure': '915 am'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '1015 am'}}]} +PMUL2979.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2979.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-parking: [yes]/, hotel-pricerange: [expensive]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [south]/, attraction-type: [nightclub]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-departure: [huntington marriott/, huntingdon marriott hotel]/, taxi-destination: [places/, the place]/, taxi-leaveat: [17:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": ["yes"]/, "hotel-pricerange": ["expensive"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["south"]/, "attraction-type": ["nightclub"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": ["huntington marriott"/, "huntingdon marriott hotel"]/, "taxi-destination": ["places"/, "the place"]/, "taxi-leaveat": ["17:45"]}}]},["User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel?"/, "User: I'm looking for something around $200 per night."/, 'System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are the top three hotels that match your criteria:'/, 'User: Yes/, please book the Huntington Marriott Hotel for me.'/, 'System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45?'/, 'User: Yes/, that would be great.'/, 'System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the south area of the city that offers parking and is within my budget. Can you help me find one? System: Of course! I'd be happy to assist you. To get started/, may I know your budget range for the hotel? User: I'm looking for something around $200 per night. System: Great! Based on your preference/, I have found a list of hotels in the south area that offer parking and fall within your budget range. Would you like me to share the list with you? User: Yes/, please! System: Sure thing! Here are the top three hotels that match your criteria: User: Yes/, please book the Huntington Marriott Hotel for me. System: Great choice! I have booked a room for you at the Huntington Marriott Hotel for tonight at a rate of $189 per night. Your reservation is confirmed. Would you like me to arrange for a taxi to pick you up from the hotel at 17:45? User: Yes/, that would be great. System: Absolutely! I have arranged for a taxi to pick you up from the hotel lobby at 17:45. The taxi will take you to your chosen attraction. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in the city! Goodbye!,{"Dialogue ID": "PMUL2979.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-parking": "null"/, "hotel-pricerange": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-departure": "null"/, "taxi-destination": "null"/, "taxi-leaveat": "null"}}]},{'Dialogue ID': 'PMUL2979.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-parking': 'Huntington Marriott Hotel'/, 'hotel-pricerange': '200 per night'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'south area of the city'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-departure': 'null'/, 'taxi-destination': 'null'/, 'taxi-leaveat': 'null'}}]} +MUL1681.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1681.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [stansted airport]/, train-arriveby: [15:15]/, train-day: [saturday]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [cheap]/, restaurant-name: [the lucky star]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["stansted airport"]/, "train-arriveby": ["15:15"]/, "train-day": ["saturday"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-name": ["the lucky star"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have?"/, "User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible."/, 'System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket?'/, 'User: Yes/, that sounds perfect. Can I buy the ticket online?'/, 'System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process?'/, 'User: Please do.'/, "System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train."/, "User: Okay/, I'll provide that information."/, "System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use?"/, "User: I'll use my credit card."/, 'System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code.'/, "User: Okay/, I've entered the information."/, 'System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor.'/, 'User: Great/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Stansted Airport on Saturday at 15:15. Can you help me find one? System: Of course! I'd be happy to assist you. May I know your preferred class of travel and any other specific requirements you may have? User: I'd like an economy ticket/, please. And I'd prefer a non-stop train if possible. System: Great! Based on your preferences/, I have found a train that departs from Cambridge at 15:15 and arrives at Stansted Airport at 16:15. The train is non-stop/, and economy tickets are available for £25. Would you like to purchase a ticket? User: Yes/, that sounds perfect. Can I buy the ticket online? System: Yes/, you can purchase the ticket online through our secure payment gateway. Would you like me to guide you through the process? User: Please do. System: Great! To begin/, I'll need you to provide some personal information/, such as your name and contact details. This information is required to process your ticket purchase and ensure your seat on the train. User: Okay/, I'll provide that information. System: Thank you! Now/, I'll guide you through the payment process. We accept all major credit and debit cards/, as well as PayPal. Which payment method would you prefer to use? User: I'll use my credit card. System: Great! Please enter your credit card details/, including the card number/, expiration date/, and security code. User: Okay/, I've entered the information. System: Thank you! Your ticket purchase has been successful. Your ticket will be sent to your email address/, and you can print it out or show it on your mobile device to the train conductor. User: Great/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Stansted Airport! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1681.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'MUL1681.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'null not mentioned in the dialogue so left as null'/, 'train-destination': 'Stansted Airport mentioned in the dialogue'/, 'train-arriveby': '1615 mentioned in the dialogue'/, 'train-day': 'Saturday mentioned in the dialogue'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-name': 'null'}}]} +MUL0928.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0928.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [16:00]/, restaurant-name: [backstreet bistro]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]/, attraction-type: [museum]/, attraction-name: [gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["16:00"]/, "restaurant-name": ["backstreet bistro"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]/, "attraction-type": ["museum"]/, "attraction-name": ["gallery"]}}]},["User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you?'/, 'User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro?'/, 'System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you?'/, 'User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm?'/, "System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant?"/, 'User: That would be great/, thank you!'/, "System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, "User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye!"/, 'System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!'],User: Hi there! I'm looking for a gastropub in the east area that is open on Thursday at 4 pm. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for gastropubs in the east area that are open on Thursday at 4 pm. May I suggest the Backstreet Bistro? They have a great selection of craft beers and delicious pub fare. Would you like me to book a table for you? User: That sounds great! Can you tell me a little bit more about the Backstreet Bistro? System: Certainly! The Backstreet Bistro is a cozy gastropub with a warm and inviting atmosphere. They offer a variety of dishes/, including burgers/, salads/, and sandwiches/, all made with fresh/, locally-sourced ingredients. They also have a great selection of craft beers and wines. Would you like me to book a table for you? User: Yes/, please! Can you book a table for 2 people for Thursday at 4 pm? System: Of course! I have just booked a table for you at the Backstreet Bistro for Thursday at 4 pm. Please note that the restaurant is quite popular/, so it's recommended to arrive a little early to ensure a spot. Would you like me to provide you with directions to the restaurant? User: That would be great/, thank you! System: Sure thing! The Backstreet Bistro is located at 123 Main St/, just a short walk from the east side of town. You can take the bus or drive/, whichever is most convenient for you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you so much! I'm looking forward to my meal at the Backstreet Bistro. Goodbye! System: Goodbye! It was a pleasure assisting you. Enjoy your dining experience!,{"Dialogue ID": "MUL0928.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL0928.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'Backstreet Bistro'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'east'/, 'attraction-type': 'gastropub'/, 'attraction-name': 'Backstreet Bistro'}}]} +WOZ20645.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20645.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-food: [european]/, restaurant-pricerange: [expensive]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["european"]/, "restaurant-pricerange": ["expensive"]}}]},["User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference?"/, "User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants?"/, 'System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend "Bella Vita" restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information?'/, 'User: That sounds great/, thank you! Can you also tell me about the prices?'/, 'System: Sure! "Bella Vita" restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it\'s worth checking their website or giving them a call to inquire about any current deals.'/, 'User: Okay/, that sounds good. Can you give me the address and contact information?'/, 'System: Certainly! The address for "Bella Vita" restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, 'System: You\'re welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at "Bella Vita"! Goodbye!'],User: Hi/, I'm looking for a good European restaurant in the city. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more information about what you're looking for? For example/, are you open to trying different types of European cuisine/, or do you have a specific preference? User: Well/, I'm actually in the mood for Italian food today. Do you have any recommendations for good Italian restaurants? System: Absolutely! Based on your preference for European cuisine and your willingness to try different types of Italian food/, I would recommend Bella Vita restaurant. They offer a variety of traditional Italian dishes/, including pasta/, seafood/, and risotto. Would you like me to provide you with the address and contact information? User: That sounds great/, thank you! Can you also tell me about the prices? System: Sure! Bella Vita restaurant is considered to be on the more expensive side/, with the average entree price ranging from $20 to $30. However/, they do offer a variety of specials and discounts/, so it's worth checking their website or giving them a call to inquire about any current deals. User: Okay/, that sounds good. Can you give me the address and contact information? System: Certainly! The address for Bella Vita restaurant is 123 Main St/, and their phone number is 555-555-5555. They are open for lunch and dinner/, and reservations are recommended/, especially on weekends. Is there anything else I can help you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and I hope you enjoy your dining experience at Bella Vita! Goodbye!,{"Dialogue ID": "WOZ20645.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"}}]},{'Dialogue ID': 'WOZ20645.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Italian This is filled in as Italian based on the users preference for Italian food mentioned in the dialogue'/, 'restaurant-pricerange': 'expensive This is filled in as expensive based on the users willingness to pay more for a good Italian restaurant mentioned in the dialogue'}}]} +SNG02152.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG02152.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [avalon]/, taxi-leaveat: [19:15]/, taxi-departure: [primavera]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["avalon"]/, "taxi-leaveat": ["19:15"]/, "taxi-departure": ["primavera"]}}]},["User: Hi/, I'm looking for a taxi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"/, "User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"/, 'System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?'/, "User: Actually/, I'd prefer to be picked up at 19:15. Is that doable?"/, 'System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?'/, "User: No/, that's all for now. Thank you!"/, "System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"],User: Hi/, I'm looking for a taxi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination? User: Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible? System: Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup? User: Actually/, I'd prefer to be picked up at 19:15. Is that doable? System: Yes/, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences? User: No/, that's all for now. Thank you! System: You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!,{"Dialogue ID": "SNG02152.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG02152.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Avalon taxileaveat null taxideparture 1915 This is a list of the service details which is provided in the schema In this case the service details include the service type taxi the actions that can be performed using the service NONE and findtaxi and the preferences for the service Avalon taxileaveat null taxideparture 1915'/, 'taxi-leaveat': 'null taxideparture 1915 This is a list of the service details which is provided in the schema In this case the service details include the service type taxi the actions that can be performed using the service NONE and findtaxi and the preferences for the service taxidestination Avalon null taxideparture 1915'/, 'taxi-departure': '1915 This is a list of the service details which is provided in the schema In this case the service details include the service type taxi the actions that can be performed using the service NONE and findtaxi and the preferences for the service taxidestination Avalon taxileaveat null 1915'}}]} +PMUL2460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2460.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [crossover/, british]/, restaurant-area: [centre]/, restaurant-pricerange: [dontcare/, moderate]/, restaurant-bookday: [friday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [12:30]/, restaurant-name: [cotto]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-area: [centre]/, attraction-type: [college]/, attraction-name: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["crossover"/, "british"]/, "restaurant-area": ["centre"]/, "restaurant-pricerange": ["dontcare"/, "moderate"]/, "restaurant-bookday": ["friday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["12:30"]/, "restaurant-name": ["cotto"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["college"]/, "attraction-name": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table?"/, "User: Oh/, I'd like to book a table for this Friday at 12:30 pm."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm?'/, 'System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of the city that serves British food and has a moderate price range. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to book a table? User: Oh/, I'd like to book a table for this Friday at 12:30 pm. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is Cotto/, a British restaurant located in the centre of the city. They have a moderate price range and serve crossover food. Would you like me to book a table for you? User: Yes/, that sounds perfect! Can you please book a table for eight people on Friday at 12:30 pm? System: Certainly! I have booked a table for you at Cotto on Friday at 12:30 pm. Please note that the restaurant has a centre location and serves British food. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience at Cotto! Goodbye!,{"Dialogue ID": "PMUL2460.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2460.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-bookday': 'Friday'/, 'restaurant-bookpeople': '8'/, 'restaurant-booktime': '1230 pm'/, 'restaurant-name': 'Cotto'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +MUL0358.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL0358.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [north]/, restaurant-pricerange: [moderate]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [4]/, restaurant-booktime: [12:30]/, restaurant-food: [chinese]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-destination: [broxbourne]/, train-arriveby: [13:00]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["north"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["4"]/, "restaurant-booktime": ["12:30"]/, "restaurant-food": ["chinese"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-destination": ["broxbourne"]/, "train-arriveby": ["13:00"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine?"/, "User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is "China Garden" which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you?'/, 'User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday?'/, 'System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!"],User: Hi/, I'm looking for a restaurant in the north area with moderate prices and Chinese food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details such as the day and time you'd like to go? Additionally/, do you have any specific preferences for the restaurant's ambiance or cuisine? User: Sure! I'd like to go on Sunday at 12:30 PM. And I prefer a restaurant with a cozy atmosphere and moderate prices. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is China Garden which is located in the north area and has a cozy atmosphere. They serve a variety of Chinese dishes and their prices are moderate. Would you like me to book a table for you? User: Yes/, that sounds great! Can you please book a table for 4 people at 12:30 PM on Sunday? System: Certainly! I have booked a table for you at China Garden for Sunday at 12:30 PM. Please note that the restaurant has a dress code and requires a minimum of 4 people for booking. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and enjoy your meal at China Garden! Goodbye!,{"Dialogue ID": "MUL0358.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL0358.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'moderate'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '4'/, 'restaurant-booktime': '1230 PM'/, 'restaurant-food': 'Chinese'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'Sunday'/, 'train-destination': 'null'/, 'train-arriveby': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4450.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4450.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [sunday]/, train-leaveat: [14:00]/, train-departure: [norwich]/, train-destination: [cambridge]/, train-bookpeople: [1]}}/, {Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [east]/, restaurant-pricerange: [moderate]/, restaurant-food: [indian/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["sunday"]/, "train-leaveat": ["14:00"]/, "train-departure": ["norwich"]/, "train-destination": ["cambridge"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["east"]/, "restaurant-pricerange": ["moderate"]/, "restaurant-food": ["indian"/, "italian"]}}]},["User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you?"/, "User: Sure. I'd like to travel in first class and there will be two of us."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for two first-class tickets is £100. Would you like to proceed with the booking?'/, "User: Yes/, I'll go ahead and book it."/, 'System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Norwich to Cambridge on Sunday at 2 PM. Can you help me find one and book it? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred class of travel and how many people are traveling with you? User: Sure. I'd like to travel in first class and there will be two of us. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Norwich at 2 PM and arrives in Cambridge at 3:30 PM. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for two first-class tickets is £100. Would you like to proceed with the booking? User: Yes/, I'll go ahead and book it. System: Great! Your booking has been successful. Your train tickets have been sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure assisting you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL4450.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-leaveat": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'PMUL4450.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'null The user did not specify a preferred day for the train so this slot is left empty'/, 'train-leaveat': 'null The user did not specify a preferred leave time for the train so this slot is left empty'/, 'train-departure': '2 PM The user specified that the train departs at 2 PM which is filled in this slot'/, 'train-destination': 'Cambridge The user specified that the train goes to Cambridge which is filled in this slot'/, 'train-bookpeople': '2 The user specified that two people will be traveling which is filled in this slot'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null The user did not specify a preferred area for the restaurant so this slot is left empty'/, 'restaurant-pricerange': 'null The user did not specify a preferred price range for the restaurant so this slot is left empty'/, 'restaurant-food': 'null The user did not specify a preferred type of food for the restaurant so this slot is left empty'}}]} +PMUL1251.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1251.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [16:15]/, train-destination: [norwich]/, train-day: [wednesday]/, train-departure: [cambridge]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [multiple sports/, college]/, attraction-name: [christ college/, christ's college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["16:15"]/, "train-destination": ["norwich"]/, "train-day": ["wednesday"]/, "train-departure": ["cambridge"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["multiple sports"/, "college"]/, "attraction-name": ["christ college"/, "christ's college"]}}]},["User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me?"/, 'System: Of course! What specific services would you like to know about or book?'/, "User: I'd like to find out about train schedules and attractions in the city centre."/, 'System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday?'/, 'User: Yes/, please. And can you also tell me the name of the train station in Norwich?'/, 'System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15.'/, 'User: Perfect/, thank you. And what about attractions in the city centre?'/, "System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours."/, "User: That sounds great! Can you tell me more about Christ's College?"/, "System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions."/, 'User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm?'/, 'System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it?'/, 'User: Yes/, please. And how much does it cost?'/, 'System: The guided tour costs £15 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station?"/, "System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street."/, 'User: Great/, thank you for all the information!'/, "System: You're welcome! Enjoy your time in Cambridge and have a great day!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for train and attraction services in Cambridge. Can you help me? System: Of course! What specific services would you like to know about or book? User: I'd like to find out about train schedules and attractions in the city centre. System: Great! For train schedules/, would you like to know the departure times from Cambridge to Norwich on Wednesday? User: Yes/, please. And can you also tell me the name of the train station in Norwich? System: Certainly! The train station in Norwich is called Norwich Railway Station. As for the departure times/, the train departs from Cambridge at 16:15 and arrives in Norwich at 17:15. User: Perfect/, thank you. And what about attractions in the city centre? System: We have a variety of attractions in the city centre/, but based on your preferences/, I would recommend Christ's College and Christ Church College. Both are located in the centre of Cambridge and offer multiple sports and college tours. User: That sounds great! Can you tell me more about Christ's College? System: Sure! Christ's College is a collegiate church and the oldest college of the University of Cambridge. It was founded in 1505 and has a beautiful chapel/, library/, and gardens. You can take a guided tour of the college and learn about its history and traditions. User: That sounds wonderful. Can I book a tour for Wednesday at 2 pm? System: Yes/, you can! We have a guided tour available at 2 pm on Wednesday. Would you like to book it? User: Yes/, please. And how much does it cost? System: The guided tour costs £15 per person. Would you like to proceed with the booking? User: Yes/, I'd like to book the tour. And how do I get to Christ's College from the train station? System: The college is a short walk from the train station. Once you arrive at Norwich Railway Station/, you can take a taxi or walk to Christ's College/, which is located on St. Andrew's Street. User: Great/, thank you for all the information! System: You're welcome! Enjoy your time in Cambridge and have a great day! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1251.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-departure": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1251.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null traindestination null trainday null traindeparture 1615'/, 'train-destination': 'null trainday null traindeparture 1615'/, 'train-day': 'null traindeparture 1615'/, 'train-departure': '1615'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null attractiontype null attractionname Christs College'/, 'attraction-type': 'null attractionname Christs College'/, 'attraction-name': 'Christs College'}}]} +PMUL1842.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1842.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-pricerange: [cheap]/, hotel-area: [dontcare]/, hotel-bookday: [tuesday]/, hotel-bookpeople: [1]/, hotel-bookstay: [5]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-leaveat: [21:15]/, train-day: [tuesday]/, train-departure: [broxbourne]/, train-bookpeople: [1]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-pricerange": ["cheap"]/, "hotel-area": ["dontcare"]/, "hotel-bookday": ["tuesday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-leaveat": ["21:15"]/, "train-day": ["tuesday"]/, "train-departure": ["broxbourne"]/, "train-bookpeople": ["1"]}}]},["User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, "User: I'm looking for something cheap/, around $100 or less per night."/, "System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you?"/, 'User: Yes/, please go ahead and book it.'/, 'System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal?'/, "User: I'll pay with my credit card."/, "System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code?"/, 'User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code].'/, 'System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel in Cambridge on Tuesday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: I'm looking for something cheap/, around $100 or less per night. System: Great/, I have some options for you. Based on your preferences/, I suggest you consider the Alexander Bed and Breakfast. It's a cozy bed and breakfast with free Wi-Fi and is within your budget. Would you like me to book it for you? User: Yes/, please go ahead and book it. System: Great! I have booked you for one night at the Alexander Bed and Breakfast on Tuesday. The total cost will be $95/, including taxes and fees. Would you like to pay with a credit card or PayPal? User: I'll pay with my credit card. System: Great! I'll need your credit card information to complete the booking. Can you please provide me with your card number/, expiration date/, and security code? User: Sure. My card number is [insert card number]/, expiration date is [insert expiration date]/, and security code is [insert security code]. System: Thank you for providing that information. Your booking has been successful/, and I have sent a confirmation email to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in Cambridge! Goodbye!,{"Dialogue ID": "PMUL1842.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-pricerange": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL1842.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-area': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'Alexander Bed and Breakfast'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'null'/, 'train-leaveat': 'null'/, 'train-day': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL4896.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4896.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-name: [cherry hinton hall and grounds]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-type: [guesthouse]/, hotel-area: [north]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [2]/, hotel-name: [acorn guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-name": ["cherry hinton hall and grounds"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["north"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["2"]/, "hotel-name": ["acorn guest house"]}}]},["User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city."/, "System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?"/, "User: I'm looking for a guesthouse with internet and would like to stay on Sunday."/, 'System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you?'/, 'User: That sounds perfect! Can you also recommend some attractions in the north area?'/, "System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?"/, 'User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse?'/, 'System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site.'/, 'User: Perfect/, thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"],User: Hi/, I'm looking for a hotel and attraction recommendations in the north area of the city. System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for? User: I'm looking for a guesthouse with internet and would like to stay on Sunday. System: Great! Based on your preferences/, I have found a few options for you. For hotels/, I recommend the Acorn Guest House/, which is located in the north area and offers internet access. They have availability on Sunday/, and their rates are around $120 per night. Would you like me to book a room for you? User: That sounds perfect! Can you also recommend some attractions in the north area? System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens/, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary? User: Yes/, that sounds great! Can you also tell me how to get there from the guesthouse? System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself/, and there is plenty of parking available on site. User: Perfect/, thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!,{"Dialogue ID": "PMUL4896.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4896.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'north'/, 'attraction-name': 'Cherry Hinton Hall and Grounds'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes'/, 'hotel-type': 'guesthouse'/, 'hotel-area': 'north'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '1 night'/, 'hotel-name': 'Acorn Guest House'}}]} +MUL2431.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2431.json/, Services Involved: [attraction/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [chinese]/, restaurant-pricerange: [cheap]/, restaurant-bookday: [tuesday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [12:45/, 11:45]/, restaurant-name: [charlie chan]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum/, entertainment]/, attraction-name: [cambridge contemporary art]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["chinese"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-bookday": ["tuesday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["12:45"/, "11:45"]/, "restaurant-name": ["charlie chan"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"/, "entertainment"]/, "attraction-name": ["cambridge contemporary art"]}}]},["User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you?"/, "User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining."/, "System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you?"/, 'User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu?'/, "System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you?"/, "User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch."/, "System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation?"/, "User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!"],User: Hi/, I'm looking for a restaurant in the centre of Cambridge that serves Chinese food and is affordable. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred day and time for your reservation? And how many people will be dining with you? User: Oh/, great! I'd like to book a table for Tuesday at 12:45 PM. There will be two of us dining. System: Perfect! Based on your preferences/, I have found a few options that fit your criteria. Charlie Chan's is a popular Chinese restaurant located in the centre of Cambridge/, and they have availability on Tuesday at 12:45 PM. Would you like me to book a table for you? User: That sounds great/, thank you! Can you also tell me a bit more about the restaurant and its menu? System: Certainly! Charlie Chan's is known for its delicious Cantonese cuisine/, and their menu includes a variety of dishes such as stir-fries/, noodles/, and dim sum. They also have a selection of vegetarian and vegan options. Would you like me to book a table for you? User: Yes/, please go ahead and book the table. And do you have any information on nearby attractions? I'd like to visit a museum or something after lunch. System: Absolutely! The Cambridge Contemporary Art museum is located just a short walk from Charlie Chan's. They currently have an exhibit on contemporary British art that has received great reviews. Would you like me to provide you with more information on the museum and its hours of operation? User: That sounds great/, thank you! I'll definitely check it out after lunch. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal and museum visit! Goodbye!,{"Dialogue ID": "MUL2431.json"/, "Services Involved": ["attraction"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'MUL2431.json'/, 'Services Involved': ['attraction'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-food': 'Chinese'/, 'restaurant-pricerange': 'affordable'/, 'restaurant-bookday': 'Tuesday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1245 PM'/, 'restaurant-name': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'centre of Cambridge'/, 'attraction-type': 'museum'/, 'attraction-name': 'Cambridge Contemporary Art'}}]} +SNG1375.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1375.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [ely]/, train-day: [sunday]/, train-departure: [cambridge]/, train-leaveat: [8:00/, 08:00]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["ely"]/, "train-day": ["sunday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["8:00"/, "08:00"]}}]},["User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time?"/, "User: Sure. I'd like to leave on Sunday at 8:00 AM."/, 'System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service?'/, 'User: Yes/, that sounds perfect. How do I book it?'/, "System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details?"/, 'User: Sure. My name is John Smith/, and my contact number is 555-555-5555.'/, 'System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome/, John. Have a great trip to Ely! Goodbye!"],User: Hi/, I'm looking for train services from Cambridge to Ely. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details such as your preferred departure date and time? User: Sure. I'd like to leave on Sunday at 8:00 AM. System: Great! Based on your preferences/, I have found a train service that fits your needs. The train departs from Cambridge at 8:00 AM on Sunday and arrives at Ely at 9:00 AM. Would you like to book this service? User: Yes/, that sounds perfect. How do I book it? System: Great! To book this service/, I'll need some more information from you. Can you please provide me with your full name and contact details? User: Sure. My name is John Smith/, and my contact number is 555-555-5555. System: Thank you/, John. I have booked your train service from Cambridge to Ely for Sunday at 8:00 AM. Your ticket will be sent to your email shortly. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome/, John. Have a great trip to Ely! Goodbye!,{"Dialogue ID": "SNG1375.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG1375.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Ely trainday Sunday traindeparture 800 AM trainleaveat null as the user has specified these preferences in the dialogue'/, 'train-day': 'Sunday traindeparture 800 AM trainleaveat null as the user has specified these preferences in the dialogue'/, 'train-departure': '800 AM trainleaveat null as the user has specified these preferences in the dialogue'/, 'train-leaveat': 'null as the user has specified these preferences in the dialogue'}}]} +PMUL1031.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1031.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-departure: [bishops stortford]/, train-destination: [cambridge]/, train-leaveat: [9:00/, 09:00]/, train-day: [sunday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [park]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": ["bishops stortford"]/, "train-destination": ["cambridge"]/, "train-leaveat": ["9:00"/, "09:00"]/, "train-day": ["sunday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["park"]}}]},["User: Hi/, I'm looking for a train and attraction service. Can you help me?"/, 'System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date?'/, "User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?"/, 'System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?'/, "User: Yes/, I'd like to buy tickets. How much do they cost?"/, 'System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase?'/, "User: Yes/, I'll take two tickets."/, 'System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.'/, 'User: That sounds good. Can you recommend a park or outdoor attraction?'/, "System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?"/, 'User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need?'/, 'System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information?'/, "User: No/, that's all I need. Thank you for your help!"/, "System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day!"/, 'User: Thank you! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and attraction service. Can you help me? System: Of course! What specific service are you looking for? Do you have a preferred departure station/, destination/, or date? User: Yes/, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am? System: Certainly! Based on the preferences you provided/, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train? User: Yes/, I'd like to buy tickets. How much do they cost? System: The cost of the tickets is £20 per person. Would you like to proceed with the purchase? User: Yes/, I'll take two tickets. System: Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences. User: That sounds good. Can you recommend a park or outdoor attraction? System: Sure! Based on your preferences/, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers/, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden? User: Yes/, that sounds perfect. Can you provide me with the address and any other details I might need? System: Certainly! The address of the Cambridge University Botanic Garden is... (provides address) ...and the entrance fee is £10 per person. Please note that the garden is open from 9:00 am to 6:00 pm on Sundays. Would you like me to provide you with any other information? User: No/, that's all I need. Thank you for your help! System: You're welcome! Enjoy your train ride and your visit to the Cambridge University Botanic Garden. Have a great day! User: Thank you! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL1031.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"}}]},{'Dialogue ID': 'PMUL1031.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-departure': 'Bishops Stortford'/, 'train-destination': 'Cambridge'/, 'train-leaveat': '900 am'/, 'train-day': 'Sunday'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'park or outdoor attraction'}}]} +WOZ20027.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20027.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-pricerange: [expensive]/, restaurant-food: [italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind?"/, "User: Yes/, I'd like to spend around $50 per person."/, 'System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one?'/, "User: I'd prefer a cozy atmosphere/, please."/, 'System: Alright! Based on your preferences/, I\'ve found three Italian restaurants in the south of the city that fit your criteria. The first one is "Bella Vita"/, which is known for its delicious pasta dishes and intimate setting. The second is "La Bella Italia"/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is "Il Posto Italiano"/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants?'/, 'User: Yes/, please provide me with the addresses and reviews of all three.'/, "System: Sure thing! Here's the information you requested:"/, 'User: I think I\'ll go with "La Bella Italia". Can you give me the address and directions?'/, 'System: Certainly! Here\'s the address and directions to "La Bella Italia":'/, "User: No/, that's all for now. Thank you for your help!"/, 'System: You\'re welcome! Enjoy your meal at "La Bella Italia"! Goodbye!'],User: Hi/, I'm looking for a good Italian restaurant in the south of the city. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, I'll need to know a bit more about your preferences. Do you have a specific budget in mind? User: Yes/, I'd like to spend around $50 per person. System: Great! And would you prefer a restaurant with a cozy atmosphere or a more lively one? User: I'd prefer a cozy atmosphere/, please. System: Alright! Based on your preferences/, I've found three Italian restaurants in the south of the city that fit your criteria. The first one is Bella Vita/, which is known for its delicious pasta dishes and intimate setting. The second is La Bella Italia/, which offers a variety of traditional Italian dishes and a warm/, inviting atmosphere. The third is Il Posto Italiano/, which is famous for its authentic Neapolitan pizza and charming decor. Would you like me to provide you with the addresses and reviews of any of these restaurants? User: Yes/, please provide me with the addresses and reviews of all three. System: Sure thing! Here's the information you requested: User: I think I'll go with La Bella Italia. Can you give me the address and directions? System: Certainly! Here's the address and directions to La Bella Italia: User: No/, that's all for now. Thank you for your help! System: You're welcome! Enjoy your meal at La Bella Italia! Goodbye!,{"Dialogue ID": "WOZ20027.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'WOZ20027.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'south of the city'/, 'restaurant-pricerange': '50 per person'/, 'restaurant-food': 'cozy atmosphere'}}]} +PMUL4827.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4827.json/, Services Involved: [hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [chinese]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [8]/, restaurant-booktime: [16:15]/, restaurant-name: [yu garden]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [east]/, hotel-type: [hotel]/, hotel-internet: [yes]/, hotel-name: [express by holiday inn cambridge]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["chinese"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["8"]/, "restaurant-booktime": ["16:15"]/, "restaurant-name": ["yu garden"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["east"]/, "hotel-type": ["hotel"]/, "hotel-internet": ["yes"]/, "hotel-name": ["express by holiday inn cambridge"]}}]},["User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in?"/, "User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge."/, "System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15?"/, 'User: Yes/, that sounds perfect! Can you please book the table for me?'/, "System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details."/, 'User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555.'/, "System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day!"],User: Hi/, I'm looking for a restaurant in the east of Cambridge. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as the number of people/, budget/, and the type of cuisine you're interested in? User: Sure! I'm looking for a Chinese restaurant that can accommodate 8 people/, with a budget of around $200/, and preferably in the east of Cambridge. System: Great! Based on your preferences/, I would recommend Yu Garden. It's a popular Chinese restaurant located in the east of Cambridge/, with a variety of delicious dishes and a budget-friendly price range. Would you like to book a table for 8 people on Monday at 16:15? User: Yes/, that sounds perfect! Can you please book the table for me? System: Of course! I'll go ahead and book the table for you. Please provide me with your contact information so I can reach out to you with the confirmation details. User: Sure/, my email is [user@email.com](mailto:user@email.com) and my phone number is 555-555-5555. System: Great/, I've booked the table for you at Yu Garden for Monday at 16:15. Your confirmation details will be sent to your email shortly. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day!,{"Dialogue ID": "PMUL4827.json"/, "Services Involved": ["hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-internet": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL4827.json'/, 'Services Involved': ['hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'Yu Garden'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-type': 'null'/, 'hotel-internet': 'null'/, 'hotel-name': 'null'}}]} +PMUL3086.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3086.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-arriveby: [13:45]/, train-day: [sunday]/, train-departure: [birmingham new street]/, train-destination: [cambridge]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [dontcare]/, hotel-type: [hotel]/, hotel-bookday: [sunday]/, hotel-bookpeople: [2]/, hotel-bookstay: [5]/, hotel-name: [huntingdon marriott hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": ["13:45"]/, "train-day": ["sunday"]/, "train-departure": ["birmingham new street"]/, "train-destination": ["cambridge"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["dontcare"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["5"]/, "hotel-name": ["huntingdon marriott hotel"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?"/, "System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination?"/, "User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45."/, 'System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?'/, 'User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?'/, 'System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?'/, 'User: Yes/, that sounds great. Can you please book the train and hotel for me?'/, 'System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45? System: Of course! I'd be happy to assist you. To find the best train for your needs/, may I know your preferences for the train departure time and destination? User: Well/, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday/, and arrive in Cambridge by 13:45. System: Great! Based on the information you provided/, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train? User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night? System: Certainly! Based on your preferences/, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there? User: Yes/, that sounds great. Can you please book the train and hotel for me? System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00/, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3086.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-destination": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL3086.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-arriveby': 'null not mentioned in the dialogue'/, 'train-day': 'null not mentioned in the dialogue'/, 'train-departure': '0800 mentioned in the dialogue'/, 'train-destination': 'Cambridge mentioned in the dialogue'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'null not mentioned in the dialogue'/, 'hotel-type': 'null not mentioned in the dialogue'/, 'hotel-bookday': 'null not mentioned in the dialogue'/, 'hotel-bookpeople': 'null not mentioned in the dialogue'/, 'hotel-bookstay': 'null not mentioned in the dialogue'/, 'hotel-name': 'Huntingdon Marriott Hotel mentioned in the dialogue'}}]} +SNG0598.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0598.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-food: [bistro/, italian]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-food": ["bistro"/, "italian"]}}]},["User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one?"/, "System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in?"/, "User: Oh/, I'd like to find one in the city centre."/, 'System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area?'/, 'User: Yes/, please do!'/, 'System: Sure thing! Here are my top picks:'/, 'User: Yes/, please provide the addresses.'/, 'System: Absolutely! Here are the addresses and contact information for each restaurant:'/, "User: Thank you so much! I'll check out these recommendations and let you know if I need anything else."/, "System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a good Italian restaurant in the city centre. Can you help me find one? System: Of course! To help you find the perfect Italian restaurant/, may I know what area of the city you'd like to dine in? User: Oh/, I'd like to find one in the city centre. System: Great! Based on your preference for Italian cuisine and the city centre area/, I have a few recommendations for you. May I suggest the top-rated Italian restaurants in the area? User: Yes/, please do! System: Sure thing! Here are my top picks: User: Yes/, please provide the addresses. System: Absolutely! Here are the addresses and contact information for each restaurant: User: Thank you so much! I'll check out these recommendations and let you know if I need anything else. System: You're welcome! Have a great day/, and enjoy your dining experience! Goodbye!,{"Dialogue ID": "SNG0598.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SNG0598.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'citycentre restaurantfood italian this lists the details of the service including the service type restaurant the actions taken or recommended NONE and findrestaurant and the users preferences for the service in this case the area and type of food'/, 'restaurant-food': 'italian this lists the details of the service including the service type restaurant the actions taken or recommended NONE and findrestaurant and the users preferences for the service in this case the area and type of food'}}]} +SNG01162.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01162.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [travellers rest]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [14:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["travellers rest"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["14:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations?"/, 'System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria?'/, 'User: Yes/, please do!'/, "System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them?"/, 'User: Yes/, please!'/, 'System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you?'/, "User: I think I'd like to book a table at Travellers Rest. Can you help me with that?"/, 'System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now?'/, 'User: Yes/, please go ahead.'/, "System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: Thank you so much! I'm looking forward to my meal."/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Monday at 14:15. Do you have any recommendations? System: Of course! Based on your preferences/, I have a few options for you. Would you like me to suggest some restaurants that match your criteria? User: Yes/, please do! System: Great! Based on your search history and previous bookings/, I know you prefer restaurants with a cozy atmosphere and good service. I've found three restaurants that fit your criteria: Travellers Rest/, The Cozy Kitchen/, and The Gourmet Inn. Would you like me to provide more information about each of them? User: Yes/, please! System: Sure thing! Travellers Rest is a charming restaurant with a fireplace and a warm/, inviting atmosphere. They offer a variety of traditional dishes/, including roast beef and Yorkshire pudding. The Cozy Kitchen is known for its delicious breakfast and brunch options/, and The Gourmet Inn is a fine dining restaurant with an extensive wine list. Which one of these restaurants sounds appealing to you? User: I think I'd like to book a table at Travellers Rest. Can you help me with that? System: Absolutely! I can help you book a table for Monday at 14:15. Would you like to make the reservation now? User: Yes/, please go ahead. System: Great! I've just booked a table for you at Travellers Rest for Monday at 14:15. Your reservation number is SNG01162-Monday-1415. Please let me know if you have any other questions or if there's anything else I can help you with. User: Thank you so much! I'm looking forward to my meal. System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your meal! Goodbye!,{"Dialogue ID": "SNG01162.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SNG01162.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null not mentioned in the dialogue'/, 'restaurant-bookday': 'Monday mentioned in the dialogue'/, 'restaurant-bookpeople': 'null not mentioned in the dialogue'/, 'restaurant-booktime': '1415 mentioned in the dialogue'}}]} +PMUL1146.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1146.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [friday]/, train-destination: [cambridge]/, train-departure: [birmingham new street]/, train-leaveat: [16:45]/, train-bookpeople: [1]}}/, {Service Type: attraction/, Actions: [find_attraction]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [broughton house gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["friday"]/, "train-destination": ["cambridge"]/, "train-departure": ["birmingham new street"]/, "train-leaveat": ["16:45"]/, "train-bookpeople": ["1"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["broughton house gallery"]}}]},["User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for?"/, "User: I'd like to travel on Friday and I need to book one ticket."/, 'System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you?'/, "User: No/, I'd prefer to leave at 16:45. Is that possible?"/, 'System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you?'/, 'User: Yes/, please. And can I book a single ticket?'/, 'System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking?'/, "User: Yes/, I'll proceed with the booking."/, 'System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!"],User: Hi/, I'm looking for a train from Birmingham New Street to Cambridge on Friday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and how many people are you booking for? User: I'd like to travel on Friday and I need to book one ticket. System: Great! For a train from Birmingham New Street to Cambridge on Friday/, we have a few options available. Our first train departs at 08:00 and arrives at 10:00. Would you like me to book this train for you? User: No/, I'd prefer to leave at 16:45. Is that possible? System: Yes/, we have a train departing at 16:45 and arriving at 18:45. Would you like me to book this train for you? User: Yes/, please. And can I book a single ticket? System: Of course! The cost of the ticket will be £35. Would you like to proceed with the booking? User: Yes/, I'll proceed with the booking. System: Great! Your booking has been successful. Your train ticket will be sent to your email address. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and a safe journey. Goodbye!,{"Dialogue ID": "PMUL1146.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL1146.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'null'/, 'train-destination': 'Birmingham New Street to Cambridge'/, 'train-departure': '1645'/, 'train-leaveat': '1845'/, 'train-bookpeople': '1'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction']/, 'Preferences': {'attraction-type': 'null'/, 'attraction-area': 'null'/, 'attraction-name': 'null'}}]} +SSNG0018.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0018.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [gastropub/, african]/, restaurant-pricerange: [expensive]/, restaurant-area: [east]/, restaurant-bookday: [monday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [13:45]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["gastropub"/, "african"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["east"]/, "restaurant-bookday": ["monday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["13:45"]}}]},["User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations?"/, "System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for?"/, "User: My budget is around $50 per person/, and I'm looking to book for two people."/, 'System: Great! Based on your preferences and budget/, I would recommend "The Gastropub at Eastside" and "The Foodie\'s Paradise". Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants?'/, 'User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday.'/, 'System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu?'/, 'User: Yes/, please.'/, 'System: Certainly! Here is the menu for The Gastropub at Eastside:'/, 'User: That sounds great/, thank you!'/, "System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!"],User: Hi/, I'm looking for a good gastropub in the east of the city. Do you have any recommendations? System: Of course! Based on your preferences/, I can suggest a few options. Can you please provide me with more details such as your budget and the number of people you're looking to book for? User: My budget is around $50 per person/, and I'm looking to book for two people. System: Great! Based on your preferences and budget/, I would recommend The Gastropub at Eastside and The Foodie's Paradise. Both of these restaurants offer a variety of gastropub dishes and are within your budget. Would you like me to book a table for you at one of these restaurants? User: Yes/, please book a table for two at The Gastropub at Eastside for 13:45 on Monday. System: Great choice! I have booked a table for you at The Gastropub at Eastside for 13:45 on Monday. Please note that the restaurant offers a variety of dishes/, including gastropub classics and seasonal specials. Would you like me to provide you with the menu? User: Yes/, please. System: Certainly! Here is the menu for The Gastropub at Eastside: User: That sounds great/, thank you! System: You're welcome! It was my pleasure to assist you. Have a great dining experience at The Gastropub at Eastside! Goodbye!,{"Dialogue ID": "SSNG0018.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'SSNG0018.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null not mentioned in the dialogue'/, 'restaurant-pricerange': 'null not mentioned in the dialogue'/, 'restaurant-area': 'null not mentioned in the dialogue'/, 'restaurant-bookday': 'null not mentioned in the dialogue'/, 'restaurant-bookpeople': 'null not mentioned in the dialogue'/, 'restaurant-booktime': 'null not mentioned in the dialogue'}}]} +MUL2293.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL2293.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-name: [a and b guest house]/, hotel-parking: [yes]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [london liverpool street]/, train-destination: [cambridge]/, train-day: [friday]/, train-leaveat: [12:45]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": ["a and b guest house"]/, "hotel-parking": ["yes"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["london liverpool street"]/, "train-destination": ["cambridge"]/, "train-day": ["friday"]/, "train-leaveat": ["12:45"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a hotel and a train ticket. Can you help me?"/, 'System: Of course! What type of hotel are you looking for? And which train route would you like to book?'/, "User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge."/, 'System: Great! For hotels/, we have the "a and b guest house" with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well?'/, 'User: Yes/, please book the "a and b guest house" and the train ticket from London Liverpool Street to Cambridge.'/, 'System: Great! For the hotel/, I have booked you at the "a and b guest house" for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct?'/, "User: Yes/, that's correct. Thank you!"/, "System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with."/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! Have a great trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a hotel and a train ticket. Can you help me? System: Of course! What type of hotel are you looking for? And which train route would you like to book? User: I'm looking for a hotel in London/, preferably with parking/, and I need to book a train ticket from London to Cambridge. System: Great! For hotels/, we have the a and b guest house with parking available. Would you like me to book that for you? And for the train ticket/, we have the option to book a train from London Liverpool Street to Cambridge. Would you like me to book that for you as well? User: Yes/, please book the a and b guest house and the train ticket from London Liverpool Street to Cambridge. System: Great! For the hotel/, I have booked you at the a and b guest house for [insert date] at a rate of [insert rate]. And for the train ticket/, I have booked you on the [insert train name] departing from London Liverpool Street at [insert time] and arriving in Cambridge at [insert time]. The total cost for both will be [insert total cost]. Is that correct? User: Yes/, that's correct. Thank you! System: You're welcome! I've sent you an email with the booking details. Please let me know if you have any other questions or if there's anything else I can help you with. User: No/, that's all. Thank you for your help! System: You're welcome! Have a great trip to Cambridge! Goodbye!,{"Dialogue ID": "MUL2293.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-name": "null"/, "hotel-parking": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'MUL2293.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-name': 'null'/, 'hotel-parking': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'null'/, 'train-destination': 'null'/, 'train-day': 'null'/, 'train-leaveat': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL1586.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL1586.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [cambridge]/, train-destination: [norwich]/, train-day: [sunday]/, train-arriveby: [13:45]/, train-bookpeople: [4]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-pricerange: [moderate]/, hotel-type: [guesthouse]/, hotel-area: [east]/, hotel-parking: [dontcare]/, hotel-name: [a and b guest house]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["cambridge"]/, "train-destination": ["norwich"]/, "train-day": ["sunday"]/, "train-arriveby": ["13:45"]/, "train-bookpeople": ["4"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": ["moderate"]/, "hotel-type": ["guesthouse"]/, "hotel-area": ["east"]/, "hotel-parking": ["dontcare"]/, "hotel-name": ["a and b guest house"]}}]},["User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling?"/, "User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling."/, 'System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train?'/, 'User: Yes/, that sounds perfect. How much does it cost?'/, 'System: The cost for this train is £40 per person. Would you like to proceed with the booking?'/, "User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking?"/, 'System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well?'/, 'User: Yes/, that sounds great. Can you please provide me with the booking details?'/, 'System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160.'/, 'User: Thank you so much! I really appreciate your help.'/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Cambridge to Norwich on Sunday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Such as your preferred departure time and the number of people traveling? User: Sure. I'd like to depart around 13:45 and there will be 4 of us traveling. System: Great! Based on your preferences/, I have found a suitable train for you. The train departs from Cambridge at 13:45 and arrives in Norwich at 15:45. Would you like to book this train? User: Yes/, that sounds perfect. How much does it cost? System: The cost for this train is £40 per person. Would you like to proceed with the booking? User: Yes/, I'll book it. Can you also recommend a hotel in the east area of Norwich with moderate prices and parking? System: Certainly! Based on your preferences/, I have found a suitable hotel for you. The A & B Guest House is located in the east area of Norwich and offers moderate prices and free parking. Would you like to book this hotel as well? User: Yes/, that sounds great. Can you please provide me with the booking details? System: Of course! Your train booking is confirmed for 4 people departing from Cambridge at 13:45 on Sunday/, arriving in Norwich at 15:45. Your hotel booking is for 1 night at the A & B Guest House/, with check-in on Sunday and check-out on Monday. The total cost for both bookings is £160. User: Thank you so much! I really appreciate your help. System: You're welcome! It was my pleasure to assist you. Have a great trip to Norwich! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL1586.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-day": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'PMUL1586.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1345'/, 'train-destination': 'Norwich'/, 'train-day': 'Sunday'/, 'train-arriveby': '1545'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-pricerange': 'moderate'/, 'hotel-type': 'guesthouse'/, 'hotel-area': 'east'/, 'hotel-parking': 'free'/, 'hotel-name': 'null'}}]} +SNG0039.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG0039.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [corpus christi]/, taxi-leaveat: [08:45]/, taxi-departure: [gourmet burger kitchen]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["corpus christi"]/, "taxi-leaveat": ["08:45"]/, "taxi-departure": ["gourmet burger kitchen"]}}]},["User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location?"/, "User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]."/, 'System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location?'/, 'User: Yes/, that works for me. Can you also tell me how much the fare will be?'/, 'System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking?'/, "User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me."/, 'System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey!'/, 'User: Thank you! Goodbye.'/, 'System: Goodbye! Have a great day!'],User: Hi/, I'm looking for a taxi to take me from Gourmet Burger Kitchen to Corpus Christi. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with your current location so I can find the nearest taxi to your location? User: Sure! I'm at Gourmet Burger Kitchen/, located at [insert address]. System: Great/, I have found a taxi that can take you to Corpus Christi. The taxi will leave at 08:45 AM. Would you like to confirm your pickup time and location? User: Yes/, that works for me. Can you also tell me how much the fare will be? System: Certainly! Based on the current rates/, the fare for the taxi ride from Gourmet Burger Kitchen to Corpus Christi will be [insert fare]. Do you want to proceed with the booking? User: Yes/, I'd like to proceed. Please go ahead and book the taxi for me. System: Great! Your taxi has been booked for 08:45 AM. The taxi will pick you up at Gourmet Burger Kitchen. Please have a pleasant journey! User: Thank you! Goodbye. System: Goodbye! Have a great day!,{"Dialogue ID": "SNG0039.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-leaveat": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG0039.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Corpus Christi This is the destination of the taxi ride which is mentioned in the schema'/, 'taxi-leaveat': '0845 AM This is the time at which the taxi will leave which is mentioned in the schema'/, 'taxi-departure': 'Gourmet Burger Kitchen This is the starting location of the taxi ride which is mentioned in the schema'}}]} +SSNG0142.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SSNG0142.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [dontcare/, ask.\/, ask]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [14:15]/, restaurant-area: [centre]/, restaurant-food: [dontcare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["dontcare"/, "ask.\""/, "ask"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["14:15"]/, "restaurant-area": ["centre"]/, "restaurant-food": ["dontcare"]}}]},["User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, "User: Um/, I don't have a specific restaurant in mind. Can you suggest some options?"/, 'System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that?'/, 'User: Yes/, please!'/, 'System: Great! Based on your preferences/, I suggest the following restaurants:'/, 'User: The Centre Bistro sounds great/, can you book it for me?'/, "System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking."/, 'User: Sure/, my name is John Doe and my phone number is 555-555-5555.'/, "System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you!"/, "System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!"],User: Hi/, I'm looking for a restaurant to book for Sunday at 14:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, I don't have a specific restaurant in mind. Can you suggest some options? System: Certainly! Based on your preferences/, I can suggest a few restaurants that might fit the bill. Would you like me to do that? User: Yes/, please! System: Great! Based on your preferences/, I suggest the following restaurants: User: The Centre Bistro sounds great/, can you book it for me? System: Of course! I'll go ahead and book your reservation for Sunday at 14:15 at The Centre Bistro. Please provide me with your name and contact information to complete the booking. User: Sure/, my name is John Doe and my phone number is 555-555-5555. System: Great/, John! I've just booked your reservation at The Centre Bistro for Sunday at 14:15. Thank you for choosing our service! Is there anything else I can assist you with? User: No/, that's all. Thank you! System: You're welcome/, John! Have a great day and enjoy your meal at The Centre Bistro! Goodbye!,{"Dialogue ID": "SSNG0142.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-area": "null"/, "restaurant-food": "null"}}]},{'Dialogue ID': 'SSNG0142.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'null not mentioned in the dialogue'/, 'restaurant-bookday': 'null not mentioned in the dialogue'/, 'restaurant-bookpeople': 'null not mentioned in the dialogue'/, 'restaurant-booktime': 'null not mentioned in the dialogue'/, 'restaurant-area': 'null not mentioned in the dialogue'/, 'restaurant-food': 'null not mentioned in the dialogue'}}]} +SNG01795.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01795.json/, Services Involved: [train]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [stevenage]/, train-destination: [cambridge]/, train-arriveby: [12:15/, 10:43]/, train-day: [sunday]/, train-bookpeople: [6]/, train-leaveat: [09:54]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["stevenage"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["12:15"/, "10:43"]/, "train-day": ["sunday"]/, "train-bookpeople": ["6"]/, "train-leaveat": ["09:54"]}}]},["User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?"/, "User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices?"/, 'System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?'/, 'User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge?'/, 'System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders?'/, "User: No/, that's all for now. I'll just book the train ticket."/, 'System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!'],User: Hi/, I'm looking for train services from Stevenage to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What specific service would you like to know about or book? User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday/, preferably departing at 12:15 or 10:43/, and arriving by 12:15 or 10:43. Can you check availability and prices? System: Sure thing! Based on our current availability/, we have one train departing from Stevenage at 10:43 on Sunday/, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card? User: Yes/, that sounds great. Can you also tell me what time the train will arrive in Cambridge? System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services/, such as a bicycle reservation or food and beverage orders? User: No/, that's all for now. I'll just book the train ticket. System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us/, and we hope you have a pleasant journey! Goodbye!,{"Dialogue ID": "SNG01795.json"/, "Services Involved": ["train"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-bookpeople": "null"/, "train-leaveat": "null"}}]},{'Dialogue ID': 'SNG01795.json'/, 'Services Involved': ['train']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': '1043 mentioned in the dialogue'/, 'train-destination': 'Cambridge mentioned in the dialogue'/, 'train-arriveby': '1215 mentioned in the dialogue'/, 'train-day': 'Sunday mentioned in the dialogue'/, 'train-bookpeople': 'null not mentioned in the dialogue'/, 'train-leaveat': 'null not mentioned in the dialogue'}}]} +PMUL4433.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL4433.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train]/, Preferences: {train-destination: [stevenage]/, train-day: [tuesday]/, train-departure: [cambridge]/, train-leaveat: [15:15]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [north]/, attraction-type: [swimmingpool]/, attraction-name: [jesus green outdoor pool]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": ["stevenage"]/, "train-day": ["tuesday"]/, "train-departure": ["cambridge"]/, "train-leaveat": ["15:15"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["north"]/, "attraction-type": ["swimmingpool"]/, "attraction-name": ["jesus green outdoor pool"]}}]},["User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time?"/, "User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15."/, 'System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket?'/, "User: Yes/, I'd like to purchase a ticket. How much will it cost?"/, 'System: The cost of the ticket is £25. Would you like to proceed with the purchase?'/, "User: Yes/, I'll proceed with the purchase."/, 'System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding.'/, 'User: Thank you for your help!'/, "System: You're welcome! Have a great trip to Stevenage. Goodbye!"],User: Hi/, I'm looking for a train service from Cambridge to Stevenage. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel and what is your preferred departure time? User: I'd like to travel on Tuesday/, and I prefer to leave Cambridge at 15:15. System: Great! Based on your preferences/, I have found a suitable train service for you. The train will depart from Cambridge at 15:15 and arrive in Stevenage at 16:15. Would you like to purchase a ticket? User: Yes/, I'd like to purchase a ticket. How much will it cost? System: The cost of the ticket is £25. Would you like to proceed with the purchase? User: Yes/, I'll proceed with the purchase. System: Great! Your ticket has been purchased successfully. Here is your ticket information: Train Number: T1234/, Departure Time: 15:15/, Arrival Time: 16:15. Please present this ticket at the train station before boarding. User: Thank you for your help! System: You're welcome! Have a great trip to Stevenage. Goodbye!,{"Dialogue ID": "PMUL4433.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"]/, "Preferences": {"train-destination": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-leaveat": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'PMUL4433.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train']/, 'Preferences': {'train-destination': 'Cambridge to Stevenage'/, 'train-day': 'Tuesday'/, 'train-departure': '1515'/, 'train-leaveat': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'/, 'attraction-type': 'null'/, 'attraction-name': 'null'}}]} +SNG1116.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1116.json/, Services Involved: [attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [college]/, attraction-area: [centre]/, attraction-name: [downing college]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["college"]/, "attraction-area": ["centre"]/, "attraction-name": ["downing college"]}}]},["User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions?"/, "System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity?"/, "User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town?"/, "System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours?"/, 'User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in?'/, "System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college?"/, "User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend?"/, "System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions?"/, "User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions?"/, 'System: Of course! Here is the information you requested:'/, 'User: Thank you so much! I appreciate your help. Have a great day!'],User: Hi/, I'm looking for some fun activities to do in the centre of town. Can you help me find some attractions? System: Of course! I'd be happy to help. Can you please provide me with some more information about what you're looking for? For example/, are you interested in a specific type of attraction/, like a museum or a park? And what is your budget for this activity? User: Well/, I'm actually looking for something that's free or low-cost. I'd love to find a college or university that has a beautiful campus I can explore. Do you know of any places like that in the centre of town? System: Absolutely! Downing College is a beautiful campus located right in the centre of town/, and it's free to explore. They have a lovely chapel/, a tranquil lake/, and plenty of green spaces to relax in. Would you like me to provide you with the address and opening hours? User: That sounds perfect! Can you also tell me if they have any events or exhibitions going on that I might be interested in? System: Sure thing! Downing College has a variety of events and exhibitions throughout the year/, but currently they have an art exhibition featuring works by local artists. It's free to attend and runs until the end of the month. Would you like me to provide you with more information or directions to the college? User: That sounds great/, thank you! I'd love to check out the art exhibition. Can you also tell me if there are any other attractions in the area that you would recommend? System: Certainly! In addition to Downing College/, there are several other attractions in the centre of town that you might enjoy. The town hall has a beautiful clock tower that offers stunning views of the city/, and the local museum has a fascinating collection of artifacts from the area's history. Would you like me to provide you with more information or directions to these attractions? User: That's really helpful/, thank you! I think I'll plan to visit the college and the town hall clock tower. Can you please provide me with the addresses and opening hours for these attractions? System: Of course! Here is the information you requested: User: Thank you so much! I appreciate your help. Have a great day!,{"Dialogue ID": "SNG1116.json"/, "Services Involved": ["attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}]},{'Dialogue ID': 'SNG1116.json'/, 'Services Involved': ['attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'college or university'/, 'attraction-area': 'centre of town'/, 'attraction-name': 'Downing College'}}]} +SNG1165.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG1165.json/, Services Involved: [hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-area: [north/, south]/, hotel-pricerange: [expensive]/, hotel-bookday: [monday]/, hotel-bookpeople: [7]/, hotel-bookstay: [3]/, hotel-name: [lensfield hotel]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": ["north"/, "south"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["monday"]/, "hotel-bookpeople": ["7"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["lensfield hotel"]}}]},["User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services?'/, 'User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant.'/, 'System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking?'/, 'User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need?'/, 'System: Certainly! Your booking details are as follows:'/, "User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers?"/, "System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk."/, 'User: No/, that sounds great. Thank you for your help!'/, "System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!"],User: Hi/, I'm looking for a hotel in the north area of the city/, with a price range of expensive/, and I'd like to book a room for 3 people for 3 nights/, starting on Monday. Can you help me find a suitable hotel? System: Of course! To help you find the perfect hotel/, may I know your preferred hotel name? Additionally/, do you have any specific requirements for the hotel/, such as amenities or services? User: Yes/, I would like to book a room at the Lensfield Hotel/, if possible. And I would like a hotel with a fitness center and a restaurant. System: Great choice! The Lensfield Hotel is a 4-star hotel located in the north area of the city/, with a fitness center and an award-winning restaurant. For your requested dates/, we have availability for a deluxe room that can accommodate 3 guests. The room rate is $350 per night/, with a total of $1/,050 for the 3-night stay. Would you like to proceed with the booking? User: Yes/, that sounds perfect. Can you please provide me with the booking details and any other information I might need? System: Certainly! Your booking details are as follows: User: Yes/, I'll proceed with the booking. Can you tell me more about the hotel's location and any other amenities it offers? System: Certainly! The Lensfield Hotel is located in the heart of the city's north area/, within walking distance to popular attractions and shopping centers. The hotel features a fitness center/, an award-winning restaurant/, and a rooftop bar with stunning city views. Additionally/, the hotel offers room service/, laundry service/, and a 24-hour front desk. User: No/, that sounds great. Thank you for your help! System: You're welcome! It was a pleasure assisting you. Please enjoy your stay at the Lensfield Hotel. Have a great day!,{"Dialogue ID": "SNG1165.json"/, "Services Involved": ["hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}]},{'Dialogue ID': 'SNG1165.json'/, 'Services Involved': ['hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-area': 'north'/, 'hotel-pricerange': 'expensive'/, 'hotel-bookday': 'Monday'/, 'hotel-bookpeople': '3'/, 'hotel-bookstay': '3'/, 'hotel-name': 'Lensfield Hotel'}}]} +PMUL3460.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3460.json/, Services Involved: [train/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [bangkok city]/, restaurant-area: [centre]/, restaurant-bookday: [sunday]/, restaurant-bookpeople: [2]/, restaurant-booktime: [19:30]/, restaurant-food: [thai]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-arriveby: [17:00/, 17:58/, 16:58/, 17.58]/, train-day: [monday]/, train-destination: [kings lynn]/, train-departure: [cambridge]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["bangkok city"]/, "restaurant-area": ["centre"]/, "restaurant-bookday": ["sunday"]/, "restaurant-bookpeople": ["2"]/, "restaurant-booktime": ["19:30"]/, "restaurant-food": ["thai"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": ["17:00"/, "17:58"/, "16:58"/, "17.58"]/, "train-day": ["monday"]/, "train-destination": ["kings lynn"]/, "train-departure": ["cambridge"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation?"/, "User: Yes/, I'd like to book a table for 2 people at 19:30."/, 'System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the "Siam Square Thai Restaurant" located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you?'/, 'User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30?'/, 'System: Certainly! I have successfully booked a table for you at the "Siam Square Thai Restaurant" for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok city centre that serves Thai food and is open on Sundays. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? Do you have a preferred time for your reservation? User: Yes/, I'd like to book a table for 2 people at 19:30. System: Great! Based on your preferences/, I have found a few restaurants that match your criteria. One of them is the Siam Square Thai Restaurant located in the heart of Bangkok city centre. They serve authentic Thai cuisine and are open on Sundays. Would you like me to book a table for you? User: Yes/, that sounds perfect. Can you please book a table for 2 people at 19:30? System: Certainly! I have successfully booked a table for you at the Siam Square Thai Restaurant for 19:30 on Sunday. Please note that the restaurant is located at [insert address here]. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your dining experience! Goodbye!,{"Dialogue ID": "PMUL3460.json"/, "Services Involved": ["train"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-food": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-arriveby": "null"/, "train-day": "null"/, "train-destination": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3460.json'/, 'Services Involved': ['train'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'Siam Square Thai Restaurant'/, 'restaurant-area': 'heart of Bangkok city centre'/, 'restaurant-bookday': 'Sunday'/, 'restaurant-bookpeople': '2'/, 'restaurant-booktime': '1930'/, 'restaurant-food': 'authentic Thai cuisine'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-arriveby': 'null'/, 'train-day': 'null'/, 'train-destination': 'null'/, 'train-departure': 'null'/, 'train-bookpeople': 'null'}}]} +PMUL2583.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2583.json/, Services Involved: [attraction/, taxi/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-type: [hotel]/, hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-bookday: [sunday/, monday]/, hotel-bookpeople: [1]/, hotel-bookstay: [1]/, hotel-name: [gonville hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [centre]/, attraction-type: [museum]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [11:15]/, taxi-destination: [castle galleries]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": ["hotel"]/, "hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-bookday": ["sunday"/, "monday"]/, "hotel-bookpeople": ["1"]/, "hotel-bookstay": ["1"]/, "hotel-name": ["gonville hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["centre"]/, "attraction-type": ["museum"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["11:15"]/, "taxi-destination": ["castle galleries"]}}]},["User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay?"/, 'User: My budget is around $200 per night.'/, 'System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel?'/, 'User: A 4-star hotel would be perfect.'/, 'System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you?'/, 'User: Yes/, please go ahead and book a room for Sunday and Monday night.'/, 'System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash?'/, "User: I'll pay by credit card."/, "System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process."/, 'User: Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye!'],User: Hi/, I'm looking for a hotel in the city centre for Sunday and Monday night. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? What is your budget for the hotel stay? User: My budget is around $200 per night. System: Great! Based on your budget/, I can suggest some excellent hotels in the city centre. Would you prefer a 3-star or a 4-star hotel? User: A 4-star hotel would be perfect. System: Great! I have found a few options that match your preferences. The Gonville Hotel is a highly rated 4-star hotel located in the city centre/, with prices starting at $180 per night. Would you like me to book a room for you? User: Yes/, please go ahead and book a room for Sunday and Monday night. System: Great! I have booked a room for you at the Gonville Hotel for Sunday and Monday night. The total cost for the two nights will be $360. Would you like to pay by credit card or cash? User: I'll pay by credit card. System: Great! I will provide you with the details for the hotel booking. The hotel's address is 123 Main St/, and the check-in time is 3 PM. Please note that the hotel has a cancellation policy of 24 hours before check-in. If you need to cancel/, please let me know and I will assist you with the process. User: Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay at the Gonville Hotel! User: Thank you/, I will! Goodbye. System: Goodbye!,{"Dialogue ID": "PMUL2583.json"/, "Services Involved": ["attraction"/, "taxi"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-type": "null"/, "hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"/, "attraction-type": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL2583.json'/, 'Services Involved': ['attraction'/, 'taxi'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-type': '4star'/, 'hotel-area': 'city centre'/, 'hotel-pricerange': '200'/, 'hotel-bookday': 'Sunday'/, 'hotel-bookpeople': '1'/, 'hotel-bookstay': '2 nights'/, 'hotel-name': 'Gonville Hotel'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'city centre'/, 'attraction-type': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-destination': 'Gonville Hotel 123 Main St'}}]} +MUL1914.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: MUL1914.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-departure: [ely]/, train-destination: [cambridge]/, train-arriveby: [9:30/, 09:30]/, train-bookpeople: [7]/, train-day: [tuesday]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ruskin gallery]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": ["ely"]/, "train-destination": ["cambridge"]/, "train-arriveby": ["9:30"/, "09:30"]/, "train-bookpeople": ["7"]/, "train-day": ["tuesday"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ruskin gallery"]}}]},["User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge?"/, "User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am."/, 'System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?'/, 'User: Yes/, please go ahead and book it for me.'/, 'System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?'/, "User: I'll pay by credit card."/, 'System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!'/, 'User: Thank you very much! Do you have any information on attractions in Cambridge?'/, 'System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?'/, 'User: Yes/, please do!'/, 'System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you?'/, "User: No/, I think I'll just explore on my own. Thank you for the information!"/, "System: You're welcome! Have a great day in Cambridge!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train from Ely to Cambridge on Tuesday. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? When are you looking to depart from Ely and arrive in Cambridge? User: I'd like to depart at 9:30am and arrive in Cambridge by 10:30am. System: Great! Based on the preferences you provided/, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train? User: Yes/, please go ahead and book it for me. System: Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal? User: I'll pay by credit card. System: Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey! User: Thank you very much! Do you have any information on attractions in Cambridge? System: Yes/, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you? User: Yes/, please do! System: Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free/, but guided tours are available for a small fee. Would you like me to book a guided tour for you? User: No/, I think I'll just explore on my own. Thank you for the information! System: You're welcome! Have a great day in Cambridge! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "MUL1914.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-departure": "null"/, "train-destination": "null"/, "train-arriveby": "null"/, "train-bookpeople": "null"/, "train-day": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'MUL1914.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-departure': 'null traindestination null trainarriveby null trainbookpeople null trainday null'/, 'train-destination': 'null trainarriveby null trainbookpeople null trainday null'/, 'train-arriveby': 'null trainbookpeople null trainday null'/, 'train-bookpeople': 'null trainday null'/, 'train-day': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL2097.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2097.json/, Services Involved: [attraction/, hotel/, restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-area: [centre]/, restaurant-pricerange: [expensive]/, restaurant-food: [thai]/, restaurant-bookday: [thursday]/, restaurant-bookpeople: [5]/, restaurant-booktime: [15:00]/, restaurant-name: [bangkok city/, city]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-type: [hotel]}}/, {Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-name: [ballare]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": ["centre"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-food": ["thai"]/, "restaurant-bookday": ["thursday"]/, "restaurant-bookpeople": ["5"]/, "restaurant-booktime": ["15:00"]/, "restaurant-name": ["bangkok city"/, "city"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": ["hotel"]}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": ["ballare"]}}]},["User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal?"/, "User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person."/, 'System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you book a table for Thursday at 3 pm?'/, 'System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?'/, "User: No/, that's all good. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"],User: Hi/, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example/, do you have a preferred location in Bangkok/, and what is your budget for the meal? User: Well/, I'd like to find a restaurant in the city center/, and I'm willing to spend around 2/,000 THB per person. System: Great! Based on your preferences/, I have found a few options for you. One of them is the Bangkok City Restaurant/, which is located in the heart of the city and serves a variety of Thai dishes/, including pad thai and green curry. The menu prices range from 500 to 2/,000 THB per dish/, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you? User: That sounds perfect! Can you book a table for Thursday at 3 pm? System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant? User: No/, that's all good. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!,{"Dialogue ID": "PMUL2097.json"/, "Services Involved": ["attraction"/, "hotel"/, "restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-pricerange": "null"/, "restaurant-food": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-type": "null"}}/, {"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-name": "null"}}]},{'Dialogue ID': 'PMUL2097.json'/, 'Services Involved': ['attraction'/, 'hotel'/, 'restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-area': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-food': 'Thai'/, 'restaurant-bookday': 'Thursday'/, 'restaurant-bookpeople': '3'/, 'restaurant-booktime': '3 pm'/, 'restaurant-name': 'Bangkok City Restaurant'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-type': 'null'}}/, {'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-name': 'null'}}]} +PMUL0949.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0949.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-name: [ask]/, restaurant-bookday: [wednesday]/, restaurant-bookpeople: [1]/, restaurant-booktime: [17:15]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": ["ask"]/, "restaurant-bookday": ["wednesday"]/, "restaurant-bookpeople": ["1"]/, "restaurant-booktime": ["17:15"]}}]},["User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in?"/, 'User: Um/, let me see... how about "The Italian Place"?'/, 'System: Great choice! I have found a few options for you. Would you like to book "The Italian Place" for Wednesday at 17:15?'/, 'User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details?'/, 'System: Certainly! "The Italian Place" is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking?'/, 'User: Yes/, that sounds great. How do I confirm the booking?'/, 'System: Simply reply with "confirm" to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know.'/, 'User: Confirm.'/, 'System: Great! Your booking for "The Italian Place" on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you!"/, 'System: You\'re welcome! Have a great dining experience at "The Italian Place" on Wednesday. Goodbye!'],User: Hi/, I'm looking for a restaurant to book for Wednesday at 17:15. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with the name of the restaurant you're interested in? User: Um/, let me see... how about The Italian Place? System: Great choice! I have found a few options for you. Would you like to book The Italian Place for Wednesday at 17:15? User: Yes/, that sounds perfect. Can you please tell me more about the restaurant and the booking details? System: Certainly! The Italian Place is a popular restaurant located in the heart of the city. They offer a variety of Italian dishes/, including pasta/, pizza/, and risotto. For your booking/, we have reserved a table for one person at 17:15 on Wednesday. Would you like to confirm the booking? User: Yes/, that sounds great. How do I confirm the booking? System: Simply reply with confirm to confirm your booking. If you would like to make any changes or cancel the booking/, please let me know. User: Confirm. System: Great! Your booking for The Italian Place on Wednesday at 17:15 has been confirmed. Is there anything else I can assist you with? User: No/, that's all for now. Thank you! System: You're welcome! Have a great dining experience at The Italian Place on Wednesday. Goodbye!,{"Dialogue ID": "PMUL0949.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}]},{'Dialogue ID': 'PMUL0949.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-name': 'The Italian Place This indicates the name of the restaurant the user is interested in'/, 'restaurant-bookday': 'Wednesday This indicates the day of the week the user wants to book the restaurant'/, 'restaurant-bookpeople': 'one person This indicates the number of people the user wants to book a table for'/, 'restaurant-booktime': '1715 This indicates the time the user wants to book the table for'}}]} +PMUL3847.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3847.json/, Services Involved: [train/, attraction]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-area: [east]}}/, {Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-destination: [cambridge]/, train-arriveby: [13:15]/, train-day: [friday]/, train-departure: [birmingham new street]/, train-bookpeople: [2]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": ["east"]}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": ["cambridge"]/, "train-arriveby": ["13:15"]/, "train-day": ["friday"]/, "train-departure": ["birmingham new street"]/, "train-bookpeople": ["2"]}}]},["User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me?"/, "System: Of course! I'd be happy to assist you. What would you like to know?"/, 'User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?'/, 'System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them?'/, 'User: Yes/, please do.'/, 'System: Great! Here are your options:'/, "User: I'd like to book the 12:45 train with a change in Leicester."/, "System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal?"/, "User: No/, that's all I need. Thank you."/, 'System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?'/, "User: I'll pay with credit card."/, "System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with?"/, "User: No/, that's all. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!"],User: Hi/, I'm looking for a train ticket to Cambridge. Can you help me? System: Of course! I'd be happy to assist you. What would you like to know? User: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that? System: Absolutely! Based on your preferences/, I have found a few options for you. Would you like me to list them? User: Yes/, please do. System: Great! Here are your options: User: I'd like to book the 12:45 train with a change in Leicester. System: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences/, such as a specific seat or meal? User: No/, that's all I need. Thank you. System: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal? User: I'll pay with credit card. System: Great! I'll process the payment now. Your ticket is confirmed/, and you'll receive an email with the details shortly. Is there anything else I can assist you with? User: No/, that's all. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great day/, and enjoy your trip to Cambridge! Goodbye!,{"Dialogue ID": "PMUL3847.json"/, "Services Involved": ["train"/, "attraction"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-area": "null"}}/, {"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-destination": "null"/, "train-arriveby": "null"/, "train-day": "null"/, "train-departure": "null"/, "train-bookpeople": "null"}}]},{'Dialogue ID': 'PMUL3847.json'/, 'Services Involved': ['train'/, 'attraction']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-area': 'null'}}/, {'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-destination': 'Cambridge trainarriveby 1315 trainday Friday traindeparture Birmingham New Street'/, 'train-arriveby': '1315 trainday Friday traindeparture Birmingham New Street'/, 'train-day': 'Friday traindeparture Birmingham New Street'/, 'train-departure': 'Birmingham New Street'/, 'train-bookpeople': 'null'}}]} +PMUL2710.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL2710.json/, Services Involved: [attraction/, hotel]/, Service Details: [{Service Type: attraction/, Actions: [find_attraction/, NONE]/, Preferences: {attraction-type: [museum]/, attraction-area: [centre]/, attraction-name: [castle galleries]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-area: [north]/, hotel-type: [guesthouse]/, hotel-bookday: [sunday]/, hotel-bookpeople: [4]/, hotel-bookstay: [5]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": ["museum"]/, "attraction-area": ["centre"]/, "attraction-name": ["castle galleries"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": ["north"]/, "hotel-type": ["guesthouse"]/, "hotel-bookday": ["sunday"]/, "hotel-bookpeople": ["4"]/, "hotel-bookstay": ["5"]}}]},["User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one?"/, 'System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party?'/, "User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party."/, 'System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options?'/, 'User: Yes/, please!'/, 'System: Sure thing! Here are three options that fit your needs:'/, 'User: The Cozy Nest Guesthouse sounds great! Can you please book it for us?'/, 'System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with?'/, "User: No/, that's all for now. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!"],User: Hi/, I'm looking for a hotel in the north of the city with a guesthouse type and a stay of 5 nights. Can you help me find one? System: Of course! To help you find the perfect hotel/, may I know your preferred date of arrival and the number of adults and children in your party? User: Sure! We're looking to arrive on Sunday/, and there will be 4 adults and 2 children in our party. System: Great! Based on your preferences/, I have found some excellent guesthouses in the north of the city that match your criteria. Would you like me to provide you with a list of options? User: Yes/, please! System: Sure thing! Here are three options that fit your needs: User: The Cozy Nest Guesthouse sounds great! Can you please book it for us? System: Of course! I have just booked The Cozy Nest Guesthouse for your party of six for a stay of five nights/, starting on Sunday. Your booking confirmation has been sent to your email. Is there anything else I can assist you with? User: No/, that's all for now. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great stay in the city! Goodbye!,{"Dialogue ID": "PMUL2710.json"/, "Services Involved": ["attraction"/, "hotel"]/, "Service Details": [{"Service Type": "attraction"/, "Actions": ["find_attraction"/, "NONE"]/, "Preferences": {"attraction-type": "null"/, "attraction-area": "null"/, "attraction-name": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL2710.json'/, 'Services Involved': ['attraction'/, 'hotel']/, 'Service Details': [{'Service Type': 'attraction'/, 'Actions': ['find_attraction'/, 'NONE']/, 'Preferences': {'attraction-type': 'null not mentioned in dialogue'/, 'attraction-area': 'null not mentioned in dialogue'/, 'attraction-name': 'null not mentioned in dialogue'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null not mentioned in dialogue'/, 'hotel-type': 'null not mentioned in dialogue'/, 'hotel-bookday': 'null not mentioned in dialogue'/, 'hotel-bookpeople': 'null not mentioned in dialogue'/, 'hotel-bookstay': 'null not mentioned in dialogue'}}]} +WOZ20385.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: WOZ20385.json/, Services Involved: [restaurant]/, Service Details: [{Service Type: restaurant/, Actions: [find_restaurant]/, Preferences: {restaurant-area: [south]/, restaurant-food: [dontcare]/, restaurant-name: [chiquito restaurant bar]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": ["south"]/, "restaurant-food": ["dontcare"]/, "restaurant-name": ["chiquito restaurant bar"]}}]},["User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range?"/, "User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person."/, 'System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant?'/, 'User: Yes/, please! What kind of dishes do they offer?'/, 'System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you?'/, 'User: Yes/, please book a table for two people. What time is available?'/, 'System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time?'/, 'User: Yes/, that works perfect. Thank you so much for your help!'/, "System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!"],User: Hi/, I'm looking for a restaurant in the south area of the city that serves Mexican food. Can you help me find one? System: Of course! I'd be happy to assist you. Can you please provide me with more details about your preferences? For example/, are you looking for a specific type of cuisine or price range? User: Well/, I'm not picky about the cuisine/, but I would like to find a restaurant that serves authentic Mexican food. And I'd prefer a price range of around $20 to $30 per person. System: Great! Based on your preferences/, I have found a few restaurants that might interest you. One of them is Chiquito Restaurant Bar/, which is located in the south area and serves a variety of Mexican dishes. Would you like me to provide you with more information about this restaurant? User: Yes/, please! What kind of dishes do they offer? System: Chiquito Restaurant Bar offers a range of traditional Mexican dishes/, such as tacos/, enchiladas/, and quesadillas/, as well as some unique fusion dishes. They also have a variety of tequila cocktails and other drinks. Would you like me to book a table for you? User: Yes/, please book a table for two people. What time is available? System: Great! I have checked the availability/, and the earliest available time for two people is at 7:00 PM tonight. Would you like to make a reservation for that time? User: Yes/, that works perfect. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. I hope you have a great dining experience at Chiquito Restaurant Bar. Goodbye!,{"Dialogue ID": "WOZ20385.json"/, "Services Involved": ["restaurant"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["find_restaurant"]/, "Preferences": {"restaurant-area": "null"/, "restaurant-food": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'WOZ20385.json'/, 'Services Involved': ['restaurant']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['find_restaurant']/, 'Preferences': {'restaurant-area': 'south restaurantfood Mexican restaurantname Chiquito Restaurant Bar this lists the details of the service including the service type restaurant the actions taken find restaurant and the users preferences restaurant area south food Mexican name Chiquito Restaurant Bar'/, 'restaurant-food': 'Mexican restaurantname Chiquito Restaurant Bar this lists the details of the service including the service type restaurant the actions taken find restaurant and the users preferences restaurant area south food Mexican name Chiquito Restaurant Bar'/, 'restaurant-name': 'Chiquito Restaurant Bar this lists the details of the service including the service type restaurant the actions taken find restaurant and the users preferences restaurant area south food Mexican name Chiquito Restaurant Bar'}}]} +PMUL0172.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL0172.json/, Services Involved: [restaurant/, hotel]/, Service Details: [{Service Type: hotel/, Actions: [book_hotel/, find_hotel/, NONE]/, Preferences: {hotel-internet: [yes]/, hotel-area: [centre/, north]/, hotel-parking: [yes]/, hotel-type: [hotel]/, hotel-bookday: [saturday]/, hotel-bookpeople: [6]/, hotel-bookstay: [3]/, hotel-name: [alexander bed and breakfast]}}/, {Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [indian]/, restaurant-pricerange: [cheap]/, restaurant-area: [dontcare]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [6]/, restaurant-booktime: [11:30]/, restaurant-name: [royal spice]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-area": ["centre"/, "north"]/, "hotel-parking": ["yes"]/, "hotel-type": ["hotel"]/, "hotel-bookday": ["saturday"]/, "hotel-bookpeople": ["6"]/, "hotel-bookstay": ["3"]/, "hotel-name": ["alexander bed and breakfast"]}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["indian"]/, "restaurant-pricerange": ["cheap"]/, "restaurant-area": ["dontcare"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["6"]/, "restaurant-booktime": ["11:30"]/, "restaurant-name": ["royal spice"]}}]},["User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area?"/, 'User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town.'/, 'System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it?'/, 'User: That sounds perfect! Can you also recommend a restaurant for Saturday?'/, 'System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM?'/, 'User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me?'/, 'System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with?'/, "User: No/, that's all. Thank you so much for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!"],User: Hi/, I'm looking for a hotel and a restaurant in the centre of town for this Saturday. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For the hotel/, do you have any specific preferences such as internet/, parking/, or area? User: Yes/, I would like a hotel with internet and parking/, and I prefer it to be in the centre of town. System: Great! Based on your preferences/, I have found a few options for you. For a hotel/, I recommend the Alexander Bed and Breakfast. It is located in the centre of town/, has internet and parking/, and is available on Saturday. Would you like to book it? User: That sounds perfect! Can you also recommend a restaurant for Saturday? System: Certainly! For a restaurant/, I suggest the Royal Spice. It serves Indian cuisine/, is affordable/, and is open on Saturday. Would you like to book a reservation for 11:30 AM? User: Yes/, that sounds great. Can you please book the hotel and the restaurant reservation for me? System: Absolutely! I have booked the Alexander Bed and Breakfast for you on Saturday/, and I have also made a reservation for you at the Royal Spice for 11:30 AM. Is there anything else I can assist you with? User: No/, that's all. Thank you so much for your help! System: You're welcome! It was my pleasure to assist you. Have a great day and enjoy your stay in town! Goodbye!,{"Dialogue ID": "PMUL0172.json"/, "Services Involved": ["restaurant"/, "hotel"]/, "Service Details": [{"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"/, "NONE"]/, "Preferences": {"hotel-internet": "null"/, "hotel-area": "null"/, "hotel-parking": "null"/, "hotel-type": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"/, "hotel-name": "null"}}/, {"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"/, "restaurant-name": "null"}}]},{'Dialogue ID': 'PMUL0172.json'/, 'Services Involved': ['restaurant'/, 'hotel']/, 'Service Details': [{'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel'/, 'NONE']/, 'Preferences': {'hotel-internet': 'yes hotelarea centre of town hotelparking yes The user prefers a hotel with internet in the centre of town and with parking'/, 'hotel-area': 'centre of town hotelparking yes The user prefers a hotel with internet in the centre of town and with parking'/, 'hotel-parking': 'yes The user prefers a hotel with internet in the centre of town and with parking'/, 'hotel-type': 'null'/, 'hotel-bookday': 'null'/, 'hotel-bookpeople': 'null'/, 'hotel-bookstay': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'Indian restaurantpricerange affordable The user prefers a restaurant that serves Indian food and is affordable'/, 'restaurant-pricerange': 'affordable The user prefers a restaurant that serves Indian food and is affordable'/, 'restaurant-area': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'/, 'restaurant-name': 'null'}}]} +PMUL3867.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3867.json/, Services Involved: [hotel/, restaurant/, taxi]/, Service Details: [{Service Type: restaurant/, Actions: [NONE/, book_restaurant/, find_restaurant]/, Preferences: {restaurant-food: [british]/, restaurant-pricerange: [expensive]/, restaurant-area: [centre]/, restaurant-name: [midsummer house restaurant]/, restaurant-bookday: [saturday]/, restaurant-bookpeople: [3]/, restaurant-booktime: [16:30]}}/, {Service Type: hotel/, Actions: [NONE/, find_hotel]/, Preferences: {hotel-area: [centre]/, hotel-pricerange: [expensive]/, hotel-type: [hotel]/, hotel-name: [university arms hotel]}}/, {Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-arriveby: [16:30]/, taxi-departure: [university arms hotel]/, taxi-destination: [midsummer house restaurant]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": ["british"]/, "restaurant-pricerange": ["expensive"]/, "restaurant-area": ["centre"]/, "restaurant-name": ["midsummer house restaurant"]/, "restaurant-bookday": ["saturday"]/, "restaurant-bookpeople": ["3"]/, "restaurant-booktime": ["16:30"]}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": ["centre"]/, "hotel-pricerange": ["expensive"]/, "hotel-type": ["hotel"]/, "hotel-name": ["university arms hotel"]}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": ["16:30"]/, "taxi-departure": ["university arms hotel"]/, "taxi-destination": ["midsummer house restaurant"]}}]},["User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?"/, "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to?"/, "User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal."/, 'System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?'/, 'User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?'/, "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please?"/, 'User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789.'/, "System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance."/, 'User: Thank you so much! Do you know of any good hotels in the area as well?'/, 'System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you?'/, 'User: That would be great/, thank you!'/, "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences."/, 'User: That sounds perfect/, thank you so much for your help!'/, "System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!"/, 'User: Thank you/, I will! Goodbye.'/, 'System: Goodbye/, Sarah. Have a great day!'],User: Hi/, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one? System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you/, may I know your preferences? For example/, do you have any specific cuisine in mind/, or a budget range you'd like to stick to? User: Well/, I'd like to try a British restaurant/, and I'm open to spending a bit more for a high-quality meal. System: Great! Based on your preferences/, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge/, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you? User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday? System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information/, please? User: Sure/, my name is Sarah Johnson and my phone number is 07789 456789. System: Great/, thank you for providing that information/, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy/, so if you need to cancel/, please let me know at least 24 hours in advance. User: Thank you so much! Do you know of any good hotels in the area as well? System: Yes/, I do! University Arms Hotel is a highly-rated hotel in Cambridge/, with comfortable rooms and a central location. Would you like me to find a room for you? User: That would be great/, thank you! System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150/, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences. User: That sounds perfect/, thank you so much for your help! System: You're welcome/, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge! User: Thank you/, I will! Goodbye. System: Goodbye/, Sarah. Have a great day!,{"Dialogue ID": "PMUL3867.json"/, "Services Involved": ["hotel"/, "restaurant"/, "taxi"]/, "Service Details": [{"Service Type": "restaurant"/, "Actions": ["NONE"/, "book_restaurant"/, "find_restaurant"]/, "Preferences": {"restaurant-food": "null"/, "restaurant-pricerange": "null"/, "restaurant-area": "null"/, "restaurant-name": "null"/, "restaurant-bookday": "null"/, "restaurant-bookpeople": "null"/, "restaurant-booktime": "null"}}/, {"Service Type": "hotel"/, "Actions": ["NONE"/, "find_hotel"]/, "Preferences": {"hotel-area": "null"/, "hotel-pricerange": "null"/, "hotel-type": "null"/, "hotel-name": "null"}}/, {"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-arriveby": "null"/, "taxi-departure": "null"/, "taxi-destination": "null"}}]},{'Dialogue ID': 'PMUL3867.json'/, 'Services Involved': ['hotel'/, 'restaurant'/, 'taxi']/, 'Service Details': [{'Service Type': 'restaurant'/, 'Actions': ['NONE'/, 'book_restaurant'/, 'find_restaurant']/, 'Preferences': {'restaurant-food': 'null'/, 'restaurant-pricerange': 'null'/, 'restaurant-area': 'null'/, 'restaurant-name': 'null'/, 'restaurant-bookday': 'null'/, 'restaurant-bookpeople': 'null'/, 'restaurant-booktime': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['NONE'/, 'find_hotel']/, 'Preferences': {'hotel-area': 'null'/, 'hotel-pricerange': 'null'/, 'hotel-type': 'null'/, 'hotel-name': 'null'}}/, {'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-arriveby': 'null'/, 'taxi-departure': 'null'/, 'taxi-destination': 'null'}}]} +SNG01373.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01373.json/, Services Involved: [taxi]/, Service Details: [{Service Type: taxi/, Actions: [NONE/, find_taxi]/, Preferences: {taxi-destination: [don pasquale pizzeria]/, taxi-arriveby: [one o'clock p.m./, one o'clock p.m]/, taxi-departure: [finches bed and breakfast]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": ["don pasquale pizzeria"]/, "taxi-arriveby": ["one o'clock p.m."/, "one o'clock p.m"]/, "taxi-departure": ["finches bed and breakfast"]}}]},["User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?"/, "System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?"/, "User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m."/, "System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect. How much will the fare be?'/, 'System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment?'/, "User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details?"/, 'System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.'/, "User: Great/, I've entered my payment information. Is everything confirmed?"/, "System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day!"/, 'User: Thank you so much! Have a great day!'/, "System: You're welcome! Goodbye!"],User: Hi/, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me? System: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria? User: Sure! I'm currently staying at Finches Bed and Breakfast/, and I'd like to arrive at one o'clock p.m. System: Great/, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking? User: Yes/, that sounds perfect. How much will the fare be? System: The fare for the taxi will be [insert information here/, based on the provided Domain Knowledge]. Would you like to proceed with the payment? User: Yes/, I'd like to proceed with the payment. Can you provide me with the payment details? System: Of course! The payment details are [insert information here/, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking. User: Great/, I've entered my payment information. Is everything confirmed? System: Yes/, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp/, and you will be taken to Don Pasquale Pizzeria. Please have a great day! User: Thank you so much! Have a great day! System: You're welcome! Goodbye!,{"Dialogue ID": "SNG01373.json"/, "Services Involved": ["taxi"]/, "Service Details": [{"Service Type": "taxi"/, "Actions": ["NONE"/, "find_taxi"]/, "Preferences": {"taxi-destination": "null"/, "taxi-arriveby": "null"/, "taxi-departure": "null"}}]},{'Dialogue ID': 'SNG01373.json'/, 'Services Involved': ['taxi']/, 'Service Details': [{'Service Type': 'taxi'/, 'Actions': ['NONE'/, 'find_taxi']/, 'Preferences': {'taxi-destination': 'Don Pasquale Pizzeria mentioned in the dialogue'/, 'taxi-arriveby': 'one oclock pm mentioned in the dialogue'/, 'taxi-departure': 'Finches Bed and Breakfast mentioned in the dialogue'}}]} +PMUL3555.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: PMUL3555.json/, Services Involved: [train/, hotel]/, Service Details: [{Service Type: train/, Actions: [NONE/, find_train/, book_train]/, Preferences: {train-day: [monday]/, train-departure: [cambridge]/, train-destination: [leicester]/, train-leaveat: [21:45]/, train-bookpeople: [2]}}/, {Service Type: hotel/, Actions: [book_hotel/, find_hotel]/, Preferences: {hotel-internet: [yes]/, hotel-name: [allenbell]/, hotel-bookday: [thursday]/, hotel-bookpeople: [2]/, hotel-bookstay: [4]}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": ["monday"]/, "train-departure": ["cambridge"]/, "train-destination": ["leicester"]/, "train-leaveat": ["21:45"]/, "train-bookpeople": ["2"]}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": ["yes"]/, "hotel-name": ["allenbell"]/, "hotel-bookday": ["thursday"]/, "hotel-bookpeople": ["2"]/, "hotel-bookstay": ["4"]}}]},["User: Hi/, I'm looking for a train and hotel booking service. Can you help me?"/, "System: Of course! I'd be happy to assist you. What specific services are you looking for?"/, "User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday."/, 'System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option?'/, "User: I'd like to book a one-way ticket in economy class."/, "System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds good.'/, "System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences?"/, "User: I'd like to book a room at the Allen Bell hotel/, if possible."/, "System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking?"/, 'User: Yes/, that sounds perfect.'/, "System: Great! I've booked the hotel room for you. Is there anything else I can assist you with?"/, "User: No/, that's all for now. Thank you for your help!"/, "System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester!"/, 'User: Thank you/, I will. Goodbye!'/, 'System: Goodbye!'],User: Hi/, I'm looking for a train and hotel booking service. Can you help me? System: Of course! I'd be happy to assist you. What specific services are you looking for? User: I'd like to book a train ticket from Cambridge to Leicester on Monday at 21:45/, and a hotel room for four people in Leicester for four days starting on Thursday. System: Great! For the train ticket/, would you prefer a one-way or return journey? And would you like to book a specific class of service or let me suggest the best available option? User: I'd like to book a one-way ticket in economy class. System: Okay/, I've found a suitable train ticket for you. The fare is £35/, and the train departs from Cambridge at 21:45 on Monday. Would you like to proceed with the booking? User: Yes/, that sounds good. System: Great! I've booked the train ticket for you. Now/, for the hotel room/, would you prefer a specific hotel or let me suggest some options based on your preferences? User: I'd like to book a room at the Allen Bell hotel/, if possible. System: Sure thing! The Allen Bell hotel is available for the dates you've specified/, and they offer free Wi-Fi and breakfast. Would you like to proceed with the booking? User: Yes/, that sounds perfect. System: Great! I've booked the hotel room for you. Is there anything else I can assist you with? User: No/, that's all for now. Thank you for your help! System: You're welcome! It was my pleasure to assist you. Have a great trip to Leicester! User: Thank you/, I will. Goodbye! System: Goodbye!,{"Dialogue ID": "PMUL3555.json"/, "Services Involved": ["train"/, "hotel"]/, "Service Details": [{"Service Type": "train"/, "Actions": ["NONE"/, "find_train"/, "book_train"]/, "Preferences": {"train-day": "null"/, "train-departure": "null"/, "train-destination": "null"/, "train-leaveat": "null"/, "train-bookpeople": "null"}}/, {"Service Type": "hotel"/, "Actions": ["book_hotel"/, "find_hotel"]/, "Preferences": {"hotel-internet": "null"/, "hotel-name": "null"/, "hotel-bookday": "null"/, "hotel-bookpeople": "null"/, "hotel-bookstay": "null"}}]},{'Dialogue ID': 'PMUL3555.json'/, 'Services Involved': ['train'/, 'hotel']/, 'Service Details': [{'Service Type': 'train'/, 'Actions': ['NONE'/, 'find_train'/, 'book_train']/, 'Preferences': {'train-day': 'null traindeparture null traindestination null trainleaveat null trainbookpeople null'/, 'train-departure': 'null traindestination null trainleaveat null trainbookpeople null'/, 'train-destination': 'null trainleaveat null trainbookpeople null'/, 'train-leaveat': 'null trainbookpeople null'/, 'train-bookpeople': 'null'}}/, {'Service Type': 'hotel'/, 'Actions': ['book_hotel'/, 'find_hotel']/, 'Preferences': {'hotel-internet': 'null hotelname null hotelbookday null hotelbookpeople null hotelbookstay null'/, 'hotel-name': 'null hotelbookday null hotelbookpeople null hotelbookstay null'/, 'hotel-bookday': 'null hotelbookpeople null hotelbookstay null'/, 'hotel-bookpeople': 'null hotelbookstay null'/, 'hotel-bookstay': 'null'}}]} +SNG01958.json, [INST] <<SYS>>/ + Generate a complete dialogue bewteen a user and a system. The dialogue should consist solely of exchanges between the user and the system/, with no action descriptions or external narrative./ + The user will request specific services typical of an online service system. The system must ask the user for necessary details and provide the requested service/, ensuring that all responses are based on the provided Domain Knowledge. However/, do not explicitly mention 'Domain Knowledge' in the dialogue./ + Each user message must be followed by a system response. The system's tone should be polite and courteous/, ending the conversation with a goodbye. Both participants should remain professional and not overly enthusiastic./ + It's crucial that the system's statements are precise and complete/, avoiding placeholders like '[insert information here]'. Instead/, provide direct and specific information based on the given Domain Knowledge./ + Create a complete dialogue between the System and the User/, focusing exclusively on their interaction/, nothing else should be generated./ + Domain Knowledge: {Dialogue ID: SNG01958.json/, Services Involved: [police]/, Service Details: [{Service Type: police/, Actions: [find_police]/, Preferences: {}}]}/ + / +<<//SYS>>/ +/ + [//INST],{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},['User: Hi/, I need to find a police station near me. Can you help?'/, "System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code?"/, "User: Sure/, I'm in New York City."/, 'System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations?'/, 'User: Yes/, that would be helpful.'/, 'System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City:'/, 'User: Thank you so much! This is really helpful.'/, "System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day!"/, 'User: Thank you/, you too! Goodbye!'/, 'System: Goodbye!'],User: Hi/, I need to find a police station near me. Can you help? System: Of course! To assist you/, I'll need to know your location. Could you please provide me with your city or zip code? User: Sure/, I'm in New York City. System: Great! Based on your location/, I found several police stations near you. Would you like me to provide you with the addresses and contact information for the closest three stations? User: Yes/, that would be helpful. System: Absolutely! Here are the addresses and contact information for the three closest police stations to your location in New York City: User: Thank you so much! This is really helpful. System: You're welcome! It's my pleasure to assist you. If you have any other questions or need further assistance/, please don't hesitate to ask. Have a great day! User: Thank you/, you too! Goodbye! System: Goodbye!,{"Dialogue ID": "SNG01958.json"/, "Services Involved": ["police"]/, "Service Details": [{"Service Type": "police"/, "Actions": ["find_police"]/, "Preferences": {}}]},{'Dialogue ID': 'SNG01958.json'/, 'Services Involved': ['police']/, 'Service Details': [{'Service Type': 'police'/, 'Actions': ['find_police']/, 'Preferences': {}}]}