🤖 AI Summary
This study addresses the absence of standardized evaluation frameworks for large language models (LLMs) in industrial-scale telecommunications scenarios, particularly the neglect of device documentation and end-to-end operational workflows. To bridge this gap, the authors propose TeleCom-Bench, the first domain-specific benchmark that integrates foundational telecom knowledge, 3GPP protocols, 5G architecture, and vendor-specific technical documentation. Constructed from real-world operational traces, it comprises 12 evaluation sets (22,678 samples) spanning six task types—including intent recognition, entity extraction, root cause analysis, and solution generation—organized into end-to-end task chains. Evaluation of eight mainstream LLMs reveals high accuracy (>90%) on diagnostic tasks but a sharp performance drop (~30%) on execution-oriented tasks such as solution generation, highlighting a significant capability gap between diagnostic reasoning and actionable engineering execution, and underscoring the current inadequacy of LLMs in fulfilling the role of field engineers.
📝 Abstract
While Large Language Models have achieved remarkable integration in various vertical scenarios, their deployment in the telecommunications domain remains exploratory due to the lack of a standardized evaluation framework. Current telecom benchmarks primarily focus on static, foundational knowledge and isolated atomic skills, neglecting the equipment-specific documentation and end-to-end industrial workflows essential for real-world production systems. To bridge this gap, we present TeleCom-Bench, a comprehensive benchmark comprising 12 evaluation sets with 22,678 curated samples, which evaluates LLMs across a synergistic hierarchy: (1) Multi-dimensional Knowledge Comprehension, which integrates telecommunication fundamentals, 3GPP protocols, and 5G network architecture with proprietary product knowledge across wired, core, and wireless networks via knowledge graph-driven synthesis; and (2)End-to-End Knowledge Application, which formalizes six core tasks on authentic trajectories from live network agent workflows, including intent recognition, entity extraction, event verification, tool invocation, root cause analysis, and solution generation-across network optimization and fault maintenance scenarios. Evaluations of eight state-of-the-art LLMs reveal a universal Execution Wall: while models achieve 90% accuracy in linguistic interface tasks such as intent recognition and entity extraction, performance collapses to approximately 30% in procedural execution tasks like solution generation. This capability gap demonstrates that current LLMs function competently as diagnosticians but fail as field engineers. TeleCom-Bench provides standardized diagnostics to precisely pinpoint this deficit, offering actionable guidance for domain-specific alignment toward production-ready telecom agents. The dataset and evaluation code have been released at https://github.com/ZTE-AICloud/TeleCom-Bench.