GotThatData commited on
Commit
d40daf6
ยท
verified ยท
1 Parent(s): c8c18f8

Enhanced README with examples, use cases, and citations

Browse files
Files changed (1) hide show
  1. README.md +213 -89
README.md CHANGED
@@ -1,126 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-classification
5
- - summarization
6
- - feature-extraction
7
- - text-generation
8
- language:
9
- - en
10
- tags:
11
- - multi-class-classification
12
- - extractive-qa
13
- - open-domain-qa
14
- pretty_name: stargate
15
- size_categories:
16
- - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
- # ๐Ÿง  STARGATE: CIA Remote Viewing Archive (Raw PDFs + Metadata)
19
 
20
- **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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- These include, but are not limited to:
 
23
 
24
- - **Grill Flame** (US Army + DIA)
25
- - **Center Lane** (NSA/Army Intelligence)
26
- - **Sun Streak** (precursor to Stargate)
27
- - **STARGATE Program** (DIA, 1991โ€“1995)
 
 
28
 
29
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ---
32
 
33
- ## ๐Ÿ“ฆ Dataset Summary
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
- - ๐Ÿ” **12,000+** CIA documents (PDFs), scanned and declassified
36
- - ๐Ÿ—‚๏ธ Each entry includes document-specific metadata
37
- - ๐Ÿ•ต๏ธโ€โ™‚๏ธ Topics include: remote viewing trials, operational psychic use, experimental methods, scientific disputes, and internal memos
38
- - ๐Ÿงพ Format: binary PDFs with structured metadata in JSON
39
 
40
  ---
41
 
42
- ## ๐Ÿงฑ Metadata Schema
43
 
44
- Each dataset row contains:
45
 
46
- | Field | Type | Description |
47
- |------------------|----------|-----------------------------------------------------------------------------|
48
- | `filename` | `string` | Official CIA filename (e.g., `CIA-RDP96-00788R000700020002-2.pdf`) |
49
- | `document_id` | `string` | Optional normalized ID (same as filename without extension) |
50
- | `page_count` | `int` | Number of pages in the document |
51
- | `image_count` | `int` | Number of page images generated (usually equal to page count) |
52
- | `processed_at` | `string` | Timestamp (ISO 8601) when file was processed into this dataset |
53
- | `ocr_status` | `string` | `"pending"`, `"success"`, `"error"` โ€” tracks OCR processing state |
54
- | `text_extracted` | `bool` | Indicates whether OCR text was successfully generated |
55
- | `source` | `string` | Source label, e.g., `"CIA Stargate Archive"` |
56
- | `tags` | `list` | Optional list of tags or topic keywords |
57
- | `pdf` | `binary` | The original scanned PDF file (can be downloaded) |
58
 
59
  ---
60
 
61
- ## ๐Ÿ” Example Record
62
-
63
- ```json
64
- {
65
- "filename": "CIA-RDP79-00999A000200010002-3.pdf",
66
- "document_id": "CIA-RDP79-00999A000200010002-3",
67
- "page_count": 10,
68
- "image_count": 10,
69
- "processed_at": "2025-03-22T22:04:19.172208",
70
- "ocr_status": "pending",
71
- "text_extracted": false,
72
- "source": "CIA Stargate Archive",
73
- "tags": [],
74
- "pdf": "<binary>"
75
  }
 
76
 
77
- ๐Ÿ”ฌ Research Context
78
- This archive reflects the U.S. governmentโ€™s decades-long scientific and operational interest in:
79
 
80
- Remote viewing (describing a hidden location or object without physical access)
81
 
82
- Precognition (perceiving future events)
 
 
83
 
84
- Psychokinesis (mind influencing matter)
85
 
86
- ESP training and evaluation protocols
87
 
88
- Intelligence-gathering attempts using anomalous cognition
89
 
90
- Internal reports on experimental validation, critique, and ethics
91
 
92
- 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.
93
 
94
- ๐Ÿ“š Use Cases
95
- This dataset supports a wide range of applications:
96
 
97
- Domain Applications
98
- ๐Ÿง  NLP & AI OCR benchmarking, QA over scanned archives, embedding generation
99
- ๐Ÿงพ Digital Humanities Historical research, truth-seeking, Cold War context analysis
100
- ๐Ÿ›ฐ๏ธ Defense Studies Study of cognitive science integration into military strategy
101
- ๐Ÿ•ต๏ธ OSINT & Intelligence Pattern detection in government research methods
102
- ๐Ÿคฏ Fringe Exploration Cross-comparison with spiritual, metaphysical, or psi phenomena
103
 
104
- License
105
- 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.
106
 
107
- You may use, share, and modify this dataset freely โ€” even for commercial purposes โ€” with attribution.
108
 
109
- ๐Ÿ”— https://creativecommons.org/licenses/by/4.0/
 
 
110
 
111
- ๐Ÿ“Œ Citation
112
- If you use this dataset, please cite:
 
 
 
113
 
114
- @dataset{gotthatdata_stargate_2024,
115
- title = {STARGATE: CIA Remote Viewing Archive},
116
- author = {GotThatData},
117
- year = {2024},
118
- url = {https://huggingface.co/datasets/GotThatData/STARGATE}
119
- }
120
 
121
- Also cite the CIA Electronic Reading Room and FOIA sources where appropriate.
122
 
123
- ๐Ÿ™ Acknowledgements
124
- 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.
 
 
 
 
125
 
126
- ๐Ÿ”— Curated by GotThatData ยท
 
1
+ # ๐Ÿง  STARGATE: CIA Remote Viewing Archive (Raw PDFs + Metadata)
2
+
3
+ [![Downloads](https://img.shields.io/badge/downloads-109-brightgreen)](https://huggingface.co/datasets/GotThatData/STARGATE)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![Size: 10K<n<100K](https://img.shields.io/badge/size-10K--100K-blue)](https://huggingface.co/datasets/GotThatData/STARGATE)
6
+
7
+ ## Overview
8
+
9
+ **STARGATE is the most comprehensive open-access archive of declassified CIA documents related to psychic research, remote viewing (RV), and anomalous cognition.**
10
+
11
+ 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.
12
+
13
+ ### Programs Included
14
+
15
+ - **Grill Flame** (1973โ€“1978) - DIA's early remote viewing experiments
16
+ - **Center Lane** (1978โ€“1985) - Army Intelligence psychic espionage program
17
+ - **Sun Streak** (1985โ€“1991) - Continuation under new codename
18
+ - **Star Gate** (1991โ€“1995) - Final incarnation before congressional termination
19
+ - **Related Programs:** Gondola Wish, Scanate, Inscom Center Lane
20
+
21
  ---
22
+
23
+ ## ๐ŸŽฏ Use Cases
24
+
25
+ ### 1. **Natural Language Processing (NLP)**
26
+ - **Information extraction** - Extract dates, locations, agents, targets from session transcripts
27
+ - **Entity recognition** - Identify patterns in how remote viewers describe unknown locations
28
+ - **Summarization** - Generate abstracts of lengthy technical reports
29
+ - **Text classification** - Categorize documents by program, methodology, success rate
30
+
31
+ ### 2. **Historical & Intelligence Research**
32
+ - **Cold War intelligence tactics** - How did the U.S. approach psychic espionage?
33
+ - **Scientific methodology** - What protocols were used? How did they evolve?
34
+ - **Congressional oversight** - Why was the program terminated in 1995?
35
+ - **Cross-agency collaboration** - DIA, CIA, Army Intelligence, SRI International
36
+
37
+ ### 3. **Psychological Analysis**
38
+ - **Cognitive bias** in perception and reporting
39
+ - **Training methodologies** for perceptual enhancement
40
+ - **Statistical evaluation** of claimed psychic phenomena
41
+ - **Interviewer-subject dynamics** in session transcripts
42
+
43
+ ### 4. **Machine Learning Training**
44
+ - **OCR benchmarking** - Scanned 1970s-1990s government documents (challenging quality)
45
+ - **Document classification** - Multi-class categorization (session transcript, technical report, administrative memo, etc.)
46
+ - **Anomaly detection** - Identify unusual patterns or outliers in session data
47
+ - **Time-series analysis** - Success rates, funding levels, program activity over decades
48
+
49
  ---
 
50
 
51
+ ## ๐Ÿ“Š Dataset Structure
52
+
53
+ ```
54
+ STARGATE/
55
+ โ”œโ”€โ”€ pdfs/ # 12,000+ raw scanned PDF files
56
+ โ”‚ โ”œโ”€โ”€ STAR-GATE-01.pdf
57
+ โ”‚ โ”œโ”€โ”€ STAR-GATE-02.pdf
58
+ โ”‚ โ””โ”€โ”€ ...
59
+ โ”œโ”€โ”€ metadata.csv # Document metadata (title, date, program, classification)
60
+ โ”œโ”€โ”€ processed/ # (Future) OCR-extracted text versions
61
+ โ””โ”€โ”€ README.md
62
+ ```
63
+
64
+ ### Metadata Fields
65
+
66
+ | Field | Description | Example |
67
+ |-------|-------------|---------|
68
+ | `document_id` | Unique identifier | `STAR-GATE-00042` |
69
+ | `title` | Document title | "Remote Viewing Session: Soviet Submarine Base" |
70
+ | `date` | Document date | `1983-04-15` |
71
+ | `program` | Program codename | `Center Lane`, `Star Gate` |
72
+ | `classification` | Original classification | `SECRET`, `CONFIDENTIAL`, `UNCLASSIFIED` |
73
+ | `declassification_date` | When it was released | `2000-08-09` |
74
+ | `page_count` | Number of pages | `23` |
75
+ | `file_path` | Relative path to PDF | `pdfs/STAR-GATE-00042.pdf` |
76
+
77
+ ---
78
+
79
+ ## ๐Ÿš€ Quick Start
80
+
81
+ ### Load the Dataset
82
+
83
+ ```python
84
+ from datasets import load_dataset
85
+
86
+ dataset = load_dataset("GotThatData/STARGATE")
87
+ ```
88
+
89
+ ### Example: Extract Metadata for a Specific Program
90
+
91
+ ```python
92
+ import pandas as pd
93
+
94
+ # Load metadata
95
+ df = pd.read_csv("hf://datasets/GotThatData/STARGATE/metadata.csv")
96
+
97
+ # Filter for Star Gate program
98
+ star_gate_docs = df[df['program'] == 'Star Gate']
99
+ print(f"Found {len(star_gate_docs)} Star Gate documents")
100
+
101
+ # Sort by date
102
+ star_gate_docs = star_gate_docs.sort_values('date')
103
+ print(star_gate_docs[['title', 'date', 'page_count']].head(10))
104
+ ```
105
+
106
+ ### Example: OCR Text Extraction (with PyMuPDF)
107
 
108
+ ```python
109
+ import fitz # PyMuPDF
110
 
111
+ def extract_text_from_pdf(pdf_path):
112
+ doc = fitz.open(pdf_path)
113
+ text = ""
114
+ for page in doc:
115
+ text += page.get_text()
116
+ return text
117
 
118
+ # Extract text from a document
119
+ pdf_path = "hf://datasets/GotThatData/STARGATE/pdfs/STAR-GATE-00042.pdf"
120
+ text = extract_text_from_pdf(pdf_path)
121
+ print(text[:500]) # First 500 characters
122
+ ```
123
+
124
+ ### Example: Train a Document Classifier
125
+
126
+ ```python
127
+ from transformers import AutoTokenizer, AutoModelForSequenceClassification, Trainer
128
+
129
+ # Load pre-trained model
130
+ model_name = "distilbert-base-uncased"
131
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
132
+ model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=4)
133
+
134
+ # Prepare data (classification: transcript, report, memo, other)
135
+ # ... (data preparation code)
136
+
137
+ # Fine-tune
138
+ trainer = Trainer(model=model, train_dataset=train_data, eval_dataset=eval_data)
139
+ trainer.train()
140
+ ```
141
 
142
  ---
143
 
144
+ ## ๐Ÿ“š Background & Context
145
+
146
+ ### What Was STARGATE?
147
+
148
+ In 1972, the CIA and DIA began funding research into **remote viewing** - the alleged ability to perceive distant or unseen targets through extrasensory means. Programs evolved over two decades under various codenames:
149
+
150
+ 1. **Early Phase (1973-1978):** Grill Flame - Initial DIA experiments at SRI International
151
+ 2. **Operational Phase (1978-1991):** Center Lane & Sun Streak - Active intelligence gathering
152
+ 3. **Final Phase (1991-1995):** Star Gate - Consolidated under DIA oversight
153
+
154
+ ### Why Was It Terminated?
155
+
156
+ In 1995, the CIA commissioned an independent review by the American Institutes for Research (AIR). The final report concluded:
157
+
158
+ > "The information provided by remote viewing is vague and ambiguous, making it difficult, if not impossible, for the technique to yield information of sufficient quality and accuracy for actionable intelligence."
159
+
160
+ Congress defunded the program shortly after. All documents were declassified and released via the CIA's CREST database between 2000-2017.
161
+
162
+ ### Notable Participants
163
 
164
+ - **Ingo Swann** - Developed Controlled Remote Viewing (CRV) methodology
165
+ - **Pat Price** - Remote viewer credited with "successful" Cold War missions
166
+ - **Dr. Hal Puthoff** - SRI physicist who led early experiments
167
+ - **Dr. Edwin May** - Director of cognitive sciences division at SRI
168
 
169
  ---
170
 
171
+ ## ๐Ÿ”ฌ Research Applications
172
 
173
+ ### Academic Papers Using This Dataset
174
 
175
+ *(We'd love to list your work here! Open a discussion or PR)*
176
+
177
+ ### Potential Research Questions
178
+
179
+ 1. **Linguistics:** How did remote viewing terminology evolve across programs?
180
+ 2. **Psychology:** What cognitive biases are evident in session transcripts?
181
+ 3. **History:** How did Cold War tensions influence psychic espionage funding?
182
+ 4. **Statistics:** Can we replicate the AIR study's statistical analysis with modern methods?
183
+ 5. **AI Ethics:** What does government-funded psychic research teach us about evaluating anomalous claims in AI?
 
 
 
184
 
185
  ---
186
 
187
+ ## ๐Ÿ“ Citation
188
+
189
+ If you use this dataset in your research, please cite:
190
+
191
+ ```bibtex
192
+ @dataset{daugherty2025stargate,
193
+ author = {Bryan Daugherty},
194
+ title = {STARGATE: CIA Remote Viewing Archive},
195
+ year = {2025},
196
+ publisher = {Hugging Face},
197
+ url = {https://huggingface.co/datasets/GotThatData/STARGATE}
 
 
 
198
  }
199
+ ```
200
 
201
+ ---
 
202
 
203
+ ## ๐Ÿ”— Related Resources
204
 
205
+ - **CIA CREST Database:** [https://www.cia.gov/readingroom/](https://www.cia.gov/readingroom/)
206
+ - **AIR Final Report (1995):** [Research Evaluation](https://www.cia.gov/readingroom/docs/CIA-RDP96-00789R003800200001-0.pdf)
207
+ - **Companion Dataset:** [STARGATE-Processed](https://huggingface.co/datasets/GotThatData/STARGATE-Processed) - OCR-extracted text versions
208
 
209
+ ---
210
 
211
+ ## ๐Ÿ“œ License
212
 
213
+ MIT License - freely available for research and commercial use.
214
 
215
+ **Note:** These are declassified U.S. government documents and are in the public domain. The dataset compilation and metadata are released under MIT.
216
 
217
+ ---
218
 
219
+ ## ๐Ÿ™ Acknowledgments
 
220
 
221
+ - **CIA CREST Team** - For declassifying and digitizing these historical documents
222
+ - **Internet Archive** - For mirroring and preserving government data
223
+ - **Hugging Face Community** - For providing infrastructure for large-scale dataset hosting
 
 
 
224
 
225
+ ---
 
226
 
227
+ ## ๐Ÿ› Known Issues & Future Work
228
 
229
+ - **OCR Quality:** Scanned 1970s-1990s documents have variable quality. Some pages are illegible.
230
+ - **Missing Documents:** Not all STARGATE-related documents may be included (ongoing FOIA releases).
231
+ - **Metadata Gaps:** Some documents lack complete metadata (date, program name, etc.).
232
 
233
+ **Roadmap:**
234
+ - [ ] Complete OCR extraction for all PDFs โ†’ `STARGATE-Processed` dataset
235
+ - [ ] Add entity annotations (people, locations, programs)
236
+ - [ ] Create topic models for common themes
237
+ - [ ] Build search/query interface (Space app)
238
 
239
+ ---
 
 
 
 
 
240
 
241
+ ## ๐Ÿ’ฌ Feedback & Contributions
242
 
243
+ Found an error? Have a feature request? Want to contribute OCR'd text or annotations?
244
+
245
+ - **Discussions:** [Open a discussion](https://huggingface.co/datasets/GotThatData/STARGATE/discussions)
246
+ - **Contact:** YourFriends@smartledger.solutions
247
+
248
+ ---
249
 
250
+ *"The truth is rarely pure and never simple."* โ€” Oscar Wilde