Xiao Zeqi commited on
Commit
c1cc91b
·
unverified ·
1 Parent(s): e7987a2

Revise citation for WorldMem paper

Browse files

Updated citation format and details for the WorldMem paper.

Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -184,14 +184,10 @@ xvfb-run -a python data_generator.py -o data/test -z 4 --env_type plains
184
  If you find our work helpful, please cite:
185
 
186
  ```
187
- @misc{xiao2025worldmemlongtermconsistentworld,
188
- title={WORLDMEM: Long-term Consistent World Simulation with Memory},
189
- author={Zeqi Xiao and Yushi Lan and Yifan Zhou and Wenqi Ouyang and Shuai Yang and Yanhong Zeng and Xingang Pan},
190
- year={2025},
191
- eprint={2504.12369},
192
- archivePrefix={arXiv},
193
- primaryClass={cs.CV},
194
- url={https://arxiv.org/abs/2504.12369},
195
  }
196
  ```
197
 
 
184
  If you find our work helpful, please cite:
185
 
186
  ```
187
+ @inproceedings{xiaoworldmem,
188
+ title={WorldMem: Long-term Consistent World Simulation with Memory},
189
+ author={Xiao, Zeqi and Yushi, LAN and Zhou, Yifan and Ouyang, Wenqi and Yang, Shuai and Zeng, Yanhong and Pan, Xingang},
190
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems}
 
 
 
 
191
  }
192
  ```
193