Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## [Joint Automatic Speech Recognition And Structure Learning For Better Speech Understanding](https://arxiv.org/abs/2410.00822)
|
2 |
+
This repository includes the official pre-trained models of JSRSL. The paper has been accepted by ICASSP 2025.
|
3 |
+
|
4 |
+
For more details, please see https://github.com/193746/JSRSL.
|
5 |
+
|
6 |
+
### Citation
|
7 |
+
```sh
|
8 |
+
@misc{hu2025jointautomaticspeechrecognition,
|
9 |
+
title={Joint Automatic Speech Recognition And Structure Learning For Better Speech Understanding},
|
10 |
+
author={Jiliang Hu and Zuchao Li and Mengjia Shen and Haojun Ai and Sheng Li and Jun Zhang},
|
11 |
+
year={2025},
|
12 |
+
eprint={2501.07329},
|
13 |
+
archivePrefix={arXiv},
|
14 |
+
primaryClass={cs.SD},
|
15 |
+
url={https://arxiv.org/abs/2501.07329},
|
16 |
+
}
|
17 |
+
```
|
18 |
+
|
19 |
+
### License: cc-by-nc-4.0
|