-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
14 additions
and
8 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 |
---|---|---|
|
@@ -63,7 +63,7 @@ <h1 id="title-text"><img src="static/img/icon/logo.png" id="title-icon" alt="Age | |
|
||
<!-- the main body of the page --> | ||
<div class="centered-nav"> | ||
<a class="nav-button" href="#"> | ||
<a class="nav-button" href="http://arxiv.org/abs/2401.13178"> | ||
<img src="static/img/icon/paper_icon.png" alt="Paper">Paper | ||
</a> | ||
<a class="nav-button" href="https://github.com/hkust-nlp/AgentBoard/blob/main" class="ext-link" target="_blank"> | ||
|
@@ -136,7 +136,7 @@ <h2>Illustrative Overview</h2> | |
it provides <b>detailed analyses</b> for agent evaluation, as shown below. | ||
You may explore our dataset examples at <a class="ext-link" href="static/explore.html">Explore</a>, or check | ||
our <a | ||
class="ext-link" href="#" target="_blank">paper</a> for more details. | ||
class="ext-link" href="http://arxiv.org/abs/2401.13178" target="_blank">paper</a> for more details. | ||
</p> | ||
<div class="example-box"> | ||
<figure id="example-img"> | ||
|
@@ -161,21 +161,27 @@ <h2>Data</h2> | |
<div class="section"> | ||
<div id="citation" class="anchor"></div> | ||
<h2>Citation</h2> | ||
<!-- <p> | ||
If the paper, codes, or the dataset inspires you, please cite us: | ||
</p> --> | ||
<!-- <p>--> | ||
<!-- If the paper, codes, or the dataset inspires you, please cite us:--> | ||
<!-- </p>--> | ||
<pre class="bibtax"> | ||
|
||
@misc{ma2024agentboard, | ||
title={AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents}, | ||
author={Chang Ma and Junlei Zhang and Zhihao Zhu and Cheng Yang and Yujiu Yang and Yaohui Jin and Zhenzhong Lan and Lingpeng Kong and Junxian He}, | ||
year={2024}, | ||
eprint={2401.13178}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cs.CL} | ||
} | ||
</pre> | ||
<br> | ||
</div> | ||
|
||
<!-- Authors --> | ||
|
||
<!-- Contact --> | ||
<div class="section" id="contact"> | ||
<h2>Contact Us</h2> | ||
<p>Have any questions about AgentBoard? Please contact us through <a href="https://agentboard.slack.com/join/shared_invite/zt-28ks1f1er-DzpwLKa41p_RArKnu2yimA" class="ext-link" target="_blank">Slack</a> | ||
<p>Have any questions about AgentBoard? Please contact us at <a href="mailto:llmagentboard@gmail.com">[email protected]</a> | ||
or create an issue on <a | ||
href="https://github.com/hkust-nlp/AgentBoard" class="ext-link" target="_blank"> Github</a>. | ||
For potential collaboration, please contact <a href="mailto:[email protected]">[email protected]</a>. | ||
|