diff options
Diffstat (limited to 'artifacts/vg_5k/split_half.json')
| -rw-r--r-- | artifacts/vg_5k/split_half.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/artifacts/vg_5k/split_half.json b/artifacts/vg_5k/split_half.json new file mode 100644 index 0000000..5140582 --- /dev/null +++ b/artifacts/vg_5k/split_half.json @@ -0,0 +1,18 @@ +{ + "protocol": "Each scene's parts split into disjoint halves within one modality; a relation field is built from each half and the two are matched by the anchor bound. Both halves describe the same scenes, so this upper-bounds any cross-modal result.", + "results": { + "text": { + "scenes": 256, + "mean_parts": 15.9765625, + "split_half_correlation": 0.7933697484313135, + "split_half_anchor_bound": 0.490625 + }, + "vision": { + "scenes": 256, + "mean_parts": 6.0, + "split_half_correlation": 0.9836462733134468, + "split_half_anchor_bound": 0.99375 + } + }, + "cross_modal_bound_for_reference": 0.291 +}
\ No newline at end of file |
