Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pretty_name: codeofpaper
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
tags:
|
|
@@ -22,7 +22,7 @@ configs:
|
|
| 22 |
data_files: repository_forks.parquet
|
| 23 |
---
|
| 24 |
|
| 25 |
-
# codeofpaper
|
| 26 |
|
| 27 |
A high-precision dataset linking research papers (arXiv, OpenReview) to their
|
| 28 |
**official** and **high-confidence community** GitHub implementations, plus
|
|
@@ -37,15 +37,15 @@ this dataset only ships identifiers, URLs, and structured metadata.
|
|
| 37 |
|
| 38 |
## What's in here
|
| 39 |
|
| 40 |
-
- **Tiered repo links**
|
| 41 |
`high_confidence_community` by a reproducible classifier. Lower-confidence
|
| 42 |
edges (`possible_match`) are intentionally excluded from the published
|
| 43 |
snapshot to keep precision high.
|
| 44 |
-
- **Fork lineage**
|
| 45 |
parent repos, enabling research-fork discovery: hardware ports, quantization
|
| 46 |
variants, lab extensions, and other derivative work that's normally
|
| 47 |
invisible in paper ↔ code link tables.
|
| 48 |
-
- **Engineering metadata**
|
| 49 |
`engineering_fields_evidence` (JSONB) carry the signals our tier classifier
|
| 50 |
consumes, so you can audit or train your own.
|
| 51 |
|
|
@@ -64,7 +64,7 @@ this dataset only ships identifiers, URLs, and structured metadata.
|
|
| 64 |
compact JSON strings (parquet doesn't natively map nested types well across
|
| 65 |
loaders). Parse with `json.loads()` in Python.
|
| 66 |
- `paper_repositories.tier_evidence` documents *why* the classifier assigned a
|
| 67 |
-
tier
|
| 68 |
- A 90-day cutoff on `papers.published_date` is applied. The most recent
|
| 69 |
papers (and their newly-linked repos) intentionally aren't in this snapshot.
|
| 70 |
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pretty_name: codeofpaper (paper ↔ code graph)
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
tags:
|
|
|
|
| 22 |
data_files: repository_forks.parquet
|
| 23 |
---
|
| 24 |
|
| 25 |
+
# codeofpaper: paper ↔ code graph
|
| 26 |
|
| 27 |
A high-precision dataset linking research papers (arXiv, OpenReview) to their
|
| 28 |
**official** and **high-confidence community** GitHub implementations, plus
|
|
|
|
| 37 |
|
| 38 |
## What's in here
|
| 39 |
|
| 40 |
+
- **Tiered repo links**: every edge is classified as `official` or
|
| 41 |
`high_confidence_community` by a reproducible classifier. Lower-confidence
|
| 42 |
edges (`possible_match`) are intentionally excluded from the published
|
| 43 |
snapshot to keep precision high.
|
| 44 |
+
- **Fork lineage**: `repository_forks` covers ~1.5M fork edges across ~89k
|
| 45 |
parent repos, enabling research-fork discovery: hardware ports, quantization
|
| 46 |
variants, lab extensions, and other derivative work that's normally
|
| 47 |
invisible in paper ↔ code link tables.
|
| 48 |
+
- **Engineering metadata**: `repositories.framework`, `license_spdx`,
|
| 49 |
`engineering_fields_evidence` (JSONB) carry the signals our tier classifier
|
| 50 |
consumes, so you can audit or train your own.
|
| 51 |
|
|
|
|
| 64 |
compact JSON strings (parquet doesn't natively map nested types well across
|
| 65 |
loaders). Parse with `json.loads()` in Python.
|
| 66 |
- `paper_repositories.tier_evidence` documents *why* the classifier assigned a
|
| 67 |
+
tier, useful for auditing or retraining your own classifier.
|
| 68 |
- A 90-day cutoff on `papers.published_date` is applied. The most recent
|
| 69 |
papers (and their newly-linked repos) intentionally aren't in this snapshot.
|
| 70 |
|