yuntian-deng commited on
Commit
4096c40
·
verified ·
1 Parent(s): 87001e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -34,3 +34,17 @@ This is a demonstration of a Neural Computer system that can generate computer s
34
  This system uses a specialized diffusion model trained on computer interaction data. The model can predict realistic screen changes based on user inputs in real-time.
35
 
36
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  This system uses a specialized diffusion model trained on computer interaction data. The model can predict realistic screen changes based on user inputs in real-time.
35
 
36
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
37
+
38
+ ## Citation
39
+
40
+ ```
41
+ @misc{rivard2025neuralossimulatingoperatingsystems,
42
+ title={NeuralOS: Towards Simulating Operating Systems via Neural Generative Models},
43
+ author={Luke Rivard and Sun Sun and Hongyu Guo and Wenhu Chen and Yuntian Deng},
44
+ year={2025},
45
+ eprint={2507.08800},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CV},
48
+ url={https://arxiv.org/abs/2507.08800},
49
+ }
50
+ ```