Paulmzr commited on
Commit
2e54573
·
verified ·
1 Parent(s): 2d5297d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -204,9 +204,19 @@ torchrun --nnodes ${WORLD_SIZE} --node_rank ${RANK} --nproc_per_node 8 --master_
204
 
205
  ## Ackonwledgement
206
  This work is inspired by following great works:
207
- - A Proper Loss Is All You Need: Autoregressive Image Generation in Continuous Space via Score Maximization
208
  - Autoregressive Image Generation without Vector Quantization
209
  - A Spectral Energy Distance for Parallel Speech Synthesis
210
 
211
  ## Citation
212
- #TODO
 
 
 
 
 
 
 
 
 
 
 
204
 
205
  ## Ackonwledgement
206
  This work is inspired by following great works:
207
+ - Continuous Visual Autoregressive Generation via Score Maximization
208
  - Autoregressive Image Generation without Vector Quantization
209
  - A Spectral Energy Distance for Parallel Speech Synthesis
210
 
211
  ## Citation
212
+ ```
213
+ @misc{ma2025efficientspeechlanguagemodeling,
214
+ title={Efficient Speech Language Modeling via Energy Distance in Continuous Latent Space},
215
+ author={Zhengrui Ma and Yang Feng and Chenze Shao and Fandong Meng and Jie Zhou and Min Zhang},
216
+ year={2025},
217
+ eprint={2505.13181},
218
+ archivePrefix={arXiv},
219
+ primaryClass={cs.CL},
220
+ url={https://arxiv.org/abs/2505.13181},
221
+ }
222
+ ```