Datasets:
File size: 5,407 Bytes
129cee7 |
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 |
---
license: mit
task_categories:
- text-classification
- summarization
- feature-extraction
- text-generation
language:
- en
tags:
- multi-class-classification
- extractive-qa
- open-domain-qa
pretty_name: stargate
size_categories:
- 10K<n<100K
---
# ๐ง STARGATE: CIA Remote Viewing Archive (Raw PDFs + Metadata)
**STARGATE** is the most comprehensive open-access archive of declassified CIA documents related to **psychic research**, **remote viewing (RV)**, and **anomalous cognition**. This dataset consolidates over **12,000 scanned PDF files**, drawn from decades of classified government programs designed to investigate and operationalize extrasensory perception (ESP) in intelligence-gathering contexts.
These include, but are not limited to:
- **Grill Flame** (US Army + DIA)
- **Center Lane** (NSA/Army Intelligence)
- **Sun Streak** (precursor to Stargate)
- **STARGATE Program** (DIA, 1991โ1995)
This release features the **original scanned documents** in PDF format, along with per-file metadata for page count, processing timestamps, and preparation for OCR and further analysis.
---
## ๐ฆ Dataset Summary
- ๐ **12,000+** CIA documents (PDFs), scanned and declassified
- ๐๏ธ Each entry includes document-specific metadata
- ๐ต๏ธโโ๏ธ Topics include: remote viewing trials, operational psychic use, experimental methods, scientific disputes, and internal memos
- ๐งพ Format: binary PDFs with structured metadata in JSON
---
## ๐งฑ Metadata Schema
Each dataset row contains:
| Field | Type | Description |
|------------------|----------|-----------------------------------------------------------------------------|
| `filename` | `string` | Official CIA filename (e.g., `CIA-RDP96-00788R000700020002-2.pdf`) |
| `document_id` | `string` | Optional normalized ID (same as filename without extension) |
| `page_count` | `int` | Number of pages in the document |
| `image_count` | `int` | Number of page images generated (usually equal to page count) |
| `processed_at` | `string` | Timestamp (ISO 8601) when file was processed into this dataset |
| `ocr_status` | `string` | `"pending"`, `"success"`, `"error"` โ tracks OCR processing state |
| `text_extracted` | `bool` | Indicates whether OCR text was successfully generated |
| `source` | `string` | Source label, e.g., `"CIA Stargate Archive"` |
| `tags` | `list` | Optional list of tags or topic keywords |
| `pdf` | `binary` | The original scanned PDF file (can be downloaded) |
---
## ๐ Example Record
```json
{
"filename": "CIA-RDP79-00999A000200010002-3.pdf",
"document_id": "CIA-RDP79-00999A000200010002-3",
"page_count": 10,
"image_count": 10,
"processed_at": "2025-03-22T22:04:19.172208",
"ocr_status": "pending",
"text_extracted": false,
"source": "CIA Stargate Archive",
"tags": [],
"pdf": "<binary>"
}
๐ฌ Research Context
This archive reflects the U.S. governmentโs decades-long scientific and operational interest in:
Remote viewing (describing a hidden location or object without physical access)
Precognition (perceiving future events)
Psychokinesis (mind influencing matter)
ESP training and evaluation protocols
Intelligence-gathering attempts using anomalous cognition
Internal reports on experimental validation, critique, and ethics
The dataset includes actual remote viewing transcripts, target descriptions, scientific methodology reports, and responses to academic criticism โ particularly rebuttals to well-known skeptics such as Dr. Ray Hyman.
๐ Use Cases
This dataset supports a wide range of applications:
Domain Applications
๐ง NLP & AI OCR benchmarking, QA over scanned archives, embedding generation
๐งพ Digital Humanities Historical research, truth-seeking, Cold War context analysis
๐ฐ๏ธ Defense Studies Study of cognitive science integration into military strategy
๐ต๏ธ OSINT & Intelligence Pattern detection in government research methods
๐คฏ Fringe Exploration Cross-comparison with spiritual, metaphysical, or psi phenomena
License
All documents are sourced from the CIA Electronic Reading Room or other FOIA-approved releases. This dataset is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
You may use, share, and modify this dataset freely โ even for commercial purposes โ with attribution.
๐ https://creativecommons.org/licenses/by/4.0/
๐ Citation
If you use this dataset, please cite:
@dataset{gotthatdata_stargate_2024,
title = {STARGATE: CIA Remote Viewing Archive},
author = {GotThatData},
year = {2024},
url = {https://huggingface.co/datasets/GotThatData/STARGATE}
}
Also cite the CIA Electronic Reading Room and FOIA sources where appropriate.
๐ Acknowledgements
This archive exists thanks to the persistent efforts of researchers, archivists, and activists who demanded transparency and pressed for FOIA releases. Special thanks to pioneers in psi research and the analysts who challenged convention in search of greater understanding.
๐ Curated by GotThatData ยท |