次回の更新記事:【論文著者監修・コメント】AIエージェントへの人間…(公開予定日:2026年07月27日)
AIDB Daily Papers

テキストを超えたリポジトリ探索:AIエージェントによる課題解決のための二重モーダル構造推論

原題: Beyond Textual Repository Exploration: Dual-Modal Structural Reasoning for Agentic Issue Resolution
著者: Jiayi Zhang, Kai Huang, Yang Liu, Chunyang Chen
公開日: 2026-07-02 | 分野: マルチモーダル グラフニューラルネットワーク ソフトウェアエンジニアリング コード生成 cs.SE AIエージェント

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

ポイント

  • 大規模なコードベースの構造を視覚的なグラフとして表現し、エージェントがコードの依存関係を直接推論できるフレームワークDUALVIEWを提案した。
  • 従来のテキストベースの探索では困難だった複雑な依存関係の把握を、視覚的構造化によって補完することで、エージェントの探索精度を向上させた。
  • SWE-benchを用いた評価の結果、DUALVIEWは複数のモデルにおいて課題解決性能を一貫して向上させることが実証された。

Abstract

Recent advances in agentic program repair have significantly improved issue resolution by enabling iterative repository exploration. However, existing approaches predominantly rely on sequential, text-based code navigation, which fundamentally limits their ability to reason over large-scale long-horizon repositories with complex and long-range dependencies. As issue-resolution agents traverse repositories through fragmented textual observations, structural information such as module organization, call relationships, and dependency chains must be repeatedly reconstructed across interaction steps, often leading to exploration drift and incomplete localization. We present DUALVIEW, a dual-modal structural scaffolding framework that brings visual reasoning into repository exploration for issue-resolution agents. DUALVIEW represents repository structure through four complementary graph views: Module Coupling Graph (MCG), Function Call Graph (FCG), Class Hierarchy Graph (CHG), and Program Dependence Graph (PDG), and exposes them through a queryable interface with visual and textual responses. Rather than reconstructing repository structure from a sequence of textual observations, agents can directly reason over persistent visual representations of code dependencies, enabling more effective exploration and understanding of long-horizon codebases. We evaluate DUALVIEW on SWE-bench Pro and Verified. Results show that DUALVIEW consistently improves issue-resolution performance across different agent architectures and model families. Further ablation studies demonstrate that the gains arise not only from textual structural information but also from visual externalization of repository dependencies, which better supports long-horizon repository exploration.

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

関連するAIDB記事