jonathan-roberts1
commited on
Commit
•
634a7e6
1
Parent(s):
cdc05b8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: fig2cap
|
4 |
+
- config_name: cap2fig
|
5 |
+
task_categories:
|
6 |
+
- question-answering
|
7 |
+
tags:
|
8 |
+
- science
|
9 |
+
pretty_name: Scientific Figure Interpretation Benchmark
|
10 |
+
size_categories:
|
11 |
+
- n<1k
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
---
|
15 |
+
|
16 |
+
# Dataset Card for SciFIBench
|
17 |
+
|
18 |
+
## Dataset Description
|
19 |
+
|
20 |
+
- **Homepage:** [https://github.com/jonathan-roberts1/SciFIBench](https://github.com/jonathan-roberts1/SciFIBench)
|
21 |
+
- **Paper:** [SciFIBench: Benchmarking Large Multimodal Models for Scientific Figure Interpretation](https://github.com/jonathan-roberts1/SciFIBench/blob/main/SciFIBench.pdf)
|
22 |
+
|
23 |
+
### Dataset Summary
|
24 |
+
The SciFIBench (Scientific Figure Interpretation Benchmark) contains 1000 multiple-choice scientific figure interpretation questions covering two tasks. Task 1:
|
25 |
+
Figure -> Caption involves selecting the most appropriate caption given a figure; Task 2: Caption -> Figure involves the opposite -- selecting the most appropriate
|
26 |
+
figure given a caption. This benchmark was curated from the SciCap dataset, using adversarial filtering to obtain hard negatives. Human verification has been performed
|
27 |
+
on each question to ensure high-quality,
|
28 |
+
answerable questions.
|
29 |
+
|
30 |
+
|
31 |
+
### Source Data
|
32 |
+
|
33 |
+
More information regarding the source data can be found in: https://arxiv.org/abs/2110.11624
|
34 |
+
|
35 |
+
### Dataset Curators
|
36 |
+
|
37 |
+
This dataset was curated by Jonathan Roberts, Kai Han, Neil Houlsby, and Samuel Albanie
|
38 |
+
|
39 |
+
|
40 |
+
### Citation Information
|
41 |
+
Coming soon!
|