paper-with-me

홈 › Papers

IaC Generation with LLMs: An Error Taxonomy and A Study on Configuration Knowledge Injection

2025-12-16 · Roman Nekrasov, Stefano Fossati, Indika Kumara, Damian Andrew Tamburri, Willem-Jan van den Heuvel arxiv

Large Language Models (LLMs) currently exhibit low success rates in generating correct and intent-aligned Infrastructure as Code (IaC). This research investigated methods to improve LLM-based IaC generation, specifically for Terraform, by systematically injecting structured configuration knowledge. To facilitate this, an existing IaC-Eval benchmark was significantly enhanced with cloud emulation and automated error analysis. Additionally, a novel error taxonomy for LLM-assisted IaC code generation was developed. A series of knowledge injection techniques was implemented and evaluated, progressing from Naive Retrieval-Augmented Generation (RAG) to more sophisticated Graph RAG approaches. These included semantic enrichment of graph components and modeling inter-resource dependencies. Experimental results demonstrated that while baseline LLM performance was poor (27.1% overall success), injecting structured configuration knowledge increased technical validation success to 75.3% and overall success to 62.6%. Despite these gains in technical correctness, intent alignment plateaued, revealing a "Correctness-Congruence Gap" where LLMs can become proficient "coders" but remain limited "architects" in fulfilling nuanced user intent.

📄 PDF Abstract BibTeX arXiv:2512.14792

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Resource for Error Analysis in Text Simplification: New Taxonomy and Test Collection

2025-05-22 · Benjamin Vendeville, Liana Ermakova, Pierre De Loor

The general public often encounters complex texts but does not have the time or expertise to fully understand them, leading to the spread of misinformation. Automatic Text Simplification (ATS) helps make information more…

MisinformationText GenerationText Simplification

ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Explanation

2026-06-09 · Khaled Elhady, Omar Kallas, Nizar Habash, Bashar Alhafni arxiv

We introduce ArabiGEE, the first comprehensive Arabic grammatical error explanation (GEE) taxonomy grounded in explicit error types. Unlike existing GEE approaches that treat explanation generation as free-form text, Ara…

Grammatical Error CorrectionExplanation Generation

Building a Custom Taxonomy of AI Skills and Tasks from the Ground Up with Job Postings

2026-05-20 · Stephen Meisenbacher, Peter Norlander arxiv

Utilizing LLMs for automated taxonomy construction presents a clear opportunity for the comprehensive, yet efficient mapping of potentially complex domains. When contending with high volumes of rapidly growing corpora, h…

MetricalARGS: A Taxonomy for Studying Metrical Poetry with LLMs

2025-10-09 · Chalamalasetti Kranti, Sowmya Vajjala arxiv

Prior NLP work studying poetry has focused primarily on automatic poem generation and summarization. Many languages have well-studied traditions of poetic meter which enforce constraints on a poem in terms of syllable an…

Making Failure Safe: A Constrained, Verifiable Agent Framework for Open-Web Data Collection

2026-06-25 · Bo Chen arxiv

LLMs and agents can generate web scrapers from natural-language requirements, but direct generation remains unreliable because of dependency errors, broken selectors, schema mismatches, and heterogeneous page structures.…