NIAIDec 31, 2025

Chat-Driven Optimal Management for Virtual Network Services

arXiv:2512.24614v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the problem of intuitive and reliable network management for users in virtual network services, representing an incremental improvement over existing intent-based methods.

The paper tackles the problem of unreliable intent-based networking by proposing a chat-driven framework that integrates natural language processing with optimization-based virtual network allocation, achieving dynamic updates of VM placement and routing while preserving feasibility, with the LLM-based extractor showing higher accuracy with fewer labeled samples and the Sentence-BERT with SVM offering lower latency for real-time operation.

This paper proposes a chat-driven network management framework that integrates natural language processing (NLP) with optimization-based virtual network allocation, enabling intuitive and reliable reconfiguration of virtual network services. Conventional intent-based networking (IBN) methods depend on statistical language models to interpret user intent but cannot guarantee the feasibility of generated configurations. To overcome this, we develop a two-stage framework consisting of an Interpreter, which extracts intent from natural language prompts using NLP, and an Optimizer, which computes feasible virtual machine (VM) placement and routing via an integer linear programming. In particular, the Interpreter translates user chats into update directions, i.e., whether to increase, decrease, or maintain parameters such as CPU demand and latency bounds, thereby enabling iterative refinement of the network configuration. In this paper, two intent extractors, which are a Sentence-BERT model with support vector machine (SVM) classifiers and a large language model (LLM), are introduced. Experiments in single-user and multi-user settings show that the framework dynamically updates VM placement and routing while preserving feasibility. The LLM-based extractor achieves higher accuracy with fewer labeled samples, whereas the Sentence-BERT with SVM classifiers provides significantly lower latency suitable for real-time operation. These results underscore the effectiveness of combining NLP-driven intent extraction with optimization-based allocation for safe, interpretable, and user-friendly virtual network management.

Foundations

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

Your Notes