Update README.md
Browse files
README.md
CHANGED
@@ -20,16 +20,19 @@ ByteCraft is the world's first generative model of SWF video games and animation
|
|
20 |
|
21 |
For more details, please refer to our [Blog](https://emygervais.github.io/2025/03/15/bytecraft.html), [Paper/Tech-report](https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf), and [Inference Code](https://github.com/SamsungSAILMontreal/ByteCraft).
|
22 |
|
23 |
-
#
|
24 |
|
25 |
If you find our work useful, please consider citing:
|
26 |
|
27 |
```bib
|
28 |
-
@
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
34 |
}
|
35 |
```
|
|
|
20 |
|
21 |
For more details, please refer to our [Blog](https://emygervais.github.io/2025/03/15/bytecraft.html), [Paper/Tech-report](https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf), and [Inference Code](https://github.com/SamsungSAILMontreal/ByteCraft).
|
22 |
|
23 |
+
# Reference
|
24 |
|
25 |
If you find our work useful, please consider citing:
|
26 |
|
27 |
```bib
|
28 |
+
@article{202503.1962,
|
29 |
+
doi = {10.20944/preprints202503.1962.v1},
|
30 |
+
url = {https://www.preprints.org/manuscript/202503.1962/v1},
|
31 |
+
year = 2025,
|
32 |
+
month = {March},
|
33 |
+
publisher = {Preprints},
|
34 |
+
author = {Alexia Jolicoeur-Martineau and Emy Gervais},
|
35 |
+
title = {ByteCraft: Generating Video Games and Animations Through Bytes},
|
36 |
+
journal = {Preprints}
|
37 |
}
|
38 |
```
|