AIDB Daily Papers
LLMエージェントがコードリポジトリを「見て」理解する
※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。
ポイント
- 本研究は、LLMエージェントがコードリポジトリの構造を視覚的に理解できるかを検証した。
- 視覚情報のみでは精度低下とトークンコスト増加が見られたが、テキストと構造グラフの併用で効率が向上した。
- 視覚グラフは、特にバグ特定時や自律的な探索深度制御時に有効であり、次世代コーディングエージェントのハイブリッド設計を示唆する。
Abstract
Coding agents powered by large language models have demonstrated strong performance on software engineering tasks. Yet most agents consume repositories almost entirely as text, which differs from how human developers use visual structure such as folder hierarchies and dependency relationships to orient themselves in large codebases. With multimodal large language models (MLLMs), it is an open question whether agents can effectively benefit from visual representations of repositories. This paper presents the first systematic empirical study of visual repository representations for LLM-based agents on repository-level issue resolution. We evaluate four recent multimodal models. Our results show that a strictly vision-only setup degrades accuracy and increases token cost, because agents lack sufficient symbolic detail and compensate with repeated visual queries. In contrast, integrating visual graphs of repository structure as a supplementary modality alongside standard text interfaces helps agents understand structure more efficiently: input token consumption decreases by up to 26% while issue-resolution accuracy is maintained or improved. Visualization is most useful during fault localization and when the agent autonomously controls exploration depth. These findings point to a practical hybrid text-and-vision design for next-generation coding agents.
Paper AI Chat
この論文のPDF全文を対象にAIに質問できます。
質問の例: