From b2cc2e40aa2b8b815ac0a1819eb7bd316b41bad1 Mon Sep 17 00:00:00 2001
From: zz-jacob <zhangz.goal@gmail.com>
Date: Tue, 22 Mar 2022 09:38:44 +0800
Subject: [PATCH] add paper reference of SC-GPT

---
 convlab2/nlg/scgpt/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/convlab2/nlg/scgpt/README.md b/convlab2/nlg/scgpt/README.md
index 8f67ce56..7d32ac05 100644
--- a/convlab2/nlg/scgpt/README.md
+++ b/convlab2/nlg/scgpt/README.md
@@ -26,3 +26,17 @@ def generate(self, action)
 ```
 This class supports both CPU and GPU mode by providing the
 'device' parameter in constructor function.
+
+
+## Reference
+```
+@inproceedings{peng-etal-2020-shot,
+    title = "Few-shot Natural Language Generation for Task-Oriented Dialog",
+    author = "Peng, Baolin and Zhu, Chenguang  and  Li, Chunyuan  and  Li, Xiujun  and  Li, Jinchao  and  Zeng, Michael  and  Gao, Jianfeng",
+    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
+    month = nov,
+    year = "2020",
+    publisher = "Association for Computational Linguistics",
+    pages = "172--182",
+}
+```
\ No newline at end of file
-- 
GitLab