Skip to content

Commit b93bbf3

Browse files
committed
update README
1 parent b304f0a commit b93bbf3

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,24 @@ docker run -it --gpus all --name slam --shm-size=256g slam-llm:latest /bin/bash
7777
## List of Recipes
7878
We provide reference implementations of various LLM-based speech, audio, and music tasks:
7979
- **Speech Task**
80-
- [Automatic Speech Recognition (ASR)](examples/asr_librispeech/README.md)
81-
- [Text-to-Speech (TTS)](examples/vallex/README.md)
82-
- [Visual Speech Recognition (VSR)](examples/vsr_LRS3/README.md)
80+
- Automatic Speech Recognition (ASR)
81+
- [SLAM-ASR](examples/asr_librispeech/README.md)
82+
83+
- Contextual Automatic Speech Recognition (CASR)
84+
- [ Mala-ASR](examples/mala_asr_slidespeech/README.md)
85+
86+
- [Visual Speech Recognition (VSR)](examples/vsr_LRS3/README.md)
87+
- Speech-to-Text Translation (S2TT)
88+
- [CoT-ST](examples/st_covost2/README.md)
89+
90+
- Text-to-Speech (TTS)
91+
- [VALL-E-X](examples/vallex/README.md)
92+
8393
- **Audio Task**
8494
- [Automated Audio Captioning (AAC)](examples/aac_audiocaps/README.md)
85-
- [Spatial Audio Understanding](examples/seld_spatialsoundqa/README.md)
95+
- [DRCap](examples/drcap_zeroshot_aac/README.md)
96+
- Spatial Audio Understanding
97+
- [BAT](examples/seld_spatialsoundqa/README.md)
8698
- **Music Task**
8799
- [Music Caption (MC)](examples/mc_musiccaps/README.md)
88100

examples/st_covost2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ bash infer.sh
5959
## Citation
6060
You can refer to the paper for more results.
6161
```
62-
@article{ma2024embarrassingly,
63-
title={An Embarrassingly Simple Approach for LLM with Strong ASR Capacity},
64-
author={Ma, Ziyang and Yang, Guanrou and Yang, Yifan and Gao, Zhifu and Wang, Jiaming and Du, Zhihao and Yu, Fan and Chen, Qian and Zheng, Siqi and Zhang, Shiliang and others},
65-
journal={arXiv preprint arXiv:2402.08846},
62+
@article{du2024cot,
63+
title={CoT-ST: Enhancing LLM-based Speech Translation with Multimodal Chain-of-Thought},
64+
author={Yexing Du, Ziyang Ma, Yifan Yang, Keqi Deng, Xie Chen, Bo Yang, Yang Xiang, Ming Liu, Bing Qin},
65+
journal={arXiv preprint arXiv:2409.19510},
6666
year={2024}
6767
}
6868
```

0 commit comments

Comments
 (0)