NLP
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,3 +62,21 @@ The following hyperparameters were used during training:
|
|
62 |
- Pytorch 2.2.1+cu121
|
63 |
- Datasets 2.18.0
|
64 |
- Tokenizers 0.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
- Pytorch 2.2.1+cu121
|
63 |
- Datasets 2.18.0
|
64 |
- Tokenizers 0.15.2
|
65 |
+
|
66 |
+
|
67 |
+
## Citation
|
68 |
+
|
69 |
+
If this work is helpful, please kindly cite as:
|
70 |
+
|
71 |
+
```bibtex
|
72 |
+
@ARTICLE{10772313,
|
73 |
+
author={Hu, Jinpeng and Dong, Tengteng and Luo, Gang and Ma, Hui and Zou, Peng and Sun, Xiao and Guo, Dan and Yang, Xun and Wang, Meng},
|
74 |
+
journal={IEEE Transactions on Computational Social Systems},
|
75 |
+
title={PsycoLLM: Enhancing LLM for Psychological Understanding and Evaluation},
|
76 |
+
year={2025},
|
77 |
+
volume={12},
|
78 |
+
number={2},
|
79 |
+
pages={539-551},
|
80 |
+
keywords={Benchmark testing;Mental health;Law;Electronic mail;Context modeling;Knowledge based systems;Data mining;Transformers;Training;Large language models;Large language model (LLM);mental health;psychological evaluation;psychological understanding},
|
81 |
+
doi={10.1109/TCSS.2024.3497725}}
|
82 |
+
```
|