Add snapshot 20260324T233649Z
Browse files- README.md +84 -0
- comments.parquet +3 -0
- events.parquet +3 -0
- issue_comments.parquet +3 -0
- issues.parquet +3 -0
- links.parquet +3 -0
- manifest.json +62 -0
- new-contributors-report.json +0 -0
- new-contributors-report.md +0 -0
- new_contributors.parquet +3 -0
- pr_comments.parquet +3 -0
- pr_diffs.parquet +3 -0
- pr_files.parquet +3 -0
- pull_requests.parquet +3 -0
- review_comments.parquet +3 -0
- reviews.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Transformers PR Slop Dataset
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: issues
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: issues.parquet
|
| 8 |
+
default: true
|
| 9 |
+
- config_name: prs
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: pull_requests.parquet
|
| 13 |
+
- config_name: issue_comments
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: issue_comments.parquet
|
| 17 |
+
- config_name: pr_comments
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: pr_comments.parquet
|
| 21 |
+
- config_name: pr_reviews
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: reviews.parquet
|
| 25 |
+
- config_name: pr_files
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: pr_files.parquet
|
| 29 |
+
- config_name: pr_diffs
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: pr_diffs.parquet
|
| 33 |
+
- config_name: review_comments
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: review_comments.parquet
|
| 37 |
+
- config_name: links
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: links.parquet
|
| 41 |
+
- config_name: events
|
| 42 |
+
data_files:
|
| 43 |
+
- split: train
|
| 44 |
+
path: events.parquet
|
| 45 |
+
- config_name: new_contributors
|
| 46 |
+
data_files:
|
| 47 |
+
- split: train
|
| 48 |
+
path: new_contributors.parquet
|
| 49 |
+
---
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
# Transformers PR Slop Dataset
|
| 53 |
+
|
| 54 |
+
Normalized snapshots of issues, pull requests, comments, reviews, and linkage data from `openclaw/openclaw`.
|
| 55 |
+
|
| 56 |
+
Files:
|
| 57 |
+
- `issues.parquet`
|
| 58 |
+
- `pull_requests.parquet`
|
| 59 |
+
- `comments.parquet`
|
| 60 |
+
- `issue_comments.parquet` (derived view of issue discussion comments)
|
| 61 |
+
- `pr_comments.parquet` (derived view of pull request discussion comments)
|
| 62 |
+
- `reviews.parquet`
|
| 63 |
+
- `pr_files.parquet`
|
| 64 |
+
- `pr_diffs.parquet`
|
| 65 |
+
- `review_comments.parquet`
|
| 66 |
+
- `links.parquet`
|
| 67 |
+
- `events.parquet`
|
| 68 |
+
- `new_contributors.parquet`
|
| 69 |
+
- `new-contributors-report.json`
|
| 70 |
+
- `new-contributors-report.md`
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
Use:
|
| 74 |
+
- duplicate PR and issue analysis
|
| 75 |
+
- triage and ranking experiments
|
| 76 |
+
- eval set creation
|
| 77 |
+
|
| 78 |
+
Notes:
|
| 79 |
+
- updated daily
|
| 80 |
+
- latest snapshot: `20260324T233649Z`
|
| 81 |
+
- raw data only; no labels or moderation decisions
|
| 82 |
+
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 83 |
+
- new contributor reviewer artifacts are included when generated for the snapshot
|
| 84 |
+
- full file contents for changed files are not included
|
comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8499125a0dc9e373b72e7a881a35959824cf6d919e57cd8f193006cc7b399aa5
|
| 3 |
+
size 57858057
|
events.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:789d9864f7e39c326409faafb3d32fe9b9a8ee022c728acc62e58014dcd41565
|
| 3 |
+
size 99264
|
issue_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2d26e9a07b69b51d10db8dcd9b7ba5e0f35253815933cba3528c2d64bd108db
|
| 3 |
+
size 17456970
|
issues.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2102835a73fb333726bccfeec1c8e8477c6060c4a8c2ac76616493019f2ae6b
|
| 3 |
+
size 574380
|
links.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d87c4ce5ffa15607dabbf717a0ec8ff4aa752bcfdd7fe01f244b583e3cdd1d78
|
| 3 |
+
size 421578
|
manifest.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 123521,
|
| 9 |
+
"issues": 389,
|
| 10 |
+
"links": 34650,
|
| 11 |
+
"new_contributors": 229,
|
| 12 |
+
"pr_diffs": 469,
|
| 13 |
+
"pr_files": 16772,
|
| 14 |
+
"pull_requests": 469,
|
| 15 |
+
"review_comments": 1791,
|
| 16 |
+
"reviews": 1216,
|
| 17 |
+
"timeline_events": 8283
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-03-24T23:36:49Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 123521,
|
| 22 |
+
"issue_stubs": 52577,
|
| 23 |
+
"issues": 389,
|
| 24 |
+
"links": 34650,
|
| 25 |
+
"pr_diffs": 469,
|
| 26 |
+
"pr_files": 16772,
|
| 27 |
+
"pull_requests": 469,
|
| 28 |
+
"review_comments": 1791,
|
| 29 |
+
"reviews": 1216,
|
| 30 |
+
"timeline_events": 8283
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-03-24T23:36:49Z",
|
| 33 |
+
"options": {
|
| 34 |
+
"effective_since": null,
|
| 35 |
+
"fetch_timeline": true,
|
| 36 |
+
"hf_repo_id": "evalstate/openclaw-pr",
|
| 37 |
+
"http_max_retries": 5,
|
| 38 |
+
"http_timeout": 180,
|
| 39 |
+
"issue_max_age_days": 1,
|
| 40 |
+
"max_issue_comments": null,
|
| 41 |
+
"max_issues": null,
|
| 42 |
+
"max_prs": null,
|
| 43 |
+
"max_review_comments_per_pr": null,
|
| 44 |
+
"max_reviews_per_pr": null,
|
| 45 |
+
"new_contributor_max_authors": 0,
|
| 46 |
+
"new_contributor_report": true,
|
| 47 |
+
"new_contributor_window_days": 42,
|
| 48 |
+
"pr_max_age_days": 1,
|
| 49 |
+
"private_hf_repo": false,
|
| 50 |
+
"publish": true,
|
| 51 |
+
"since": null
|
| 52 |
+
},
|
| 53 |
+
"repo": "openclaw/openclaw",
|
| 54 |
+
"snapshot_id": "20260324T233649Z",
|
| 55 |
+
"watermark": {
|
| 56 |
+
"effective_since": null,
|
| 57 |
+
"merge_with_previous": false,
|
| 58 |
+
"next_since": "2026-03-24T23:36:49Z",
|
| 59 |
+
"previous_snapshot_dir": null,
|
| 60 |
+
"resume_enabled": true
|
| 61 |
+
}
|
| 62 |
+
}
|
new-contributors-report.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
new-contributors-report.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
new_contributors.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:283cfde74c2997424f66fa8b0878d73a36e4b5b949572df8350b81b0b1124826
|
| 3 |
+
size 43170
|
pr_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d495f11a90842cfbdfb3af228c86de93d2b755172560bbdac15c49c3aab313d3
|
| 3 |
+
size 40401845
|
pr_diffs.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89ab6b371e92029a6448718b8c3f5d64dfc8461bf8890d03e3417e642dd1f133
|
| 3 |
+
size 2894343
|
pr_files.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c4bd9d2a1bb12aeb7f1c4ade94a784999b90de1973a8b8eb0db61317cdc634d
|
| 3 |
+
size 26650745
|
pull_requests.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ab5a1a1a8ea6ca9b298359fb2ba32568aa642bad76a545040b6cb2141fa1887
|
| 3 |
+
size 589442
|
review_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c331556644d9bb598ce3c399f324f6ce06d53ffe72f239a5257ead2a578655e
|
| 3 |
+
size 894314
|
reviews.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44fb1885760da59375a3fec468ca9508a9e47bc8476f0b18cdae03aa5f101113
|
| 3 |
+
size 129120
|