nareshmodina commited on
Commit
a1b36fa
·
verified ·
1 Parent(s): e8ca67e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  task_categories:
13
  - text-generation
14
  size_categories:
15
- - 1B<n<10B
16
  configs:
17
  - config_name: default
18
  data_files:
@@ -36,8 +36,10 @@ TeleSpec-Data is a dataset of telecommunications standards documents from two ma
36
 
37
  The dataset consists of two categories:
38
 
39
- - **3gpp-standard**: 3GPP technical specifications and reports, sourced from the standards subset of [Tele-Data](https://huggingface.co/datasets/AliMaatouk/Tele-Data).
40
- - **etsi-standard**: ETSI documents spanning 15 working groups (TS, TR, EN, ES, GS, GR, EG, ETR, ETS, GTS, and others), covering years 2000–2024, extracted from the PDF corpus in [NetSpec-LLM](https://huggingface.co/datasets/rasoul-nikbakht/NetSpec-LLM).
 
 
41
 
42
  ## Dataset Structure
43
 
@@ -54,10 +56,10 @@ An example from the 3GPP subset:
54
 
55
  ```
56
  {
57
- "id": "standard_2413",
58
  "category": "3gpp-standard",
59
- "content": "3rd Generation Partnership Project; \n Technical Specification Group Core Network and Terminals; \n Interworking between the Public Land Mobile Network (PLMN)...",
60
- "metadata": "{\"Series\": \"29\", \"Release\": \"12\", \"File_name\": \"29161-c00\"}"
61
  }
62
  ```
63
 
@@ -108,15 +110,15 @@ If you use this dataset, please cite:
108
  Please also cite the upstream sources:
109
 
110
  ```bibtex
111
- @misc{maatouk2024telellms,
112
- title = {Tele-LLMs: A Series of Specialized Large Language Models for Telecommunications},
113
- author = {Ali Maatouk and Kenny Chirino Ampudia and Rex Ying and Leandros Tassiulas},
114
  year = {2024},
115
- eprint = {2409.05314},
116
  archivePrefix = {arXiv},
117
- primaryClass = {cs.IT},
118
- url = {https://arxiv.org/abs/2409.05314}
119
  }
120
  ```
121
 
122
- ETSI document corpus sourced from [rasoul-nikbakht/NetSpec-LLM](https://huggingface.co/datasets/rasoul-nikbakht/NetSpec-LLM) (CC BY-NC 4.0).
 
12
  task_categories:
13
  - text-generation
14
  size_categories:
15
+ - 10M<n<100M
16
  configs:
17
  - config_name: default
18
  data_files:
 
36
 
37
  The dataset consists of two categories:
38
 
39
+ - **3gpp-standard**: 15,054 3GPP technical specifications and reports covering Release 8 through Release 19 (updated to April 2025), sourced from [TSpec-LLM](https://huggingface.co/datasets/rasoul-nikbakht/TSpec-LLM).
40
+ - **etsi-standard**: 23,248 ETSI documents spanning 15 working groups (TS, TR, EN, ES, GS, GR, EG, ETR, ETS, GTS, and others), covering years 2000–2024, extracted from the PDF corpus in [NetSpec-LLM](https://huggingface.co/datasets/rasoul-nikbakht/NetSpec-LLM).
41
+
42
+ **Total: 38,302 documents.**
43
 
44
  ## Dataset Structure
45
 
 
56
 
57
  ```
58
  {
59
+ "id": "3gpp_24229_Rel-17_hc0",
60
  "category": "3gpp-standard",
61
+ "content": "3GPP TS 24.229 Release 17 Vhc0 \n 1 Scope \n The present document specifies...",
62
+ "metadata": "{\"doc_number\": \"24229\", \"series\": \"24\", \"release\": \"17\", \"version\": \"hc0\", \"filename\": \"24229-hc0.md\", \"series_dir\": \"24_series\"}"
63
  }
64
  ```
65
 
 
110
  Please also cite the upstream sources:
111
 
112
  ```bibtex
113
+ @misc{nikbakht2024tspecllm,
114
+ title = {TSpec-LLM: An Open-source Dataset for LLM Understanding of 3GPP Specifications},
115
+ author = {Rasoul Nikbakht and Mohamed Benzaghta and Giovanni Geraci},
116
  year = {2024},
117
+ eprint = {2406.01768},
118
  archivePrefix = {arXiv},
119
+ primaryClass = {cs.NI},
120
+ url = {https://arxiv.org/abs/2406.01768}
121
  }
122
  ```
123
 
124
+ ETSI document corpus sourced from [rasoul-nikbakht/NetSpec-LLM](https://huggingface.co/datasets/rasoul-nikbakht/NetSpec-LLM) (CC BY-NC 4.0).