isagel commited on
Commit
60c632e
·
verified ·
1 Parent(s): cba63ec

card: drop PWC comparison, remove non-public github link

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -6,11 +6,11 @@ pretty_name: codeofpaper — paper ↔ code graph
6
  size_categories:
7
  - 100K<n<1M
8
  tags:
9
- - papers-with-code
10
  - reproducibility
11
  - github
12
  - arxiv
13
  - research-software
 
14
  configs:
15
  - config_name: papers
16
  data_files: papers.parquet
@@ -26,9 +26,8 @@ configs:
26
 
27
  A high-precision dataset linking research papers (arXiv, OpenReview) to their
28
  **official** and **high-confidence community** GitHub implementations, plus
29
- the full fork lineage for those repositories. Built by the
30
- [codeofpaper](https://codeofpaper.com) project as a community successor to
31
- the discontinued Papers with Code.
32
 
33
  **Snapshot date:** 2026-05-19
34
  **Schema version:** 1.0.0
@@ -36,19 +35,19 @@ the discontinued Papers with Code.
36
  Underlying paper texts and repository code remain under their own licenses;
37
  this dataset only ships identifiers, URLs, and structured metadata.
38
 
39
- ## What's different from Papers with Code
40
 
41
  - **Tiered repo links** — every edge is classified as `official` or
42
- `high_confidence_community` by a reproducible, open classifier (see
43
- [tier_evidence](https://github.com/isagelswann/codeofpaper/blob/main/docs/features/PHASE_0C_SPOT_CHECK.md)
44
- for the rubric). Lower-confidence edges (`possible_match`) are intentionally
45
- excluded from the published snapshot.
46
  - **Fork lineage** — `repository_forks` covers ~1.5M fork edges across ~89k
47
- parent repos, enabling research-fork discovery (hardware ports, quantization
48
- variants, lab extensions) that PWC never surfaced.
 
49
  - **Engineering metadata** — `repositories.framework`, `license_spdx`,
50
  `engineering_fields_evidence` (JSONB) carry the signals our tier classifier
51
- consumes.
52
 
53
  ## Files
54
 
@@ -107,9 +106,10 @@ If you use this dataset, please cite:
107
  }
108
  ```
109
 
110
- ## Source code & methodology
111
 
112
- - Repo: <https://github.com/isagelswann/codeofpaper>
113
- - Tier classifier rubric: `docs/features/PHASE_0C_SPOT_CHECK.md`
114
- - Dataset build script: `scripts/dataset/build_hf_snapshot.py`
115
- - Git SHA at build time: `b7ae3a7eace01038093aff1918b9c09754dd088a`
 
 
6
  size_categories:
7
  - 100K<n<1M
8
  tags:
 
9
  - reproducibility
10
  - github
11
  - arxiv
12
  - research-software
13
+ - paper-code-linking
14
  configs:
15
  - config_name: papers
16
  data_files: papers.parquet
 
26
 
27
  A high-precision dataset linking research papers (arXiv, OpenReview) to their
28
  **official** and **high-confidence community** GitHub implementations, plus
29
+ the full fork lineage for those repositories. Built and maintained by the
30
+ [codeofpaper](https://codeofpaper.com) project.
 
31
 
32
  **Snapshot date:** 2026-05-19
33
  **Schema version:** 1.0.0
 
35
  Underlying paper texts and repository code remain under their own licenses;
36
  this dataset only ships identifiers, URLs, and structured metadata.
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
 
52
  ## Files
53
 
 
106
  }
107
  ```
108
 
109
+ ## Project
110
 
111
+ Product: <https://codeofpaper.com>. The classifier rubric, build script, and
112
+ methodology will be open-sourced alongside the first public release of the
113
+ codeofpaper repository.
114
+
115
+ Build metadata: schema `1.0.0`, git SHA `b7ae3a7eace01038093aff1918b9c09754dd088a`.