proc-gen-environments
收藏资源简介:
Atmosphere数据集是一个用于训练和评估智能代理(AI Agent)的结构化环境模拟数据集。它模拟了一个典型的企业工作空间,包含多种互动的数据实体和可用的工具操作。数据集的核心构成包括:1. **工具模式**:定义了一系列代理可以调用的工具,如搜索电子邮件、发送邮件、创建日历事件、更新客户信息、添加项目任务、记录网站访客等,每个工具都有详细的参数模式描述。2. **状态模式**:定义了环境状态的完整数据结构,涵盖日历事件、客户档案、员工目录、电子邮件、项目任务和网站访客记录等多个实体类型,这些实体通过属性相互关联,构成动态可操作的环境状态。3. **场景与上下文**:提供了丰富的元数据来描述特定场景,包括行业背景、公司名称、场景描述、宇宙背景上下文以及用于引导代理行为的系统提示模板。4. **评估信息**:部分配置包含对代理表现的批判性评估分数、评论文本以及评估轮次,表明该数据集可用于对代理决策进行基准测试。5. **数据规模与形式**:以配置文件形式组织,包含训练分割,共有10个示例,本质上提供了一个高度结构化、基于模式的模拟环境,旨在支持对AI代理在多步骤任务规划、工具使用、状态理解与更新等方面的能力进行研究和开发。
The Atmosphere Dataset is a structured environment simulation dataset for training and evaluating AI Agents. It simulates a typical corporate workspace that encompasses multiple interactive data entities and available tool operations. The core components of the dataset are as follows: 1. **Tool Schema**: Defines a series of tools that agents can invoke, such as searching emails, sending emails, creating calendar events, updating customer information, adding project tasks, logging website visitors, etc. Each tool has a detailed parameter schema description. 2. **State Schema**: Defines the complete data structure of the environment state, covering multiple entity types including calendar events, customer profiles, employee directories, emails, project tasks and website visitor records. These entities are interrelated via attributes, forming a dynamic and operable environmental state. 3. **Scenarios and Contexts**: The dataset provides rich metadata to describe specific scenarios, including industry background, company name, scenario description, cosmic background context, and system prompt templates for guiding agent behavior. 4. **Evaluation Information**: Some configurations include critical evaluation scores, comment texts and evaluation rounds for agent performance, indicating that this dataset can be used for benchmarking agent decision-making. 5. **Data Scale and Format**: The dataset is organized in the form of configuration files, including training splits, with a total of 10 examples. Essentially, it provides a highly structured, schema-based simulation environment aimed at supporting research and development of AI Agent capabilities in multi-step task planning, tool usage, state understanding and updating, and other related aspects.
- 数据集名称: proc-gen-environments
- 数据集来源: geodesic-research
- 数据集地址: https://huggingface.co/datasets/geodesic-research/proc-gen-environments
数据集概述
该数据集包含两种配置(config_name),分别是 atmosphere 和 atmosphere-workspace。以下总结基于 atmosphere 配置的信息。
数据特征 (Features)
数据集包含以下核心特征字段:
- tool_schemas: 工具结构定义,包含名称(name)、描述(description)和参数(parameters),参数包括类型(type)、属性(properties,如 query、email_id、recipient、subject、body、event_id、name、start、duration_minutes、participants、location、email、product_interest、phone、notes、customer_id、status、task_id、board、description、due_date、list_name、page_url、visitor_id 等)、必需参数(required)及是否允许附加属性(additionalProperties)。
- tool_summaries: 工具摘要,包括名称(name)、描述(description)和关键参数(key_parameters)。
- state_schema: 状态模式定义,包含 $defs(定义了 CalendarEvent、Customer、DirectoryEntry、Email、ProjectTask、Visitor 等子模式)和 properties(包括 emails、events、customers、tasks、visitors、directory 等列表属性)。
- fixed_fields: 固定字段,包括用户ID(user_id)、用户名(user_name)和当前日期时间(current_datetime,含格式和描述)。
- environment: 环境类型(字符串)。
- scenario_id: 场景ID(字符串)。
- industry: 行业(字符串)。
- company_name: 公司名称(字符串)。
- one_liner: 一句话描述(字符串)。
- scenario_description: 场景描述(字符串)。
- universe_context: 宇宙上下文(字符串)。
- system_prompt_template: 系统提示模板(字符串)。
- critique_scores: 评论分数(字符串)。
- critique_text: 评论文本(字符串)。
- critique_rounds_used: 使用的评论轮次(int64)。
- atmosphere_state_prose: 状态散文描述(字符串)。
数据分割 (Splits)
- train: 包含 10 个样本,占用字节 757,285。
数据集大小
- 下载大小: 537,154 字节
- 数据集总大小: 757,285 字节




