mawadalla commited on
Commit
ab5ccad
1 Parent(s): ad3e7e0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Scientific Figures, Captions and Context
3
+ task_categories:
4
+ - visual-question-answering
5
+ - document-question-answering
6
+ ---
7
+ # Dataset Card for Scientific Figures, Captions, and Context
8
+ All figures were taken from arXiv research papers.
9
+
10
+ ## Dataset Description
11
+
12
+ - **Paper:**
13
+
14
+ ### Dataset Summary
15
+
16
+ This dataset includes ~690,000 figures from ~150,000 scientific papers taken from arXiv papers. Each json file is a single research paper with a list of figures each with their caption and surrounding context.
17
+
18
+ | Category | Count |
19
+ |:-----------|--------:|
20
+ | Figure | 690883 |
21
+ | Paper | 152504 |
22
+
23
+ ### Languages
24
+
25
+ The data is in english.
26
+
27
+ ## Dataset Structure
28
+
29
+ ### Data Instances
30
+
31
+ An example of a `.json` file:
32
+
33
+ ```
34
+ {
35
+ [
36
+ {
37
+ 'image_filename': 'dataset/figures/example.png' (or .eps or .pdf),
38
+ 'label': 'fig_example',
39
+ 'caption': 'an example caption for this figure',
40
+ 'context': ['example context where this figure was referenced', 'up to 600 characters']
41
+ },
42
+ ...
43
+ ]
44
+ }
45
+ ```
46
+
47
+ ## Dataset Creation
48
+
49
+ ### Curation Rationale
50
+
51
+ [More Information Needed]
52
+
53
+ ### Source Data
54
+
55
+ #### Initial Data Collection and Normalization
56
+
57
+ [More Information Needed]
58
+
59
+ #### Who are the source language producers?
60
+
61
+ [More Information Needed]
62
+
63
+ ### Annotations
64
+
65
+ #### Annotation process
66
+
67
+ [More Information Needed]
68
+
69
+ #### Who are the annotators?
70
+
71
+ [More Information Needed]
72
+
73
+ ### Personal and Sensitive Information
74
+
75
+ [More Information Needed]
76
+
77
+ ## Considerations for Using the Data
78
+
79
+ ### Social Impact of Dataset
80
+
81
+ [More Information Needed]
82
+
83
+ ### Discussion of Biases
84
+
85
+ [More Information Needed]
86
+
87
+ ### Other Known Limitations
88
+
89
+ [More Information Needed]
90
+
91
+ ## Additional Information
92
+
93
+ ### Dataset Curators
94
+
95
+ [More Information Needed]
96
+
97
+ ### Citation Information
98
+ coming soon
99
+
100
+ ```
101
+
102
+ ```