paper-with-me

홈 › Papers

SpecMap: Hierarchical LLM Agent for Datasheet-to-Code Traceability Link Recovery in Systems Engineering

2026-01-16 · Vedant Nipane, Pulkit Agrawal, Amit Singh arxiv

Establishing precise traceability between embedded systems datasheets and their corresponding code implementations remains a fundamental challenge in systems engineering, particularly for low-level software where manual mapping between specification documents and large code repositories is infeasible. Existing Traceability Link Recovery approaches primarily rely on lexical similarity and information retrieval techniques, which struggle to capture the semantic, structural, and symbol level relationships prevalent in embedded systems software. We present a hierarchical datasheet-to-code mapping methodology that employs large language models for semantic analysis while explicitly structuring the traceability process across multiple abstraction levels. Rather than performing direct specification-to-code matching, the proposed approach progressively narrows the search space through repository-level structure inference, file-level relevance estimation, and fine-grained symbollevel alignment. The method extends beyond function-centric mapping by explicitly covering macros, structs, constants, configuration parameters, and register definitions commonly found in systems-level C/C++ codebases. We evaluate the approach on multiple open-source embedded systems repositories using manually curated datasheet-to-code ground truth. Experimental results show substantial improvements over traditional information-retrieval-based baselines, achieving up to 73.3% file mapping accuracy. We significantly reduce computational overhead, lowering total LLM token consumption by 84% and end-to-end runtime by approximately 80%. This methodology supports automated analysis of large embedded software systems and enables downstream applications such as training data generation for systems-aware machine learning models, standards compliance verification, and large-scale specification coverage analysis.

📄 PDF Abstract BibTeX arXiv:2601.11688

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

H2LooP Spark Preview: Continual Pretraining of Large Language Models for Low-Level Embedded Systems Code

2026-03-11 · Amit Singh, Vedant Nipane, Pulkit Agrawal, Jatin Kishnani 외 arxiv

Large language models (LLMs) demonstrate strong code generation abilities in general-purpose programming languages but remain limited in specialized domains such as low-level embedded systems programming. This domain inv…

Continual PretrainingCode GenerationCode Completion

DRCY: Agentic Hardware Design Reviews

2026-03-13 · Kyle Dumont, Nicholas Herbert, Hayder Tirmazi, Shrikanth Upadhayaya arxiv

Hardware design errors discovered after fabrication require costly physical respins that can delay products by months. Existing electronic design automation (EDA) tools enforce structural connectivity rules. However, the…

Datasheets for Datasets

2018-03-23 · Timnit Gebru, Jamie Morgenstern, Briana Vecchione, Jennifer Wortman Vaughan 외

The machine learning community currently has no standardized process for documenting datasets, which can lead to severe consequences in high-stakes domains. To address this gap, we propose datasheets for datasets. In the…

BIG-bench Machine Learning

Healthsheet: Development of a Transparency Artifact for Health Datasets

2022-02-26 · Negar Rostamzadeh, Diana Mincu, Subhrajit Roy, Andrew Smart 외

Machine learning (ML) approaches have demonstrated promising results in a wide range of healthcare applications. Data plays a crucial role in developing ML-based healthcare systems that directly affect people's lives. Ma…

Diagnostic

Trust-Aware Multi-Agent Traceability: Confidence-Calibrated Knowledge Graphs for Consistent Software Artifact Management

2026-06-15 · Mohamed Essam, Kareem Wael, Azza Hassan, Ahmed Haitham 외 arxiv

Multi-agent AI systems are increasingly used to automate software engineering tasks including requirements analysis, architecture design, test generation, and traceability linking. When these agents operate as a sequenti…

Knowledge GraphsLink Prediction