dd3434 commited on
Commit
cab7ca2
·
verified ·
1 Parent(s): a4a7eb5

Add citation: Findings of EMNLP 2026

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -28,3 +28,17 @@ LibriSpeech plus the full Emilia set.
28
  Load it with `RVQ_R=16` and `RVQ_CODEBOOK_SIZE=512`, and leave
29
  `RVQ_CODEBOOK_DIM` unset: `codebook_dim` defaults to `feat_dim=256`, which is
30
  what these weights expect.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  Load it with `RVQ_R=16` and `RVQ_CODEBOOK_SIZE=512`, and leave
29
  `RVQ_CODEBOOK_DIM` unset: `codebook_dim` defaults to `feat_dim=256`, which is
30
  what these weights expect.
31
+
32
+ ## Citation
33
+
34
+ Accepted to **Findings of EMNLP 2026**.
35
+
36
+ ```bibtex
37
+ @inproceedings{kim2026streamalign,
38
+ title = {{StreamAlign: Streaming Text-Aligned Speech Tokenization}},
39
+ author = {Kim, Kang-wook and Park, Jinyoung and Kim, Jinsoo and
40
+ Lee, Sehun and Woo, Tony and Kim, Gunhee},
41
+ booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2026},
42
+ year = {2026}
43
+ }
44
+ ```