Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -56,4 +56,34 @@ configs:
|
|
| 56 |
data_files:
|
| 57 |
- split: train
|
| 58 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
data_files:
|
| 57 |
- split: train
|
| 58 |
path: data/train-*
|
| 59 |
+
tags:
|
| 60 |
+
- code
|
| 61 |
+
- agents
|
| 62 |
+
- github
|
| 63 |
+
- swe
|
| 64 |
+
- trajectories
|
| 65 |
+
- planning
|
| 66 |
+
license: other
|
| 67 |
+
language:
|
| 68 |
+
- code
|
| 69 |
+
- en
|
| 70 |
+
size_categories:
|
| 71 |
+
- 10K<n<100K
|
| 72 |
+
task_categories:
|
| 73 |
+
- text-generation
|
| 74 |
+
pretty_name: GitHub PR Agent Trajectories
|
| 75 |
---
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
## Description
|
| 79 |
+
|
| 80 |
+
Reconstructed multi-step agent trajectories for resolving public GitHub PRs: a `plan` of subtasks and per-subtask `subagents` with scoped files and solution diffs.
|
| 81 |
+
|
| 82 |
+
> Derived dataset. Source material retains its original per-item licence (see `source`/`repo` columns); treat as **other / mixed**. Provided as-is.
|
| 83 |
+
|
| 84 |
+
## Usage
|
| 85 |
+
|
| 86 |
+
```python
|
| 87 |
+
from datasets import load_dataset
|
| 88 |
+
ds = load_dataset("PotatoHD/github-pr-agent-trajectories")
|
| 89 |
+
```
|