JinPLU commited on
Commit
7ab60cf
·
verified ·
1 Parent(s): 77896fa

Merge historical annotations with current recheck

Browse files

Deduplicate 155 historical pair records; recover 2,346 independent historical submissions; exclude 20 derived cross-annotator copies; add merged consensus and asset-lineage configs while preserving dated current-review compatibility configs.

README.md CHANGED
@@ -26,6 +26,30 @@ configs:
26
  data_files:
27
  - split: default
28
  path: data/annotation_to_video.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - config_name: exclusions
30
  data_files:
31
  - split: default
@@ -42,57 +66,55 @@ configs:
42
  data_files:
43
  - split: default
44
  path: data/current_review_status.parquet
45
- - config_name: review_assets
46
- data_files:
47
- - split: default
48
- path: asset_manifest.parquet
49
  ---
50
 
51
  # WRBench Human Annotations
52
 
53
- This dataset contains the human comparison labels used to validate WRBench's
54
  automatic evaluation metrics.
55
 
56
- ## Version Update: 2026-07-07
57
-
58
- We updated the release after rechecking videos that changed during benchmark
59
- maintenance. The release now includes:
60
 
61
- - 1,741 clean comparison rows.
62
- - 4,302 individual human judgments.
63
- - 585 newly rechecked current-benchmark comparisons, each reviewed by three
64
- annotators.
65
- - Majority-label summaries for the newly rechecked subset.
66
 
67
- These counts describe this dated human-label release. Moving leaderboard,
68
- video, and model counts are reported by the results and videos datasets.
 
 
 
 
 
 
 
 
69
 
70
- ## Videos for the current recheck
71
 
72
- All 1,170 endpoints in `current_review_consensus` resolve to the exact bytes
73
- shown to annotators. Of these, 897 are in `wrbench-videos`; the remaining 273
74
- endpoints refer to 106 unique files bundled here under `videos/` and indexed by
75
- `asset_manifest.parquet`.
 
 
 
 
76
 
77
- The bundled files are dated human-review evidence. They use the earlier
78
- profile-unsuffixed IDs and are not additional leaderboard videos or aliases for
79
- the 30-degree and 60-degree benchmark profiles. Join on `video_asset_id`, whose
80
- `sha256:` value verifies the file bytes.
81
 
82
- ## Configs
83
 
84
- - `pairs`: clean comparison rows used by the public WRBench release.
85
- - `annotation_to_video`: maps each comparison to the corresponding video assets.
86
- - `current_review_consensus`: majority labels for the 585 newly rechecked
87
- comparisons.
88
- - `current_review_submissions`: anonymized per-annotator labels for those 585
89
- comparisons.
90
- - `current_review_status` and `exclusions`: records kept for transparency, but
91
- not used as clean comparison labels.
92
- - `review_assets`: paths, byte counts, and SHA256 identifiers for the 106
93
- review-only videos bundled with this dataset.
94
 
95
- Annotator identities are anonymized in the public files.
96
 
97
  ## Links
98
 
 
26
  data_files:
27
  - split: default
28
  path: data/annotation_to_video.parquet
29
+ - config_name: submissions
30
+ data_files:
31
+ - split: default
32
+ path: data/submissions.parquet
33
+ - config_name: consensus
34
+ data_files:
35
+ - split: default
36
+ path: data/consensus.parquet
37
+ - config_name: historical_submissions
38
+ data_files:
39
+ - split: default
40
+ path: data/historical_submissions.parquet
41
+ - config_name: historical_consensus
42
+ data_files:
43
+ - split: default
44
+ path: data/historical_consensus.parquet
45
+ - config_name: asset_lineage
46
+ data_files:
47
+ - split: default
48
+ path: data/asset_lineage.parquet
49
+ - config_name: excluded_submissions
50
+ data_files:
51
+ - split: default
52
+ path: data/excluded_submissions.parquet
53
  - config_name: exclusions
54
  data_files:
55
  - split: default
 
66
  data_files:
67
  - split: default
68
  path: data/current_review_status.parquet
 
 
 
 
69
  ---
70
 
71
  # WRBench Human Annotations
72
 
73
+ This dataset contains the human pairwise labels used to validate WRBench's
74
  automatic evaluation metrics.
75
 
76
+ ## Version update: 2026-07-23
 
 
 
77
 
78
+ This update separates source records from independent human submissions and
79
+ merges the recovered historical labels with the completed current-video
80
+ recheck:
 
 
81
 
82
+ - **1,586 unique pairs**: 1,001 historical
83
+ pairs plus 585 current-video recheck pairs.
84
+ - **4,101 independent submissions**:
85
+ 2,346 historical plus
86
+ 1,755 current recheck submissions.
87
+ - The previous `1,741 pairs / 4,302 judgments` headline counted
88
+ 155 duplicate historical pair records,
89
+ which repeated 181 judgment
90
+ references, and 20 derived
91
+ cross-annotator copies. Those are not independent votes.
92
 
93
+ ## Canonical configs
94
 
95
+ - `pairs`: one row per unique pair.
96
+ - `submissions`: all independent historical and current-recheck submissions.
97
+ - `consensus`: per-pair vote counts and consensus labels. Numeric preference
98
+ eligibility is explicit; `na`, split votes, and insufficient-rater rows are
99
+ not numeric preferences.
100
+ - `historical_submissions` and `historical_consensus`: historical-only views.
101
+ - `asset_lineage`: endpoint-level asset recovery and public-asset linkage.
102
+ - `excluded_submissions`: derived records omitted from independent counts.
103
 
104
+ The dated `current_review_*` configs remain unchanged for compatibility.
105
+ `exclusions` preserves the prior transparency ledger.
 
 
106
 
107
+ ## Asset and automatic-score boundary
108
 
109
+ Current-recheck rows retain the exact assets served during re-review. Historical
110
+ rows preserve the filename, model, scene/event, camera condition, recorded size,
111
+ and recovery evidence. A migrated filename/model/size match is useful lineage,
112
+ but it is **not** proof of annotation-time byte identity. Do not attach a
113
+ historical label to a current automatic score by logical video name alone.
114
+ Automatic-score joins require both exact asset SHA and exact scoring-prompt
115
+ identity; the `asset_lineage` config records this policy.
 
 
 
116
 
117
+ Annotator identities are pseudonymized in every public config.
118
 
119
  ## Links
120
 
data/annotation_to_video.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40924c129f3695ca29f8a49f7cbc4cde776c8e4f8f74b44f6d7088e94eb5f626
3
- size 117541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96b6d3687978874e4e58fb8e300f56edaa297e22fb44bde7a12bdb7f29f0e73
3
+ size 98909
data/asset_lineage.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d13c76136e81be74982106581f5db09a21de2b6ce4fdd178327648b65b1967
3
+ size 342749
data/consensus.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5de85be5516eb1e023708f28d0d02e26fa81d41a915bd9d45f523bbbdd0a76
3
+ size 129026
data/current_review_consensus.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee1f6e35e56643b83d506992af11ec4ab8b278734e3194e11bc28c5461c65554
3
- size 113988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a203b1c50751cc21bab97804cac1f232ae3c8740fa3256d34be16487807a7118
3
+ size 113688
data/current_review_status.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb5e88ffbd31f7fbfaa65923c5277d46cb464c0b65690f4afca037c9aab3fc28
3
- size 10354
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e39fbbc5a3a0cd1e9298ce08e57e0a889b0801379e771a4faf125cf1fb22e3
3
+ size 10310
data/current_review_submissions.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:120fded1b16b3ed2710e8633ad6339df91228f61ac0205416de1728741d72848
3
- size 71815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd5d5b4f343200d1fa446ac5f453c5475e6304173745f681f98374267ad0608
3
+ size 71623
data/excluded_submissions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892be1d2a3b4e6979fe984b8af3fb882484b25bac923c94701df29fffff5deba
3
+ size 6437
data/exclusions.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10fc0ea92973d81fbb24e4d806eedad3e7109f0526e7439cc2edac7a54f098fd
3
- size 14119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f0d61e7b0b1966688f2ffb80da9d551106c6dc8ccb336710282fa61e9c8d3d6
3
+ size 14115
data/historical_consensus.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42fb77ee16b98191d6d26e88421cd854a4a86c88d2bcb56bcb52c20a6ac3e092
3
+ size 103437
data/historical_submissions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3be466a284be1b92eb92353ec865f861ea64cea305a18f995983fc0b3e1bd9f
3
+ size 108738
data/pairs.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53198546e81c794e5f31dca4ca38759f5e7b6ac6da29a8dd3679c817485a5426
3
- size 234848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd9c0e59a2f6cb13f9190c6513db2e8d9a3b83682d07cbea4cc608d72bfd6c5
3
+ size 213218
data/submissions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b157b1a86a2173565ce2954ce035f4d59824263b1ff24dc433772d618d6ac09
3
+ size 170028
datasheet.md CHANGED
@@ -1,12 +1,51 @@
1
  # WRBench Human Annotations Datasheet
2
 
3
- Generated: `2026-07-07T11:43:39+00:00`.
4
 
5
- The dataset contains public, release-safe human annotation metadata and the
6
- exact review-only video files listed in `asset_manifest.parquet`. It does not
7
- include internal filesystem paths, IP addresses, email addresses, or raw
8
- annotator labels (`p1`, `p3`, `p4`).
9
 
10
- The 2026-07-07 update adds 585 completed current-benchmark clean recheck pairs.
11
- Rows that were current-vs-legacy evidence, single-video provenance checks, or
12
- incomplete three-annotator reviews are not promoted to clean labels.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # WRBench Human Annotations Datasheet
2
 
3
+ Generated: `2026-07-23T01:18:56+00:00`.
4
 
5
+ ## Population and unit of analysis
 
 
 
6
 
7
+ The canonical unit is an independent annotator submission on one video pair.
8
+ The release contains 1,586 unique pairs and
9
+ 4,101 independent submissions. Historical source records
10
+ were selected by pair identity and review-pool precedence. When one annotator
11
+ had repeated rows with the same six preference values, the latest timestamped
12
+ row was retained so later subtype-only corrections were preserved. Derived
13
+ cross-annotator copies are listed separately and excluded from consensus and
14
+ reliability calculations.
15
+
16
+ Historical OOV subtype fields retain the vocabulary used by the original
17
+ annotation interface; current-recheck subtype fields use the later revised
18
+ vocabulary. The six preference fields are normalized to a common A/tie/B/NA
19
+ schema, but subtype strings should not be pooled across waves without an
20
+ explicit vocabulary mapping.
21
+
22
+ ## Historical asset recovery
23
+
24
+ The 1,001 historical pairs contain
25
+ 2,002 endpoints. Recovery found
26
+ 1,442 unique filename/model/recorded-size
27
+ candidates; 560 endpoints remain
28
+ unresolved. Of the recovered candidates, 1,147
29
+ currently match an asset already hosted in a WRBench public dataset by SHA-256,
30
+ and 428 pairs have public matches
31
+ for both endpoints.
32
+
33
+ Historical source manifests did not record annotation-time SHA-256. Therefore a
34
+ later recovered hash, including one reached through a matching filename, model,
35
+ and byte size, is lineage evidence rather than cryptographic proof of the bytes
36
+ seen during annotation.
37
+
38
+ ## Automatic-score alignment
39
+
40
+ As a release gate, the current-recheck subset was compared only where both the
41
+ released asset SHA and scoring prompt matched. Spearman rho was positive for all
42
+ five evaluated dimensions (D2--D6); exact sample sizes and values are recorded
43
+ in `release_checks.json`. Historical sources are kept separate because their
44
+ strict score-aligned coverage is small and run-dependent. Logical-name-only
45
+ joins are prohibited.
46
+
47
+ ## Privacy
48
+
49
+ Public rows contain pseudonymous annotator IDs and omit notes, internal paths,
50
+ hostnames, network addresses, and source filenames. Timestamps are retained for
51
+ version ordering and auditability.
original/annotation_to_video.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
original/asset_lineage.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
original/consensus.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
original/excluded_submissions.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-living_room_adult_sofa_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
2
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-living_room_adult_sofa_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
3
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-loading_dock_worker_pallet_box_place__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
4
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-loading_dock_worker_pallet_box_place__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
5
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-meeting_room_adult_chair_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
6
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-meeting_room_adult_chair_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
7
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-office_lounge_adult_sofa_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
8
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-office_lounge_adult_sofa_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
9
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-office_lounge_adult_sofa_sit__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
10
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-office_lounge_adult_sofa_sit__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
11
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-restaurant_waiter_table_tray_place__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
12
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-restaurant_waiter_table_tray_place__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
13
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-restaurant_waiter_table_tray_place__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
14
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-restaurant_waiter_table_tray_place__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
15
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-supermarket_customer_checkout_basket_place__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
16
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-supermarket_customer_checkout_basket_place__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
17
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-train_platform_passenger_bench_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
18
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-train_platform_passenger_bench_sit__T1__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
19
+ {"annotator_id": "annotator_a", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-train_platform_passenger_bench_sit__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
20
+ {"annotator_id": "annotator_b", "client_timestamp": "2026-05-19T12:21:47.366918+00:00", "copied_from_annotator_id": "annotator_c", "exclusion_reason": "derived_cross_annotator_copy", "pair_id": "v7-reobserve-gen3c-vs-wan22_fun_a14b_cam-train_platform_passenger_bench_sit__T2_div_b__yaw_RL", "pool_id": "8891", "review_wave": "historical_annotation_pools_8891_8895", "server_timestamp": "2026-05-19T12:21:47.366918+00:00"}
original/historical_consensus.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
original/historical_submissions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
original/pairs.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
original/submissions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
release_checks.json CHANGED
@@ -1,43 +1,190 @@
1
  {
2
- "generated_at": "2026-07-12T18:12:55+00:00",
3
- "pairs": 1741,
4
- "pair_id_unique": 1586,
5
- "pair_id_duplicate_rows": 155,
6
- "old_pairs": 1156,
7
- "new_current_pairs": 585,
8
- "annotation_to_video": 1616,
9
- "exclusions": 1609,
10
- "current_review_submissions": 1755,
11
- "current_review_consensus": 585,
12
- "current_review_status": 709,
13
- "checks": {
14
- "clean_current_pairs": 585,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "current_review_submissions": 1755,
16
  "current_review_consensus": 585,
17
- "current_review_status": 709,
18
- "missing_endpoint_paths": [],
19
- "missing_endpoint_path_count": 0,
20
- "bad_subtypes": {},
21
- "status_counts": {
22
- "clean_label_current_recheck": 585,
23
- "incomplete_recheck": 47,
24
- "evidence_only_current_vs_legacy": 73,
25
- "provenance_only_single_video": 4
26
  },
27
- "review_video_assets": {
28
- "endpoint_count": 1170,
29
- "public_video_endpoints": 897,
30
- "bundled_video_endpoints": 273,
31
- "unresolved_endpoints": 0,
32
- "comparisons_using_bundled_assets": 247,
33
- "asset_id_collisions": 0,
34
- "release_path_collisions": 0,
35
- "byte_mismatches": 0,
36
- "hash_mismatches": 0,
37
- "decode_failures": 0
38
  }
39
  },
40
- "privacy_issues": [],
41
- "bundled_video_assets": 106,
42
- "bundled_video_bytes": 780860203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
 
1
  {
2
+ "generated_at": "2026-07-23T01:18:56+00:00",
3
+ "source_hf_commits": {
4
+ "WRBench/wrbench-human-annotations": "77896fa99843b58de5e98bd4b48ae29eba36bd70",
5
+ "WRBench/wrbench-videos": "a8e3d38b3c588a6f5368bfb42bfcf7d9a7dddf89"
6
+ },
7
+ "pairs": 1586,
8
+ "historical_pairs": 1001,
9
+ "current_pairs": 585,
10
+ "submissions": 4101,
11
+ "historical_submissions": 2346,
12
+ "current_submissions": 1755,
13
+ "derived_submissions_excluded": 20,
14
+ "duplicate_pair_records_removed": 155,
15
+ "repeated_judgment_references_removed": 181,
16
+ "previous_headline_pair_records": 1741,
17
+ "previous_headline_judgment_references": 4302,
18
+ "historical_pairs_by_independent_raters": {
19
+ "1": 304,
20
+ "2": 49,
21
+ "3": 648
22
+ },
23
+ "historical_selected_pools": {
24
+ "8891": 139,
25
+ "8892": 135,
26
+ "8894": 572,
27
+ "8895": 155
28
+ },
29
+ "historical_numeric_consensus": {
30
+ "cam_pref": 681,
31
+ "physics_pref": 680,
32
+ "sp_in_pref": 662,
33
+ "st_in_pref": 672,
34
+ "sp_oov_pref": 45,
35
+ "st_oov_pref": 45
36
+ },
37
+ "current_numeric_consensus": {
38
+ "cam_pref": 585,
39
+ "physics_pref": 581,
40
+ "sp_in_pref": 575,
41
+ "st_in_pref": 584,
42
+ "sp_oov_pref": 232,
43
+ "st_oov_pref": 234
44
+ },
45
+ "asset_lineage": {
46
+ "rows": 3172,
47
+ "historical_endpoints": 2002,
48
+ "current_endpoints": 1170,
49
+ "historical_recovery_evidence": {
50
+ "migrated_name_model_size_match": 255,
51
+ "original_path_present_name_model_size_match": 1187,
52
+ "unresolved": 560
53
+ },
54
+ "historical_public_asset_status": {
55
+ "recovered_candidate_not_public": 295,
56
+ "recovered_candidate_sha_matches_human_annotations": 28,
57
+ "recovered_candidate_sha_matches_wrbench_videos": 1119,
58
+ "unresolved": 560
59
+ },
60
+ "recovered_candidate_endpoints": 1442,
61
+ "unresolved_historical_endpoints": 560,
62
+ "public_exact_sha_endpoints": 1147,
63
+ "both_endpoints_public_exact_sha_pairs": 428
64
+ },
65
+ "annotation_to_video": 1330,
66
+ "consensus": 1586,
67
+ "historical_consensus": 1001,
68
+ "compatibility_counts": {
69
+ "exclusions": 1609,
70
  "current_review_submissions": 1755,
71
  "current_review_consensus": 585,
72
+ "current_review_status": 709
73
+ },
74
+ "deduplication_checks": {
75
+ "source_pair_records": 1156,
76
+ "unique_pairs": 1001,
77
+ "duplicate_pair_records_removed": 155,
78
+ "repeated_judgment_references_removed": 181,
79
+ "duplicate_pool_patterns": {
80
+ "8894+8895": 155
81
  },
82
+ "selected_pools": {
83
+ "8891": 139,
84
+ "8892": 135,
85
+ "8894": 572,
86
+ "8895": 155
 
 
 
 
 
 
87
  }
88
  },
89
+ "verdict_recovery_checks": {
90
+ "selected_source_versions": 2366,
91
+ "same_preference_duplicate_rows_collapsed": 21,
92
+ "later_subtype_updates_retained": 8,
93
+ "version_selection_policy": "latest server/client timestamp after identical six-preference check"
94
+ },
95
+ "orientation_flips_applied": 0,
96
+ "alignment_validation": {
97
+ "policy": "exact_asset_sha_and_exact_prompt_only; no logical-name joins",
98
+ "current_exact_asset_and_prompt": {
99
+ "pairs_both_endpoints": 126,
100
+ "metrics": {
101
+ "D2": {
102
+ "n": 126,
103
+ "spearman_rho": 0.6267772539443519
104
+ },
105
+ "D3": {
106
+ "n": 124,
107
+ "spearman_rho": 0.6582244415788507
108
+ },
109
+ "D4": {
110
+ "n": 125,
111
+ "spearman_rho": 0.6441660385824053
112
+ },
113
+ "D5": {
114
+ "n": 50,
115
+ "spearman_rho": 0.6104452253998198
116
+ },
117
+ "D6": {
118
+ "n": 49,
119
+ "spearman_rho": 0.6722511042658376
120
+ }
121
+ }
122
+ },
123
+ "historical_source_separated_diagnostics": {
124
+ "latest_full:original_path_only": {
125
+ "D5": {
126
+ "n": 15,
127
+ "spearman_rho": 0.3965116796012719
128
+ },
129
+ "D6": {
130
+ "n": 15,
131
+ "spearman_rho": 0.11593472394004206
132
+ }
133
+ },
134
+ "p22_strict_10f:original_path_only": {
135
+ "D5": {
136
+ "n": 20,
137
+ "spearman_rho": 0.3155722474703597
138
+ },
139
+ "D6": {
140
+ "n": 20,
141
+ "spearman_rho": 0.2596960474396678
142
+ }
143
+ },
144
+ "p22_drop2_10f:original_path_only": {
145
+ "D5": {
146
+ "n": 20,
147
+ "spearman_rho": 0.4116159749613388
148
+ },
149
+ "D6": {
150
+ "n": 20,
151
+ "spearman_rho": 0.20099762575809904
152
+ }
153
+ }
154
+ },
155
+ "historical_pooled_with_current": false
156
+ },
157
+ "input_sha256": {
158
+ "source_hf_pairs_jsonl": "0fc3fe2e86d5fc915816079c91160265d27d57a17dbb6b284a6d0a8344e09764",
159
+ "source_hf_current_submissions_jsonl": "8ffac108f86fe088d2ff1394f651569bf6399b01bd927faa91e854262636aa9d",
160
+ "historical_clean_pair_registry": "4f4f00ab414ff18119b379b81a480131084ba95b4bc62fca71e2f52419fa0ff5",
161
+ "migration_index": "67c283c8366c12e2e8832f3161ae91306e0c1c33be9dc598325e1126883643c6",
162
+ "correlation_gate": "0360f34de40ee914af2cc046b5c25490975d4a67fddca00df0ed50fbc26639a7",
163
+ "wrbench_videos_master": "f4eb6880a40844087cb0871113d82af4b1680e68fcdee0bff4de02e11bea66d9",
164
+ "human_annotation_asset_manifest": "0255eda324e137a6409959f806a457745db3885e87807d5963d9e494e2a4a8b9",
165
+ "historical_verdict_source_01": "5a43c1be385c2d35632be2a4aef4cee93d0605a2934f8c20c7ca344ccd0be6ea",
166
+ "historical_verdict_source_02": "176c20ba8631e49efd4e662a393baf9dd490f1505d9d64421c6d048dc81b9ef1",
167
+ "historical_verdict_source_03": "5f121b57cefcb2da58479dfa8e61046aa43a8ca31f4bfbf0a4ce875ecf1cbea5",
168
+ "historical_verdict_source_04": "9239ae7b74de256255dedd1db1776497fc88d392ee36e9bb47039bde366dd717",
169
+ "historical_verdict_source_05": "0b2b5ed9c795405b5c6fffefd422c688701e591ec8a3ad2df3b1a7ed227766ec",
170
+ "historical_verdict_source_06": "e6555f0473ac555001c8ba27e2d6fa0a9b729190c27eeaae200fa43c97a1b7a2",
171
+ "historical_verdict_source_07": "d6108820c07020b64db0419d09ca86b3902a219992afd87b04567edcd9a8e6ef",
172
+ "historical_verdict_source_08": "25d40be9f46ca4bf3985091eec118d286eb797d0b2c9ea07d7f43785a14a24fb",
173
+ "historical_verdict_source_09": "d17c382dc885e7cd02d260b28c9c87b8f1ee0bb68712209d0d4deae808869780"
174
+ },
175
+ "output_rows": {
176
+ "pairs": 1586,
177
+ "annotation_to_video": 1330,
178
+ "submissions": 4101,
179
+ "consensus": 1586,
180
+ "historical_submissions": 2346,
181
+ "historical_consensus": 1001,
182
+ "asset_lineage": 3172,
183
+ "excluded_submissions": 20,
184
+ "exclusions": 1609,
185
+ "current_review_submissions": 1755,
186
+ "current_review_consensus": 585,
187
+ "current_review_status": 709
188
+ },
189
+ "privacy_issues": []
190
  }