Update README.md
Browse files
README.md
CHANGED
@@ -5,17 +5,25 @@ task_categories:
|
|
5 |
- document-question-answering
|
6 |
---
|
7 |
# Dataset Card for Scientific Figures, Captions, and Context
|
|
|
|
|
|
|
8 |
All figures were taken from arXiv research papers.
|
9 |
<figure>
|
10 |
-
<img width="500" src="
|
11 |
<figcaption>Fig. 6. Accuracy of sample from current (1st) F-MNIST class</figcaption>
|
12 |
</figure>
|
13 |
|
14 |
<figure>
|
15 |
-
<img width="500" src="
|
16 |
<figcaption>Figure 3: Problem representation visualization by T- SNE. Our model with A&D improves the problem rep- resentation learning, which groups analogical problems close and separates non-analogical problems.</figurecaption>
|
17 |
</figure>
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
# Contributors
|
20 |
Yousef Gomaa (@yousefg-codes) and Mohamed Awadalla (@mawadalla)
|
21 |
|
@@ -37,7 +45,6 @@ This dataset includes ~690,000 figures from ~150,000 scientific papers taken fro
|
|
37 |
The data is in english.
|
38 |
|
39 |
|
40 |
-
|
41 |
### Data Instances
|
42 |
|
43 |
An example of an object in the `merged.json` file:
|
@@ -57,6 +64,7 @@ An example of an object in the `merged.json` file:
|
|
57 |
```
|
58 |
|
59 |
## Dataset Creation
|
|
|
60 |
|
61 |
### Curation Rationale
|
62 |
|
|
|
5 |
- document-question-answering
|
6 |
---
|
7 |
# Dataset Card for Scientific Figures, Captions, and Context
|
8 |
+
A novel vision-language dataset of scientific figures taken directly from research papers.
|
9 |
+
We scraped approximately ~150k papers, with about ~690k figures total. We extracted each figure's caption and label from the paper. In addition, we searched through each paper to find references of each figure and included the surrounding text as 'context' for this figure.
|
10 |
+
|
11 |
All figures were taken from arXiv research papers.
|
12 |
<figure>
|
13 |
+
<img width="500" src="example1.png">
|
14 |
<figcaption>Fig. 6. Accuracy of sample from current (1st) F-MNIST class</figcaption>
|
15 |
</figure>
|
16 |
|
17 |
<figure>
|
18 |
+
<img width="500" src="example2.png">
|
19 |
<figcaption>Figure 3: Problem representation visualization by T- SNE. Our model with A&D improves the problem rep- resentation learning, which groups analogical problems close and separates non-analogical problems.</figurecaption>
|
20 |
</figure>
|
21 |
|
22 |
+
### Usage
|
23 |
+
The `merged.json` file is a mapping between the figure's filename as stored in the repository and its caption, label, and context.
|
24 |
+
To use, you must extract the parts located under dataset/figures/ and keep the raw images in the same directory so that they match the image_filename fields.
|
25 |
+
The images are named in the format <paper id>-<figure name> where paper id is the id given by arXiv and figure name is the name of the figure as given in the raw format of each paper.
|
26 |
+
|
27 |
# Contributors
|
28 |
Yousef Gomaa (@yousefg-codes) and Mohamed Awadalla (@mawadalla)
|
29 |
|
|
|
45 |
The data is in english.
|
46 |
|
47 |
|
|
|
48 |
### Data Instances
|
49 |
|
50 |
An example of an object in the `merged.json` file:
|
|
|
64 |
```
|
65 |
|
66 |
## Dataset Creation
|
67 |
+
We utilized the bulk access of arXiv's papers.
|
68 |
|
69 |
### Curation Rationale
|
70 |
|