From 1321b3dd4eec5d11e15bbfd02a7ac8c54d5e21fc Mon Sep 17 00:00:00 2001
From: zqwerty <zhuq96@hotmail.com>
Date: Wed, 8 Dec 2021 02:14:27 +0000
Subject: [PATCH] update dataset README

---
 data/unified_datasets/README_TEMPLATE.md   | 10 ++++++++--
 data/unified_datasets/multiwoz21/README.md | 19 ++++++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/data/unified_datasets/README_TEMPLATE.md b/data/unified_datasets/README_TEMPLATE.md
index 0c21cd8d..f04e6be4 100644
--- a/data/unified_datasets/README_TEMPLATE.md
+++ b/data/unified_datasets/README_TEMPLATE.md
@@ -2,8 +2,8 @@
 
 - **Repository:** data link
 - **Paper:** paper link
-- **Leaderboard:** leaderboard link if any
-- **Who transforms the dataset:** Name(email)
+- **Leaderboard:** leaderboard link if any else empty
+- **Who transforms the dataset:** Name(email, e.g. xxx at gmail dot com)
 
 ### Dataset Summary
 
@@ -28,6 +28,12 @@ TODO
 
 Please copy the statistics in `stat.txt` generated by `check.py` and paste here.
 
+### Citation
+
+```
+BibTex citation of the original dataset
+```
+
 ### Licensing Information
 
 TODO
\ No newline at end of file
diff --git a/data/unified_datasets/multiwoz21/README.md b/data/unified_datasets/multiwoz21/README.md
index 720891de..027cee8a 100644
--- a/data/unified_datasets/multiwoz21/README.md
+++ b/data/unified_datasets/multiwoz21/README.md
@@ -3,7 +3,7 @@
 - **Repository:** https://github.com/budzianowski/multiwoz
 - **Paper:** https://aclanthology.org/2020.lrec-1.53
 - **Leaderboard:** https://github.com/budzianowski/multiwoz
-- **Who transforms the dataset:** Qi Zhu(zhuq96@gmail.com)
+- **Who transforms the dataset:** Qi Zhu(zhuq96 at gmail dot com)
 
 ### Dataset Summary
 
@@ -41,6 +41,23 @@ English
 - **cat slot match**: how many values of categorical slots are in the possible values of ontology.
 - **non-cat slot span**: how many values of non-categorical slots have span annotation.
 
+### Citation
+
+```
+@inproceedings{eric-etal-2020-multiwoz,
+    title = "{M}ulti{WOZ} 2.1: A Consolidated Multi-Domain Dialogue Dataset with State Corrections and State Tracking Baselines",
+    author = "Eric, Mihail and Goel, Rahul and Paul, Shachi and Sethi, Abhishek and Agarwal, Sanchit and Gao, Shuyag and Hakkani-Tur, Dilek",
+    booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference",
+    month = may,
+    year = "2020",
+    address = "Marseille, France",
+    publisher = "European Language Resources Association",
+    url = "https://aclanthology.org/2020.lrec-1.53",
+    pages = "422--428",
+    ISBN = "979-10-95546-34-4",
+}
+```
+
 ### Licensing Information
 
 Apache License, Version 2.0
\ No newline at end of file
-- 
GitLab