Plancraft
收藏资源简介:
Plancraft是由爱丁堡大学创建的多模态评估数据集,旨在测试LLM代理在Minecraft合成环境中的规划能力。该数据集包含文本和多模态接口,基于Minecraft的合成GUI,并集成了Minecraft Wiki作为知识库,用于评估工具使用和检索增强生成(RAG)能力。数据集包含1145个训练样本、570个验证样本和580个测试样本,总共有2295条数据,涵盖了从简单到复杂的合成任务。数据集的创建过程包括从Minecraft Wiki中提取合成配方,并通过Python实现合成逻辑和视觉表示。Plancraft的应用领域主要集中在LLM代理的规划能力评估,旨在解决代理在复杂环境中的决策和任务可行性判断问题。
Plancraft is a multimodal evaluation dataset developed by the University of Edinburgh, designed to test the planning capabilities of LLM agents in the synthetic Minecraft crafting environment. This dataset features textual and multimodal interfaces, is built upon Minecraft's crafting GUI, and integrates the Minecraft Wiki as a knowledge base to evaluate tool usage and Retrieval-Augmented Generation (RAG) capabilities. The dataset comprises 1,145 training samples, 570 validation samples, and 580 test samples, totaling 2,295 data entries, covering crafting tasks ranging from simple to complex. The development of Plancraft involves extracting crafting recipes from the Minecraft Wiki, and implementing crafting logic and visual representations using Python. The primary application scenarios of Plancraft focus on evaluating the planning capabilities of LLM agents, aiming to address issues related to agent decision-making and task feasibility judgment in complex environments.
Plancraft 数据集概述
数据集简介
Plancraft 是一个 Minecraft 环境和代理,专注于通过检索器进行规划的大型语言模型(LLM)代理的创新。
数据集内容
- 环境类:
PlancraftEnvironment类用于与环境交互,支持对库存进行操作,如移动物品和熔炼矿石。 - 评估器类:
Evaluator类用于评估代理在特定数据集上的性能,处理环境循环和模型交互,并保存评估结果和生成的图像。
数据集使用
- 安装:可以通过
pip install plancraft安装该包。 - 示例代码:提供了如何使用
PlancraftEnvironment和Evaluator类的示例代码。
数据集开发状态
- 开发状态:代码仍在积极开发和重构中,预计在 2025 年 1 月底发布正式版本。
数据集引用
bibtex @misc{dagan2024plancraftevaluationdatasetplanning, title={Plancraft: an evaluation dataset for planning with LLM agents}, author={Gautier Dagan and Frank Keller and Alex Lascarides}, year={2024}, eprint={2412.21033}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2412.21033}, }
Docker 支持
- Docker 镜像:提供了包含最新代码及其依赖的 Docker 镜像,可通过 Docker Hub 获取。




