From a48cff974b3346590809e3fa534ee4d61461b81b Mon Sep 17 00:00:00 2001
From: Jinchao Li <38700695+jincli@users.noreply.github.com>
Date: Mon, 21 Sep 2020 18:09:01 -0700
Subject: [PATCH] Nlg template fix (#121)

* fix nlg template

* fix user nlg template issue
---
 convlab2/nlg/template/multiwoz/manual_user_template_nlg.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json b/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json
index 7f56b3c..e1f6458 100755
--- a/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json
+++ b/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json
@@ -26,7 +26,6 @@
             "I ' m looking for a #ATTRACTION-INFORM-TYPE# type attraction .",
             "A #ATTRACTION-INFORM-TYPE# type of attraction .",
             "Do you have any #ATTRACTION-INFORM-TYPE# attractions",
-            "Okay , are there any #ATTRACTION-INFORM-TYPE#s in the centre ?",
             "How about a #ATTRACTION-INFORM-TYPE# ?",
             "I was also wondering if you would be able to help me find a place to go to see some great #ATTRACTION-INFORM-TYPE# .",
             "I prefer something related to #ATTRACTION-INFORM-TYPE#",
@@ -821,4 +820,4 @@
             "That 's all I need today , thank you ."
         ]
     }
-}
\ No newline at end of file
+}
-- 
GitLab