tzzte commited on
Commit
fdc175b
·
verified ·
1 Parent(s): 7fac604

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -21,7 +21,7 @@ metrics:
21
  </div>
22
 
23
  <p align="center">
24
- <font size="3"><a href="https://github.com/FreedomIntelligence/EchoX">🐈‍⬛ Github</a>&nbsp|&nbsp<a href="https://arxiv.org/abs/XXXX.XXXX">📃 Paper</a>&nbsp|&nbsp<a href="https://huggingface.co/spaces/FreedomIntelligence/EchoX">🚀 Space</a>&nbsp</font>
25
  </p>
26
 
27
  ## Model Description
@@ -43,11 +43,13 @@ Load the EchoX model and run inference with your audio files as shown in the <a
43
 
44
  # <span>📖 Citation</span>
45
  ```
46
- @inproceedings{zhang2026echox,
47
- title={EchoX: Towards Mitigating Acoustic-Semantic Gap via Echo Training for Speech-to-Speech LLMs},
48
- author={Zhang, Yuhao and Du, Yuhao and Dai, Zhanchen and others},
49
- booktitle={Proceedings of ICLR 2026},
50
- year={2026},
51
- url={https://arxiv.org/abs/XXXX.XXXX}
 
 
52
  }
53
  ```
 
21
  </div>
22
 
23
  <p align="center">
24
+ <font size="3"><a href="https://github.com/FreedomIntelligence/EchoX">🐈‍⬛ Github</a>&nbsp|&nbsp<a href="https://arxiv.org/abs/2509.09174">📃 Paper</a>&nbsp|&nbsp<a href="https://huggingface.co/spaces/FreedomIntelligence/EchoX">🚀 Space</a>&nbsp</font>
25
  </p>
26
 
27
  ## Model Description
 
43
 
44
  # <span>📖 Citation</span>
45
  ```
46
+ @misc{zhang2025echoxmitigatingacousticsemanticgap,
47
+ title={EchoX: Towards Mitigating Acoustic-Semantic Gap via Echo Training for Speech-to-Speech LLMs},
48
+ author={Yuhao Zhang and Yuhao Du and Zhanchen Dai and Xiangnan Ma and Kaiqi Kou and Benyou Wang and Haizhou Li},
49
+ year={2025},
50
+ eprint={2509.09174},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CL},
53
+ url={https://arxiv.org/abs/2509.09174},
54
  }
55
  ```