Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ Qingkai Fang, Shoutao Guo, Yang Feng
|
|
| 4 |
|
| 5 |
[](https://github.com/BayLing-Models/BayLing-Duplex)
|
| 6 |
[](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{
|
| 154 |
-
title
|
| 155 |
-
author
|
| 156 |
-
year
|
| 157 |
-
|
|
|
|
|
|
|
|
|
|
| 158 |
}
|
| 159 |
```
|
|
|
|
| 4 |
|
| 5 |
[](https://github.com/BayLing-Models/BayLing-Duplex)
|
| 6 |
[](https://huggingface.co/BayLing-Models/BayLing-Duplex)
|
| 7 |
+
[](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 |
```
|