Skip to content

Commit

Permalink
fix: update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
consultantQ committed Oct 11, 2024
1 parent fc2bdd0 commit 0440680
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 21 deletions.
86 changes: 65 additions & 21 deletions WorFBench/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,11 @@ <h2 class="subtitle has-text-centered">
</div>
</section>


<!-- Abstract. -->
<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->

<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
Expand All @@ -334,13 +336,26 @@ <h2 class="title is-3">Abstract</h2>
</div>
</div>
</div>
<!--/ Abstract. -->
<br>
<br>
<!-- Paper Model. -->
</div>
</section>
<br>
<br>
<!--/ Abstract. -->

<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
<h1 class="title is-1 mmmu">
<span class="mmmu">WorFBench</span>
</h1>
</div>
</section>

<!-- Paper Model. -->
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">WorFBench</h2>
<h2 class="title is-3">Overview</h2>
<img id="model" width="100%" src="images/method.png">
<p class="has-text-centered">
Figure 2: <b>The overview framework of our WORFBENCH.</b>
Expand All @@ -353,15 +368,28 @@ <h2 class="title is-3">WorFBench</h2>
</p>
</div>
</div>
<br>
<br>
<!-- Paper Model. -->

</div>
</section>
<br>
<br>
<!-- Paper Model. -->

<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
<h1 class="title is-1 mmmu">
<span class="mmmu">Experiment Results</span>
</h1>
</div>
</section>

<!-- Paper Experiment Results -->
<section class="section">
<div class="container is-max-desktop">
<!-- Paper Main Results -->
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">Main Results</h2>
<img id="model" width="80%" src="images/main_result.jpg">
<img id="model" width="100%" src="images/main_result.jpg">
<p class="has-text-centered">
Table 1: <b>Main Results.</b> We evaluate all the models with identical carefully designed instructions and two-shot
examples. We categorize the models based on whether the models are open-source and their scales. The best
Expand All @@ -377,7 +405,7 @@ <h2 class="title is-3">Main Results</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">Analysis</h2>
<img id="model" width="50%" src="images/difficulty.jpg">
<img id="model" width="60%" src="images/difficulty.jpg">
<p class="has-text-centered">
Figure 3: <b>Performance Distribution of GPT-4.</b> The distribution of f1_chain for the number of nodes and the distribution of f1_graph for the number of edges.
</p>
Expand All @@ -387,7 +415,7 @@ <h2 class="title is-3">Analysis</h2>
Table 2: <b>Generalization Results</b> of fine-tuned (FT) models on held-out tasks compared to baselines.
</p>
<br>
<img id="model" width="30%" src="images/error.jpg">
<img id="model" width="35%" src="images/error.jpg">
<p class="has-text-centered">
Figure 4: <b>Error Statistics.</b> 1)
Granularity. The decomposition of subtasks does not meet the minimum
Expand All @@ -398,15 +426,29 @@ <h2 class="title is-3">Analysis</h2>
</p>
</div>
</div>
<br>
<br>
<!-- Paper Analysis. -->
</div>
</section>
<br>
<br>
<!-- Paper Experiment Results -->

<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
<h1 class="title is-1 mmmu">
<span class="mmmu">The Role of Workflow for Agent Planning</span>
</h1>
</div>
</section>

<!-- The Role of Workflow for Agent Planning -->
<!-- The Role of Workflow for Agent Planning -->
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">The Role of Workflow for Agent Planning</h2>
<img id="model" width="60%" src="images/e2e_embodied.jpg">
<h2 class="title is-3"> Enhance End-To-End Performance</h2>
<br>
<img id="model" width="70%" src="images/e2e_embodied.jpg">
<p class="has-text-centered">
Table 3: <b>End-to-end Performance</b> augmented by workflow as prior knowledge.
</p>
Expand Down Expand Up @@ -457,8 +499,11 @@ <h2 class="title is-3">The Role of Workflow for Agent Planning</h2>
</p>
</div>
<br>

<h2 class="title is-3"> Reduce End-To-End Inference-Time</h2>
<br>

<img id="model" width="60%" src="images/parallel.jpg">
<img id="model" width="70%" src="images/parallel.jpg">
<p class="has-text-centered">
Figure 6: <b>Average Task Execution Time</b> of linear ToolLlama and parallel ToolLlama.
</p>
Expand All @@ -482,7 +527,7 @@ <h2 class="title is-3">The Role of Workflow for Agent Planning</h2>
</div>
<br>

<img id="model" width="60%" src="images/steps.jpg">
<img id="model" width="70%" src="images/steps.jpg">
<p class="has-text-centered">
Table 4: <b>Average Planning Steps</b>.
</p>
Expand All @@ -504,7 +549,6 @@ <h2 class="title is-3">The Role of Workflow for Agent Planning</h2>
<!-- The Role of Workflow for Agent Planning -->
</div>
</section>

<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
Expand Down
4 changes: 4 additions & 0 deletions WorFBench/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ body {
font-variant: small-caps;
}

.mmmu {
font-variant: small-caps;
font-weight: bold;
}

.teaser .hero-body {
padding-top: 0;
Expand Down

0 comments on commit 0440680

Please sign in to comment.