Datasets:

License:
3gpp_knowledgeGraph / README.md
lepowell's picture
Update README.md
642dbd0 verified
metadata
license: other
license_name: trial-licence-ku-gsma-members-knowledge-graph
license_link: LICENSE

πŸ“š 3GPP Rel-13 Knowledge Graph Dataset

Overview

This dataset provides a Knowledge Graph representation of 3GPP Release 13 documentation, compiled by Khalifa University. It is intended for research and development in telecommunications, semantic networks, and graph-based AI applications.


πŸ“‚ Dataset Structure

  • File Type: .graphml
  • Graph Details:
    • Nodes: Entities extracted from 3GPP Rel-13 documentation.
    • Edges: Relationships between these entities.

βœ… License

Please read and agree to the terms within the dataset license before using this dataset.


πŸ” Use Cases

  • Knowledge Graph research
  • Telecom standards analysis
  • Graph-based machine learning
  • Semantic search and reasoning

πŸ“₯ How to Load

from datasets import load_dataset

dataset = load_dataset("your-username/TKG_Release13.graphml")