# Claim 6 — paired shortcut analysis

## Registered claim

> Paired co-occurrence/decorrelation tests show Hive training reduces shortcut reliance while controlling target identity, source count, and SNR (Table 6).

## Verdict: TOY

The pinned v2 paper prints the claimed paired result and Appendix K specifies the controls, but copying Table 6 or recomputing its printed means would not reproduce the experiment. The local queue has no AudioSep/FlowSep Hive checkpoints, AudioSet PMI pools, or the paper's 8,000 paired evaluation clips. I therefore ran a decisive toy experiment that measures the exact claimed outcome: paired target SDR difference between co-occurring and decorrelated interferers.

## Toy protocol

The producer is `code/claim6_toy_experiment.py`. For each seed and source count it creates one target waveform, samples one SNR vector in `[-5, 5]` dB, and constructs two arms. The co-occurring arm uses target-correlated interferers; the decorrelated arm uses independent interferers. The target waveform, source count, and SNR gains are reused within every pair. The primary metric is

`ΔSDR = SDR(co-occurring) − SDR(decorrelated)`.

The two model labels are deterministic toy analogues: `Original` uses the co-occurrence cue more strongly than `Hive`. Seeds were `13, 31, 59`; the sweep was source counts `2, 3, 4, 5`; and each seed/source-count cell contained `32` pairs, giving `n = 96` pairs per row. Error bars are percentile 95% bootstrap confidence intervals from 1,400 resamples of each row's paired gaps.

## Toy-produced paired-gap table

| Model analogue | Sources | n pairs | Mean ΔSDR (dB) | 95% bootstrap CI (dB) | Absolute gap (dB) |
|---|---:|---:|---:|---:|---:|
| Original | 2 | 96 | -10.942 | [-11.003, -10.886] | 10.942 |
| Original | 3 | 96 | -12.686 | [-12.777, -12.602] | 12.686 |
| Original | 4 | 96 | -13.804 | [-13.879, -13.720] | 13.804 |
| Original | 5 | 96 | -14.839 | [-14.932, -14.749] | 14.839 |
| Hive | 2 | 96 | -5.321 | [-5.378, -5.262] | 5.321 |
| Hive | 3 | 96 | -6.988 | [-7.086, -6.891] | 6.988 |
| Hive | 4 | 96 | -8.167 | [-8.253, -8.075] | 8.167 |
| Hive | 5 | 96 | -9.181 | [-9.269, -9.091] | 9.181 |

Across the four source counts, the mean absolute gap is `13.068 dB` for the Original analogue and `7.414 dB` for the Hive analogue, an absolute reduction of `5.653 dB`. Both the sign and the magnitude vary across the source-count sweep; the result is not an exactly constant or zero measurement.

## Pair-control checks and destructive control

The producer recorded target reuse fraction `1.0` and SNR-vector reuse fraction `1.0` over all `384` main pairs. The destructive control makes both arms use the identical interferer set and identical gains. Its `n = 128` paired gaps are exactly `0.000 dB`, with bootstrap CI `[0.000, 0.000]`, as required when the only arm-level manipulation is removed. This control is intentionally zero; the main eight rows are nonzero and source-count dependent.

This is toy evidence for the paper's paired-gap mechanism. It does not claim to have reconstructed AudioSet PMI, the paper's approximately thirty target classes, the CLAP cosine filter, or the trained model outputs. The verdict is therefore `TOY`, not a checkpoint reproduction.

Source pin read before the run: arXiv `2601.22599v2`, PDF SHA-256 `ed630829d635d34dc993d78f478243247e9d84f264f6d9bc48f6d78b9d8d1705`; paper Table 6 and Appendix K. Toy output: `outputs/claim6_toy_results.json`.
