Add citation: Findings of EMNLP 2026
Browse files
README.md
CHANGED
|
@@ -6,3 +6,17 @@ teacher `Streamalign-R16`.
|
|
| 6 |
|
| 7 |
- Speech tokenizer / teacher: `Streamalign-R16`
|
| 8 |
- Reported metrics: SALMon 69.1 (4-task, no pitch), StoryCloze 72.1 (sSC 59.0 / tSC 85.1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
- Speech tokenizer / teacher: `Streamalign-R16`
|
| 8 |
- Reported metrics: SALMon 69.1 (4-task, no pitch), StoryCloze 72.1 (sSC 59.0 / tSC 85.1)
|
| 9 |
+
|
| 10 |
+
## Citation
|
| 11 |
+
|
| 12 |
+
Accepted to **Findings of EMNLP 2026**.
|
| 13 |
+
|
| 14 |
+
```bibtex
|
| 15 |
+
@inproceedings{kim2026streamalign,
|
| 16 |
+
title = {{StreamAlign: Streaming Text-Aligned Speech Tokenization}},
|
| 17 |
+
author = {Kim, Kang-wook and Park, Jinyoung and Kim, Jinsoo and
|
| 18 |
+
Lee, Sehun and Woo, Tony and Kim, Gunhee},
|
| 19 |
+
booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2026},
|
| 20 |
+
year = {2026}
|
| 21 |
+
}
|
| 22 |
+
```
|