ayanami-kitasan/swe-pruner-pro-training-corpus

Dataset

0

stars

6

commits

1

linked in READMEs

Jul 22, 2026

updated

code-agents
context-pruning
line-level-annotation
swe-bench

README

SWE-Pruner Pro Training Corpus

Training data for SWE-Pruner Pro, a lightweight in-agent context pruner for long-horizon coding agents.

Overview

  • 22,609 samples of line-level keep/prune annotations on coding agent tool responses
  • Annotated by Claude Sonnet 4.6 with reasoning and confidence
  • Source trajectories from ByteDance-Seed/Multi-SWE-bench_trajs

Fields

FieldDescription
instance_idSWE-bench instance identifier
step_idxStep index within the trajectory
tool_callThe agent tool call that produced the response
tool_responseRaw tool response (to be pruned)
kept_fragsLine ranges marked as "keep"
total_linesTotal lines in tool_response
historyPreceding conversation context
next_turnThe agent's next action (used to verify pruning doesn't lose info)
_labelerAnnotation tool (claude)
_modelSpecific model used for annotation
_sourceSource trajectory dataset
_skeletonWhether this is a skeleton-format sample
_reasoningNatural language explanation of keep/prune decisions
_confidenceAnnotator confidence level

Usage

from datasets import load_dataset

dataset = load_dataset("ayanami-kitasan/swe-pruner-pro-training-corpus")

For training and inference usage, please refer to the GitHub repository.

Contributors

ayanami-kitasan/swe-pruner-pro-training-corpus

Dataset

0

stars

6

commits

1

linked in READMEs

Jul 22, 2026

updated

code-agents
context-pruning
line-level-annotation
swe-bench

README

SWE-Pruner Pro Training Corpus

Training data for SWE-Pruner Pro, a lightweight in-agent context pruner for long-horizon coding agents.

Overview

  • 22,609 samples of line-level keep/prune annotations on coding agent tool responses
  • Annotated by Claude Sonnet 4.6 with reasoning and confidence
  • Source trajectories from ByteDance-Seed/Multi-SWE-bench_trajs

Fields

FieldDescription
instance_idSWE-bench instance identifier
step_idxStep index within the trajectory
tool_callThe agent tool call that produced the response
tool_responseRaw tool response (to be pruned)
kept_fragsLine ranges marked as "keep"
total_linesTotal lines in tool_response
historyPreceding conversation context
next_turnThe agent's next action (used to verify pruning doesn't lose info)
_labelerAnnotation tool (claude)
_modelSpecific model used for annotation
_sourceSource trajectory dataset
_skeletonWhether this is a skeleton-format sample
_reasoningNatural language explanation of keep/prune decisions
_confidenceAnnotator confidence level

Usage

from datasets import load_dataset

dataset = load_dataset("ayanami-kitasan/swe-pruner-pro-training-corpus")

For training and inference usage, please refer to the GitHub repository.

Contributors