Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
yeliudev commited on
Commit
dc86e11
1 Parent(s): 76be06b

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -4,13 +4,11 @@ license: cc-by-nc-sa-4.0
4
 
5
  # E.T. Bench
6
 
7
- <p align="center">
8
- <img width="700" src="https://github.com/PolyU-ChenLab/ETBench/blob/main/.github/benchmark.jpg">
9
- </p>
10
 
11
  E.T. Bench is a large-scale and high-quality benchmark for open-ended event-level video understanding. Categorized within a 3-level task taxonomy, it encompasses 7.3K samples under 12 tasks with 7K videos (251.4h total length) under 8 domains, providing comprehensive evaluations on 4 essential capabilities for time-sensitive video understanding.
12
 
13
- ## 📚 Data Preparation
14
 
15
  You may download the evaluation kit for E.T. Bench using the following command.
16
 
@@ -120,10 +118,10 @@ The evaluation log and computed metrics will be saved in `metrics.log` and `metr
120
  Please kindly cite our paper if you find this project helpful.
121
 
122
  ```
123
- @article{liu2024etbench,
124
  title={E.T. Bench: Towards Open-Ended Event-Level Video-Language Understanding},
125
  author={Liu, Ye and Ma, Zongyang and Qi, Zhongang and Wu, Yang and Chen, Chang Wen and Shan, Ying},
126
- journal={Tech Report},
127
  year={2024}
128
  }
129
- ```
 
4
 
5
  # E.T. Bench
6
 
7
+ [arXiv](https://arxiv.org/abs/2409.18111) | [Project Page](https://polyu-chenlab.github.io/etbench) | [GitHub](https://github.com/PolyU-ChenLab/ETBench)
 
 
8
 
9
  E.T. Bench is a large-scale and high-quality benchmark for open-ended event-level video understanding. Categorized within a 3-level task taxonomy, it encompasses 7.3K samples under 12 tasks with 7K videos (251.4h total length) under 8 domains, providing comprehensive evaluations on 4 essential capabilities for time-sensitive video understanding.
10
 
11
+ ## 📦 Data Preparation
12
 
13
  You may download the evaluation kit for E.T. Bench using the following command.
14
 
 
118
  Please kindly cite our paper if you find this project helpful.
119
 
120
  ```
121
+ @inproceedings{liu2024etbench,
122
  title={E.T. Bench: Towards Open-Ended Event-Level Video-Language Understanding},
123
  author={Liu, Ye and Ma, Zongyang and Qi, Zhongang and Wu, Yang and Chen, Chang Wen and Shan, Ying},
124
+ booktitle={Neural Information Processing Systems (NeurIPS)},
125
  year={2024}
126
  }
127
+ ```