GotThatData commited on
Commit
a2fb23a
·
verified ·
1 Parent(s): 78b6422

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # STARGATE Project Documents Dataset
2
+
3
+ ## Overview
4
+
5
+ This dataset contains processed documents from the STARGATE project, a U.S. government-sponsored program focused on psychic phenomena research, including remote viewing, telepathy, and psychokinesis. The documents have been declassified and made available through the CIA's CREST (CIA Records Search Tool) database.
6
+
7
+ ## Dataset Contents
8
+
9
+ The dataset includes:
10
+
11
+ - **Processed text files**: Extracted text from PDF documents, including OCR for scanned documents
12
+ - **Metadata**: Structured information about each document, including:
13
+ - Document ID
14
+ - Classification level
15
+ - Dates mentioned
16
+ - Project names
17
+ - Named entities (persons, organizations, locations)
18
+ - Word and page counts
19
+ - **Categorization**: Documents organized by type/content
20
+ - **Summary statistics**: Overall dataset statistics and insights
21
+
22
+ ## Categories
23
+
24
+ Documents are categorized into the following groups:
25
+
26
+ - **Remote Viewing**: Sessions, protocols, and results
27
+ - **Psychokinesis**: Experiments on mind-matter interaction
28
+ - **Telepathy**: Research on thought transference
29
+ - **Precognition**: Studies on predicting future events
30
+ - **Research Reports**: Formal research documentation
31
+ - **Experiment Results**: Data and outcomes from experiments
32
+ - **Training Materials**: Protocols and instructional content
33
+ - **Administrative**: Budgets, personnel, and management documents
34
+ - **Correspondence**: Letters, memos, and communications
35
+ - **Historical**: Background and contextual information
36
+ - **Other**: Miscellaneous documents
37
+
38
+ ## Usage
39
+
40
+ This dataset can be used for:
41
+
42
+ - Historical research on psychic phenomena studies
43
+ - Text analysis of government research documents
44
+ - Named entity recognition and relationship mapping
45
+ - Document classification and categorization tasks
46
+ - Linguistic analysis of scientific and administrative text
47
+
48
+ ## Citation
49
+
50
+ If you use this dataset in your research, please cite it as:
51
+
52
+ ```
53
+ @dataset{stargate_documents,
54
+ author = {GotThatData},
55
+ title = {STARGATE Project Documents},
56
+ year = {2025},
57
+ publisher = {Hugging Face},
58
+ url = {https://huggingface.co/datasets/GotThatData/STARGATE}
59
+ }
60
+ ```
61
+
62
+ ## License
63
+
64
+ These documents are in the public domain as they have been declassified by the U.S. government.
dataset_card.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - cc0-1.0
6
+ size_categories:
7
+ - 10K<n<100K
8
+ tags:
9
+ - government
10
+ - declassified
11
+ - psychic-research
12
+ - remote-viewing
13
+ - historical-documents
14
+ ---
15
+
16
+ # Dataset Card for STARGATE Project Documents
17
+
18
+ ## Dataset Description
19
+
20
+ ### Dataset Summary
21
+
22
+ The STARGATE Project Documents dataset contains declassified documents from the U.S. government's psychic phenomena research program that ran from the 1970s to the 1990s. This collection includes text extracted from PDF files, with metadata and categorization to facilitate research and analysis.
23
+
24
+ ### Languages
25
+
26
+ The documents are primarily in English (en).
27
+
28
+ ## Dataset Structure
29
+
30
+ ### Data Instances
31
+
32
+ Each document in the dataset includes:
33
+ - The full text content extracted from PDFs
34
+ - Metadata including document ID, classification, dates, and named entities
35
+ - Category assignment based on document content
36
+
37
+ ### Data Fields
38
+
39
+ - `filename`: Original filename
40
+ - `document_id`: CIA document identifier
41
+ - `classification`: Security classification level
42
+ - `category`: Document category/type
43
+ - `word_count`: Number of words in the document
44
+ - `page_count`: Estimated number of pages
45
+ - `dates`: Dates mentioned in the document
46
+ - `project_names`: Names of projects mentioned
47
+ - `persons`: Person names identified in the document
48
+ - `organizations`: Organization names identified
49
+ - `locations`: Location names identified
50
+
51
+ ### Data Splits
52
+
53
+ The dataset does not have formal splits, but documents are organized by category.
54
+
55
+ ## Dataset Creation
56
+
57
+ ### Source Data
58
+
59
+ The source data consists of declassified PDF documents from the CIA's CREST database, specifically those related to the STARGATE project and related psychic research programs.
60
+
61
+ ### Annotations
62
+
63
+ The dataset includes automatically extracted metadata and categorization based on document content analysis.
64
+
65
+ ## Considerations for Using the Data
66
+
67
+ ### Social Impact of Dataset
68
+
69
+ This dataset provides transparency into historical government research programs and facilitates academic study of these programs.
70
+
71
+ ### Discussion of Biases
72
+
73
+ The documents reflect the perspectives and biases of their time and the institutions that created them.
74
+
75
+ ### Other Known Limitations
76
+
77
+ Some documents may have incomplete text extraction due to poor scan quality or redactions in the original documents.
78
+
79
+ ## Additional Information
80
+
81
+ ### Dataset Curators
82
+
83
+ This dataset was curated by GotThatData.
84
+
85
+ ### Licensing Information
86
+
87
+ These documents are in the public domain as they have been declassified by the U.S. government.
88
+
89
+ ### Citation Information
90
+
91
+ ```
92
+ @dataset{stargate_documents,
93
+ author = {GotThatData},
94
+ title = {STARGATE Project Documents},
95
+ year = {2025},
96
+ publisher = {Hugging Face},
97
+ url = {https://huggingface.co/datasets/GotThatData/STARGATE}
98
+ }
99
+ ```
metadata.json ADDED
The diff for this file is too large to render. See raw diff
 
stargate_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
stargate_metadata.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6122bcfbb3c744d1c88f103cee4efad958d0995a8f64c5e1e1b1bd5128821e7
3
+ size 89782
summary.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_documents": 485,
3
+ "total_words": 1698907,
4
+ "total_pages": 3356,
5
+ "categories": {
6
+ "experiment_results": 212,
7
+ "other": 20,
8
+ "research_report": 108,
9
+ "correspondence": 87,
10
+ "administrative": 23,
11
+ "remote_viewing": 16,
12
+ "historical": 2,
13
+ "precognition": 2,
14
+ "psychokinesis": 3,
15
+ "telepathy": 12
16
+ },
17
+ "classification_levels": {
18
+ "UNCLASSIFIED": 25,
19
+ "SECRET": 26,
20
+ "CONFIDENTIAL": 14
21
+ },
22
+ "top_entities": {
23
+ "persons": {
24
+ "Puthoff": 67,
25
+ "Geller": 41,
26
+ "Uri Geller": 38,
27
+ "Russell Targ": 27,
28
+ "Targ": 27,
29
+ "Ingo Swann": 20,
30
+ "Harold Puthoff": 16,
31
+ "R. Targ": 16,
32
+ "Pat Price": 14,
33
+ "Harold E. Puthoff": 12,
34
+ "H. Puthoff": 12,
35
+ "Approved": 11,
36
+ "Swann": 11,
37
+ "Hal": 11,
38
+ "RV": 11,
39
+ "Price": 10,
40
+ "CA": 9,
41
+ "Hella Hammid": 9,
42
+ "Hal Puthoff": 8,
43
+ "Lo": 7
44
+ },
45
+ "organizations": {
46
+ "CIA": 425,
47
+ "SRI": 115,
48
+ "Stanford Research Institute": 67,
49
+ "SG1I": 53,
50
+ "OTS": 48,
51
+ "Release 2014/01/09 :": 41,
52
+ "Agency": 29,
53
+ "ORD": 27,
54
+ "EEG": 25,
55
+ "Release": 25,
56
+ "Release 2014/01/09": 22,
57
+ "Stanford": 18,
58
+ "STANFORD RESEARCH INSTITUTE\nMENLO PARK": 18,
59
+ "STANFORD RESEARCH INSTITUTE": 17,
60
+ "Release 2000/08/10": 17,
61
+ "ADDRESS": 15,
62
+ "PHONE": 15,
63
+ "Targ": 15,
64
+ "STANRES": 14,
65
+ "Geller": 13
66
+ },
67
+ "locations": {
68
+ "Menlo Park": 73,
69
+ "California": 73,
70
+ "New York": 68,
71
+ "Washington": 47,
72
+ "U.S.": 26,
73
+ "USSR": 23,
74
+ "the Soviet Union": 20,
75
+ "New York City": 19,
76
+ "RV": 19,
77
+ "Palo Alto": 18,
78
+ "the United States": 17,
79
+ "US": 17,
80
+ "Moscow": 16,
81
+ "Vol": 16,
82
+ "England": 15,
83
+ "pp": 15,
84
+ "Costa Rica": 15,
85
+ "London": 14,
86
+ "D.C.": 13,
87
+ "San Francisco": 12
88
+ }
89
+ },
90
+ "date_range": {
91
+ "earliest": null,
92
+ "latest": null
93
+ }
94
+ }