Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lr-tsinghua11 committed Oct 20, 2023
1 parent 7ba6cbf commit 239dc2e
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,57 +83,48 @@ <h1 class="title is-1 publication-title">
<span class="author-block">
<a href="mailto:[email protected]" target="_blank"
>Aohan Zeng</a
><sup></sup
><sup>§</sup
><sup>*</sup>,</span
><sup></sup><sup>§</sup><sup>*</sup>,</span
>
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Mingdao Liu</a
><sup></sup
><sup>*</sup>,
><sup></sup><sup>*</sup>,
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Rui Lu</a
><sup></sup
><sup>*</sup>,
><sup></sup><sup>*</sup>,
</span>
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Bowen Wang</a
><sup></sup
>,
><sup></sup>,
</span>
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Xiao Liu</a
><sup></sup
><sup>§</sup
>,
><sup></sup><sup>§</sup>,
</span>
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Yuxiao Dong</a
><sup></sup
>,
><sup></sup>,
</span>
<span class="author-block">
<a
href="mailto:[email protected]"
target="_blank"
>Jie Tang</a
><sup></sup
>
><sup></sup>
</span>
</span>
</div>
Expand All @@ -142,9 +133,14 @@ <h1 class="title is-1 publication-title">
<span class="author-block">
<sup></sup>Tsinghua University, <sup>§</sup>Zhipu.AI
<span class="eql-cntrb"
><small><br /><sup>*</sup>Equal contirubtion</small></span
><small><br /><sup>*</sup>Equal contribution</small></span
>
<span class="eql-cntrb internship"
><small
><br /><sup>1</sup>Work is done during the internship in
Zhipu.AI of Mingdao Liu, Rui Lu, Bowen Wang</small
></span
>
<span class="eql-cntrb internship"><small><br><sup>1</sup>Work is done during the internship in Zhipu.AI of Mingdao Liu, Rui Lu, Bowen Wang</small></span>
<!-- <br/><span class="author-block"><a href="mailto:[email protected]">[email protected]</a>
, <a href="mailto:[email protected]">[email protected]</a> </span> -->
</span>
Expand Down Expand Up @@ -767,7 +763,15 @@ <h2 class="title is-3">Case Study</h2>
</div>
</center>
<br />
<p>Comparison case study on ALFWorld and Knowledge Graph between Llama-2-70b-chat and AgentLM-70B. (a) For the ALFWorld task, Llama-2-70b-chat repeated the same action ultimately failing to complete the task, while Agent-70B adjusted its actions after a failure. (b) For the Knowledge Graph task, Llama-2-70b-chat refused to fix the function call and instead demanded the user to implement the function upon encountering a error. In contrast, AgentLM-70B provided the correct function call.
<p>
Comparison case study on ALFWorld and Knowledge Graph between
Llama-2-70b-chat and AgentLM-70B. (a) For the ALFWorld task,
Llama-2-70b-chat repeated the same action ultimately failing to
complete the task, while Agent-70B adjusted its actions after a
failure. (b) For the Knowledge Graph task, Llama-2-70b-chat refused
to fix the function call and instead demanded the user to implement
the function upon encountering a error. In contrast, AgentLM-70B
provided the correct function call.
</p>
</div>
</div>
Expand Down

0 comments on commit 239dc2e

Please sign in to comment.