Update README.md
Browse files
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> | <a href="https://arxiv.org/abs/
|
| 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 |
-
@
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
```
|
|
|
|
| 21 |
</div>
|
| 22 |
|
| 23 |
<p align="center">
|
| 24 |
+
<font size="3"><a href="https://github.com/FreedomIntelligence/EchoX">🐈⬛ Github</a> | <a href="https://arxiv.org/abs/2509.09174">📃 Paper</a> | <a href="https://huggingface.co/spaces/FreedomIntelligence/EchoX">🚀 Space</a> </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 |
```
|