Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 10M<n<100M
|
7 |
---
|
8 |
+
|
9 |
+
# Scientific Openly-Licensed Publications
|
10 |
+
This repository contains companion material for the following publication:
|
11 |
+
|
12 |
+
> Tim Tarsi, Heike Adel, Jan Hendrik Metzen, Dan Zhang, Matteo Finco, Annemarie Friedrich. **SciOL and MuLMS-Img: Introducing A Large-Scale Multimodal Scientific Dataset and Models for Image-Text Tasks in the Scientific Domain.** WACV 2024.
|
13 |
+
|
14 |
+
Please cite this paper if using the dataset, and direct any questions regarding the dataset
|
15 |
+
to [Tim Tarsi](mailto:tim.tarsi@gmail.com)
|
16 |
+
|
17 |
+
|
18 |
+
## Summary
|
19 |
+
Scientific Openly-Licensed Publications (SciOL) is the largest openly-licensed pre-training corpus for multimodal models in the scientific domain, covering multiple sciences including materials science, physics, and computer science. It consists of over 2.7M scientific scientific publications converted into semi-structured data. SciOL contains over 18 Million figure-caption pairs.
|
20 |
+
|
21 |
+
**Note: This repository only contains the figures and captions of SciOL. For the textual data see:** [SciOL-text](https://huggingface.co/datasets/Timbrt/SciOL-text)
|
22 |
+
|
23 |
+
## Data Format
|
24 |
+
We provide the captions in plain text files and group and compress them together with the images. Each tar file contains 1000 images and captions. We split the data into a train, test and dev set.
|
25 |
+
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
If you use our dataset in your work, please cite our paper:
|
29 |
+
```
|
30 |
+
TBD
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
## License
|
35 |
+
|
36 |
+
The SciOL corpus is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|