File size: 3,359 Bytes
5374923
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
license: cc-by-4.0
task_categories:
- text-retrieval
- text-ranking
- text-generation
- text-classification
- question-answering
language:
- en
tags:
- telecom
- 3gpp
- knowledge_graph
- 6g
- standards
- llm
- rag
- information_extraction
pretty_name: 3GPP Rel-19 Telecom Knowledge Graph
size_categories:
- 100K<n<1M
---


# 3GPP Rel-19 Telecom Knowledge Graph (KG + Chunks)

## Dataset Summary

This dataset, developed by *Khalifa University Research Institute for Digital Future (KU-DF)*, contains a large-scale **telecom-domain knowledge graph** built from **3GPP Release 19 specifications**, together with the underlying text chunks used for extraction and grounding.

It supports research and development in:
- Telecom and networking
- Knowledge graphs
- LLM-based reasoning over standards
- Retrieval-Augmented Generation (RAG)

---

## Dataset Structure

The dataset includes three main components:

- **Knowledge Graph** (`graphml`):
  - Nodes: telecom entities (concepts, parameters, identifiers, protocols, references)
  - Edges: semantic relations with provenance

- **Text Chunks** (`jsonl`):
  - Fine-grained chunks extracted from 3GPP specifications
  - Used as grounding for KG nodes and edges

- **Entity Mapping** (`json`):
  - Maps entities to chunk IDs and source files

---

## Data Statistics

- **Nodes**: 21,540  
- **Edges**: 31,718  
- **Unique entities**: 6,044  
- **Text chunks**: 896,453  

---

## Data Cleaning

Cleaning was limited to structural normalization:
- Removal of NULL-only or empty identifiers
- Removal of isolated nodes with no semantic content
- Exact duplicate node and edge removal
- No semantic pruning of telecom concepts

---

## Intended Uses

- Telecom standards analysis
- Knowledge graph analytics
- LLM-assisted exploration of 3GPP specifications
- RAG systems for telecom documentation
- Research on information extraction from standards

---

## Limitations

- The dataset is limited to **3GPP Release 19**
- Some entities may lack textual descriptions and are intended for later enrichment

---

## License

This dataset is released under the **Creative Commons Attribution–NonCommercial 4.0 International (CC BY-NC 4.0)** license.

The dataset is derived from publicly available 3GPP specifications.  
Users must provide appropriate attribution and may not use the dataset for commercial purposes.

## Additional Information

For full details on construction and usage, see the accompanying `README.md`.

## Acknowledgement

Compute resources for building and experimenting with the knowledge graph were provided by the ITU AI for Good AWS Sandbox.

---

## Citation

If you use this dataset, please cite the dataset repository

```bibtex
@dataset{kudf_rel19_telecom_kg_2026,
  title     = {3GPP Release 19 Telecom Knowledge Graph},
  author    = {Yang, Yuzhi and Bariah, Lina and Lu, Yuhuan and Debbah, Merouane},
  year      = {2026},
  publisher = {Hugging Face},
  organization = {Khalifa University Research Institute for Digital Future (KU-DF)},
  abstract  = {A large-scale telecom knowledge graph constructed from 3GPP Release 19 specifications, together with text chunks for grounding, provenance, and retrieval-augmented generation (RAG).},
  url       = {https://huggingface.co/datasets/otellm/telecom-kg-rel19},
  note      = {Part of the GSMA Open Telco Assets Initiative.}
}