Commit
·
2b06f80
1
Parent(s):
a1b10d8
update: dataset card
Browse files- README.md +43 -0
- assets/teaser.png +3 -0
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
---
|
6 |
+
# OmniMMI
|
7 |
+
|
8 |
+
**Paper**: TBD
|
9 |
+
|
10 |
+
## Dataset Description
|
11 |
+
|
12 |
+
we introduce OmniMMI, a comprehensive multi-modal interaction benchmark tailored for OmniLLMs in streaming video contexts. OmniMMI encompasses over 1,121 real-world interactive videos and 2,290 questions, addressing two critical yet underexplored challenges in existing video benchmarks: streaming video understanding and proactive reasoning, across six distinct subtasks.
|
13 |
+
|
14 |
+
|
15 |
+
- **Streaming Temporal State Awareness**. Streaming video understanding must build an understanding w.r.t. the current and historical temporal state incrementally, without accessing the future context. This contrasts with traditional MLLM that can leverage the entire multi-modal contexts, posing challenges in our distinguished tasks of action prediction (AP), state grounding (SG) and multi-turn dependencies (MD).
|
16 |
+
|
17 |
+
- **Proactive Reasoning and Turn-Taking**. Generating responses proactively and appropriately anticipating the turn-taking time spot w.r.t. user's intentions and dynamic contexts is a crucial feature for general interactive agents. This typically requires models to identify speakers (SI), distinguish between noise or legitimate query (PT), and proactively initiate a response (PA).
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+

|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## Data Statistics
|
26 |
+
|
27 |
+
| **Statistic** | **SG** | **AP** | **MP** | **PT** | **PA** | **SI** |
|
28 |
+
|---------------|--------|--------|--------|--------|--------|--------|
|
29 |
+
| \#Videos | 300 | 200 | 300 | 78 | 200 | 200 |
|
30 |
+
| \#Queries | 704 | 200 | 786 | 200 | 200 | 200 |
|
31 |
+
| Avg. Turns | 2.35 | 1.00 | 2.62 | 1.00 | 1.00 | 1.00 |
|
32 |
+
| Avg. Vid.(s) | 350.82 | 234.95 | 374.80 | 2004.10| 149.82 | 549.64 |
|
33 |
+
| Avg. Que. | 16.00 | 25.99 | 26.27 | 8.45 | 17.49 | 60.91 |
|
34 |
+
|
35 |
+
|
36 |
+
## Evaluation
|
37 |
+
|
38 |
+
We provide [OmniMMI](https://github.com/bigai-nlco/OmniMMI) for evaluation
|
39 |
+
|
40 |
+
|
41 |
+
## Leaderboard
|
42 |
+
|
43 |
+
See our [page](https://omnimmi.github.io/)
|
44 |
+
|
45 |
+
|
46 |
+
*Point of Contact*: mailto:[Yuxuan Wang]([email protected])
|
assets/teaser.png
ADDED
![]() |
Git LFS Details
|