YANG-Cheng
commited on
Commit
•
990b1ff
1
Parent(s):
789c325
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,10 @@ pretty_name: AgentBoard
|
|
61 |
---
|
62 |
|
63 |
|
64 |
-
|
|
|
|
|
|
|
65 |
|
66 |
# Dataset Card for AgentBoard
|
67 |
This is the official dataset repository of [AgentBoard]().
|
@@ -202,7 +205,7 @@ Details of the data fields are as follows:
|
|
202 |
| `task` | The task name of the example, e.g. `alfworld`, `babyai`, `jericho`, `pddl`, `scienceworld`, `tool-operation`, `tool-query`, `webarena`, `webshop`. |
|
203 |
| `id` | The id of the example. |
|
204 |
| `goal` | The goal of the example. |
|
205 |
-
| `subgoals` | The subgoals of the example. |
|
206 |
| `difficulty` | The difficulty of the example, e.g. `easy`, `hard`. |
|
207 |
| `additional_info` | The additional information of the example, each example has its own additional information. |
|
208 |
|
|
|
61 |
---
|
62 |
|
63 |
|
64 |
+
<div align="center">
|
65 |
+
<img src="./assets/agentboard.png" style="width: 20%;height: 10%">
|
66 |
+
<h1> AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents </h1>
|
67 |
+
</div>
|
68 |
|
69 |
# Dataset Card for AgentBoard
|
70 |
This is the official dataset repository of [AgentBoard]().
|
|
|
205 |
| `task` | The task name of the example, e.g. `alfworld`, `babyai`, `jericho`, `pddl`, `scienceworld`, `tool-operation`, `tool-query`, `webarena`, `webshop`. |
|
206 |
| `id` | The id of the example. |
|
207 |
| `goal` | The goal of the example. |
|
208 |
+
| `subgoals` | The subgoals of the example which adopts subgoal as progress rate metric. |
|
209 |
| `difficulty` | The difficulty of the example, e.g. `easy`, `hard`. |
|
210 |
| `additional_info` | The additional information of the example, each example has its own additional information. |
|
211 |
|