LinaBariah commited on
Commit
5374923
·
verified ·
1 Parent(s): 3b8e32b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +128 -3
README.md CHANGED
@@ -1,3 +1,128 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-retrieval
5
+ - text-ranking
6
+ - text-generation
7
+ - text-classification
8
+ - question-answering
9
+ language:
10
+ - en
11
+ tags:
12
+ - telecom
13
+ - 3gpp
14
+ - knowledge_graph
15
+ - 6g
16
+ - standards
17
+ - llm
18
+ - rag
19
+ - information_extraction
20
+ pretty_name: 3GPP Rel-19 Telecom Knowledge Graph
21
+ size_categories:
22
+ - 100K<n<1M
23
+ ---
24
+
25
+
26
+ # 3GPP Rel-19 Telecom Knowledge Graph (KG + Chunks)
27
+
28
+ ## Dataset Summary
29
+
30
+ 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.
31
+
32
+ It supports research and development in:
33
+ - Telecom and networking
34
+ - Knowledge graphs
35
+ - LLM-based reasoning over standards
36
+ - Retrieval-Augmented Generation (RAG)
37
+
38
+ ---
39
+
40
+ ## Dataset Structure
41
+
42
+ The dataset includes three main components:
43
+
44
+ - **Knowledge Graph** (`graphml`):
45
+ - Nodes: telecom entities (concepts, parameters, identifiers, protocols, references)
46
+ - Edges: semantic relations with provenance
47
+
48
+ - **Text Chunks** (`jsonl`):
49
+ - Fine-grained chunks extracted from 3GPP specifications
50
+ - Used as grounding for KG nodes and edges
51
+
52
+ - **Entity Mapping** (`json`):
53
+ - Maps entities to chunk IDs and source files
54
+
55
+ ---
56
+
57
+ ## Data Statistics
58
+
59
+ - **Nodes**: 21,540
60
+ - **Edges**: 31,718
61
+ - **Unique entities**: 6,044
62
+ - **Text chunks**: 896,453
63
+
64
+ ---
65
+
66
+ ## Data Cleaning
67
+
68
+ Cleaning was limited to structural normalization:
69
+ - Removal of NULL-only or empty identifiers
70
+ - Removal of isolated nodes with no semantic content
71
+ - Exact duplicate node and edge removal
72
+ - No semantic pruning of telecom concepts
73
+
74
+ ---
75
+
76
+ ## Intended Uses
77
+
78
+ - Telecom standards analysis
79
+ - Knowledge graph analytics
80
+ - LLM-assisted exploration of 3GPP specifications
81
+ - RAG systems for telecom documentation
82
+ - Research on information extraction from standards
83
+
84
+ ---
85
+
86
+ ## Limitations
87
+
88
+ - The dataset is limited to **3GPP Release 19**
89
+ - Some entities may lack textual descriptions and are intended for later enrichment
90
+
91
+ ---
92
+
93
+ ## License
94
+
95
+ This dataset is released under the **Creative Commons Attribution–NonCommercial 4.0 International (CC BY-NC 4.0)** license.
96
+
97
+ The dataset is derived from publicly available 3GPP specifications.
98
+ Users must provide appropriate attribution and may not use the dataset for commercial purposes.
99
+
100
+ ## Additional Information
101
+
102
+ For full details on construction and usage, see the accompanying `README.md`.
103
+
104
+ ## Acknowledgement
105
+
106
+ Compute resources for building and experimenting with the knowledge graph were provided by the ITU AI for Good AWS Sandbox.
107
+
108
+ ---
109
+
110
+ ## Citation
111
+
112
+ If you use this dataset, please cite the dataset repository
113
+
114
+ ```bibtex
115
+ @dataset{kudf_rel19_telecom_kg_2026,
116
+ title = {3GPP Release 19 Telecom Knowledge Graph},
117
+ author = {Yang, Yuzhi and Bariah, Lina and Lu, Yuhuan and Debbah, Merouane},
118
+ year = {2026},
119
+ publisher = {Hugging Face},
120
+ organization = {Khalifa University Research Institute for Digital Future (KU-DF)},
121
+ 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).},
122
+ url = {https://huggingface.co/datasets/otellm/telecom-kg-rel19},
123
+ note = {Part of the GSMA Open Telco Assets Initiative.}
124
+ }
125
+
126
+
127
+
128
+