File size: 1,538 Bytes
c1c1bf4
3fd3c74
d21004f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c1c1bf4
 
 
 
 
 
 
d21004f
 
 
 
 
 
c1c1bf4
 
 
d21004f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
configs:
- config_name: ChangeIt
  data_files:
  - split: test
    path: ChangeIt_preprocessed.jsonl
- config_name: OcclusionDataSet-MM20
  data_files:
  - split: test
    path: OcclusionDataSet-MM20_preprocessed.jsonl
- config_name: coco2014
  data_files:
  - split: test
    path: coco2014_preprocessed.jsonl
- config_name: ImageNet-C
  data_files:
  - split: test
    path: ImageNet-C_preprocessed.jsonl
- config_name: MVP-N
  data_files:
  - split: test
    path: MVP-N_preprocessed.jsonl
- config_name: QuickDraw
  data_files:
  - split: test
    path: QuickDraw_preprocessed.jsonl
- config_name: Realistic-Occlusion-Dataset
  data_files:
  - split: test
    path: Realistic-Occlusion-Dataset_preprocessed.jsonl
license: cc-by-nc-4.0
task_categories:
- question-answering
language:
- en
size_categories:
- 10K<n<100K
tags:
- Proactive
- Reasoning
- Multimodal
- LLM
pretty_name: ProactiveBench
---

<!-- Provide a quick summary of the dataset. -->
This is the benchmark associated with submission 1331 at NeurIPS 2025 - Dataset and Benchmarks track.
The benchmark is intended to be used with the proposed submission environments (see the source code).
The .jsonl files do not contain proper image paths but rather image path templates, as each .jsonl entry is a sample, and each sample corresponds to a different environment with its own images.
See the submitted [code](https://anonymous.4open.science/r/ProactiveBench/README.md) README for information about dataset downloading and preprocessing, and to re-run the evaluations.