Grets commited on
Commit
5a72fd0
·
verified ·
1 Parent(s): f7e970e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -212,10 +212,10 @@
212
  </ul>
213
  <details class="card" style="margin-top:1rem">
214
  <summary><strong>Method (short)</strong></summary>
215
- <ol>
216
- <li>For each clip, run models on A, V, and AV variants with the same instructionstyle prompt.</li>
217
  <li>Decode model outputs into <code>{object, material, outcome}</code> and compare against labels.</li>
218
- <li>Compute accuracy per task and crossmodal gain per clip and on average.</li>
219
  </ol>
220
  </details>
221
  </section>
 
212
  </ul>
213
  <details class="card" style="margin-top:1rem">
214
  <summary><strong>Method (short)</strong></summary>
215
+ <ol>
216
+ <li>For each clip, run models on A, V, and AV variants with the same instruction-style prompt.</li>
217
  <li>Decode model outputs into <code>{object, material, outcome}</code> and compare against labels.</li>
218
+ <li>Compute per-task Top-1 and Top-5 accuracy and cross-modal gain per clip and in aggregate; additionally report calibration/confidence metrics (ECE, Brier, margin, entropy, Top-1 probability) and probing-based audio reliance via fixed cue selection and A/V/AV consistency; all metrics computed on the paired clip set (A&cap;V&cap;AV) with 95% confidence intervals.</li>
219
  </ol>
220
  </details>
221
  </section>