Pleuron commited on
Commit
81974f6
·
verified ·
1 Parent(s): f662ec9

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. demo.html +3 -3
  2. static/paper/case3_tree.svg +197 -139
demo.html CHANGED
@@ -197,10 +197,10 @@
197
  <noscript><p style="max-width:720px;margin:24px auto;padding:12px 16px;background:#fef3c7;border:1px solid #d97706;border-radius:8px;font-size:14px">This interactive walkthrough requires JavaScript. The search mechanism it illustrates is documented on the <a href="index.html">project page</a> and in the <a href="https://github.com/SYang2000/ICLR_2026_ToolTree">repository README</a>.</p></noscript>
198
 
199
  <figure class="treefig" id="case3-tree">
200
- <img src="static/paper/case3_tree.svg" alt="Full search tree of Case 3: from the user query, ImageDescription, GoogleSearch, and Calculator branches carry pre- and post-evaluation scores; dashed boxes mark pruned candidate drafts, and a bold green path through ImageDescription, GoogleSearch, and Calculator leads to the final answer of 112.5 miles." width="1240" height="1000">
201
  <figcaption>Search tree of this case (reconstructed from the logged run): solid boxes are executed tool
202
- calls with their pre-/post-evaluation scores, dashed boxes are pruned candidate drafts, and the
203
- bold green path is the final highest-reward plan.</figcaption>
204
  </figure>
205
 
206
  <div id="app" style="display:none">
 
197
  <noscript><p style="max-width:720px;margin:24px auto;padding:12px 16px;background:#fef3c7;border:1px solid #d97706;border-radius:8px;font-size:14px">This interactive walkthrough requires JavaScript. The search mechanism it illustrates is documented on the <a href="index.html">project page</a> and in the <a href="https://github.com/SYang2000/ICLR_2026_ToolTree">repository README</a>.</p></noscript>
198
 
199
  <figure class="treefig" id="case3-tree">
200
+ <img src="static/paper/case3_tree.svg" alt="Full search tree of Case 3: from the user query, ImageDescription, GoogleSearch, and Calculator branches carry pre- and post-evaluation scores; dashed boxes mark pruned and duplicate (skipped) candidate drafts, and a bold green path through ImageDescription, GoogleSearch, and Calculator leads to the final answer of 112.5 miles." width="3716" height="1180">
201
  <figcaption>Search tree of this case (reconstructed from the logged run): solid boxes are executed tool
202
+ calls with their pre-/post-evaluation scores, dashed boxes are pruned or duplicate (skipped)
203
+ candidate drafts, and the bold green path is the final highest-reward plan.</figcaption>
204
  </figure>
205
 
206
  <div id="app" style="display:none">
static/paper/case3_tree.svg CHANGED