paper-with-me

Papers

Automating Android Build Repair: Bridging the Reasoning-Execution Gap in LLM Agents with Domain-Specific Tools

2025-10-09 · Ha Min Son, Huan Ren, Xin Liu, Zhe Zhao arxiv

Android is the largest mobile platform, yet automatically building applications remains a practical challenge. While Large Language Models (LLMs) show promise for code repair, their use for fixing Android build errors remains underexplored. To address this gap, we first introduce AndroidBuildBench, a benchmark of 1,019 build failures curated from the commit histories of 43 open-source Android projects. Each problem is paired with a verified solution from a subsequent commit, ensuring that fixes are feasible. Second, we propose GradleFixer, an LLM agent with domain-specific tools for inspecting and manipulating the Gradle build environment. GradleFixer achieves a resolve rate of 81.4% (pass@1), significantly outperforming a state-of-the-art coding agent that relies on a general-purpose shell. GradleFixer's success suggests that while LLMs possess the high-level knowledge to solve these failures, they struggle to translate this knowledge into effective low-level actions using a general-purpose shell. We demonstrate the effectiveness of a strategy we term Tool Bridging, which replaces general-purpose shell commands with domain-aware abstractions. We hypothesize this approach works through two mechanisms: 1) it provides tools in an API-like format that LLMs use more reliably, and 2) it constrains the action space to relevant operations. This approach bridges the gap between the model's high-level reasoning and effective low-level execution.

📄 PDF Abstract BibTeX arXiv:2510.08640

Code (0)

등록된 구현이 없습니다.

Tasks

Code Repair

Similar Papers 제목 키워드 기반

Breaking the Data Barrier -- Building GUI Agents Through Task Generalization

2025-04-14 · Junlei Zhang, Zichen Ding, Chang Ma, Zijie Chen 외

Graphical User Interface (GUI) agents offer cross-platform solutions for automating complex digital tasks, with significant potential to transform productivity workflows. However, their performance is often constrained b…

Mathematical ReasoningMultimodal ReasoningTransfer Learning

ClickAgent: Enhancing UI Location Capabilities of Autonomous Agents

2024-10-09 · Jakub Hoscilowicz, Bartosz Maj, Bartosz Kozakiewicz, Oleksii Tymoshchuk 외

With the growing reliance on digital devices equipped with graphical user interfaces (GUIs), such as computers and smartphones, the need for effective automation tools has become increasingly important. While multimodal …

Automating API Documentation with LLMs: A BERTopic Approach

2025-09-06 · AmirHossein Naghshzan arxiv

Developers rely on API documentation, but official sources are often lengthy, complex, or incomplete. Many turn to community-driven forums like Stack Overflow for practical insights. We propose automating the summarizati…

ReviewAgents: Bridging the Gap Between Human and AI-Generated Paper Reviews

2025-03-11 · Xian Gao, Jiacheng Ruan, Jingsheng Gao, Ting Liu 외

Academic paper review is a critical yet time-consuming task within the research community. With the increasing volume of academic publications, automating the review process has become a significant challenge. The primar…

Comment Generation

UI-S1: Advancing GUI Automation via Semi-online Reinforcement Learning

2025-09-15 · Zhengxi Lu, Jiabo Ye, Fei Tang, Yongliang Shen 외 arxiv

Graphical User Interface (GUI) agents have demonstrated remarkable progress in automating complex user interface interactions through reinforcement learning. However, current approaches face a fundamental dilemma: offlin…

Reinforcement LearningOffline RL