Datasets:
Upload 3 files
Browse files- README.md +59 -0
- questions.jsonl +0 -0
- restore.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- remote-sensing
|
| 6 |
+
- image-quality-assessment
|
| 7 |
+
- benchmark
|
| 8 |
+
- visual-question-answering
|
| 9 |
+
task_categories:
|
| 10 |
+
- visual-question-answering
|
| 11 |
+
- image-classification
|
| 12 |
+
pretty_name: SenseBench
|
| 13 |
+
license: cc-by-4.0
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# SenseBench
|
| 17 |
+
|
| 18 |
+
> A benchmark for remote sensing low-level visual perception and description in large vision-language models.
|
| 19 |
+
|
| 20 |
+
🏠 [github](https://github.com/Zhong-Chenchen/SenseBench) | 🤗 [Hugging Face Subset](https://huggingface.co/datasets/Zhongchenchen/SenseBench_subset)
|
| 21 |
+
|
| 22 |
+
## Overview
|
| 23 |
+
|
| 24 |
+
SenseBench is a remote sensing benchmark for evaluating low-level visual perception and description in large vision-language models.
|
| 25 |
+
|
| 26 |
+
## Supported Tasks
|
| 27 |
+
|
| 28 |
+
- Visual question answering
|
| 29 |
+
- Text generation
|
| 30 |
+
|
| 31 |
+
## Language
|
| 32 |
+
|
| 33 |
+
- English
|
| 34 |
+
|
| 35 |
+
## Data format
|
| 36 |
+
|
| 37 |
+
Each example contains image paths, a question, an answer, and metadata describing the distortion type.
|
| 38 |
+
|
| 39 |
+
```json
|
| 40 |
+
{
|
| 41 |
+
"id": "4fda312e-70d2-4df7-b1f7-2f06955bf338",
|
| 42 |
+
"images": [
|
| 43 |
+
"images/4fda312e-70d2-4df7-b1f7-2f06955bf338_0.png",
|
| 44 |
+
"images/4fda312e-70d2-4df7-b1f7-2f06955bf338_1.png"
|
| 45 |
+
],
|
| 46 |
+
"question": "Using the options provided, rate the overall quality of Image 2 compared to Image 1.\nA.No/Slight distortion\nB.Moderate distortion\nC.Severe distortion",
|
| 47 |
+
"answer": "A",
|
| 48 |
+
"meta": {
|
| 49 |
+
"image_count": "multi",
|
| 50 |
+
"modality": "RGB",
|
| 51 |
+
"task": "how",
|
| 52 |
+
"domain": "general",
|
| 53 |
+
"distortion_family": "blur",
|
| 54 |
+
"distortion_type": "blur_gaussian",
|
| 55 |
+
"distortion_complexity": "single",
|
| 56 |
+
"comparison": "intra-image"
|
| 57 |
+
}
|
| 58 |
+
}
|
| 59 |
+
```
|
questions.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
restore.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|