Spaces:
Running
Running
Ziyang Wang commited on
Commit Β·
1b38b03
1
Parent(s): 7f6d4bc
add arXiv paper
Browse fileslink + update BibTeX
- README.md +1 -1
- app.py +9 -9
- 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:
|
| 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:
|
| 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 |
-
@
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 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/
|
| 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):
|