emolero commited on
Commit
8c99f09
·
verified ·
1 Parent(s): 5faf87a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +103 -30
README.md CHANGED
@@ -12,50 +12,123 @@ configs:
12
  - config_name: default
13
  data_files:
14
  - split: train
15
- path: data/train.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # O-RAN Specifications Corpus
19
 
20
- Markdown-parsed corpus of o-ran specifications working-group documents (PRDs, technical reports, white papers).
21
- Source DOCX/PDFs were converted to markdown via the Datalab Marker API (`mode=accurate`).
 
 
 
22
 
23
  ## Stats
24
 
25
  - **Documents**: 66
26
- - **Characters (total)**: 25,581,453
27
- - **Images extracted**: 7,408
28
-
29
- | Working group | Docs |
30
- |---|---:|
31
- | WG11 | 12 |
32
- | WG2 | 12 |
33
- | WG6 | 8 |
34
- | WG10 | 7 |
35
- | WG1 | 6 |
36
- | WG3 | 6 |
37
- | WG5 | 5 |
38
- | TIFG | 4 |
39
- | WG9 | 3 |
40
- | WG4 | 2 |
41
- | WG7 | 1 |
42
-
43
- ## Fields
 
 
 
 
 
 
44
 
45
  | Column | Type | Description |
46
  |---|---|---|
47
- | `wg` | string | Working group (e.g. `FASG`, `eSim`, `NG` for GSMA; `WG1`, `WG10`, `TIFG` for O-RAN) |
48
  | `doc_id` | string | Document filename stem |
49
- | `rel_path` | string | Path relative to corpus root |
50
- | `text` | string | Markdown body |
51
- | `n_chars` | int | Length of `text` |
52
- | `n_images` | int | Number of image files referenced |
53
- | `images` | list[string] | Image filenames (in `files/<rel_path>/images/`) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  ## Layout
56
 
57
  ```
58
- data/train.parquet row-oriented dataset
59
- files/<wg>/<doc-stem>/doc.md original markdown
60
- files/<wg>/<doc-stem>/images/*.png|jpg inline images referenced from doc.md
61
  ```
 
 
 
 
 
 
12
  - config_name: default
13
  data_files:
14
  - split: train
15
+ path: data/*/train.parquet
16
+ - config_name: WG11
17
+ data_files:
18
+ - split: train
19
+ path: data/WG11/train.parquet
20
+ - config_name: WG2
21
+ data_files:
22
+ - split: train
23
+ path: data/WG2/train.parquet
24
+ - config_name: WG6
25
+ data_files:
26
+ - split: train
27
+ path: data/WG6/train.parquet
28
+ - config_name: WG10
29
+ data_files:
30
+ - split: train
31
+ path: data/WG10/train.parquet
32
+ - config_name: WG1
33
+ data_files:
34
+ - split: train
35
+ path: data/WG1/train.parquet
36
+ - config_name: WG3
37
+ data_files:
38
+ - split: train
39
+ path: data/WG3/train.parquet
40
+ - config_name: WG5
41
+ data_files:
42
+ - split: train
43
+ path: data/WG5/train.parquet
44
+ - config_name: TIFG
45
+ data_files:
46
+ - split: train
47
+ path: data/TIFG/train.parquet
48
+ - config_name: WG9
49
+ data_files:
50
+ - split: train
51
+ path: data/WG9/train.parquet
52
+ - config_name: WG4
53
+ data_files:
54
+ - split: train
55
+ path: data/WG4/train.parquet
56
+ - config_name: WG7
57
+ data_files:
58
+ - split: train
59
+ path: data/WG7/train.parquet
60
  ---
61
 
62
  # O-RAN Specifications Corpus
63
 
64
+ Technical Specifications (TS) and Technical Reports (TR) from the O-RAN Alliance working groups (Release R005).
65
+
66
+ Source documents (DOCX, PDF) were converted to GitHub-flavoured Markdown via the
67
+ [Datalab Marker](https://www.datalab.to) API (`mode=accurate`) on 2026-05-14.
68
+ Only the parsed `.md` text is published here — original binaries and extracted images are not redistributed.
69
 
70
  ## Stats
71
 
72
  - **Documents**: 66
73
+ - **Working groups**: 11
74
+ - **Total characters**: 25,581,453
75
+ - **Total words**: 2,681,736
76
+
77
+ ## Working groups
78
+
79
+ Each row below corresponds to a `config_name` in the dataset viewer — pick one to browse only that
80
+ working group, or pick `default` to see every document.
81
+
82
+ | WG | Docs | Description |
83
+ |---|---:|---|
84
+ | `WG11` | 12 | Security — threat modeling, zero-trust, post-quantum, certificate management |
85
+ | `WG2` | 12 | Non-RT RIC & A1 / R1 Interfaces — non-real-time intelligent controller |
86
+ | `WG6` | 8 | Cloudification & Orchestration — O-Cloud, OAM, deployment |
87
+ | `WG10` | 7 | OAM and SMO — Service Management & Orchestration, O1 interface, information models |
88
+ | `WG1` | 6 | Use Cases & Overall Architecture — RAN architecture, NTN, CCIN use cases |
89
+ | `WG3` | 6 | Near-RT RIC & E2 / Y1 Interfaces — near-real-time intelligent controller, xApps |
90
+ | `WG5` | 5 | Open F1 / W1 / E1 / X2 / Xn Interfaces — midhaul and CU-DU split |
91
+ | `TIFG` | 4 | Test & Integration Focus Group — certification badge, E2E test specifications |
92
+ | `WG9` | 3 | Open X-Haul Transport — fronthaul/midhaul/backhaul transport, XPSAAS |
93
+ | `WG4` | 2 | Open Fronthaul Interfaces — CUS-plane, M-plane, IOT, MP-YANG |
94
+ | `WG7` | 1 | White-Box Hardware — open hardware reference designs |
95
+
96
+ ## Schema
97
 
98
  | Column | Type | Description |
99
  |---|---|---|
100
+ | `wg` | string | Working group code (matches the config name) |
101
  | `doc_id` | string | Document filename stem |
102
+ | `title` | string | First H1 in the markdown, or `doc_id` when absent |
103
+ | `rel_path` | string | Path relative to the corpus root |
104
+ | `text` | string | Parsed markdown body |
105
+ | `n_chars` | int64 | `len(text)` |
106
+ | `n_words` | int64 | Whitespace word count of `text` |
107
+ | `n_lines` | int64 | Line count of `text` |
108
+
109
+ ## Loading
110
+
111
+ ```python
112
+ from datasets import load_dataset
113
+
114
+ # Every document across every working group
115
+ ds = load_dataset("GSMA/oran", "default", split="train")
116
+
117
+ # Just one working group (e.g. WG11)
118
+ ds_wg = load_dataset("GSMA/oran", "WG11", split="train")
119
+
120
+ print(ds_wg[0]["title"])
121
+ print(ds_wg[0]["text"][:500])
122
+ ```
123
 
124
  ## Layout
125
 
126
  ```
127
+ data/<wg>/train.parquet one parquet shard per working group
128
+ README.md this dataset card
 
129
  ```
130
+
131
+ ## License and use
132
+
133
+ Private dataset; access restricted to GSMA organisation members on HuggingFace. The underlying
134
+ documents are subject to GSMA / O-RAN Alliance redistribution terms — internal research use only.