Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
schwettmann authored Apr 10, 2024
1 parent e6561fa commit b0ffe20
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,16 @@ <h1 class="title is-1 publication-title">A Multimodal Automated Interpretability
</div>
</div>
</section>


<section class="section" style="margin-top: -5px; margin-bottom:-5px">
<div class="container is-max-desktop">
<div style="text-align: center;">
<p>Understanding an AI system can take many forms. For instance, we might want to know when and how the system relies on sensitive or spurious features, identify systematic errors in its predictions, or learn how to modify the training data and model architecture to improve accuracy and robustness. Today, answering these types of questions often involves significant effort on the part of researchers: synthesizing the outcomes of different experiments that use a variety of tools.</p><br>
<p><h3 class="title is-4">Can an interpretability agent automate this process of experimenting on a system to explain its behavhior?</h3></p>
</div>
</div>
</section>

<section class="hero teaser" style="margin-top: -5px;">
<div class="container is-max-desktop">
<div class="hero-body">
Expand All @@ -110,15 +119,6 @@ <h1 class="title is-1 publication-title">A Multimodal Automated Interpretability
</div>
</section>

<section class="section" style="margin-top: -5px; margin-bottom:-5px">
<div class="container is-max-desktop">
<div style="text-align: center;">
<p>Answering an interpretability query often involves synthesizing the outcomes of different experiments that use a variety of tools.</p><br>
<p><h3 class="title is-4">Can an interpretability agent automate this process of experimenting on a system to explain its behavhior?</h3></p>
</div>
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
Expand All @@ -144,7 +144,7 @@ <h2 class="title is-3 has-text-centered">MAIA</h2>
<section class="hero teaser" style="margin-top: -5px;">
<div class="container is-max-desktop">
<div class="hero-body">
<h2 class="title is-3 has-text-centered">MAIA Experiments</h2>
<h2 class="title is-3 has-text-centered">MAIA Tools</h2>
<div class="content" style="text-align: left;">
<p>MAIA composes interpretability subroutines into python programs to answer user queries about a system. What kind of experiments does MAIA design? Below we highlight example usage of individual tools to run experiments on neurons inside common vision architectures (CLIP, ResNet, DINO). These are experimental excerpts intended to demonstrate tool use (often, MAIA runs many more experiments to reach its final conclusion!) For full experiment logs, check out our interactive [neuron viewer]. </p>
</div>
Expand Down

0 comments on commit b0ffe20

Please sign in to comment.