qiuhuachuan commited on
Commit
62c3ca4
1 Parent(s): 7d7e164

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
 
9
  # Welcome to MeChat! 🤗
10
 
11
- 我是 MeChat (**Me**ntal Health **Chat**),由西湖大学深度学习实验室开发的心理健康支持对话陪伴机器人,基于 LLMs + LoRA 技术微调,采用的语料是 [SmileChat](https://github.com/qiuhuachuan/smile)。
12
 
13
  作为一款心理健康支持对话陪伴机器人,我能够和你聊天,提供情感支持和心理疏导。
14
 
@@ -96,6 +96,19 @@ while True:
96
  data.append(supporter_msg)
97
  ```
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  ## 免责声明
101
 
 
8
 
9
  # Welcome to MeChat! 🤗
10
 
11
+ 我是 MeChat (**Me**ntal Health **Chat**),由西湖大学深度学习实验室开发的心理健康支持对话陪伴机器人,基于 ChatGLM-6B + LoRA 技术微调,采用的语料是 [SmileChat](https://github.com/qiuhuachuan/smile)。
12
 
13
  作为一款心理健康支持对话陪伴机器人,我能够和你聊天,提供情感支持和心理疏导。
14
 
 
96
  data.append(supporter_msg)
97
  ```
98
 
99
+ ## 引用
100
+
101
+ 如果你觉得我们的工作有帮助的话,请考虑引用下列论文:
102
+ ```
103
+ @misc{qiu2023smile,
104
+ title={SMILE: Single-turn to Multi-turn Inclusive Language Expansion via ChatGPT for Mental Health Support},
105
+ author={Huachuan Qiu and Hongliang He and Shuai Zhang and Anqi Li and Zhenzhong Lan},
106
+ year={2023},
107
+ eprint={2305.00450},
108
+ archivePrefix={arXiv},
109
+ primaryClass={cs.CL}
110
+ }
111
+ ```
112
 
113
  ## 免责声明
114