Ziyang Wang commited on
Commit
1b38b03
Β·
1 Parent(s): 7f6d4bc

add arXiv paper

Browse files

link + update BibTeX

Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +9 -9
  3. scripts/seed_paper_baselines.py +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ hf_oauth: true
17
  Live leaderboard for the **EgoMemReason** benchmark: 500 multiple-choice questions over week-long egocentric video, evaluating entity / event / behavior memory.
18
 
19
  - 🌐 Project page: <https://egomemreason.github.io/>
20
- - πŸ“„ Paper: *coming soon*
21
  - πŸ’» Reference eval scripts: <https://github.com/Ziyang412/EgoMemReason>
22
  - πŸ“¦ Public questions: <https://huggingface.co/datasets/Ted412/EgoMemReason>
23
  - 🎬 Source frames: <https://egolife-ai.github.io/>
 
17
  Live leaderboard for the **EgoMemReason** benchmark: 500 multiple-choice questions over week-long egocentric video, evaluating entity / event / behavior memory.
18
 
19
  - 🌐 Project page: <https://egomemreason.github.io/>
20
+ - πŸ“„ Paper: <https://arxiv.org/abs/2605.09874>
21
  - πŸ’» Reference eval scripts: <https://github.com/Ziyang412/EgoMemReason>
22
  - πŸ“¦ Public questions: <https://huggingface.co/datasets/Ted412/EgoMemReason>
23
  - 🎬 Source frames: <https://egolife-ai.github.io/>
app.py CHANGED
@@ -223,7 +223,7 @@ strongest model in the paper reaches **39.6% Overall**.
223
  ### Resources
224
 
225
  - 🌐 Project page: <https://egomemreason.github.io/>
226
- - πŸ“„ Paper: *coming soon*
227
  - πŸ’» Code & reference eval scripts: <https://github.com/Ziyang412/EgoMemReason>
228
  - πŸ“¦ Public questions (no answers): <https://huggingface.co/datasets/Ted412/EgoMemReason>
229
  - 🎬 EgoLife video frames: <https://egolife-ai.github.io/>
@@ -252,14 +252,14 @@ for the full spec.
252
  ### Citation
253
 
254
  ```bibtex
255
- @article{wang2026egomemreason,
256
- title = {EgoMemReason: A Memory-driven Reasoning Benchmark for
257
- Long-Horizon Egocentric Video Understanding},
258
- author = {Wang, Ziyang and Zhang, Yue and Yu, Shoubin and Zhang, Ce and
259
- Zhao, Zengqi and Yoon, Jaehong and Lee, Hyunji and
260
- Bertasius, Gedas and Bansal, Mohit},
261
- year = {2026},
262
- journal = {arXiv preprint}
263
  }
264
  ```
265
  """
 
223
  ### Resources
224
 
225
  - 🌐 Project page: <https://egomemreason.github.io/>
226
+ - πŸ“„ Paper: <https://arxiv.org/abs/2605.09874>
227
  - πŸ’» Code & reference eval scripts: <https://github.com/Ziyang412/EgoMemReason>
228
  - πŸ“¦ Public questions (no answers): <https://huggingface.co/datasets/Ted412/EgoMemReason>
229
  - 🎬 EgoLife video frames: <https://egolife-ai.github.io/>
 
252
  ### Citation
253
 
254
  ```bibtex
255
+ @misc{wang2026egomemreasonmemorydrivenreasoningbenchmark,
256
+ title={EgoMemReason: A Memory-Driven Reasoning Benchmark for Long-Horizon Egocentric Video Understanding},
257
+ 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},
258
+ year={2026},
259
+ eprint={2605.09874},
260
+ archivePrefix={arXiv},
261
+ primaryClass={cs.CV},
262
+ url={https://arxiv.org/abs/2605.09874},
263
  }
264
  ```
265
  """
scripts/seed_paper_baselines.py CHANGED
@@ -75,7 +75,7 @@ PAPER_TABLE = [
75
  ]
76
 
77
  PROJECT_URL = "https://github.com/Ziyang412/EgoMemReason"
78
- PUBLICATION_URL = "https://arxiv.org/abs/<arxiv_id>" # placeholder β€” fill in after posting
79
 
80
 
81
  def build_record(row):
 
75
  ]
76
 
77
  PROJECT_URL = "https://github.com/Ziyang412/EgoMemReason"
78
+ PUBLICATION_URL = "https://arxiv.org/abs/2605.09874"
79
 
80
 
81
  def build_record(row):