次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

SWE-AGILE:動的な推論コンテキストを効率的に管理するソフトウェアエージェントフレームワーク

原題: SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning Context
著者: Shuquan Lian, Juncheng Liu, Yazhe Chen, Yuhong Chen, Hui Li
公開日: 2026-04-13 | 分野: LLM 推論 AI エージェント オープンソース コード GitHub フレームワーク 深層学習 コンテキスト ソフトウェアエンジニアリング 大規模言語モデル 効率

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

ポイント

  • 自律的なソフトウェアエンジニアリングにおける推論の深さと効率性のギャップを埋めるフレームワークSWE-AGILEを提案した。
  • 詳細な推論と簡潔な要約を組み合わせた動的推論コンテキスト戦略により、冗長な再分析を防ぎつつ、文脈崩壊を抑制する。
  • SWE-Bench-Verifiedにおいて、わずか2.2kの軌跡と896のタスクで7B-8Bモデルの新たな標準を確立した。

Abstract

Prior representative ReAct-style approaches in autonomous Software Engineering (SWE) typically lack the explicit System-2 reasoning required for deep analysis and handling complex edge cases. While recent reasoning models demonstrate the potential of extended Chain-of-Thought (CoT), applying them to the multi-turn SWE task creates a fundamental dilemma: retaining full reasoning history leads to context explosion and ``Lost-in-the-Middle'' degradation, while discarding it would force the agent to redundantly re-reason at every step. To address these challenges, we propose SWE-AGILE, a novel software agent framework designed to bridge the gap between reasoning depth, efficiency, and context constraints. SWE-AGILE introduces a Dynamic Reasoning Context strategy, maintaining a ``sliding window'' of detailed reasoning for immediate continuity to prevent redundant re-analyzing, while compressing historical reasoning content into concise Reasoning Digests. Empirically, SWE-AGILE sets a new standard for 7B-8B models on SWE-Bench-Verified using only 2.2k trajectories and 896 tasks. Code is available at https://github.com/KDEGroup/SWE-AGILE.

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事