From 90528d1a14cd21e91b59ffb2020fe4b8eaaf2d25 Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Tue, 7 Apr 2020 15:07:33 +0800 Subject: [PATCH] Update README.md --- examples/multi-task/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi-task/README.md b/examples/multi-task/README.md index f540561..d93170d 100644 --- a/examples/multi-task/README.md +++ b/examples/multi-task/README.md @@ -1,4 +1,4 @@ -## Example 6: Joint Training in Dialogue +## Example 6: Joint Training of Dialogue Intent Recognition and Slot Filling This task is a slot filling task. During training, the task uses intent determination task to assist in training slot filling model. The following sections detail model preparation, dataset preparation, and how to run the task. ### Step 1: Prepare Pre-trained Models & Datasets -- GitLab