Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Languages: [English](README.md) | [Chinese](README.zh.md)

**GDPevo** is a public benchmark for evaluating agent self-evolution on real business work. The release contains 120 tasks across 12 task groups in CRM, ERP, and Finance; each group has one shared business environment, 5 train tasks, and 5 held-out test tasks. For the full motivation, construction pipeline, and findings, read the [project blog](https://prism-shadow.github.io/GDPevo/blog.html).
**GDPevo** is a public benchmark for evaluating agent self-evolution on real business work. The release contains 120 tasks across 12 task groups in customer relationship management (CRM), enterprise resource planning (ERP), and Finance; each group has one shared business environment, 5 train tasks, and 5 held-out test tasks. For the full motivation, construction pipeline, and findings, read the [project blog](https://prism-shadow.github.io/GDPevo/blog.html).

## Evaluation Results

Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

语言:[English](README.md) | [中文](README.zh.md)

**GDPevo** 是一个公开基准,用来评估智能体在真实企业任务上的自进化能力。当前版本包含 120 个任务,覆盖客户关系管理、企业资源计划和金融三类业务,共 12 个任务组;每个任务组都有一个共享业务环境、5 个训练任务和 5 个保留测试任务。完整动机、构建流程和结果分析见[项目博客](https://prism-shadow.github.io/GDPevo/blog.html)。
**GDPevo** 是一个公开基准,用来评估智能体在真实企业任务上的自进化能力。当前版本包含 120 个任务,覆盖客户关系管理(CRM)、企业资源计划(ERP)和金融三类业务,共 12 个任务组;每个任务组都有一个共享业务环境、5 个训练任务和 5 个保留测试任务。完整动机、构建流程和结果分析见[项目博客](https://prism-shadow.github.io/GDPevo/blog.html)。

## 评测结果

Expand All @@ -26,7 +26,7 @@

| 路径 | 内容 |
| --- | --- |
| [`data/`](data/) | 已发布的基准数据,包括任务组、共享环境、训练与测试任务、参考答案和规则评测器。 |
| [`data/`](data/) | 已发布的基准数据,包括任务组、共享环境、训练与测试任务、参考答案和基于规则的评测器。 |
| [`experiments/`](experiments/) | 已发布的评测结果、可复用评测工作区、报告文件和实验汇总表。 |
| [`site/`](site/) | 基准发布用的公开网站与博客。 |

Expand Down