Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
task_categories:
|
| 13 |
- text-generation
|
| 14 |
size_categories:
|
| 15 |
-
-
|
| 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
|
| 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": "
|
| 58 |
"category": "3gpp-standard",
|
| 59 |
-
"content": "
|
| 60 |
-
"metadata": "{\"
|
| 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{
|
| 112 |
-
title = {
|
| 113 |
-
author = {
|
| 114 |
year = {2024},
|
| 115 |
-
eprint = {
|
| 116 |
archivePrefix = {arXiv},
|
| 117 |
-
primaryClass = {cs.
|
| 118 |
-
url = {https://arxiv.org/abs/
|
| 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).
|