次回の更新記事:答えのない問題に取り組むAIエージェントの走らせ方…(公開予定日:2026年07月13日)
AIDB Daily Papers

DeepSWE:長期間のソフトウェア開発タスクにおけるAIコーディングエージェントの評価ベンチマーク

原題: DeepSWE: Measuring Frontier Coding Agents on Original, Long-Horizon Engineering Tasks
著者: Wenqi Huang, Charley Lee, Leonard Tng, Serena Ge
公開日: 2026-07-08 | 分野: LLM AI ソフトウェアエンジニアリング cs.SE cs.LG コーディングタスク

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 既存のベンチマークの課題を解決するため、新規作成された113の長期間ソフトウェアエンジニアリングタスクを導入した。
  • 学習データに含まれない独自タスクと手書きの検証器を用いることで、モデルの暗記による評価を防ぎ正確な性能測定を実現した。
  • 従来のベンチマークよりもエージェント間の能力差を明確に分離し、より信頼性の高い評価が可能であることを示した。

Abstract

DeepSWE is a benchmark of 113 original, long-horizon software engineering tasks for evaluating coding agents. Most public agentic coding benchmarks follow SWE-bench in mining merged fixes from public GitHub repositories, which creates two problems: the fixes and their discussion were likely seen during pretraining, so a high score can reflect recall rather than problem-solving; and each task is graded by the tests that shipped with its merged fix, which were written to confirm one specific fix rather than grade an arbitrary solution, so they can fail a correct alternative or pass an incomplete one. DeepSWE avoids both. Its tasks are written from scratch across 91 active open-source repositories and five languages and are never contributed back upstream, so their reference solutions stay out of the public record that model training scrapes; and each task is graded by a hand-written verifier that checks the requested functionality and accepts any implementation that provides it. When an independent LLM judge re-reviews graded runs, it disagrees with DeepSWE's verifier about an order of magnitude less often than with SWE-Bench Pro's inherited tests (1.4% versus 32.4%). Despite being about half the length of SWE-Bench Pro's prompts, DeepSWE's prompts describe tasks whose reference solutions touch 5.5x more code, and the benchmark separates frontier agents across a wider score band than the leaderboards on which they otherwise cluster. We release the benchmark, its verifiers, and the full record of evaluation trajectories.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事