paper-with-me

Papers

Large Language Models for IT Automation Tasks: Are We There Yet?

2025-05-26 · Md Mahadi Hassan, John Salvador, Akond Rahman, Santu Karmaker

LLMs show promise in code generation, yet their effectiveness for IT automation tasks, particularly for tools like Ansible, remains understudied. Existing benchmarks rely primarily on synthetic tasks that fail to capture the needs of practitioners who use IT automation tools, such as Ansible. We present ITAB (IT Automation Task Benchmark), a benchmark of 126 diverse tasks (e.g., configuring servers, managing files) where each task accounts for state reconciliation: a property unique to IT automation tools. ITAB evaluates LLMs' ability to generate functional Ansible automation scripts via dynamic execution in controlled environments. We evaluate 14 open-source LLMs, none of which accomplish pass@10 at a rate beyond 12%. To explain these low scores, we analyze 1,411 execution failures across the evaluated LLMs and identify two main categories of prevalent semantic errors: failures in state reconciliation related reasoning (44.87% combined from variable (11.43%), host (11.84%), path(11.63%), and template (9.97%) issues) and deficiencies in module-specific execution knowledge (24.37% combined from Attribute and parameter (14.44%) and module (9.93%) errors). Our findings reveal key limitations in open-source LLMs' ability to track state changes and apply specialized module knowledge, indicating that reliable IT automation will require major advances in state reasoning and domain-specific execution understanding.

📄 PDF Abstract BibTeX arXiv:2505.20505

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeCode Generation

Similar Papers 제목 키워드 기반

TaskBench: Benchmarking Large Language Models for Task Automation

2023-11-30 · Yongliang Shen, Kaitao Song, Xu Tan, Wenqi Zhang 외

In recent years, the remarkable progress of large language models (LLMs) has sparked interest in task automation, which involves decomposing complex tasks described by user instructions into sub-tasks and invoking extern…

BenchmarkingParameter Prediction

AutoDroid-V2: Boosting SLM-based GUI Agents via Code Generation

2024-12-24 · Hao Wen, Shizuo Tian, Borislav Pavlov, Wenjie Du 외

Large language models (LLMs) have brought exciting new advances to mobile UI agents, a long-standing research field that aims to complete arbitrary natural language tasks through mobile UI interactions. However, existing…

Code Generation

DrafterBench: Benchmarking Large Language Models for Tasks Automation in Civil Engineering

2025-07-15 · Yinsheng Li, Zhen Dong, Yi Shao

Large Language Model (LLM) agents have shown great potential for solving real-world problems and promise to be a solution for tasks automation in industry. However, more benchmarks are needed to systematically evaluate a…

BenchmarkingInstruction FollowingLarge Language Model

AFRAgent : An Adaptive Feature Renormalization Based High Resolution Aware GUI agent

2025-11-30 · Neeraj Anand, Rishabh Jain, Sohan Patnaik, Balaji Krishnamurthy 외 arxiv

There is a growing demand for mobile user interface (UI) automation, driven by its broad applications across industries. With the advent of visual language models (VLMs), GUI automation has progressed from generating tex…

From Natural Language Instructions to Complex Processes: Issues in Chaining Trigger Action Rules

2020-01-08 · Nobuhiro Ito, Yuya Suzuki, Akiko Aizawa

Automation services for complex business processes usually require a high level of information technology literacy. There is a strong demand for a smartly assisted process automation (IPA: intelligent process automation)…

Semantic Parsing