Skip to content

Commit 4cc3e26

Browse files
authored
Update index.html
1 parent d5a681a commit 4cc3e26

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,36 @@ <h3 class="title is-4 has-text-centered">Result Summary</h3>
483483
</div>
484484
</section>
485485

486+
487+
<section id="implications" class="section">
488+
<div class="container is-max-desktop">
489+
<h2 class="title is-3 has-text-centered">🧭 Implications & Future Work</h2>
490+
491+
<div class="content has-text-justified" style="max-width: 880px; margin: 0 auto;">
492+
493+
<h3 class="title is-5">🧠 Implications for Cognitive AI</h3>
494+
<ul>
495+
<li><strong>Emergent Congruency:</strong> The classic Stroop and Flanker effects emerge even in untrained models, suggesting interference control arises from foundational pretraining dynamics.</li>
496+
<li><strong>Limits of Scaling:</strong> Even 110B-parameter models fail on deeply nested conflicts, pointing to architectural or training regime bottlenecks beyond sheer size.</li>
497+
<li><strong>Shared Control Mechanisms:</strong> Strong correlations between letter- and number-Flanker scores (r = 0.96) support the idea of a unified control construct within VLMs.</li>
498+
</ul>
499+
500+
<h3 class="title is-5">🔍 Open Questions</h3>
501+
<ul>
502+
<li>How do specific aspects of pretraining data influence the emergence of conflict control?</li>
503+
<li>What inductive biases or training interventions are needed to overcome hierarchical interference?</li>
504+
<li>Can VLMs develop temporally extended control structures analogous to executive functions?</li>
505+
</ul>
506+
507+
<h3 class="title is-5">🧪 Methodological Contribution</h3>
508+
<p>
509+
This study introduces a psychophysics-inspired paradigm for evaluating control behavior in VLMs.
510+
By using tightly controlled stimuli and separating standard vs. hierarchical conflict, we provide
511+
mechanistic insights and open a new path toward studying cognitive control in AI systems.
512+
</p>
513+
</div>
514+
</div>
515+
</section>
486516

487517

488518

0 commit comments

Comments
 (0)