File size: 1,350 Bytes
4b342f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ee0c836
 
 
 
4b342f2
 
 
 
 
 
 
0cd07b5
 
 
 
 
4b342f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
---
language:
  - en
tags:
  - remote-sensing
  - image-quality-assessment
  - benchmark
  - visual-question-answering
task_categories:
  - visual-question-answering
  - image-classification
pretty_name: SenseBench
license: cc-by-4.0
dataset_info:
  features:
  - name: id
    dtype: string
  - name: image_1
    dtype: image
  - name: image_2
    dtype: image
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_examples: 10815
  configs:
  - config_name: default
    data_files:
    - split: train
      path: questions.jsonl
---

# SenseBench

A benchmark for remote sensing low-level visual perception and description in large vision-language models.

- **10,815** samples, **14,330** images
- 4 question types: whether / what / how / description

## Task Types

| Category | Task | Samples | Description |
|----------|------|---------|-------------|
| Perception | whether | 3,800 | Yes/No binary questions |
| Perception | what | 3,800 | Single-choice (A/B/C/D) |
| Perception | how | 2,015 | Severity rating (A/B/C) |
| Description | description | 1,200 | Open-ended quality description |

## Directory Structure

```
β”œβ”€β”€ Perception/
β”‚   β”œβ”€β”€ single/
β”‚   └── paired/
β”œβ”€β”€ Description/
β”‚   β”œβ”€β”€ single/
β”‚   └── paired/
└── questions.jsonl
```