dataclysm-arxiv / README.md
somewheresy's picture
Update README.md
2d1fc2c verified
|
raw
history blame
No virus
1.26 kB
metadata
license: cc0-1.0
language:
  - en
tags:
  - arxiv
  - science
pretty_name: dataclysm-arxiv
size_categories:
  - 1M<n<10M

EVERY SINGLE PAPER ON ARXIV’S TITLE AND ABSTRACT EMBEDDED

WITH BAAI/bge-small-en-v1.5, STORED AS PARQUET FILES, AND ONLY

7.4 GB UNCOMPRESSED

image/png

somewheresystems/dataclysm-wikipedia-titles

This dataset comprises of 3,360,984 English language arXiv papers from the Cornell/arXiv dataset, with two new columns added: title-embeddings and abstract-embeddings. These additional columns were generated using the bge-small-en-v1.5 embeddings model. The dataset was sourced from the Cornell/arXiv GCP bucket's json manifest for arXiv metadata, as of January 14th, 2024 gs://arxiv-dataset/metadata-v5/arxiv-metadata-oai.json

Embeddings Model

We used https://huggingface.co/BAAI/bge-small-en-v1.5 to embed the title and abstract fields. We'll be adding a column for URL so that retrieval of the source document is possible without having to perform a URL rebuilding step using the ID.

Contact

Please contact hi@dataclysm.xyz for inquiries.