Add COLM 2026 acceptance + describe Score-tab/email flow
Browse files
README.md
CHANGED
|
@@ -26,6 +26,16 @@ configs:
|
|
| 26 |
|
| 27 |
# EgoMemReason
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
**A Memory-driven Reasoning Benchmark for Long-Horizon Egocentric Video Understanding.**
|
| 30 |
|
| 31 |
500 multiple-choice questions over **week-long egocentric video** (built on [EgoLife](https://egolife-ai.github.io/)) that evaluate three complementary kinds of memory:
|
|
@@ -95,7 +105,8 @@ Note that **questions have 4-10 options** (letters A-J). The valid answer set fo
|
|
| 95 |
...
|
| 96 |
]
|
| 97 |
```
|
| 98 |
-
5.
|
|
|
|
| 99 |
|
| 100 |
The reference inference scripts for 12 MLLMs and 5 agentic frameworks (Gemini, GPT-5, Qwen3-VL, InternVL3.5, Molmo2, VideoLLaMA3, InternVideo2.5, LongVA, AVP, Ego-R1, SiLVR, WorldMM, …) live in the [GitHub repo](https://github.com/Ziyang412/EgoMemReason).
|
| 101 |
|
|
|
|
| 26 |
|
| 27 |
# EgoMemReason
|
| 28 |
|
| 29 |
+
*Accepted at **COLM 2026**.*
|
| 30 |
+
|
| 31 |
+
> **⚠️ Benchmark revision — v1.1 (2026-07-13).** The per-question option-letter mapping
|
| 32 |
+
> in `annotations_public.jsonl` has been **reshuffled**. If you downloaded this dataset
|
| 33 |
+
> **before 2026-07-13**, please **re-download** it before your next evaluation run — the
|
| 34 |
+
> letters A–J now map to different option strings. Question text and the *set* of
|
| 35 |
+
> option strings per question are unchanged, so previously published aggregate scores
|
| 36 |
+
> remain valid; but any locally-stored letter-only predictions must be remapped (or the
|
| 37 |
+
> model re-run) against the new mapping before submitting to the leaderboard.
|
| 38 |
+
|
| 39 |
**A Memory-driven Reasoning Benchmark for Long-Horizon Egocentric Video Understanding.**
|
| 40 |
|
| 41 |
500 multiple-choice questions over **week-long egocentric video** (built on [EgoLife](https://egolife-ai.github.io/)) that evaluate three complementary kinds of memory:
|
|
|
|
| 105 |
...
|
| 106 |
]
|
| 107 |
```
|
| 108 |
+
5. **Score your model.** Anyone can score anonymously on the [Leaderboard Space](https://huggingface.co/spaces/Ted412/EgoMemReason) → **Score** tab: upload `submission.json` and get per-split + Overall accuracy against the held-out answer key. Nothing is stored and nothing is posted to the public leaderboard.
|
| 109 |
+
6. **Ask to be listed.** To have your model appear on the public leaderboard, email your `submission.json` to <ziyangw@cs.unc.edu> along with your method name, team name, model size, video-input modality, a one-sentence method description, and any project / paper links. The maintainer re-scores against the private key, sanity-checks the metadata, and adds a row within ~5 business days. Every leaderboard entry is personally verified — there is no self-serve upload.
|
| 110 |
|
| 111 |
The reference inference scripts for 12 MLLMs and 5 agentic frameworks (Gemini, GPT-5, Qwen3-VL, InternVL3.5, Molmo2, VideoLLaMA3, InternVideo2.5, LongVA, AVP, Ego-R1, SiLVR, WorldMM, …) live in the [GitHub repo](https://github.com/Ziyang412/EgoMemReason).
|
| 112 |
|