Datasets:

ArXiv:
Tags:
License:
nopperl commited on
Commit
e6c1870
1 Parent(s): 9b5c72e

update metadata format

Browse files
1be0454f004e49d5e5ea44116044abb2.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample time (s)": 1548.3568913936615, "loader time (s)": 853.7388727664948, "number of samples": 1125795}
arxiv.jsonl → 1be0454f004e49d5e5ea44116044abb2.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa7a5f5baa4b08b19424f566674bd7b62215aef3cc48420887b58528dd80d343
3
- size 379847746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b6ff3a0728fc6c206f487a00c49579f612657a70723b88e017cb5615214b5b
3
+ size 213324191
README.md CHANGED
@@ -4,6 +4,6 @@ license: pddl
4
 
5
  # arXiv Figures Dataset
6
 
7
- This dataset contains image-text pairs extracted from figures from papers in the [arXiv](https://arxiv.org) repository. The dataset can be used to train [CLIP](https://arxiv.org/abs/2103.00020) models.
8
 
9
- The data consists of a sequence of papers from arXiv up until the end of 2020 stored as JSON objects in a jsonlines file. Each object contains the arXiv id of the paper (e.g. 2103.00020), the .tar file in the [arXiv S3 bucket](https://info.arxiv.org/help/bulk_data_s3.html) the paper is located in and a list of extracted figures. For each figure, the caption (encoded in unicode) and the filename of the image is given. Note that the image files themselves are not included and have to be downloaded from the S3 bucket (e.g. using the scripts provided in the [accompanying code repo](https://github.com/nopperl/clip_arxiv_pmc).
 
4
 
5
  # arXiv Figures Dataset
6
 
7
+ This dataset contains image-text pairs extracted from figures from papers published until the end of 2020 in the [arXiv](https://arxiv.org) repository. The dataset can be used to train [CLIP](https://arxiv.org/abs/2103.00020) models.
8
 
9
+ This repo contains a [Parquet](https://parquet.apache.org/) file containing the metadata of a [WebDataset](https://github.com/webdataset/webdataset) in [img2dataset](https://github.com/rom1504/img2dataset) format. The images themselves are not distributed and need to be retrieved. Note that the images cannot be retrieved by an HTTP URL, so [img2dataset](https://github.com/rom1504/img2dataset) cannot be used as is to retrieve the data. Instead, the paper id (e.g. 2103.00020) and file name (e.g. gr3.jpg) are provided as identifier for each sample. The papers themselves can be downloaded from the [arXiv S3 bucket](https://info.arxiv.org/help/bulk_data_s3.html).