Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Citation
|
| 2 |
+
|
| 3 |
+
If you use HER-SFT in your research, please cite our paper:
|
| 4 |
+
|
| 5 |
+
```bibtex
|
| 6 |
+
@article{her2025,
|
| 7 |
+
title={HER: Human Emulation Reasoning for Cognitive-Level Role-Playing Language Models},
|
| 8 |
+
author={[Your Author Names]},
|
| 9 |
+
journal={[Conference/Journal Name]},
|
| 10 |
+
year={2025}
|
| 11 |
+
}
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
## License
|
| 15 |
+
|
| 16 |
+
Apache-2.0
|