Dataset Viewer
Auto-converted to Parquet Duplicate
repo_id
stringclasses
92 values
cross_repo_split
stringclasses
1 value
commit_index
int32
0
179
commit_sha
stringlengths
40
40
commit_timestamp
stringdate
2024-09-02 14:15:34+0800
2026-05-06 20:19:13+0800
in_repo_split
stringclasses
3 values
production_code_diff
large_stringlengths
0
22.7M
n_new_assertions
int32
1
3.53k
Belyenochi/openclaw-edd
ood_test
0
d43ae6e51c039f745bc3326a7ff1e492efa352dc
2026-03-01T00:56:17+08:00
train
diff --git a/README.md b/README.md new file mode 100644 index 00000000..47511071 --- /dev/null +++ b/README.md @@ -0,0 +1,286 @@ +# openclaw-edd + +**Evaluation-Driven Development toolkit for OpenClaw agents** + +[中文文档](README_CN.md) + +Zero-friction EDD toolkit that doesn't intrude into OpenClaw core, with log files a...
11
Belyenochi/openclaw-edd
ood_test
1
a7db9fc033cba71b30b9c214c7bc68ff23091856
2026-03-01T18:20:40+08:00
train
"diff --git a/CHANGELOG.md b/CHANGELOG.md\nnew file mode 100644\nindex 00000000..d74392c2\n--- /dev/(...TRUNCATED)
18
Belyenochi/openclaw-edd
ood_test
2
a3ddbf4204ddf7c494e2537a692605e74d19bb96
2026-03-01T18:35:07+08:00
train
"diff --git a/README.md b/README.md\nindex 9e8ad482..f676b70c 100644\n--- a/README.md\n+++ b/README.(...TRUNCATED)
13
Belyenochi/openclaw-edd
ood_test
3
e96938a0ef9e242d04e2f56e1947d5187fd25efd
2026-03-01T19:00:18+08:00
train
"diff --git a/README.md b/README.md\nindex f676b70c..2022d167 100644\n--- a/README.md\n+++ b/README.(...TRUNCATED)
17
Belyenochi/openclaw-edd
ood_test
4
060436c283889217e1f55286333b913f4415fbb2
2026-03-01T21:39:53+08:00
train
"diff --git a/src/openclaw_edd/cli.py b/src/openclaw_edd/cli.py\nindex dcfe4cb4..cdefd7e6 100644\n--(...TRUNCATED)
26
Belyenochi/openclaw-edd
ood_test
5
26b2f8c78026647c1c5d130fe4c520c2b3186836
2026-03-01T21:44:15+08:00
train
"diff --git a/src/openclaw_edd/eval.py b/src/openclaw_edd/eval.py\nindex 832053a8..c5dd6804 100644\n(...TRUNCATED)
10
Belyenochi/openclaw-edd
ood_test
6
c55a2ee9a05a0ce2cc25998c259ca8c388768c71
2026-03-01T21:47:28+08:00
train
"diff --git a/src/openclaw_edd/cli.py b/src/openclaw_edd/cli.py\nindex cdefd7e6..4fa5d02a 100644\n--(...TRUNCATED)
6
Belyenochi/openclaw-edd
ood_test
7
9f6294b5c13c80a670110225bb931ff4ea462c30
2026-03-01T21:54:05+08:00
train
"diff --git a/src/openclaw_edd/edd.py b/src/openclaw_edd/edd.py\nindex 969f9216..bd27e85f 100644\n--(...TRUNCATED)
17
Belyenochi/openclaw-edd
ood_test
8
3373a05c3e9ffab4402e0a60c01cc5f713c9c2b5
2026-03-02T11:42:00+08:00
train
"diff --git a/README.md b/README.md\nindex 2022d167..4d151d98 100644\n--- a/README.md\n+++ b/README.(...TRUNCATED)
18
Belyenochi/openclaw-edd
ood_test
9
58a3dc7427b5708b2a30b1c2032bb80dd13c3c60
2026-03-02T11:42:11+08:00
train
"diff --git a/src/openclaw_edd/eval.py b/src/openclaw_edd/eval.py\nindex c5dd6804..e9d722be 100644\n(...TRUNCATED)
5
End of preview. Expand in Data Studio

code2lora-data-ood — post-cutoff OOD evaluation split

Out-of-distribution evaluation slice: commits from repositories whose first release is strictly after the Qwen2.5-Coder pretraining cutoff. Used to isolate cross-repository transfer from training-set memorisation.

Layout

commits.parquet    per-commit metadata + diff/repo-state embeddings
qna.parquet        per-assertion rows (prefix, target, lineno, ...)

Both files share the same (repo_id, commit_index, commit_sha) key, so a left join on those three columns reconstructs the per-commit QnA bundle.

Schema

commits.parquet matches code2lora/code2lora-data-commits/commits/*.parquet. qna.parquet matches code2lora/code2lora-data-snapshots/qna/*.parquet.

Companion datasets

  • code2lora/code2lora-data-commits in-distribution per-commit dataset
  • code2lora/code2lora-data-snapshots static-snapshot variant
Downloads last month
44