Datasets:

Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
dcores commited on
Commit
ecaa679
1 Parent(s): 680ca28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -31,6 +31,24 @@ language:
31
  size_categories:
32
  - 1K<n<10K
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  # TVBench
35
  TVBench is a new benchmark specifically created to evaluate temporal understanding in video QA. We identified three main issues in existing datasets: (i) static information from single frames is often sufficient to solve the tasks (ii) the text of the questions and candidate answers is overly informative, allowing models to answer correctly without relying on any visual input (iii) world knowledge alone can answer many of the questions, making the benchmarks a test of knowledge replication rather than visual reasoning. In addition, we found that open-ended question-answering benchmarks for video understanding suffer from similar issues while the automatic evaluation process with LLMs is unreliable, making it an unsuitable alternative.
36
 
 
31
  size_categories:
32
  - 1K<n<10K
33
  ---
34
+ <div align="center">
35
+
36
+ <h2><a href="https://daniel-cores.github.io/tvbench/">TVBench: Redesigning Video-Language Evaluation</a></h2>
37
+
38
+ [Daniel Cores](https://scholar.google.com/citations?user=pJqkUWgAAAAJ)\*,
39
+ [Michael Dorkenwald](https://scholar.google.com/citations?user=KY5nvLUAAAAJ)\*,
40
+ [Manuel Mucientes](https://scholar.google.com.vn/citations?user=raiz6p4AAAAJ),
41
+ [Cees G. M. Snoek](https://scholar.google.com/citations?user=0uKdbscAAAAJ),
42
+ [Yuki M. Asano](https://scholar.google.co.uk/citations?user=CdpLhlgAAAAJ)
43
+
44
+ *Equal contribution.
45
+ [![arXiv](https://img.shields.io/badge/cs.CV-2410.07752-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2410.07752)
46
+ [![GitHub](https://img.shields.io/badge/GitHub-TVBench-blue?logo=github)](https://github.com/daniel-cores/tvbench)
47
+ [![Static Badge](https://img.shields.io/badge/website-TVBench-8A2BE2)](https://daniel-cores.github.io/tvbench/)
48
+
49
+ </div>
50
+
51
+
52
  # TVBench
53
  TVBench is a new benchmark specifically created to evaluate temporal understanding in video QA. We identified three main issues in existing datasets: (i) static information from single frames is often sufficient to solve the tasks (ii) the text of the questions and candidate answers is overly informative, allowing models to answer correctly without relying on any visual input (iii) world knowledge alone can answer many of the questions, making the benchmarks a test of knowledge replication rather than visual reasoning. In addition, we found that open-ended question-answering benchmarks for video understanding suffer from similar issues while the automatic evaluation process with LLMs is unreliable, making it an unsuitable alternative.
54