dd101bb commited on
Commit
252a35d
·
verified ·
1 Parent(s): 1dd7ec4

Update model card with arXiv 2607.19691

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -14,7 +14,7 @@ base_model: ModalityDance/latent-tts-codi
14
  # CODI + SLPO (GPT-2)
15
 
16
  Surrogate Latent Policy Optimization (**SLPO**) checkpoint on top of [CODI](https://huggingface.co/ModalityDance/latent-tts-codi) (GPT-2 124M).
17
- This is the **CODI+SLPO** model reported in the paper *SLPO: Scaling Latent Reasoning with Surrogate Policy Optimization*.
18
 
19
  ## Model Details
20
 
@@ -36,8 +36,8 @@ Deterministic accuracy with dropout disabled and learned stop gate:
36
 
37
  ## Related
38
 
39
- - Paper (arXiv): *coming soon* — placeholder `https://arxiv.org/abs/XXXX.XXXXX`
40
- - Hugging Face Paper: *coming soon* — placeholder `https://huggingface.co/papers/XXXX.XXXXX`
41
  - Code: [ModalityDance/SLPO](https://github.com/ModalityDance/SLPO)
42
  - Project page: [modalitydance.github.io/SLPO](https://modalitydance.github.io/SLPO/)
43
  - Base model: [ModalityDance/latent-tts-codi](https://huggingface.co/ModalityDance/latent-tts-codi)
@@ -116,9 +116,12 @@ print(tokenizer.decode(sequences[0], skip_special_tokens=True))
116
 
117
  ```bibtex
118
  @misc{you2026slpo,
119
- title = {SLPO: Scaling Latent Reasoning with Surrogate Policy Optimization},
120
  author = {You, Runyang and Liu, Zhiyuan and Li, Yongqi and Li, Wenjie},
121
  year = {2026},
122
- note = {Code: https://github.com/ModalityDance/SLPO}
 
 
 
123
  }
124
  ```
 
14
  # CODI + SLPO (GPT-2)
15
 
16
  Surrogate Latent Policy Optimization (**SLPO**) checkpoint on top of [CODI](https://huggingface.co/ModalityDance/latent-tts-codi) (GPT-2 124M).
17
+ This is the **CODI+SLPO** model reported in the paper *SLPO: Scaling Latent Reasoning via a Surrogate Policy*.
18
 
19
  ## Model Details
20
 
 
36
 
37
  ## Related
38
 
39
+ - Paper (arXiv): [2607.19691](https://arxiv.org/abs/2607.19691)
40
+ - Hugging Face Paper: [2607.19691](https://huggingface.co/papers/2607.19691)
41
  - Code: [ModalityDance/SLPO](https://github.com/ModalityDance/SLPO)
42
  - Project page: [modalitydance.github.io/SLPO](https://modalitydance.github.io/SLPO/)
43
  - Base model: [ModalityDance/latent-tts-codi](https://huggingface.co/ModalityDance/latent-tts-codi)
 
116
 
117
  ```bibtex
118
  @misc{you2026slpo,
119
+ title = {SLPO: Scaling Latent Reasoning via a Surrogate Policy},
120
  author = {You, Runyang and Liu, Zhiyuan and Li, Yongqi and Li, Wenjie},
121
  year = {2026},
122
+ eprint = {2607.19691},
123
+ archivePrefix = {arXiv},
124
+ primaryClass = {cs.CL},
125
+ url = {https://arxiv.org/abs/2607.19691}
126
  }
127
  ```