From 96863441dc411d8b26d5175f28fe45d6705c3506 Mon Sep 17 00:00:00 2001
From: zqwerty <zhuq96@hotmail.com>
Date: Thu, 9 Dec 2021 12:32:59 +0000
Subject: [PATCH] update README template

---
 data/unified_datasets/README_TEMPLATE.md   | 2 +-
 data/unified_datasets/multiwoz21/README.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/unified_datasets/README_TEMPLATE.md b/data/unified_datasets/README_TEMPLATE.md
index f04e6be4..5c326a17 100644
--- a/data/unified_datasets/README_TEMPLATE.md
+++ b/data/unified_datasets/README_TEMPLATE.md
@@ -2,7 +2,7 @@
 
 - **Repository:** data link
 - **Paper:** paper link
-- **Leaderboard:** leaderboard link if any else empty
+- **Leaderboard:** leaderboard link if any else None
 - **Who transforms the dataset:** Name(email, e.g. xxx at gmail dot com)
 
 ### Dataset Summary
diff --git a/data/unified_datasets/multiwoz21/README.md b/data/unified_datasets/multiwoz21/README.md
index 027cee8a..7bf47f2c 100644
--- a/data/unified_datasets/multiwoz21/README.md
+++ b/data/unified_datasets/multiwoz21/README.md
@@ -17,6 +17,7 @@ MultiWOZ 2.1 fixed the noise in state annotations and dialogue utterances. It al
   - Correct some grammar errors in the text, mainly following `tokenization.md` in MultiWOZ_2.1.
   - Normalize slot name and value. See `normalize_domain_slot_value` function in `preprocess.py`.
   - Correct some non-categorical slots' values and provide character level span annotation.
+  - Concatenate multiple values in user goal & state using `|`.
 - **Annotations:**
   - user goal, dialogue acts, state.
 
-- 
GitLab