From 732afebf4135452917ba8389575c9e35e30b9425 Mon Sep 17 00:00:00 2001 From: Jinchao Li <38700695+jincli@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:41:02 -0700 Subject: [PATCH] fix user Nlg template (#142) * fix system nlg template bug * fix user nlg issue --- convlab2/nlg/template/multiwoz/manual_user_template_nlg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json b/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json index d324c1b..0c11a1d 100755 --- a/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json +++ b/convlab2/nlg/template/multiwoz/manual_user_template_nlg.json @@ -719,7 +719,6 @@ "I would like to leave after #TRAIN-INFORM-LEAVE# .", "I need to leave after #TRAIN-INFORM-LEAVE# .", "I need to leave sometimes after #TRAIN-INFORM-LEAVE# .", - "I ' m leaving on Saturday after #TRAIN-INFORM-LEAVE# .", "I would like to leave anytime after #TRAIN-INFORM-LEAVE# .", "I would like to leave after #TRAIN-INFORM-LEAVE#" ] -- GitLab