File size: 3,427 Bytes
ccce488 | 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 120 121 122 123 124 125 126 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: text
dtype: string
- name: title
dtype: string
splits:
- name: common_pile_peps
num_bytes: 10974751.79389313
num_examples: 631
- name: diegi97_marine_biology
num_bytes: 14478365.577
num_examples: 4407
- name: diegi97_mythology
num_bytes: 46766379.3552
num_examples: 9264
- name: diegi97_space_exploration
num_bytes: 25232548.086
num_examples: 4842
- name: gitlab_handbook
num_bytes: 28658710.942570645
num_examples: 3152
- name: nampdn_ai_devdocs_io
num_bytes: 139754461
num_examples: 10905
- name: owasp_cheatsheets
num_bytes: 2068147.3211009174
num_examples: 102
- name: rfc_all
num_bytes: 383924619.53351206
num_examples: 7018
- name: rust_rfcs
num_bytes: 8417762.853503184
num_examples: 613
download_size: 250195550
dataset_size: 660275746.46278
configs:
- config_name: default
data_files:
- split: common_pile_peps
path: data/common_pile_peps-*
- split: diegi97_marine_biology
path: data/diegi97_marine_biology-*
- split: diegi97_mythology
path: data/diegi97_mythology-*
- split: diegi97_space_exploration
path: data/diegi97_space_exploration-*
- split: gitlab_handbook
path: data/gitlab_handbook-*
- split: nampdn_ai_devdocs_io
path: data/nampdn_ai_devdocs_io-*
- split: owasp_cheatsheets
path: data/owasp_cheatsheets-*
- split: rfc_all
path: data/rfc_all-*
- split: rust_rfcs
path: data/rust_rfcs-*
---
# ragent_data_sources
This dataset aggregates multiple text corpora used as sources for QA generation.
Each split corresponds to a single upstream source, normalized to a common schema with `id`, `title`, and `text`.
## Data Sources
The dataset includes the following sources:
- common_pile_peps (Python Enhancement Proposals)
- diegi97_marine_biology (Wikipedia-derived; marine biology topics)
- diegi97_mythology (Wikipedia-derived; mythology topics)
- diegi97_space_exploration (Wikipedia-derived; space exploration topics)
- gitlab_handbook (GitLab Handbook)
- nampdn_ai_devdocs_io (DevDocs documentation collection)
- owasp_cheatsheets (OWASP Cheat Sheet Series)
- rfc_all (IETF RFCs)
- rust_rfcs (Rust RFCs)
## Dataset Info
```yaml
dataset_info:
features:
- name: id
dtype: int64
- name: text
dtype: string
- name: title
dtype: string
splits:
- name: common_pile_peps
num_examples: 631
- name: diegi97_marine_biology
num_examples: 4407
- name: diegi97_mythology
num_examples: 9264
- name: diegi97_space_exploration
num_examples: 4842
- name: gitlab_handbook
num_examples: 3152
- name: nampdn_ai_devdocs_io
num_examples: 10905
- name: owasp_cheatsheets
num_examples: 102
- name: rfc_all
num_examples: 7018
- name: rust_rfcs
num_examples: 613
```
## License
This dataset aggregates documents from multiple upstream sources with different licenses.
It is published under `license: other`.
Each split remains governed by its original source license. See `LICENSES.md` for:
- the full list of sources,
- their licenses,
- required attribution and share‑alike terms,
- and any special restrictions.
By using this dataset, you agree to comply with the applicable upstream licenses for each split. |