arXiv:2512.24614cs.NIcs.AI2025-12

用聊天指令自动调整虚拟网络配置,又快又安全

Chat-Driven Optimal Management for Virtual Network Services

  • 先用自然语言理解用户意图,再通过数学规划生成可行配置
  • 支持单人和多人场景,能动态调整虚拟机部署与路由路径
  • 可用大模型或轻量模型,兼顾准确率与实时性,适合运维人员

本文提出一种基于聊天的网络管理框架,将自然语言处理(NLP)与基于优化的虚拟网络分配相结合,实现对虚拟网络服务的直观可靠重配置。传统意图驱动网络(IBN)方法依赖统计语言模型解析用户意图,但无法保证生成配置的可行性。为此,我们设计了两阶段框架:第一阶段为解释器(Interpreter),利用NLP从自然语言提示中提取意图;第二阶段为优化器(Optimizer),通过整数线性规划计算可行的虚拟机(VM)部署与路由方案。其中,解释器将用户聊天内容转化为参数调整方向,如提升、降低或维持CPU需求与延迟约束,支持配置的迭代优化。本文引入两种意图提取器:基于Sentence-BERT与支持向量机(SVM)分类器的方法,以及基于大语言模型(LLM)的方法。实验在单用户与多用户场景下表明,该框架可动态更新虚拟机部署与路由并保持可行性。基于LLM的提取器在少量标注样本下仍具更高准确率,而Sentence-BERT+SVM组合则显著降低延迟,适合实时操作。结果验证了将NLP驱动意图提取与优化分配结合,在保障安全性、可解释性与用户友好性方面的有效性。

原文摘要 · Abstract (English)

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.

网络管理自然语言优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。