CoolFace
Datasetpublic

codeofpaper/paper-code-graph

codeofpaper: paper ↔ code graph A high-precision dataset linking research papers (arXiv, OpenReview) to their official and high-confidence community GitHub implementations, plus the full fork lineage for those repositories. Built and maintained by the codeofpaper project. Snapshot date: 2026-05-19 Schema version: 1.0.0 License: CC-BY-4.0 (metadata aggregation + derived tier labels). Underlying paper texts and repository code remain under their own licenses; this dataset only… See the full description on the dataset page: https://huggingface.co/datasets/codeofpaper/paper-code-graph.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes44downloads
manifest.json14 linesDownload Raw Back to root
1{2  "snapshot_date": "2026-05-19",3  "schema_version": "1.0.0",4  "license": "CC-BY-4.0",5  "hf_repo": "codeofpaper/paper-code-graph",6  "git_sha": "b7ae3a7eace01038093aff1918b9c09754dd088a",7  "cutoff_days": 90,8  "counts": {9    "papers": 244180,10    "repositories": 59296,11    "paper_repositories": 62634,12    "repository_forks": 54334013  }14}