GTA
收藏资源简介:
GTA数据集由上海交通大学和上海人工智能实验室联合创建,专注于评估大型语言模型在真实世界场景中的工具使用能力。该数据集包含229个由人类设计的真实用户查询任务,涉及多模态输入和实际部署的工具。创建过程中,数据集确保了查询的真实性和工具的可执行性,旨在揭示LLMs在复杂任务中的实际问题解决能力,特别是在感知、操作、逻辑和创造性任务中的应用。
The GTA Dataset was jointly developed by Shanghai Jiao Tong University and Shanghai AI Laboratory, focusing on evaluating the tool-use capabilities of large language models (LLMs) in real-world scenarios. This dataset includes 229 real-world user query tasks designed by humans, involving multimodal inputs and practically deployed tools. During its construction, the dataset guarantees the authenticity of the queries and the executability of the tools, with the goal of revealing the practical problem-solving abilities of LLMs in complex tasks, especially their applications in perceptual, operational, logical, and creative tasks.
GTA: A Benchmark for General Tool Agents
🌟 Introduction
GTA是一个用于评估基于大型语言模型(LLM)的代理在现实场景中使用工具能力的基准。其主要特点包括:
- 真实用户查询:包含229个人类编写的查询,具有简单的现实世界目标但隐含工具使用,需要LLM推理合适的工具并规划解决方案步骤。
- 真实部署工具:提供一个评估平台,配备感知、操作、逻辑和创造力类别的工具,以评估代理的实际任务执行性能。
- 真实多模态输入:每个查询附带真实的图像文件,如空间场景、网页截图、表格、代码片段和印刷/手写材料,作为查询上下文,以紧密对齐现实世界场景。
📚 Dataset Statistics
GTA包含总共229个问题。每个问题涉及的工具数量从1到4不等,解决问题所需的步骤从2到8步不等。
🏆 Leader Board
GTA评估语言模型的两种模式:
- 逐步骤模式:评估模型的细粒度工具使用能力。使用四个指标:InstAcc(指令跟随准确性)、ToolAcc(工具选择准确性)、ArgAcc(参数预测准确性)和SummAcc(答案总结准确性)。
- 端到端模式:反映工具代理的实际任务执行性能。使用AnsAcc(最终答案准确性)来衡量执行结果的准确性,并计算四个F1分数(P、L、O、C)在感知、操作、逻辑和创造力类别中,以衡量工具选择能力。
以下是各种LLM在GTA上的性能:
| Models | Inst | Tool | Arg | Summ | P | O | L | C | Ans |
|---|---|---|---|---|---|---|---|---|---|
| 💛 API-based | |||||||||
| gpt-4-1106-preview | 85.19 | 61.4 | 37.88 | 75 | 67.61 | 64.61 | 74.73 | 89.55 | 46.59 |
| gpt-4o | 86.42 | 70.38 | 35.19 | 72.77 | 75.56 | 80 | 78.75 | 82.35 | 41.52 |
| gpt-3.5-turbo | 67.63 | 42.91 | 20.83 | 60.24 | 58.99 | 62.5 | 59.85 | 97.3 | 23.62 |
| claude3-opus | 64.75 | 54.4 | 17.59 | 73.81 | 41.69 | 63.23 | 46.41 | 42.1 | 23.44 |
| mistral-large | 58.98 | 38.42 | 11.13 | 68.03 | 19.17 | 30.05 | 26.85 | 38.89 | 17.06 |
| 💚 Open-source | |||||||||
| qwen1.5-72b-chat | 48.83 | 24.96 | 7.9 | 68.7 | 12.41 | 11.76 | 21.16 | 5.13 | 13.32 |
| qwen1.5-14b-chat | 42.25 | 18.85 | 6.28 | 60.06 | 19.93 | 23.4 | 39.83 | 25.45 | 12.42 |
| qwen1.5-7b-chat | 29.77 | 7.36 | 0.18 | 49.38 | 0 | 13.95 | 16.22 | 36 | 10.56 |
| mixtral-8x7b-instruct | 28.67 | 12.03 | 0.36 | 54.21 | 2.19 | 34.69 | 37.68 | 42.55 | 9.77 |
| deepseek-llm-67b-chat | 9.05 | 23.34 | 0.18 | 11.51 | 14.72 | 23.19 | 22.22 | 27.42 | 9.51 |
| llama3-70b-instruct | 47.6 | 36.8 | 4.31 | 69.06 | 32.37 | 22.37 | 36.48 | 31.86 | 8.32 |
| mistral-7b-instruct | 26.75 | 10.05 | 0 | 51.06 | 13.75 | 33.66 | 35.58 | 31.11 | 7.37 |
| deepseek-llm-7b-chat | 10.56 | 16.16 | 0.18 | 18.27 | 20.81 | 15.22 | 31.3 | 37.29 | 4 |
| yi-34b-chat | 23.23 | 10.77 | 0 | 34.99 | 11.6 | 11.76 | 12.97 | 5.13 | 3.21 |
| llama3-8b-instruct | 45.95 | 11.31 | 0 | 36.88 | 19.07 | 23.23 | 29.83 | 42.86 | 3.1 |
| yi-6b-chat | 21.26 | 14.72 | 0 | 32.54 | 1.47 | 0 | 1.18 | 0 | 0.58 |

- 1GTA: A Benchmark for General Tool Agents上海交通大学 上海人工智能实验室 · 2024年



