-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ba6cbf
commit 239dc2e
Showing
1 changed file
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|