chiennv commited on
Commit
fdbc127
·
verified ·
1 Parent(s): 694a49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: text-generation
11
  ---
12
 
13
  # Orthrus-Qwen3-4B
14
- [**Paper**](https://arxiv.org) | [**GitHub**](https://github.com/chiennv2000/orthrus)
15
 
16
  **Orthrus** is a simple and efficient dual-architecture framework that unifies the exact generation fidelity of autoregressive Large Language Models (LLMs) with the high-speed parallel token generation of diffusion models. By augmenting a frozen pre-trained LLM with a lightweight, trainable diffusion module, Orthrus delivers significantly accelerated inference without sacrificing output quality.
17
 
@@ -77,4 +77,17 @@ output_ids = model.generate(
77
  ```
78
 
79
  ## Citation
80
- If you find this model or architecture useful in your work, please cite the original paper:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Orthrus-Qwen3-4B
14
+ [**Paper**](https://arxiv.org/abs/2605.12825) | [**GitHub**](https://github.com/chiennv2000/orthrus)
15
 
16
  **Orthrus** is a simple and efficient dual-architecture framework that unifies the exact generation fidelity of autoregressive Large Language Models (LLMs) with the high-speed parallel token generation of diffusion models. By augmenting a frozen pre-trained LLM with a lightweight, trainable diffusion module, Orthrus delivers significantly accelerated inference without sacrificing output quality.
17
 
 
77
  ```
78
 
79
  ## Citation
80
+
81
+ If you find this model or architecture useful in your work, please cite the original paper:
82
+
83
+ ```bibtex
84
+ @misc{vannguyen2026orthrusmemoryefficientparalleltoken,
85
+ title={Orthrus: Memory-Efficient Parallel Token Generation via Dual-View Diffusion},
86
+ author={Chien Van Nguyen and Chaitra Hegde and Van Cuong Pham and Ryan A. Rossi and Franck Dernoncourt and Thien Huu Nguyen},
87
+ year={2026},
88
+ eprint={2605.12825},
89
+ archivePrefix={arXiv},
90
+ primaryClass={cs.LG},
91
+ url={https://arxiv.org/abs/2605.12825},
92
+ }
93
+ ```