poeroz commited on
Commit
b314288
·
verified ·
1 Parent(s): f75d4e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -4,6 +4,7 @@ Qingkai Fang, Shoutao Guo, Yang Feng
4
 
5
  [![Code](https://img.shields.io/badge/Code-BayLing--Duplex-blue?logo=github)](https://github.com/BayLing-Models/BayLing-Duplex)
6
  [![Model](https://img.shields.io/badge/Model-Hugging%20Face-yellow)](https://huggingface.co/BayLing-Models/BayLing-Duplex)
 
7
 
8
  **BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM**
9
 
@@ -150,10 +151,13 @@ See [LICENSE](LICENSE) and [NOTICE.md](NOTICE.md).
150
  ## Citation
151
 
152
  ```bibtex
153
- @misc{baylingduplextbd,
154
- title = {BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM},
155
- author = {Qingkai Fang and Shoutao Guo and Yang Feng},
156
- year = {2026},
157
- note = {Manuscript}
 
 
 
158
  }
159
  ```
 
4
 
5
  [![Code](https://img.shields.io/badge/Code-BayLing--Duplex-blue?logo=github)](https://github.com/BayLing-Models/BayLing-Duplex)
6
  [![Model](https://img.shields.io/badge/Model-Hugging%20Face-yellow)](https://huggingface.co/BayLing-Models/BayLing-Duplex)
7
+ [![arXiv](https://img.shields.io/badge/arXiv-2606.14528-b31b1b.svg)](https://arxiv.org/abs/2606.14528)
8
 
9
  **BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM**
10
 
 
151
  ## Citation
152
 
153
  ```bibtex
154
+ @misc{fang2026baylingduplexnativefullduplexspeech,
155
+ title = {BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM},
156
+ author = {Qingkai Fang and Shoutao Guo and Yang Feng},
157
+ year = {2026},
158
+ eprint = {2606.14528},
159
+ archivePrefix = {arXiv},
160
+ primaryClass = {cs.CL},
161
+ url = {https://arxiv.org/abs/2606.14528}
162
  }
163
  ```