Upload folder using huggingface_hub
Browse files- index.html +6 -6
index.html
CHANGED
|
@@ -85,6 +85,12 @@
|
|
| 85 |
while pruning less promising branches before and after the tool execution.
|
| 86 |
</p>
|
| 87 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
</div>
|
| 89 |
</section>
|
| 90 |
|
|
@@ -152,12 +158,6 @@
|
|
| 152 |
</p>
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
-
|
| 156 |
-
<figure class="paper-figure reveal">
|
| 157 |
-
<img src="static/paper/comparison.png" alt="Concept comparison on a street photo asking how many wheels are in total: greedy-based planning commits to a single tool chain and answers incorrectly; search-based planning explores more tool branches but still returns a wrong count; ToolTree prunes branches before (pre-pruning) and after (post-pruning) execution and answers correctly.">
|
| 158 |
-
<figcaption>Comparison of ToolTree with greedy search and search-based tool planning. ToolTree chooses
|
| 159 |
-
the optimal tool trajectory and answers correctly with bidirectional pruning.</figcaption>
|
| 160 |
-
</figure>
|
| 161 |
</div>
|
| 162 |
</section>
|
| 163 |
|
|
|
|
| 85 |
while pruning less promising branches before and after the tool execution.
|
| 86 |
</p>
|
| 87 |
</div>
|
| 88 |
+
|
| 89 |
+
<figure class="paper-figure reveal">
|
| 90 |
+
<img src="static/paper/comparison.png" alt="Concept comparison on a street photo asking how many wheels are in total: greedy-based planning commits to a single tool chain and answers incorrectly; search-based planning explores more tool branches but still returns a wrong count; ToolTree prunes branches before (pre-pruning) and after (post-pruning) execution and answers correctly.">
|
| 91 |
+
<figcaption>Comparison of ToolTree with greedy search and search-based tool planning. ToolTree chooses
|
| 92 |
+
the optimal tool trajectory and answers correctly with bidirectional pruning.</figcaption>
|
| 93 |
+
</figure>
|
| 94 |
</div>
|
| 95 |
</section>
|
| 96 |
|
|
|
|
| 158 |
</p>
|
| 159 |
</div>
|
| 160 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
</div>
|
| 162 |
</section>
|
| 163 |
|