Feature Extraction
Transformers
PyTorch
e2d2
custom_code
yairschiff commited on
Commit
4103274
·
verified ·
1 Parent(s): 9fdda4d

Update citation

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -27,4 +27,13 @@ See the project site for more details and link to the paper and code: https://m-
27
 
28
  # Citation
29
 
30
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
27
 
28
  # Citation
29
 
30
+ ```
31
+ @inproceedings{
32
+ arriola2025e2d2,
33
+ title={Encoder-Decoder Diffusion Language Models for Efficient Training and Inference},
34
+ author={Marianne Arriola and Yair Schiff and Hao Phung and Aaron Gokaslan and Volodymyr Kuleshov},
35
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
36
+ year={2025},
37
+ url={https://arxiv.org/abs/2510.22852}
38
+ }
39
+ ```