Update README with contribution guide and full schema
Browse files
README.md
CHANGED
|
@@ -10,74 +10,6 @@ tags:
|
|
| 10 |
- agent-evaluation
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
-
dataset_info:
|
| 14 |
-
features:
|
| 15 |
-
- name: agent
|
| 16 |
-
dtype: large_string
|
| 17 |
-
- name: agent_name
|
| 18 |
-
dtype: large_string
|
| 19 |
-
- name: average_action_count
|
| 20 |
-
dtype: float64
|
| 21 |
-
- name: average_agent_cost
|
| 22 |
-
dtype: float64
|
| 23 |
-
- name: average_benchmark_cost
|
| 24 |
-
dtype: float64
|
| 25 |
-
- name: average_invalid_action_count
|
| 26 |
-
dtype: float64
|
| 27 |
-
- name: average_invalid_action_percent
|
| 28 |
-
dtype: float64
|
| 29 |
-
- name: average_score
|
| 30 |
-
dtype: float64
|
| 31 |
-
- name: average_steps
|
| 32 |
-
dtype: float64
|
| 33 |
-
- name: benchmark
|
| 34 |
-
dtype: large_string
|
| 35 |
-
- name: benchmark_name
|
| 36 |
-
dtype: large_string
|
| 37 |
-
- name: benchmark_score
|
| 38 |
-
dtype: float64
|
| 39 |
-
- name: completed_sessions
|
| 40 |
-
dtype: float64
|
| 41 |
-
- name: incomplete_sessions
|
| 42 |
-
dtype: float64
|
| 43 |
-
- name: missing_sessions
|
| 44 |
-
dtype: float64
|
| 45 |
-
- name: model
|
| 46 |
-
dtype: large_string
|
| 47 |
-
- name: model_name
|
| 48 |
-
dtype: large_string
|
| 49 |
-
- name: percent_error
|
| 50 |
-
dtype: float64
|
| 51 |
-
- name: percent_finished
|
| 52 |
-
dtype: float64
|
| 53 |
-
- name: percent_finished_successful
|
| 54 |
-
dtype: float64
|
| 55 |
-
- name: percent_finished_unsuccessful
|
| 56 |
-
dtype: float64
|
| 57 |
-
- name: percent_successful
|
| 58 |
-
dtype: float64
|
| 59 |
-
- name: percent_unfinished
|
| 60 |
-
dtype: float64
|
| 61 |
-
- name: planned_sessions
|
| 62 |
-
dtype: int64
|
| 63 |
-
- name: subset_name
|
| 64 |
-
dtype: large_string
|
| 65 |
-
- name: successful_sessions
|
| 66 |
-
dtype: int64
|
| 67 |
-
- name: total_agent_cost
|
| 68 |
-
dtype: float64
|
| 69 |
-
- name: total_benchmark_cost
|
| 70 |
-
dtype: float64
|
| 71 |
-
- name: total_run_cost
|
| 72 |
-
dtype: float64
|
| 73 |
-
- name: total_sessions
|
| 74 |
-
dtype: int64
|
| 75 |
-
splits:
|
| 76 |
-
- name: train
|
| 77 |
-
num_bytes: 32724
|
| 78 |
-
num_examples: 90
|
| 79 |
-
download_size: 22410
|
| 80 |
-
dataset_size: 32724
|
| 81 |
configs:
|
| 82 |
- config_name: default
|
| 83 |
data_files:
|
|
@@ -89,21 +21,24 @@ configs:
|
|
| 89 |
|
| 90 |
Detailed evaluation results for general-purpose AI agents across diverse real-world benchmarks — without domain-specific tuning.
|
| 91 |
|
| 92 |
-
- **Leaderboard**: [
|
| 93 |
-
- **Website**: [exgentic.
|
| 94 |
- **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)
|
|
|
|
| 95 |
- **License**: [CDLA-Permissive-2.0](https://cdla.dev/permissive-2-0/)
|
| 96 |
|
| 97 |
## Benchmarks
|
| 98 |
|
| 99 |
-
| Benchmark | Description |
|
| 100 |
-
|-----------|-------------|
|
| 101 |
-
| AppWorld | App-based task completion in simulated smartphone environments |
|
| 102 |
-
| BrowseComp+ | Web browsing and complex information retrieval |
|
| 103 |
-
| SWE-bench | Software engineering issue resolution on real GitHub repos |
|
| 104 |
-
| TauBench-Airline | Customer service agent evaluation (airline domain) |
|
| 105 |
-
| TauBench-Retail | Customer service agent evaluation (retail domain) |
|
| 106 |
-
| TauBench-Telecom | Customer service agent evaluation (telecom domain) |
|
|
|
|
|
|
|
| 107 |
|
| 108 |
## Agents Evaluated
|
| 109 |
|
|
@@ -113,14 +48,51 @@ Detailed evaluation results for general-purpose AI agents across diverse real-wo
|
|
| 113 |
| OpenAI Solo | [openai-agents-python](https://github.com/openai/openai-agents-python) |
|
| 114 |
| Smolagent | [smolagents](https://github.com/huggingface/smolagents) |
|
| 115 |
| React | [litellm](https://github.com/BerriAI/litellm) |
|
| 116 |
-
| React + Shortlisting | [litellm](https://github.com/BerriAI/litellm) |
|
| 117 |
|
| 118 |
## Models
|
| 119 |
|
| 120 |
-
Results are reported for each agent × model combination: **Claude Opus 4.5**, **Gemini
|
| 121 |
|
| 122 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- agent-evaluation
|
| 11 |
language:
|
| 12 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
configs:
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
|
|
|
| 21 |
|
| 22 |
Detailed evaluation results for general-purpose AI agents across diverse real-world benchmarks — without domain-specific tuning.
|
| 23 |
|
| 24 |
+
- **Leaderboard**: [open-agent-leaderboard/leaderboard](https://huggingface.co/spaces/open-agent-leaderboard/leaderboard)
|
| 25 |
+
- **Website**: [exgentic.ai](https://www.exgentic.ai)
|
| 26 |
- **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)
|
| 27 |
+
- **GitHub**: [Exgentic/exgentic](https://github.com/Exgentic/exgentic)
|
| 28 |
- **License**: [CDLA-Permissive-2.0](https://cdla.dev/permissive-2-0/)
|
| 29 |
|
| 30 |
## Benchmarks
|
| 31 |
|
| 32 |
+
| Benchmark | Task ID | Description |
|
| 33 |
+
|-----------|---------|-------------|
|
| 34 |
+
| AppWorld | `appworld` | App-based task completion in simulated smartphone environments |
|
| 35 |
+
| BrowseComp+ | `browsecomp_plus` | Web browsing and complex information retrieval |
|
| 36 |
+
| SWE-bench | `swebench` | Software engineering issue resolution on real GitHub repos |
|
| 37 |
+
| TauBench-Airline | `taubench_airline` | Customer service agent evaluation (airline domain) |
|
| 38 |
+
| TauBench-Retail | `taubench_retail` | Customer service agent evaluation (retail domain) |
|
| 39 |
+
| TauBench-Telecom | `taubench_telecom` | Customer service agent evaluation (telecom domain) |
|
| 40 |
+
|
| 41 |
+
The `overall` score is a weighted average: each TauBench sub-task gets 1/12 weight (1/4 total for TauBench), all others get 1/4 each.
|
| 42 |
|
| 43 |
## Agents Evaluated
|
| 44 |
|
|
|
|
| 48 |
| OpenAI Solo | [openai-agents-python](https://github.com/openai/openai-agents-python) |
|
| 49 |
| Smolagent | [smolagents](https://github.com/huggingface/smolagents) |
|
| 50 |
| React | [litellm](https://github.com/BerriAI/litellm) |
|
| 51 |
+
| React + Shortlisting | [litellm](https://github.com/BerriAI/litellm) + [exgentic](https://github.com/Exgentic/exgentic) |
|
| 52 |
|
| 53 |
## Models
|
| 54 |
|
| 55 |
+
Results are reported for each agent × model combination: **Claude Opus 4.5**, **Gemini 3 Pro**, **GPT-5.2**, **DeepSeek V3.2**, **Kimi K2.5**.
|
| 56 |
|
| 57 |
+
## Submitting new results
|
| 58 |
+
|
| 59 |
+
This dataset is the source of truth for the Open Agent Leaderboard. To add results for a new model, agent, or benchmark:
|
| 60 |
+
|
| 61 |
+
1. **Run evaluations** using the [Exgentic framework](https://github.com/Exgentic/exgentic)
|
| 62 |
+
2. **Open a PR** on this dataset adding your rows to the parquet file in `data/`
|
| 63 |
|
| 64 |
+
Each row represents one (agent, model, benchmark) combination. Required fields:
|
| 65 |
+
|
| 66 |
+
| Field | Description |
|
| 67 |
+
|-------|-------------|
|
| 68 |
+
| `agent` | Agent identifier (e.g., `claude_code`) |
|
| 69 |
+
| `agent_name` | Display name (e.g., `Claude Code CLI`) |
|
| 70 |
+
| `model` | Model identifier (e.g., `openai_Azure_DeepSeek-V3.2`) |
|
| 71 |
+
| `model_name` | Display name (e.g., `openai/azure/DeepSeek-V3.2`) |
|
| 72 |
+
| `benchmark` | Benchmark identifier (e.g., `swebench`) |
|
| 73 |
+
| `benchmark_name` | Display name (e.g., `SWE-bench`) |
|
| 74 |
+
| `benchmark_score` | Primary score (0-1) |
|
| 75 |
+
| `planned_sessions` | Number of tasks attempted |
|
| 76 |
+
| `total_sessions` | Number of sessions completed |
|
| 77 |
+
| `successful_sessions` | Number of sessions that passed |
|
| 78 |
+
|
| 79 |
+
See the existing data for the full schema and examples.
|
| 80 |
+
|
| 81 |
+
## Schema
|
| 82 |
|
| 83 |
+
| Column | Type | Description |
|
| 84 |
+
|--------|------|-------------|
|
| 85 |
+
| `agent` / `agent_name` | string | Agent identifier and display name |
|
| 86 |
+
| `model` / `model_name` | string | Model identifier and display name |
|
| 87 |
+
| `benchmark` / `benchmark_name` | string | Benchmark identifier and display name |
|
| 88 |
+
| `benchmark_score` | float | Primary success rate (0-1) |
|
| 89 |
+
| `average_score` | float | Average score across sessions |
|
| 90 |
+
| `average_agent_cost` | float | Average cost per task (USD) |
|
| 91 |
+
| `average_steps` | float | Average number of agent steps per task |
|
| 92 |
+
| `average_action_count` | float | Average number of actions per task |
|
| 93 |
+
| `average_invalid_action_count` | float | Average invalid actions per task |
|
| 94 |
+
| `percent_successful` | float | Fraction of tasks that succeeded |
|
| 95 |
+
| `percent_finished` | float | Fraction of tasks that completed (success or fail) |
|
| 96 |
+
| `percent_error` | float | Fraction of tasks that errored |
|
| 97 |
+
| `total_agent_cost` | float | Total cost across all tasks (USD) |
|
| 98 |
+
| `planned_sessions` / `total_sessions` / `successful_sessions` | int | Session counts |
|