Text Generation
PEFT
English
Chinese
hypernetwork
hyper-lora
lora
role-play
character-impersonation
persona
dialogue
phase-tree
Instructions to use IAAR-Shanghai/phase_tree_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IAAR-Shanghai/phase_tree_models with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update model card: badges, resources, and citation
Browse files
README.md
CHANGED
|
@@ -20,22 +20,26 @@ datasets:
|
|
| 20 |
arxiv: 2608.06975
|
| 21 |
---
|
| 22 |
|
|
|
|
| 23 |
|
| 24 |
-
[ (code & documentation)
|
| 32 |
- π **Dataset**: [IAAR-Shanghai/LongEvoRoleBench](https://huggingface.co/datasets/IAAR-Shanghai/LongEvoRoleBench)
|
| 33 |
- π€ **These Models**: [IAAR-Shanghai/phase_tree_models](https://huggingface.co/IAAR-Shanghai/phase_tree_models)
|
| 34 |
-
|
| 35 |
-
# PHASE-Tree Models
|
| 36 |
-
|
| 37 |
-
Released model checkpoints for the **PHASE-Tree** project
|
| 38 |
-
(*Psychology-grounded Hierarchical Attribute-Structured Evolving Tree*).
|
| 39 |
|
| 40 |
## Download
|
| 41 |
|
|
@@ -142,16 +146,17 @@ applications without additional safety filtering.
|
|
| 142 |
|
| 143 |
## Citation
|
| 144 |
|
|
|
|
|
|
|
|
|
|
| 145 |
```bibtex
|
| 146 |
-
@
|
| 147 |
-
title
|
| 148 |
-
author
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
eprint = {2608.06975},
|
| 152 |
archivePrefix = {arXiv},
|
| 153 |
-
primaryClass
|
| 154 |
-
|
| 155 |
-
url = {https://arxiv.org/abs/2608.06975}
|
| 156 |
}
|
| 157 |
```
|
|
|
|
| 20 |
arxiv: 2608.06975
|
| 21 |
---
|
| 22 |
|
| 23 |
+
# PHASE-Tree Models
|
| 24 |
|
| 25 |
+
[](https://arxiv.org/abs/2608.06975)
|
| 26 |
+
[](https://github.com/MemTensor/PHASE-Tree)
|
| 27 |
+
[](https://huggingface.co/datasets/IAAR-Shanghai/LongEvoRoleBench)
|
| 28 |
+
[](https://huggingface.co/IAAR-Shanghai/phase_tree_models)
|
| 29 |
+
[](https://huggingface.co/datasets/Mathematics-Yang/phase_tree_results)
|
| 30 |
+
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 31 |
|
| 32 |
+
Released model checkpoints for the **PHASE-Tree** project
|
| 33 |
+
(*Psychology-grounded Hierarchical Attribute-Structured Evolving Tree*).
|
| 34 |
|
| 35 |
+
> **Please [cite this work](#citation) if you use these models for training, comparison, evaluation, or any other research purpose.**
|
| 36 |
|
| 37 |
**π Resources:**
|
| 38 |
+
- π **Paper**: [arXiv:2608.06975](https://arxiv.org/abs/2608.06975)
|
| 39 |
- π¦ **GitHub Repository**: [MemTensor/PHASE-Tree](https://github.com/MemTensor/PHASE-Tree) (code & documentation)
|
| 40 |
- π **Dataset**: [IAAR-Shanghai/LongEvoRoleBench](https://huggingface.co/datasets/IAAR-Shanghai/LongEvoRoleBench)
|
| 41 |
- π€ **These Models**: [IAAR-Shanghai/phase_tree_models](https://huggingface.co/IAAR-Shanghai/phase_tree_models)
|
| 42 |
+
- π **Results**: [Mathematics-Yang/phase_tree_results](https://huggingface.co/datasets/Mathematics-Yang/phase_tree_results)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Download
|
| 45 |
|
|
|
|
| 146 |
|
| 147 |
## Citation
|
| 148 |
|
| 149 |
+
If you use these models for training, comparison, evaluation, or any other
|
| 150 |
+
research purpose, please cite:
|
| 151 |
+
|
| 152 |
```bibtex
|
| 153 |
+
@misc{tang2026phasetree,
|
| 154 |
+
title = {PHASE-Tree: Modeling Character-State Evolution in Long-Horizon Role-Playing Dialogue},
|
| 155 |
+
author = {Bo Tang and Jianan Yang and Junyi Zhu and Yiquan Wu and Rui Zhao and Zhengyu Yang and Yang Zhang and Feiyu Xiong and Zhiyu Li and Jiajun Shen},
|
| 156 |
+
year = {2026},
|
| 157 |
+
eprint = {2608.06975},
|
|
|
|
| 158 |
archivePrefix = {arXiv},
|
| 159 |
+
primaryClass = {cs.CL},
|
| 160 |
+
url = {https://arxiv.org/abs/2608.06975},
|
|
|
|
| 161 |
}
|
| 162 |
```
|