3gpp
Datasets
All datasets matching “3gpp”3GPP
3GPP specification mirror
Part of the Open-Telco Telecom Standards Corpus.Sibling mirrors: 3GPP · ETSI · ITU-T · O-RAN · GSMA · TM Forum · CAMARA
This dataset mirrors 3GPP's published specifications. Every source is kept twice: original/ is the document as 3GPP released it, and marked/ is that same document converted to Markdown for search and retrieval, one raw.md per document with any figures extracted beside it. The two trees share identical paths, so a file in original/… See the full description on the dataset page: https://huggingface.co/datasets/GSMA/3GPP.3GPP-R183GPP-MinerU-Parsed3GPP-REL18
3GPP Release 18 Specifications
549 3GPP technical specifications and reports converted to markdown, organized by series.
Usage
from datasets import load_dataset
# Load all raw markdown for the 38-series
raw = load_dataset("GSMA/3GPP", "raw", split="38_series")
# Filter to one spec
spec = raw.filter(lambda r: r["spec_id"] == "38331")
print(spec[0]["text"][:500])
# Load all images for the 38-series
imgs = load_dataset("GSMA/3GPP", "images", split="38_series")
# Get… See the full description on the dataset page: https://huggingface.co/datasets/GSMA/3GPP-REL18.3GPP-R183gpp-5g-nr-qa
3GPP 5G NR Q&A Dataset
A question-answering dataset derived from 3GPP 38-series technical specifications covering 5G New Radio (NR). Contains ~30,000 Q&A pairs suitable for fine-tuning LLMs on telecommunications domain knowledge.
Dataset Description
Overview
This dataset contains 29,918 instruction-following Q&A pairs generated from 3GPP 38-series specifications. The questions cover technical aspects of 5G New Radio including physical layer procedures, RRC… See the full description on the dataset page: https://huggingface.co/datasets/raoulbia/3gpp-5g-nr-qa.
