tinnel123 commited on
Commit
bed6dd9
·
verified ·
1 Parent(s): 9ed726e

Update sv-qa dataset release

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SV-QA
3
+ license: other
4
+ task_categories:
5
+ - visual-question-answering
6
+ tags:
7
+ - benchmark
8
+ - multimodal
9
+ - visual-question-answering
10
+ - reasoning
11
+ configs:
12
+ - config_name: old
13
+ data_files:
14
+ - split: vstar
15
+ path: old/vstar/*.parquet
16
+ - split: hrbench_4k
17
+ path: old/hrbench_4k/*.parquet
18
+ - split: hrbench_8k
19
+ path: old/hrbench_8k/*.parquet
20
+ - config_name: new
21
+ data_files:
22
+ - split: vstar
23
+ path: new/vstar/*.parquet
24
+ - split: hrbench_4k
25
+ path: new/hrbench_4k/*.parquet
26
+ - split: hrbench_8k
27
+ path: new/hrbench_8k/*.parquet
28
+ ---
29
+
30
+ # SV-QA
31
+
32
+ This repository releases the **SV-QA** benchmark annotations used in the SLVR paper.
33
+
34
+ ## What is included
35
+
36
+ - `old/vstar`: 191 examples.
37
+ - `old/hrbench_4k`: 800 examples.
38
+ - `old/hrbench_8k`: 800 examples.
39
+ - `new/vstar`: 191 examples.
40
+ - `new/hrbench_4k`: 800 examples.
41
+ - `new/hrbench_8k`: 800 examples.
42
+
43
+ The `old` and `new` configs correspond to the older and revised question sets.
44
+
45
+ ## Data format
46
+
47
+ Each row contains:
48
+
49
+ - `id`: example id.
50
+ - `task_group`: benchmark task group when available.
51
+ - `task_name`: benchmark task name when available.
52
+ - `images`: portable relative image path.
53
+ - `image_source_repo`: upstream Hugging Face dataset repo for the image.
54
+ - `conversations`: question-answer pair.
55
+
56
+ ## Image sources
57
+
58
+ Images are not re-uploaded here. This release keeps benchmark annotations and normalized image references only.
59
+
60
+ - VSTAR image source: https://huggingface.co/datasets/craigwu/vstar_bench
61
+ - HR-Bench image source: https://huggingface.co/datasets/DreamMr/HR-Bench
62
+
63
+ ## Relation to the paper
64
+
65
+ According to the paper rebuttal, the benchmark annotations were not released as raw automatic outputs. They were further manually inspected and corrected to reduce annotation errors and improve question quality.
66
+
67
+ ## Notes
68
+
69
+ - Use the `image_source_repo` field together with `images` to recover the corresponding upstream image.
70
+ - Please check the upstream dataset licenses before redistributing image binaries.
new/hrbench_4k/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db78ce0b01d4245ee6ace02f04d404e85594bd67ccfb1961fc380261ec5a8a2d
3
+ size 21778
new/hrbench_8k/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c8197ac8ce3ed5c74aa92eb86ff434c29e9f9ac7c89a3fbe9b3efea5917e45
3
+ size 21667
new/vstar/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1730ec6fa4c9b6c31a85cc515cfbd78960d832d15c79f847356472115e78313
3
+ size 14195
old/hrbench_4k/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788c6693dd9807aea9bd8992dde9c492ae23a2a2c32c57b7df2849789e5b8b65
3
+ size 24370
old/hrbench_8k/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eecd96aa8da8ffb68e8d5ba7ad2dd330e811b6704de098f88382d0e424c3b8c
3
+ size 24155
old/vstar/part-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac435e71802812daf05da32f274027edac12a27e7c285f9c5550e576d7966da
3
+ size 9343
release_summary.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "old_vstar_rows": 191,
3
+ "old_hrbench_4k_rows": 800,
4
+ "old_hrbench_8k_rows": 800,
5
+ "new_vstar_rows": 191,
6
+ "new_hrbench_4k_rows": 800,
7
+ "new_hrbench_8k_rows": 800,
8
+ "upstream_sources": [
9
+ "craigwu/vstar_bench",
10
+ "DreamMr/HR-Bench"
11
+ ]
12
+ }