Datasets:
add dataset
Browse files- README.md +23 -0
- dataset_infos.json +3 -0
- figs/overview.png +3 -0
- json/Pos_MCQA_1177_final.json +0 -0
- json/Pos_MCQA_300_final.json +0 -0
- json/Pos_openendQ_120_final.json +0 -0
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# 🔥Video-LevelGauge: Investigating Contextual Positional Bias in Large Video Language Models
|
6 |
+
|
7 |
+
## 🔥 ToDo
|
8 |
+
- Release the dataset.
|
9 |
+
- Release the evaluation code.
|
10 |
+
- Release the metric code.
|
11 |
+
|
12 |
+
## 👀 Video-LevelGauge Overview
|
13 |
+
Video-LevelGauge is explicitly designed to investigate contextual positional bias in video understanding. We introduce a standardized probe and customized context design paradigm, where carefully designed probe segments are inserted at varying positions within customized contextual contents. By comparing model responses to identical probes at different insertion points, we assess positional bias in video comprehension.
|
14 |
+
It supports flexible control over context length, probe position, and context composition to evaluate positional biases in various real-world scenarios, such as multi-video understanding, long video comprehension and multi-modal interleaved inputs.
|
15 |
+
Video-LevelGauge encompasses six categories of structured video understanding tasks (e.g., action reasoning), along with an open-ended descriptive task. It includes 438 manually collected multi-type videos, 1,177 multiple-choice question answering (MCQA) items, and 120 open-ended instructed descriptive problems paired with annotations.
|
16 |
+
<p align="center">
|
17 |
+
<img src="./fig/overview.png" width="95%" height="95%">
|
18 |
+
</p>
|
19 |
+
|
20 |
+
## 🔍 Dataset
|
21 |
+
Coming soon
|
22 |
+
|
23 |
+
## 🔮 Evaluation Example
|
24 |
+
Coming soon
|
25 |
+
|
26 |
+
## 📈 Experimental Results
|
dataset_infos.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"license": "cc-by-nc-sa-4.0"
|
3 |
+
}
|
figs/overview.png
ADDED
![]() |
Git LFS Details
|
json/Pos_MCQA_1177_final.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
json/Pos_MCQA_300_final.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
json/Pos_openendQ_120_final.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|