paper-with-me

Papers

Enhancing Large Language Models (LLMs) for Telecom using Dynamic Knowledge Graphs and Explainable Retrieval-Augmented Generation

2026-02-19 · Dun Yuan, Hao Zhou, Xue Liu, Hao Chen, Yan Xin, Jianzhong, Zhang arxiv

Large language models (LLMs) have shown strong potential across a variety of tasks, but their application in the telecom field remains challenging due to domain complexity, evolving standards, and specialized terminology. Therefore, general-domain LLMs may struggle to provide accurate and reliable outputs in this context, leading to increased hallucinations and reduced utility in telecom operations.To address these limitations, this work introduces KG-RAG-a novel framework that integrates knowledge graphs (KGs) with retrieval-augmented generation (RAG) to enhance LLMs for telecom-specific tasks. In particular, the KG provides a structured representation of domain knowledge derived from telecom standards and technical documents, while RAG enables dynamic retrieval of relevant facts to ground the model's outputs. Such a combination improves factual accuracy, reduces hallucination, and ensures compliance with telecom specifications.Experimental results across benchmark datasets demonstrate that KG-RAG outperforms both LLM-only and standard RAG baselines, e.g., KG-RAG achieves an average accuracy improvement of 14.3% over RAG and 21.6% over LLM-only models. These results highlight KG-RAG's effectiveness in producing accurate, reliable, and explainable outputs in complex telecom scenarios.

📄 PDF Abstract BibTeX arXiv:2602.17529

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Enhancing Large Language Models (LLMs) for Telecommunications using Knowledge Graphs and Retrieval-Augmented Generation

2025-03-31 · Dun Yuan, Hao Zhou, Di wu, Xue Liu 외

Large language models (LLMs) have made significant progress in general-purpose natural language processing tasks. However, LLMs are still facing challenges when applied to domain-specific areas like telecommunications, w…

Knowledge GraphsQuestion AnsweringRAGResponse Generation+1

TelecomGPT: A Framework to Build Telecom-Specfic Large Language Models

2024-07-12 · Hang Zou, Qiyang Zhao, Yu Tian, Lina Bariah 외

Large Language Models (LLMs) have the potential to revolutionize the Sixth Generation (6G) communication networks. However, current mainstream LLMs generally lack the specialized knowledge in telecom domain. In this pape…

Code GenerationMathOpen-Ended Question AnsweringQuestion Answering

QMOS: Enhancing LLMs for Telecommunication with Question Masked loss and Option Shuffling

2024-09-21 · Blessed Guda, Gabrial Zencha A., Lawrence Francis, Carlee Joe-Wong

Large Language models (LLMs) have brought about substantial advancements in the field of Question Answering (QA) systems. These models do remarkably well in addressing intricate inquiries in a variety of disciplines. How…

Multiple-choicePrompt EngineeringQuestion AnsweringRAG+2

Tele-LLMs: A Series of Specialized Large Language Models for Telecommunications

2024-09-09 · Ali Maatouk, Kenny Chirino Ampudia, Rex Ying, Leandros Tassiulas

The emergence of large language models (LLMs) has significantly impacted various fields, from natural language processing to sectors like medicine and finance. However, despite their rapid proliferation, the applications…

TelecomRAG: Taming Telecom Standards with Retrieval Augmented Generation and LLMs

2024-06-11 · Girma M. Yilma, Jose A. Ayala-Romero, Andres Garcia-Saavedra, Xavier Costa-Perez

Large Language Models (LLMs) have immense potential to transform the telecommunications industry. They could help professionals understand complex standards, generate code, and accelerate development. However, traditiona…

RAGRetrievalRetrieval-augmented Generation