starriver030515 commited on
Commit
d18d158
·
verified ·
1 Parent(s): 2d264a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -10,5 +10,13 @@ We extend the context window to 32k.
10
  # Citation
11
  If you find our model, data, or evaluation code useful, please kindly cite our paper:
12
  ```bib
13
-
 
 
 
 
 
 
 
 
14
  ```
 
10
  # Citation
11
  If you find our model, data, or evaluation code useful, please kindly cite our paper:
12
  ```bib
13
+ @misc{liu2025uniformheterogeneoustailoringpolicy,
14
+ title={From Uniform to Heterogeneous: Tailoring Policy Optimization to Every Token's Nature},
15
+ author={Zheng Liu and Mengjie Liu and Siwei Wen and Mengzhang Cai and Bin Cui and Conghui He and Wentao Zhang},
16
+ year={2025},
17
+ eprint={2509.16591},
18
+ archivePrefix={arXiv},
19
+ primaryClass={cs.CL},
20
+ url={https://arxiv.org/abs/2509.16591},
21
+ }
22
  ```