Add citation: Findings of EMNLP 2026
Browse files
README.md
CHANGED
|
@@ -52,3 +52,17 @@ features). Pipeline: `scripts/train_tokenizer_r32_pipeline.sh`.
|
|
| 52 |
Frozen char RNN-T encoder ckpt (stage 1), word/BPE streaming ASR +
|
| 53 |
tokenizer, boundary classifier, CosyVoice3-0.5B vocoder. See
|
| 54 |
`train_tokenizer_r32_pipeline.sh eval` for the exact wiring.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
Frozen char RNN-T encoder ckpt (stage 1), word/BPE streaming ASR +
|
| 53 |
tokenizer, boundary classifier, CosyVoice3-0.5B vocoder. See
|
| 54 |
`train_tokenizer_r32_pipeline.sh eval` for the exact wiring.
|
| 55 |
+
|
| 56 |
+
## Citation
|
| 57 |
+
|
| 58 |
+
Accepted to **Findings of EMNLP 2026**.
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@inproceedings{kim2026streamalign,
|
| 62 |
+
title = {{StreamAlign: Streaming Text-Aligned Speech Tokenization}},
|
| 63 |
+
author = {Kim, Kang-wook and Park, Jinyoung and Kim, Jinsoo and
|
| 64 |
+
Lee, Sehun and Woo, Tony and Kim, Gunhee},
|
| 65 |
+
booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2026},
|
| 66 |
+
year = {2026}
|
| 67 |
+
}
|
| 68 |
+
```
|