pith. sign in

arxiv: 2606.11877 · v1 · pith:4OE5O642new · submitted 2026-06-10 · 💻 cs.NI

LLM-Enabled NWDAF: A Step Toward AI-Native 6G Network Intelligence

Pith reviewed 2026-06-27 08:19 UTC · model grok-4.3

classification 💻 cs.NI
keywords NWDAFLLMintent recognition5G networks6Gnetwork analyticsopen-sourceAI-native networks
0
0 comments X

The pith

An open-source NWDAF adds an LLM interface so operators can issue commands in natural language.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper builds an open-source version of the Network Data Analytics Function for 5G networks. It adds a large language model that takes natural language inputs from operators, encodes them, and matches them to one of seven intent types. Those types then start data collection, analytics, or event monitoring from network functions. The goal is to make network management simpler for users who are not experts. If successful, it could help move toward networks that manage themselves in 6G.

Core claim

The authors present an open-source NWDAF compatible with Free5GC that collects data from network functions and includes an LLM interface. User inputs are encoded with a semantic embedding model and mapped to one of seven predefined intent categories, which then trigger analytics queries or event subscriptions. This setup supports AMF and SMF subscriptions, real-time monitoring through Prometheus, and all operations via a conversational interface.

What carries the argument

The LLM-based intent recognition system that encodes inputs and classifies them into seven categories to automate network analytics commands.

Load-bearing premise

The semantic embedding model will correctly map varied user inputs to one of the seven predefined intent categories with sufficient accuracy for practical use.

What would settle it

A collection of natural language inputs from operators that the model misclassifies into incorrect intent categories at a high rate.

Figures

Figures reproduced from arXiv: 2606.11877 by Cheng Li, Ernesto Damiani, Henok Daniel, Jie Liang, Omar Alhussein.

Figure 1
Figure 1. Figure 1: 5G Network Architecture with LLM-Powered NWDAF and UERANSIM-based Custom Mobility Model User Equipment (UE) A 5G User Equipment stack comprises of a Non-Access Stratum (NAS) layer that negotiates registration, authentication, and session management with the core43 and an Access Stratum (AS) layer that implements the radio protocol stack and interacts with the RAN44 . UE operation is typically represented b… view at source ↗
Figure 2
Figure 2. Figure 2: System Architecture of LLM-Enhanced NWDAF with AMF/SMF Subscriptions Consumer NF NRF Producer NF 1. Discovery & Subscription Phase 2. Discovery Response (Producer endpoint) 3. POST /subscriptions(EventTypes, EventNotifyUri) 4. 201 Created (SubscriptionId) 2. Event Notification Phase Event occurs 5. POST to EventNotifyUri(EventNotification) 6. 200 OK 3. Unsubscription Phase 7. DELETE /subscriptions/{subscri… view at source ↗
Figure 3
Figure 3. Figure 3: 5G Network NF Subscription and Notification Workflow as Defined by 3GPP Standards 7/20 [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Natural Language Query Processing for NWDAF with RAG Based Intent Matching and LLM Driven Analytics in 5G Core Networks expressed through natural language and translate them into actionable commands, either querying NWDAF’s Prometheus metrics for analytics or managing event subscriptions through NWDAF REST endpoints. The system follows a Retrieval￾Augmented Generation (RAG) paradigm to match user input wit… view at source ↗
Figure 5
Figure 5. Figure 5: Mobility Region with GNB and Destination Locations 2. Location and Movement: A destination Li is selected among those matching the sampled activity type. A base travel speed v0 is drawn from: v0 ∼ U (vmin,vmax), v = v0 ·s(k,t), where s(k,t) adjusts speed to reflect contextual factors such as location type and congestion. 3. Navigation and Dwell: The UE navigates toward the selected location using the direc… view at source ↗
Figure 6
Figure 6. Figure 6: Analysis of UE activity and handover behavior: (a) Number of active UEs throughout one day; (b) average time before handover; (c) handover routes 11/20 [PITH_FULL_IMAGE:figures/full_fig_p011_6.png] view at source ↗
read the original abstract

The Network Data Analytics Function (NWDAF) is central to enabling zero-touch network management in fifth-generation (5G) networks by supporting real-time analytics and closed-loop automation. Despite its critical role, open-source NWDAF implementations remain limited in scope and accessibility. In this paper, we develop an open-source NWDAF, compatible with the open-source core network Free5GC, that collects network data via subscriptions to Network Functions (NFs), and also includes an integrated Large Language Model (LLM) interface that enables natural language interaction with human operators. The interface processes user intents, encodes them using a semantic embedding model, and maps them to one of seven predefined intent categories to trigger analytics queries or event subscription commands. This architecture abstracts the complexity of traditional interfaces, allowing non-expert users to manage network analytics and subscriptions with ease. The system supports Access and Management Function (AMF) and Session Management Function (SMF) event subscriptions, real-time monitoring, and analytics retrieval via Prometheus, all accessible through a conversational interface. By bridging AI-driven intent recognition with standardized network analytics, our implementation enhances operator usability and provides a foundation towards AI-native 6G networks. The source code and datasets generated during the current study are available in the github repository, https://github.com/HenokDanielbfg/testbed.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper presents an open-source NWDAF implementation compatible with Free5GC that collects data via NF subscriptions and integrates an LLM interface. User intents are encoded via semantic embedding and mapped to one of seven predefined categories to trigger analytics queries or event subscriptions (AMF/SMF). The system supports real-time monitoring via Prometheus and is positioned as improving operator usability for non-experts while laying groundwork for AI-native 6G networks; source code is released on GitHub.

Significance. An open-source, LLM-augmented NWDAF with Free5GC integration could lower barriers to network analytics management if the intent-mapping component proves reliable. The released code and datasets constitute a concrete contribution that enables reproducibility and extension by the community.

major comments (2)
  1. [Abstract] Abstract: the central claim that the implementation 'enhances operator usability' rests on the unverified assumption that the semantic embedding model correctly maps varied natural-language inputs to the seven intent categories; no accuracy, precision, recall, or confusion-matrix results are reported on any test set.
  2. [LLM interface description] The description of the LLM interface (semantic embedding + category mapping): without quantitative evaluation of classification performance or end-to-end latency for LLM-triggered subscriptions, the assertion that the architecture supplies a 'foundation towards AI-native 6G networks' remains an architectural sketch rather than a demonstrated capability.
minor comments (2)
  1. [Abstract] Clarify what the 'datasets generated during the current study' consist of and whether they were used for any validation of the intent-mapping component.
  2. Add a dedicated evaluation section (or subsection) reporting metrics for the intent classifier and any user-study or benchmark results.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive comments. We address each major point below and will revise the manuscript accordingly to strengthen the evaluation of the LLM interface.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that the implementation 'enhances operator usability' rests on the unverified assumption that the semantic embedding model correctly maps varied natural-language inputs to the seven intent categories; no accuracy, precision, recall, or confusion-matrix results are reported on any test set.

    Authors: We agree that the abstract's claim regarding enhanced usability would be better supported by quantitative results on intent classification. The manuscript currently emphasizes the open-source implementation and integration with Free5GC but does not report accuracy, precision, recall, or confusion matrices for the semantic embedding model. In the revised version we will add a dedicated evaluation subsection that includes these metrics on a held-out test set of natural-language inputs, along with details on the test-set construction. revision: yes

  2. Referee: [LLM interface description] The description of the LLM interface (semantic embedding + category mapping): without quantitative evaluation of classification performance or end-to-end latency for LLM-triggered subscriptions, the assertion that the architecture supplies a 'foundation towards AI-native 6G networks' remains an architectural sketch rather than a demonstrated capability.

    Authors: We acknowledge the referee's observation. The current text presents the LLM interface primarily through its architecture and functional description without accompanying performance numbers. To address this, the revision will incorporate quantitative results on classification performance (accuracy, precision, recall, confusion matrix) as well as measured end-to-end latency for LLM-triggered AMF/SMF subscriptions and analytics queries. These additions will allow the paper to demonstrate rather than merely sketch the claimed capability. revision: yes

Circularity Check

0 steps flagged

No circularity: implementation report with no derivations or fitted predictions

full rationale

The manuscript is a system description of an open-source NWDAF with LLM-based intent interface. It contains no equations, parameter fittings, uniqueness theorems, or derivation chains. The architecture (semantic embedding + mapping to seven categories + Free5GC integration) is presented as an implemented artifact whose usability claim is left to external verification rather than derived from self-referential steps. No load-bearing element reduces to its own inputs by construction.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

The paper is an engineering implementation report; the abstract mentions no free parameters, mathematical axioms, or newly postulated entities.

pith-pipeline@v0.9.1-grok · 5782 in / 974 out tokens · 22753 ms · 2026-06-27T08:19:31.944955+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

42 extracted references · 18 canonical work pages

  1. [1]

    & Bera, R

    Chettri, L. & Bera, R. A comprehensive survey on internet of things (iot) toward 5g wireless systems.IEEE Internet Things J.7, 16–32, DOI: 10.1109/JIOT.2019.2948888 (2020)

  2. [2]

    Ullah, A., Anwar, S. M. & Li, J. Smart cities: the role of internet of things and machine learning in realizing a data-centric smart environment.Complex Intell. Syst.10, 1607–1637, DOI: 10.1007/s40747-023-01175-4 (2024)

  3. [3]

    Qian, B.et al.Multi-operator spectrum sharing for massive iot coexisting in 5g/b5g wireless networks.IEEE J. Sel. Areas Commun.39, 881–895, DOI: 10.1109/JSAC.2020.3018803 (2021)

  4. [4]

    & Fujikawa, H

    Taniguchi, Y ., Ikegami, Y . & Fujikawa, H. Counseling (ro)bot as a use case for 5g/6g.Complex Intell. Syst.8, 3899–3917, DOI: 10.1007/s40747-022-00664-2 (2022)

  5. [5]

    Lando, G., Schierholt, L. A. F., Milesi, M. P. & Wickboldt, J. A. Evaluating the performance of open source software implementations of the 5g network core. InProc. IEEE/IFIP NOMS, 1–7 (Miami, FL, USA, 2023). 6.Srsran project. https://www.srslte.com/ (2025). Accessed: March 17, 2025. 7.Open air interface. https://openairinterface.org/oai-5g-core-network-p...

  6. [6]

    https://www.3gpp.org/specifications-technologies/releases/release-15 (2025)

    3gpp release 15. https://www.3gpp.org/specifications-technologies/releases/release-15 (2025). Accessed: March 17, 2025

  7. [7]

    Sevgican, S., Turan, M., Gökarslan, K., Yilmaz, H. B. & Tugcu, T. Intelligent network data analytics function in 5g cellular networks using machine learning.J. Commun. Netw.22, 269–280, DOI: 10.1109/JCN.2020.000019 (2020)

  8. [8]

    M., Chouman, A

    Manias, D. M., Chouman, A. & Shami, A. Towards intent-based network management: Large language models for intent extraction in 5g core networks. InProc. DRCN, 1–6 (Montreal, QC, Canada, 2024)

  9. [9]

    Coronado, E.et al.Zero touch management: A survey of network automation solutions for 5g and 6g networks.IEEE Commun. Surv. Tuts.24, 2535–2578, DOI: 10.1109/COMST.2022.3212586 (2022)

  10. [10]

    A., Afaq, M., Diaz Rivera, J

    Abbas, K., Khan, T. A., Afaq, M., Diaz Rivera, J. J. & Song, W.-C. Network data analytics function for ibn-based network slice lifecycle management. InProc. APNOMS, 148–153, DOI: 10.23919/APNOMS52696.2021.9562662 (2021)

  11. [11]

    A., Al-Hammouri, A

    AlSamarneh, A. A., Al-Hammouri, A. T. & Al-Jarrah, O. Y . Navigating intent-based networking: from user descriptions to deployable configurations.Neural Comput. Appl.DOI: 10.1007/s00521-025-11193-7 (2025)

  12. [12]

    Clemm, A., Ciavaglia, L., Granville, L. Z. & Tantsura, J. Intent-based networking - concepts and definitions. RFC 9315, DOI: 10.17487/RFC9315 (2022)

  13. [13]

    Mcnamara, J.et al.Nlp powered intent based network management for private 5g networks.IEEE Access11, 36642–36657, DOI: 10.1109/ACCESS.2023.3265894 (2023)

  14. [14]

    T., Wu, Y ., Yang, R.et al.Anomaly detection in metaverse healthcare and fitness: Bigdata analytics using 6g-enabled internets of things.Wirel

    Zhu, K. T., Wu, Y ., Yang, R.et al.Anomaly detection in metaverse healthcare and fitness: Bigdata analytics using 6g-enabled internets of things.Wirel. Pers. Commun.DOI: 10.1007/s11277-024-11220-1 (2024). Published: 04 June 2024

  15. [15]

    Hong, J.et al.A context-aware onboarding agent for metaverse powered by large language models. InProc. ACM DIS, 1857–1874, DOI: 10.1145/3643834.3661579 (Association for Computing Machinery, New York, NY , USA, 2024)

  16. [16]

    B., Mun, H., Cao, G

    Kan, K. B., Mun, H., Cao, G. & Lee, Y . Mobile-llama: Instruction fine-tuning open-source llm for network analysis in 5g networks.IEEE Netw.38, 76–83, DOI: 10.1109/MNET.2024.3421306 (2024)

  17. [17]

    ACM Netw.2, DOI: 10.1145/3656296 (2024)

    Wang, C.et al.Netconfeval: Can llms facilitate network configuration?Proc. ACM Netw.2, DOI: 10.1145/3656296 (2024)

  18. [18]

    Alabbasi, N.et al.Teleoracle: Fine-tuned retrieval-augmented generation with long-context support for networks.IEEE Internet Things J.12, 13170–13182, DOI: 10.1109/JIOT.2025.3553161 (2025). 17/20

  19. [19]

    & Tan, C.-W

    Hang, C.-N., Yu, P.-D., Morabito, R. & Tan, C.-W. Large language models meet next-generation networking technologies: A review.Futur. Internet16, DOI: 10.3390/fi16100365 (2024)

  20. [20]

    & Schotten, H

    Reddy, R., Gundall, M., Lipps, C. & Schotten, H. D. Open source 5g core network implementations: A qualitative and quantitative analysis. InProc. IEEE BlackSeaCom, 253–258 (Istanbul,Turkiye, 2023). 25.Ieee testbed. https://testbed.ieee.org/our-platform/features-benefits/ (2025). Accessed: March 17, 2025. 26.Free5gc. https://free5gc.org/doc/. Accessed: Mar...

  21. [21]

    & Outtagarts, A

    Rajabzadeh, P. & Outtagarts, A. Federated learning for distributed nwdaf architecture. Inproc. ICIN, 24–26 (Paris, France, 2023)

  22. [22]

    A., Franco Silva, E

    de Oliveira, L. A., Franco Silva, E. & Ribeiro Dantas, M. A. A nwdaf study employing machine learning models on a simulated 5g network dataset. InProc. IEEE ISCC, 1–6 (Paris, France, 2024)

  23. [23]

    Chouman, A., Manias, D. M. & Shami, A. Towards supporting intelligence in 5g/6g core networks: Nwdaf implementation and initial analysis. InProc. IWCMC, 324–329 (Dubrovnik, Croatia, 2022)

  24. [24]

    Kim, T.et al.An implementation study of network data analytic function in 5G. InProc. IEEE ICCE, 1–3 (Vegas, NV , USA, 2022)

  25. [25]

    Chouman, A., Manias, D. M. & Shami, A. A modular, end-to-end next-generation network testbed: Toward a fully automated network management platform.IEEE Trans. Netw. Serv. Manag.21, 5445–5463 (2024)

  26. [26]

    & Jeong, J

    Ahn, Y . & Jeong, J. P. An intent-driven management automation for 5g mobile networks. InProc. ICOIN, 714–719, DOI: 10.1109/ICOIN59985.2024.10572068 (2024)

  27. [27]

    Abbas, K.et al.Ai-driven data analytics and intent-based networking for orchestration and control of b5g consumer electronics services.IEEE Trans. Consum. Electron.70, 2155–2169, DOI: 10.1109/TCE.2023.3324010 (2024). 34.Gorawski, M. & Grochla, K. The real-life mobility model: Rlmm. InProc. FGCT, 201–206 (2013)

  28. [28]

    & Ott, J

    Ekman, F., Keränen, A., Karvo, J. & Ott, J. Working day movement model. Technical Report, Helsinki University of Technology TKK, Dept. of Communications and Networking, Helsinki, Finland (2008)

  29. [29]

    & Helmy, A

    Hsu, W.-j., Merchant, K., Shu, H.-w., Hsu, C.-h. & Helmy, A. Weighted waypoint mobility model and its impact on ad hoc networks.SIGMOBILE Mob. Comput. Commun. Rev.9, 59–63 (2005)

  30. [30]

    K., Lipps, C

    Reddy, R., Singh, A. K., Lipps, C. & Schotten, H. D. 5g testbed as a service (5gtaas): An open source implementation for networks of the future. InProc. IEEE FNWF, 1–5 (2023). 38.3gpp 5g system overview. https://www.3gpp.org/technologies/5g-system-overview. Accessed: March 17, 2025. 39.3gpp 5g architecture. https://www.3gpp.org/ftp/Specs/archive/23_series...

  31. [31]

    & Gao, Y

    Bertenyi, B., Burbidge, R., Masini, G., Sirotkin, S. & Gao, Y . Ng radio access network (ng-ran).J. ICT Stand.6, 59–76 (2018). 41.G, E. V ., R, D., Krishnamurthy, S. & Sarma, A. 5g ue simulation. InProc. RAEEUCCI, 1–5 (Chennai, India, 2023)

  32. [32]

    & Huang, C.-Y

    Chen, P.-Y . & Huang, C.-Y . Evaluation of ue registration performance in open-source 5g core networks. InProc. IEEE APWCS, 1–5 (2024)

  33. [33]

    5g; non-access-stratum (nas) protocol for 5g system (5gs); stage 3

    ETSI. 5g; non-access-stratum (nas) protocol for 5g system (5gs); stage 3. Tech. Rep. TS 124 501 V16.5.1, European Telecommunications Standards Institute (ETSI) (2020)

  34. [34]

    5g; nr; nr and ng-ran overall description; stage-2

    ETSI. 5g; nr; nr and ng-ran overall description; stage-2. Tech. Rep. TS 138 300 V15.13.0, European Telecommunications Standards Institute (ETSI) (2021)

  35. [35]

    & Cica, Z

    Zivkovic, B. & Cica, Z. Multi-connectivity framework based on open-source 5g network core. InProc. TELFOR, 1–4 (Belgrade, Serbia, 2024)

  36. [36]

    Shahen Shah, A. F. M. A survey from 1g to 5g including the advent of 6g: Architectures, multiple access techniques, and emerging technologies. InProc. IEEE CCWC, 1117–1123 (2022)

  37. [37]

    Mamushiane, L.et al.Towards stress testing open5gs core (upf node) on a 5g standalone testbed. InProc. IEEE AFRICON, 1–6 (2023)

  38. [38]

    & Damiani, E

    Daniel, H., Alhussein, O., Liang, J., Li, C. & Damiani, E. Enhanced open-source nwdaf for event-driven analytics in 5g networks. InProc. IFIP, 1–1 (Limassol, Cyprus, 2025). 18/20

  39. [39]

    https://www.3gpp.org/technologies/ue-data-sa4 (2025)

    Ue data collection, reporting, and exposure. https://www.3gpp.org/technologies/ue-data-sa4 (2025). Accessed: March 17, 2025

  40. [40]

    & Qian, S

    He, X., Yang, Z., Xiang, Y . & Qian, S. Nwdaf in 3gpp 5g advanced: A survey. InProc. EIECS, 756–761 (Changchun, China, 2023)

  41. [41]

    A., Bellandi, V ., Damiani, E

    Anisetti, M., Ardagna, C. A., Bellandi, V ., Damiani, E. & Reale, S. Map-based location and tracking in multipath outdoor mobile networks.IEEE Trans. Wirel. Commun.10, 814–824 (2011)

  42. [42]

    IEEE Trans

    Anisetti, M.et al.On the robustness of random forest against untargeted data poisoning: An ensemble-based approach. IEEE Trans. Sustain. Comput.8, 540–554 (2023). Author contributions statement H.D. implemented the system and executed the experiments. O.A. conceptualized the study and served as the project administrator. C.L. and J.L. provided critical me...