CoolFace
Datasetpublic

colonelwatch/abstracts-embeddings

abstracts-embeddings This is the embeddings of the titles and abstracts of 110 million academic publications taken from the OpenAlex dataset as of January 1, 2025. The embeddings are generated with a Unix pipeline, chaining together the AWS CLI, gzip, oa_jsonl (a C parser tailored to the JSON Lines structure of the OpenAlex snapshot), and a Python embedding script. The source code of oa_jsonl and the Makefile which sets up the pipeline is available on Github, but the general… See the full description on the dataset page: https://huggingface.co/datasets/colonelwatch/abstracts-embeddings.

sourceHugging Facecc0-1.0updated 5mo agoView on Hugging Face
2likes118downloads
19 commits on main
34dccc25mo ago

Add sources up to March 30, including OpenAlex v2 update, and delete works that did not transition from v1 to v2

colonelwatch
96c7ea711mo ago

Do a one-time shuffle of the dataset so that it reflects insertion order, making it Xet friendly, and add sources up to Sept 30

colonelwatch
d22adc71y ago

Update the README with more precise instructions about how the embeddings were made

colonelwatch
72d7fcc2y ago

Drop old .gitattributes lines

colonelwatch
cd88b4f2y ago

Update documentation

colonelwatch
f9c4fdc2y ago

Add OpenAlex checkpoints

colonelwatch
05646302y ago

Add Stella 1.5B embeddings

colonelwatch
cb1c4f82y ago

Clean up .gitignore

colonelwatch
db42bfb2y ago

Clear the original embeddings

colonelwatch
0d901e53y ago

Rename idxs.txt to openalex_ids.txt

colonelwatch
00a23c33y ago

Drop old file references

colonelwatch
0e73fbd3y ago

Hide the reconstructed array file from git

colonelwatch
feefb2e3y ago

Omnibus update 2023-05-10

colonelwatch
f82e1543y ago

OPQ64_256,IVF65536,PQ64 gets ~75% recall (10@10)

colonelwatch
985048c3y ago

Regenerate using reproducible sampling

colonelwatch
a40c33c3y ago

Add first indexing run

colonelwatch
d4985a73y ago

Add initial embeddings files

colonelwatch
e5888163y ago

Add expected file types to .gitattributes

colonelwatch
a276bf13y ago

initial commit

colonelwatch