SEMar 25

Towards Energy-aware Requirements Dependency Classification: Knowledge-Graph vs. Vector-Retrieval Augmented Inference with SLMs

arXiv:2603.2395431.1h-index: 7
Predicted impact top 72% in SE · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for energy-efficient automation in Requirements Engineering, offering a sustainability-aware architecture that reduces computational waste, though it is incremental as it builds on existing retrieval and SLM techniques.

The study tackled the problem of automating the detection of conflicting requirements in system specifications by comparing Knowledge Graph-based Retrieval (KGR) and Vector-based Semantic Retrieval (VSR) to enhance Small Language Model (SLM) inference, finding that structured retrieval methods are effective in balancing predictive performance with reduced energy consumption, latency, and carbon emissions.

The continuous evolution of system specifications necessitates frequent evaluation of conflicting requirements, a process that is traditionally labour intensive. Although large language models (LLMs) have demonstrated significant potential for automating this detection, their massive computational requirements often result in excessive energy waste. Consequently, there is a growing need to transition toward Small Language Models (SLMs) and energy aware architectures for sustainable Requirements Engineering. This study proposes and empirically evaluates an energy aware framework that compares Knowledge Graph-based Retrieval (KGR) with Vector-based Semantic Retrieval (VSR) to enhance SLM-based inference at the 7B to 8B parameter scale. By leveraging structured graph traversal and high dimensional semantic mapping, we extract candidate requirements, which are then classified as conflicting or neutral by an inference engine. We evaluate these retrieval enhanced strategies across Zero-Shot, Few-Shot, and Chain of Thoughts prompting methods. Using a three-pillar sustainability framework measuring energy consumption (Wh), latency (s), and carbon emissions (gCO2eq) alongside standard accuracy metrics (F1 Score), this research provides a first systematic empirical evaluation and trade off analysis between predictive performance and environmental impact. Our findings highlight the effectiveness of structured versus semantic retrieval in detecting requirement conflicts, offering a reproducible, sustainability aware architecture for energy efficient requirement engineering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes