--- 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.