File size: 4,600 Bytes
74e7eb1
 
ab1a731
 
74e7eb1
 
ab1a731
74e7eb1
ab1a731
74e7eb1
ab1a731
 
74e7eb1
 
 
 
 
 
cb2c7ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74e7eb1
 
ea03018
 
ab1a731
 
 
ea03018
 
 
 
 
 
 
 
 
 
74e7eb1
ab1a731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
license_name: gsma
license_link: https://www.gsma.com/
language:
- en
pretty_name: GSMA Specifications and Guidelines
tags:
- telecommunications
- gsma
- standards
- open-telco
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/*/train.parquet
- config_name: NG
  data_files:
  - split: train
    path: data/NG/train.parquet
- config_name: TSG
  data_files:
  - split: train
    path: data/TSG/train.parquet
- config_name: FASG
  data_files:
  - split: train
    path: data/FASG/train.parquet
- config_name: eSim
  data_files:
  - split: train
    path: data/eSim/train.parquet
- config_name: IG
  data_files:
  - split: train
    path: data/IG/train.parquet
- config_name: OPG
  data_files:
  - split: train
    path: data/OPG/train.parquet
- config_name: RCS
  data_files:
  - split: train
    path: data/RCS/train.parquet
- config_name: WAS
  data_files:
  - split: train
    path: data/WAS/train.parquet
- config_name: SAS
  data_files:
  - split: train
    path: data/SAS/train.parquet
- config_name: AID
  data_files:
  - split: train
    path: data/AID/train.parquet
- config_name: ISAG
  data_files:
  - split: train
    path: data/ISAG/train.parquet
- config_name: IDS
  data_files:
  - split: train
    path: data/IDS/train.parquet
- config_name: PQTN
  data_files:
  - split: train
    path: data/PQTN/train.parquet
- config_name: SAM
  data_files:
  - split: train
    path: data/SAM/train.parquet
---

# GSMA source mirror

> Part of the **[Open-Telco Telecom Standards Corpus](https://huggingface.co/collections/GSMA/telecom-standards-corpus-6a432dc598fc32729754fecf)**.  
> Sibling mirrors: [3GPP](https://huggingface.co/datasets/GSMA/3GPP) · [ETSI](https://huggingface.co/datasets/GSMA/etsi) · [ITU-T](https://huggingface.co/datasets/GSMA/itu) · [O-RAN](https://huggingface.co/datasets/GSMA/oran) · **GSMA** · [TM Forum](https://huggingface.co/datasets/GSMA/tmforum) · [CAMARA](https://huggingface.co/datasets/GSMA/camara)

This dataset mirrors the GSMA's published specifications, industry guidelines, and permanent reference documents. Every source is kept twice: `original/` is the file as GSMA released it (PDF and Word), 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/` has a parsed twin at the matching path under `marked/`; both are grouped by GSMA working group and programme (eSIM, Networks, RCS, Fraud and Security, and the IG/IR document series). `manifest.jsonl` carries one row per file (path, SHA-256, parse status), and `STATUS.md` reports how much of the corpus has been parsed.

```text
gsma/
  original/         # source files as published, by working group
    NG/  RCS/  eSim/  IG/  FASG/  ...
  marked/           # Markdown mirror of original/, same paths
    NG/.../raw.md   #   one per document, images beside it
  manifest.jsonl    # one row per file: path, sha256, parse status
  STATUS.md         # parse-coverage summary
```

## How it is organized

- `original/` holds the source files as GSMA published them (PDF and Word), grouped by working group and programme (eSIM, Networks, RCS, Fraud and Security, and the IG/IR document series).
- `marked/` is the Markdown twin of `original/` at identical paths, one `raw.md` per document with figures beside it.
- `manifest.jsonl` carries one row per file (path, SHA-256, parse status); `STATUS.md` reports parse coverage.

## How to use

Pull only the Markdown twins (skip the heavy `original/` tree) and read them straight:

```python
from huggingface_hub import snapshot_download

path = snapshot_download("GSMA/gsma", repo_type="dataset", allow_patterns="marked/**")
# every parsed document is a marked/**/raw.md
```

## The corpus

This dataset is part of the **Open-Telco Telecom Standards Corpus**, an effort to make telecommunications open by mirroring every major standards body into clean, machine-readable Markdown. The full set: 3GPP, ETSI, ITU-T, O-RAN, GSMA, TM Forum, and CAMARA. Browse them all in the [collection](https://huggingface.co/collections/GSMA/telecom-standards-corpus-6a432dc598fc32729754fecf).

## License and attribution

The mirrored documents remain the property of the GSMA and stay subject to its terms; see [www.gsma.com](https://www.gsma.com/). This dataset reproduces them in original and Markdown form for research, search, and retrieval. Cite the underlying document by its GSMA reference (for example IR or IG number) when you use it.