lsy641 commited on
Commit
270cfdd
1 Parent(s): bb0ff34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ The data is originally source from (Sun, Hao, et al,2021). (Liu, Siyang, et al, 2023) processed the data to make it a dataset vis huggingface api with taining/validation/testing splitting
5
+
6
+ **Please cite:**
7
+ @misc{liu2023enhancing,
8
+ title={Enhancing Long-form Text Generation in Mental Health with Task-adaptive Tokenization},
9
+ author={Siyang Liu and Naihao Deng and Sahand Sabour and Yilin Jia and Minlie Huang and Rada Mihalcea},
10
+ year={2023},
11
+ eprint={2310.05317},
12
+ archivePrefix={arXiv},
13
+ primaryClass={cs.CL}
14
+ }
15
+ @inproceedings{sun2021psyqa,
16
+ title={PsyQA: A Chinese Dataset for Generating Long Counseling Text for Mental Health Support},
17
+ author={Sun, Hao and Lin, Zhenru and Zheng, Chujie and Liu, Siyang and Huang, Minlie},
18
+ booktitle={Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021},
19
+ pages={1489--1503},
20
+ year={2021}
21
+ }