Mathematics-Yang commited on
Commit
db2aa3b
Β·
verified Β·
1 Parent(s): 71a46d6

Update model card: badges, resources, and citation

Browse files
Files changed (1) hide show
  1. README.md +22 -17
README.md CHANGED
@@ -20,22 +20,26 @@ datasets:
20
  arxiv: 2608.06975
21
  ---
22
 
 
23
 
24
- [![arXiv](https://img.shields.io/badge/arXiv-2608.06975-b31b1b.svg)](https://arxiv.org/abs/2608.06975)
25
-
 
 
 
 
26
 
27
- > **Please [cite this work](#citation) if you find these models helpful.**
 
28
 
 
29
 
30
  **πŸ”— Resources:**
 
31
  - πŸ“¦ **GitHub Repository**: [MemTensor/PHASE-Tree](https://github.com/MemTensor/PHASE-Tree) (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
- @article{tang2026phasetree,
147
- title = {PHASE-Tree: Modeling Character-State Evolution in Long-Horizon Role-Playing Dialogue},
148
- author = {Tang, Bo and Yang, Jianan and Zhu, Junyi and Wu, Yiquan and Zhao, Rui and Yang, Zhengyu and Zhang, Yang and Xiong, Feiyu and Li, Zhiyu and Shen, Jiajun},
149
- journal = {arXiv preprint arXiv:2608.06975},
150
- year = {2026},
151
- eprint = {2608.06975},
152
  archivePrefix = {arXiv},
153
- primaryClass = {cs.CL},
154
- doi = {10.48550/arXiv.2608.06975},
155
- url = {https://arxiv.org/abs/2608.06975}
156
  }
157
  ```
 
20
  arxiv: 2608.06975
21
  ---
22
 
23
+ # PHASE-Tree Models
24
 
25
+ [![Paper](https://img.shields.io/badge/arXiv-2608.06975-b31b1b.svg)](https://arxiv.org/abs/2608.06975)
26
+ [![Code](https://img.shields.io/badge/Code-GitHub-181717.svg?logo=github)](https://github.com/MemTensor/PHASE-Tree)
27
+ [![Data](https://img.shields.io/badge/πŸ€—%20Data-Dataset-yellow.svg)](https://huggingface.co/datasets/IAAR-Shanghai/LongEvoRoleBench)
28
+ [![Model](https://img.shields.io/badge/πŸ€—%20Model-Model-yellow.svg)](https://huggingface.co/IAAR-Shanghai/phase_tree_models)
29
+ [![Results](https://img.shields.io/badge/πŸ€—%20Results-Results-yellow.svg)](https://huggingface.co/datasets/Mathematics-Yang/phase_tree_results)
30
+ [![License](https://img.shields.io/badge/License-CC--BY--NC--4.0-lightgrey.svg)](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
  ```