Ted412 commited on
Commit
f8a7816
·
verified ·
1 Parent(s): 71367a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -42,7 +42,7 @@ Average **5.1 evidence segments per question** and **25.9 hours of memory backtr
42
  - 💻 **Code & reference eval scripts:** <https://github.com/Ziyang412/EgoMemReason>
43
  - 🌐 **Project page:** <https://egomemreason.github.io/>
44
  - 🎬 **EgoLife video frames (separate license):** <https://egolife-ai.github.io/>
45
- - 📄 **Paper:** *coming soon*
46
 
47
  ## Composition
48
 
@@ -107,13 +107,13 @@ The reference inference scripts for 12 MLLMs and 5 agentic frameworks (Gemini, G
107
  ## Citation
108
 
109
  ```bibtex
110
- @article{wang2026egomemreason,
111
- title = {EgoMemReason: A Memory-driven Reasoning Benchmark for
112
- Long-Horizon Egocentric Video Understanding},
113
- author = {Wang, Ziyang and Zhang, Yue and Yu, Shoubin and Zhang, Ce and
114
- Zhao, Zengqi and Yoon, Jaehong and Lee, Hyunji and
115
- Bertasius, Gedas and Bansal, Mohit},
116
- year = {2026},
117
- journal = {arXiv preprint}
118
  }
119
  ```
 
42
  - 💻 **Code & reference eval scripts:** <https://github.com/Ziyang412/EgoMemReason>
43
  - 🌐 **Project page:** <https://egomemreason.github.io/>
44
  - 🎬 **EgoLife video frames (separate license):** <https://egolife-ai.github.io/>
45
+ - 📄 **Paper:** <https://arxiv.org/abs/2605.09874>
46
 
47
  ## Composition
48
 
 
107
  ## Citation
108
 
109
  ```bibtex
110
+ @misc{wang2026egomemreasonmemorydrivenreasoningbenchmark,
111
+ title={EgoMemReason: A Memory-Driven Reasoning Benchmark for Long-Horizon Egocentric Video Understanding},
112
+ author={Ziyang Wang and Yue Zhang and Shoubin Yu and Ce Zhang and Zengqi Zhao and Jaehong Yoon and Hyunji Lee and Gedas Bertasius and Mohit Bansal},
113
+ year={2026},
114
+ eprint={2605.09874},
115
+ archivePrefix={arXiv},
116
+ primaryClass={cs.CV},
117
+ url={https://arxiv.org/abs/2605.09874},
118
  }
119
  ```