The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'classification_levels', 'additional_insights', 'date_range', 'top_entities', 'total_documents', 'total_pages', 'total_words', 'categories'}) and 10 missing columns ({'word_count', 'classification', 'document_id', 'filename', 'category', 'entities', 'dates', 'page_count', 'extracted_at', 'project_names'}).
This happened while the json dataset builder was generating data using
hf://datasets/GotThatData/STARGATE-Processed/summary.json (at revision f99f3f850bd43e5ef4b7c45894b5abc37068aac5)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 623, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
total_documents: int64
total_words: int64
total_pages: int64
categories: struct<experiment_results: int64, other: int64, research_report: int64, correspondence: int64, administrative: int64, remote_viewing: int64, historical: int64, precognition: int64, psychokinesis: int64, telepathy: int64>
child 0, experiment_results: int64
child 1, other: int64
child 2, research_report: int64
child 3, correspondence: int64
child 4, administrative: int64
child 5, remote_viewing: int64
child 6, historical: int64
child 7, precognition: int64
child 8, psychokinesis: int64
child 9, telepathy: int64
classification_levels: struct<UNCLASSIFIED: int64, SECRET: int64, CONFIDENTIAL: int64>
child 0, UNCLASSIFIED: int64
child 1, SECRET: int64
child 2, CONFIDENTIAL: int64
top_entities: struct<persons: struct<Puthoff: int64, Geller: int64, Uri Geller: int64, Russell Targ: int64, Targ: int64, Ingo Swann: int64, Harold Puthoff: int64, R. Targ: int64, Pat Price: int64, Harold E. Puthoff: int64, H. Puthoff: int64, Approved: int64, Swann: int64, Hal: int64, RV: int64, Price: int64, CA: int64, Hella Hammid: int64, Hal Puthoff: int64, Lo: int64>, organizations: struct<CIA: int64, SRI: int64, Stanford Research Institute: int64, SG1I: int64, OTS: int64, Release 2014/01/09 :: int64, Agency: int64, ORD: int64, EEG: int64, Release: int64, Release 2014/01/09: int64, Stanford: int64, STANFORD RESEARCH INSTITUTE
MENLO PARK: int64, STANFORD RESEARCH INSTITUTE: int64, Release 2000/08/10: int64,
...
g>, key_researchers: list<item: string>>, technical_devices: struct<description: string, technologies: list<item: string>>, institutional_involvement: struct<description: string, organizations: list<item: string>>, last_updated: timestamp[s]>
child 0, scientific_validation: struct<description: string, key_publications: list<item: string>, key_researchers: list<item: string>, experimental_controls: list<item: string>>
child 0, description: string
child 1, key_publications: list<item: string>
child 0, item: string
child 2, key_researchers: list<item: string>
child 0, item: string
child 3, experimental_controls: list<item: string>
child 0, item: string
child 1, soviet_research: struct<description: string, key_concepts: list<item: string>, key_researchers: list<item: string>>
child 0, description: string
child 1, key_concepts: list<item: string>
child 0, item: string
child 2, key_researchers: list<item: string>
child 0, item: string
child 2, technical_devices: struct<description: string, technologies: list<item: string>>
child 0, description: string
child 1, technologies: list<item: string>
child 0, item: string
child 3, institutional_involvement: struct<description: string, organizations: list<item: string>>
child 0, description: string
child 1, organizations: list<item: string>
child 0, item: string
child 4, last_updated: timestamp[s]
to
{'filename': Value(dtype='string', id=None), 'document_id': Value(dtype='string', id=None), 'classification': Value(dtype='string', id=None), 'dates': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'project_names': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'entities': {'dates': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'locations': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'organizations': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'persons': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, 'word_count': Value(dtype='int64', id=None), 'page_count': Value(dtype='int64', id=None), 'extracted_at': Value(dtype='timestamp[ns]', id=None), 'category': Value(dtype='string', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'classification_levels', 'additional_insights', 'date_range', 'top_entities', 'total_documents', 'total_pages', 'total_words', 'categories'}) and 10 missing columns ({'word_count', 'classification', 'document_id', 'filename', 'category', 'entities', 'dates', 'page_count', 'extracted_at', 'project_names'}).
This happened while the json dataset builder was generating data using
hf://datasets/GotThatData/STARGATE-Processed/summary.json (at revision f99f3f850bd43e5ef4b7c45894b5abc37068aac5)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
filename string | document_id null | classification null | dates sequence | project_names sequence | entities dict | word_count int64 | page_count int64 | extracted_at timestamp[us] | category string |
|---|---|---|---|---|---|---|---|---|---|
CIA-RDP79-00999A000200010001-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"October 18 1974",
"8 1974",
"20 years",
"100A\n\n",
"Tomorrow",
"today",
"5476 October 18",
"1974",
"weekly",
".836 6633 Telex"
],
"locations": [
"Diamond",
"Washington",
"London",
"the United States",
"Richniond",
"Virginia",
"USA"... | 129,201 | 258 | 2025-03-30T02:44:58.801000 | experiment_results |
CIA-RDP79-00999A000200010002-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1874-1937",
"October 1974",
"94025",
"7 days",
"daily",
"5",
"Faraday",
"54",
"the three days",
"each day"
],
"locations": [
"Menlo Park",
"California",
"Burbank",
"Calif.",
"West\n",
"Virginia",
"H.H.",
"P<0.04",
"New York ... | 5,906 | 11 | 2025-03-30T02:45:00.183000 | experiment_results |
CIA-RDP79-00999A000200010005-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Wednesday",
"October 30",
"October 12",
"Saturdays",
"November 9-16",
"January 1, 1975",
"October 1974",
"October 16",
"November 2",
"autumn 1974"
],
"locations": [
"Pspecial",
"Oleg",
"Hawaii",
"Honolulu",
"New Jersey",
"VPI",
"Dyr... | 1,821 | 3 | 2025-03-30T02:45:01.111000 | other |
CIA-RDP79-00999A000200010006-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"October 18 1974",
"daily",
"Geller’s",
"5",
"8",
"1974",
"day",
"year",
"+ 1d",
"Faraday"
],
"locations": [
"11~13",
"Shielded",
"8/7/73 Shielded",
"Building",
"California",
"dacammn",
"H.H.",
"P<0.04",
"New York City",
... | 5,030 | 10 | 2025-03-30T02:45:01.422000 | experiment_results |
CIA-RDP79-00999A000200010007-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"3 January, 1973",
"10733",
"10713",
"1966",
"10007-8"
],
"locations": [
"NS",
"di.e",
"S percent"
],
"organizations": [
"UNITED NATIONS EDUCA",
"CIA",
"3wL CENTRE FOR THR RETICAL PHYSICS",
"Stanferd Research Institute",
"Califernia\n\nDear Russ... | 1,623 | 3 | 2025-03-30T02:45:02.156000 | research_report |
CIA-RDP79-00999A000200010008-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"27 year old",
"seven day",
"5",
"the beginning of Experiment 10",
"the three days'",
"the three days",
"each day",
"three days",
"daily",
"the third day"
],
"locations": [
"Menlo Park",
"California",
"H.H.",
"Faraday",
"i.é.",
"New York... | 9,898 | 19 | 2025-03-30T02:45:02.431000 | experiment_results |
CIA-RDP79-00999A000200010009-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"recent years",
"today",
"nearly fifty years ago",
"1957",
"21",
"33",
"6",
"14",
"24, 30",
"29"
],
"locations": [
"Bastin",
"pp",
"Bohr",
"Ballentine",
"Jauch",
"Wigner",
"AE"
],
"organizations": [
"CIA",
"Psychical Rese... | 11,292 | 22 | 2025-03-30T02:45:03.589000 | experiment_results |
CIA-RDP79-00999A000200010010-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": []
} | 54 | 1 | 2025-03-30T02:45:04.840000 | correspondence |
CIA-RDP79-00999A000200010011-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"000200010011-3",
"1342"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"XN"
],
"persons": []
} | 63 | 1 | 2025-03-30T02:45:04.866000 | correspondence |
CIA-RDP79-00999A000200010012-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1579",
"1547",
"11261093",
"1194",
"1222",
"1567",
"1137",
"1154",
"1527",
"1510\n1514\n\n1497\n\n6238"
],
"locations": [],
"organizations": [
"CIA",
"G\nWITIAL STATES",
"IL STATES",
"ON-DIAGONAL TRANSITIONS",
"KEY",
"TRIALS",
"BL... | 294 | 1 | 2025-03-30T02:45:04.897000 | experiment_results |
CIA-RDP79-00999A000200010013-1.txt | null | null | [
"71/2/2737",
"14/01/09"
] | [] | {
"dates": [
"6 923100022312303100320123002053103230331010139310",
"30203110021",
"04053000331110132023200 3013220033221001",
"3121222110213",
"040022230323313010120003222021 2500331 030200200231",
"1023",
"0433103310220023310003103330113330113320251033000213\nj 042329231013222330113320333... | 476 | 1 | 2025-03-30T02:45:04.991000 | correspondence |
CIA-RDP79-00999A000200010014-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the Nov. 20",
"Some years ago",
"Last year",
"the past year",
"the Dec. 1",
"108/December 6, 1975",
"10036",
"1975",
"1719",
"20036"
],
"locations": [
"Boston",
"Israel",
"Qumran",
"Palestine",
"New York",
"N.Y.",
"Washington",
... | 2,470 | 4 | 2025-03-30T02:45:05.089000 | research_report |
CIA-RDP79-00999A000200010015-9.txt | null | null | [
"14/01/09",
"12 February 1975"
] | [] | {
"dates": [
"February 1975",
"February",
"The day",
"One day",
"009994000200010015- 9",
"one day",
"two day",
"Another day",
"the very first day",
"the\nfirst day"
],
"locations": [
"L.R.",
"SRI",
"San Diego"
],
"organizations": [
"European Division",
... | 1,275 | 2 | 2025-03-30T02:45:05.501000 | experiment_results |
CIA-RDP79-00999A000200010016-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1975",
"31 January",
"the end of this Fiscal Year"
],
"locations": [
"Simul"
],
"organizations": [
"Release 2014/01/09 :",
"Office of Technical Services",
"OTS",
"Stanford Research Institute",
"Agency",
"Division's Technical Requirements Staff",
"East ... | 329 | 1 | 2025-03-30T02:45:05.708000 | experiment_results |
CIA-RDP79-00999A000200010017-7.txt | null | null | [
"14/01/09"
] | [
"Officer"
] | {
"dates": [
"the next few months"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Development § Engineering/OTS",
"Stanford Research Institute",
"OTS",
"CCORET"
],
"persons": [
"Kenneth A. Kress"
]
} | 273 | 1 | 2025-03-30T02:45:05.770000 | experiment_results |
CIA-RDP79-00999A000200010018-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"10",
"29X1",
"25X1\n‘Subjects",
"several years"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"Soviet Europe Division",
"the\n\nStanford Research Insitutute - Perceptual",
"Agency",
"SRI",
"ref",
"TH",
"OV",
"Basis"
],... | 674 | 1 | 2025-03-30T02:45:05.830000 | experiment_results |
CIA-RDP79-00999A000200010019-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the day",
"the past six month",
"years",
"44",
"9 62s",
"ten thousandths of a second",
"six months",
"1980",
"his fifties",
"Saturday"
],
"locations": [
"New York",
"Lowery",
"Westport",
"Gaza",
"lavana",
"Canada",
"Brows",
"psu... | 10,337 | 20 | 2025-03-30T02:45:05.945000 | experiment_results |
CIA-RDP79-00999A000200010021-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1851",
"1896-1985",
"1935-1961",
"1981-1968",
"Last month",
"the century",
"1974",
"Sunday",
"19 November 74",
"2163"
],
"locations": [],
"organizations": [
"CIA",
"THE NEW YORK TIMES",
"ARTHUR",
"the Stanford Research Institute",
"Stanfo... | 918 | 1 | 2025-03-30T02:45:07.267000 | correspondence |
CIA-RDP79-00999A000200010022-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"BEE",
"Comaeetsd",
"Release 2014/01/09"
],
"persons": [
"Menky Ireeeve",
"Boo"
]
} | 108 | 1 | 2025-03-30T02:45:07.420000 | correspondence |
CIA-RDP79-00999A000200010023-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"2 days",
"23 October",
"two days",
"a month",
"two day"
],
"locations": [
"wAany",
"Sunnyvale",
"Calif."
],
"organizations": [
"HEW",
"Release 2014/01/09 :",
"CIA",
"AEC",
"Geller",
"iong progran",
"LLL",
"Agency",
"¢\niniermed ... | 678 | 1 | 2025-03-30T02:45:07.454000 | experiment_results |
CIA-RDP79-00999A000200010024-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"May"
],
"locations": [
"debee"
],
"organizations": [
"CIA",
"CSR",
"Le\nab dir suvh trtgee",
"Tle",
"Margie EG",
"pbc",
"date & miner",
"Coke",
"OL",
"S-6 Cote Hf x -\n\n$"
],
"persons": [
"wiulpyan eu taane",
"Heel",
"Aarne",
"... | 249 | 1 | 2025-03-30T02:45:07.585000 | correspondence |
CIA-RDP79-00999A000200010026-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the 1960s",
"the past 2 or 3 years",
"the mid-\n1960s"
],
"locations": [
"Phenomena",
"US"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"Release 2014/01/09 :",
"OTAT",
"Release\n2014/01/09 :",
"Release 2014/01/09:",
"Parapsychological",
"... | 613 | 1 | 2025-03-30T02:45:07.640000 | research_report |
CIA-RDP79-00999A000200010028-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"SA-3183-7\n\nDeclassified in Part - Sanitized Copy Approved",
"SA-3183-8",
"SA-3183-3",
"SA-3183-1\n\nDeclassified in Part - Sanitized Copy Approved",
"SA-3183-5",
"1TO—DAY"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD UNIVERSI... | 512 | 1 | 2025-03-30T02:45:07.761000 | other |
CIA-RDP79-00999A000200010029-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"2. July",
"the middle of a.\n",
"summer",
"8 uty",
"July 2",
"30 to 40 years old"
],
"locations": [
"Port",
"Mediter",
"LA",
"Beirut",
"side).-",
"NS",
"Khaki",
"US",
"khaki",
"Libya"
],
"organizations": [
"Morgan",
"VW",
... | 1,924 | 3 | 2025-03-30T02:45:07.863000 | other |
CIA-RDP79-00999A000200010030-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"Apprayed For Release 2014/01/09",
"CiA-RD",
"NIA",
"CIA"
],
"persons": []
} | 45 | 1 | 2025-03-30T02:45:08.163000 | correspondence |
CIA-RDP79-00999A000200010031-1.txt | null | null | [
"14/01/09",
"3 June 1975",
"6/3/75"
] | [] | {
"dates": [
"3 June 1975",
"05",
"14 33",
"14 13 16"
],
"locations": [
"PALO ALTO",
"CALIFORNIA",
"Menlo Park",
"I.Q.",
"Ph.D.",
"RI"
],
"organizations": [
"CIA",
"Stanford Research Institute",
"\\- Subject C",
"T.A.T",
"HYPOTHESIS",
"Rorschach"... | 2,201 | 4 | 2025-03-30T02:45:08.188000 | experiment_results |
CIA-RDP79-00999A000200010032-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"0032-0",
"14 33",
"yhythns",
"19 30",
"1547258",
"17 17",
"54"
],
"locations": [
"RT",
"Rhythm"
],
"organizations": [
"CIA",
"Table",
"Halstead Category Nonverbal",
"Test",
"sec",
"-RT/LT",
"~-RT",
"RT/LT",
"Knox Cube Test",... | 605 | 1 | 2025-03-30T02:45:08.546000 | experiment_results |
CIA-RDP79-00999A000200010034-8.txt | null | null | [
"30 July 1975",
"14/01/09",
"3 June 1975"
] | [] | {
"dates": [
"3 June 1975",
"20360",
"13 months",
"30 July 1975"
],
"locations": [
"Menlo Park",
"California",
"Washington",
"Burlingame"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE",
"Naval Electronics Systems Command",
... | 344 | 1 | 2025-03-30T02:45:08.660000 | administrative |
CIA-RDP79-00999A000200010035-7.txt | null | null | [
"14/01/09",
"3 June 1975",
"18 October 1974"
] | [] | {
"dates": [
"3 June 1975",
"20360",
"the past three years",
"one-year",
"18 October 1974",
"January, 1975",
"three separate days",
"6",
"6\n\n15325",
"man-months"
],
"locations": [
"Washington",
"Pribram",
"Silverman",
"H.H.",
"P<.04",
"variety’of",... | 3,628 | 7 | 2025-03-30T02:45:08.734000 | experiment_results |
CIA-RDP79-00999A000200010036-6.txt | null | null | [
"14/01/09",
"20 December 1974"
] | [
"COST OR TIME AFFECTED",
"TITLE PROJECT OR CONTACT OFFICER EXTENSION SIGNATURE OF BUDGET OFFICER DATE rs\nB",
"PRIORITY",
"PERFORMANCE AFFECTED"
] | {
"dates": [
"2723\n\nCode",
"Month Day",
"Month Day Year",
"1495S",
"2420",
"4\n\n+",
"20 December 1974",
"one-month",
"1076",
"8"
],
"locations": [
"Palo Alto",
"M.D.",
"Halstead-",
"k ~2-4",
"Sensory Shielding",
"Menlo Park",
"California",
... | 4,406 | 8 | 2025-03-30T02:45:09.293000 | experiment_results |
CIA-RDP79-00999A000200010037-5.txt | null | null | [
"3 April 1975",
"14/01/09",
"30 June 1975"
] | [] | {
"dates": [
"3 April 1975",
"20360",
"13 months",
"30 June 1975"
],
"locations": [
"Menlo Park",
"La",
"Washington",
"Burlingame",
"California"
],
"organizations": [
"Release 2014/01/09 :",
"STANFORD RESEARCH INSTITUTE",
"Naval Electronics Systems Command",
... | 333 | 1 | 2025-03-30T02:45:09.932000 | administrative |
CIA-RDP79-00999A000200010038-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"May 6, 1975",
"22217",
"28",
"1972"
],
"locations": [
"Arlington",
"Virginia"
],
"organizations": [
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"Research\nOffice of Naval Research",
"Lawrence Berkeley Laboratory",
"Bell",
"Theorem",
"Frie... | 235 | 1 | 2025-03-30T02:45:09.991000 | experiment_results |
CIA-RDP79-00999A000200010039-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"ZN"
],
"organizations": [
"Release 2014/01/09 :",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"STANRES",
"CIA"
],
"persons": [
"Approved F¢",
"Kan -\n\nView LE"
]
} | 56 | 1 | 2025-03-30T02:45:10.041000 | research_report |
CIA-RDP79-00999A000200010040-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"17, 1975"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"SRI Proposal for Research No",
"j1s\nEnc",
"STANRES",
"Release 2014/01/09 :"
],
"persons": [
"Kenneth Kress"
]
} | 100 | 1 | 2025-03-30T02:45:10.068000 | correspondence |
CIA-RDP79-00999A000200010042-9.txt | null | null | [
"14/01/09",
"30 June 1975",
"22 January 1955"
] | [
"PERFORMANCE AFFECTED",
"DESCRIPTION AND DELIVERABLES\n\n",
"OFFICER ",
"DESCRIPTION AND DELIVERABLES\n\nThere are ",
"Officer The attached"
] | {
"dates": [
"0042-9",
"22 January 1955",
"30 June 1975",
"Month",
"Day",
"' 5",
"+Month Dey",
"1975",
"25X1",
"17 January 1975"
],
"locations": [
"Release",
"Menlo Park",
"California",
"Funds",
"timé",
"Ménlo Park",
"Oifice",
"Ce\n\n\n--- Pa... | 3,284 | 6 | 2025-03-30T02:45:10.104000 | administrative |
CIA-RDP79-00999A000200010047-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"late summer and early fall"
],
"locations": [
"Gestalt",
"Tich",
"Scientology"
],
"organizations": [
"CIA",
"Preliminary Group Report",
"the Psychological Testing of Subjects",
"Stanford Research Institute",
"M.M.P.I.",
"the Strong Vocational Interest Blan... | 1,629 | 3 | 2025-03-30T02:45:10.645000 | experiment_results |
CIA-RDP79-00999A000200010048-3.txt | null | null | [
"12/3/74",
"14/01/09"
] | [
"ISH"
] | {
"dates": [
"8681/160681-74WR",
"the period 1 April to 1 August",
"1974",
"October 16, 1974",
"10:45AM"
],
"locations": [
"US",
"Menlo Park",
"Xerox",
"sia",
"TR"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"O'Donnell CS “&\nSUBJECT",
"Project ... | 1,470 | 2 | 2025-03-30T02:45:10.878000 | other |
CIA-RDP79-00999A000200010050-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"JUNE 6",
"JUNE 7",
"THE WEEK OF JUNE 9",
"SUNDAY",
"MONDAY",
"Sunday",
"10050- 0",
"Today",
"00999000200010050- 0",
"14 1974"
],
"locations": [
"WASHINGTON",
"Sap",
"VA",
"J Comporor",
"is7Al\n\njuwe",
"SB",
"KeTRIEVE",
"US",
... | 2,928 | 5 | 2025-03-30T02:45:11.107000 | experiment_results |
CIA-RDP79-00999A000200010051-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"BB",
"VE"
],
"organizations": [
"CIA",
"Aes Set",
"Ky ag 6844",
"A. Ak.",
"phd"
],
"persons": [
"a. Smal"
]
} | 122 | 1 | 2025-03-30T02:45:11.547000 | correspondence |
CIA-RDP79-00999A000200010052-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": [
"Lad ben\nGo"
]
} | 87 | 1 | 2025-03-30T02:45:11.577000 | correspondence |
CIA-RDP79-00999A000200010053-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"SS ee Ne EN EE"
],
"persons": [
"Ly Declassified"
]
} | 90 | 1 | 2025-03-30T02:45:11.607000 | correspondence |
CIA-RDP79-00999A000200010054-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"O81"
],
"persons": [
"Gs"
]
} | 58 | 1 | 2025-03-30T02:45:11.640000 | correspondence |
CIA-RDP79-00999A000200010055-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA"
],
"persons": []
} | 72 | 1 | 2025-03-30T02:45:11.669000 | correspondence |
CIA-RDP79-00999A000200010056-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [],
"locations": [
"Se\n\nuamererey"
],
"organizations": [
"CIA",
"RUA",
"sRannpe",
"niet p beet"
],
"persons": [
"Vegwan",
"xin",
"Benen",
"Gry Pera Ses",
"Seren"
]
} | 222 | 1 | 2025-03-30T02:45:11.697000 | correspondence |
CIA-RDP79-00999A000200010057-3.txt | null | null | [
"14/01/09",
"17 June 1974",
"3 July 1974"
] | [] | {
"dates": [
"12, 1974",
"the end of August",
"94301",
"3 July 1974",
"17 June 1974"
],
"locations": [
"Menlo Park",
"PALO ALTO",
"CALIFORNIA",
"M.D.",
"M.0",
"ECKMAN",
"HARTZELL",
"JR.",
"MD",
"GOLDEN"
],
"organizations": [
"Release 2014/01/09 :... | 1,328 | 2 | 2025-03-30T02:45:11.752000 | experiment_results |
CIA-RDP79-00999A000200010058-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"14 May 74",
"23-25 January 74",
"18 March 74",
"28 March 74",
"Monthly",
"24 April 74",
"000100882",
"28 March Conversations",
"late April"
],
"locations": [
"Washington",
"Palo",
"Depth Interviews"
],
"organizations": [
"Release 2014/01/09",
... | 1,966 | 3 | 2025-03-30T02:45:11.991000 | experiment_results |
CIA-RDP79-00999A000200010059-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"April 3, 1973",
"June"
],
"locations": [
"MENLO PARK",
"Prague"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE",
"First International\nCongress of Parapsychology and Psychotronics",
"STANRES"
],
"persons": [
"Ken Kres... | 232 | 1 | 2025-03-30T02:45:12.320000 | administrative |
CIA-RDP79-00999A000200010060-9.txt | null | null | [
"14/01/09"
] | [
"Distribution"
] | {
"dates": [
"6 November 73"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"Science and Technology\n\nSUBJECT : Office of Research and Development",
"Office of Technical Service Paranormal\nPerception Research Project",
"Stanford Research Institute",
"the Office of Researc... | 942 | 1 | 2025-03-30T02:45:12.372000 | research_report |
CIA-RDP79-00999A000200010062-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the past three years",
"the past year"
],
"locations": [],
"organizations": [
"CIA",
"Office of Technical Service",
"the Office of\nResearch and Development",
"Agency"
],
"persons": []
} | 271 | 1 | 2025-03-30T02:45:12.519000 | research_report |
CIA-RDP79-00999A000200010065-4.txt | null | null | [
"28 November 1973",
"14/01/09",
"4/01/09"
] | [] | {
"dates": [
"November 1973"
],
"locations": [
"Nickel",
"Kaufman",
"Aberdeen",
"Md."
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"OTS",
"RECORD",
"Stanford Research Institute",
"OSI",
"the Army Material Command",
"Army",
"Cols",
"SI"
],
... | 521 | 1 | 2025-03-30T02:45:12.573000 | administrative |
CIA-RDP79-00999A000200010067-2.txt | null | null | [
"2 August 1973",
"14/01/09"
] | [] | {
"dates": [
"2 August 1973",
"this month"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"CONFIDENTIAL",
"OTS",
"SUBJECT: Psychical Research",
"Science",
"Release 5014/01/09",
"Renae 2014/01/09 :",
"Agency",
"Stanford Research Institute"
... | 621 | 1 | 2025-03-30T02:45:12.662000 | research_report |
CIA-RDP79-00999A000200010068-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"4644",
"quarterly",
"monthly"
],
"locations": [
"Key ~",
"Generally",
"Ce"
],
"organizations": [
"CIA",
"ec",
"Determine",
"Gifted\nSubjects",
"Limited",
"AEP",
"CNV",
"PAMMattes",
"Particuler Administrative Procedures",
"leu\ns\n\n... | 1,384 | 2 | 2025-03-30T02:45:12.765000 | experiment_results |
CIA-RDP79-00999A000200010069-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"another year"
],
"locations": [
"DDS&T"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"Dissemination of Information Obtain",
"Stanford Research Institute",
"Paranormal Research Contract",
"SRI",
"psan ag\n\nResearch Projects Agency",
"the National S... | 489 | 1 | 2025-03-30T02:45:12.996000 | correspondence |
CIA-RDP79-00999A000200010070-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Sunday, August 11, 1974",
"Every few days",
"1974",
"1969",
"1970s",
"some three years",
"millenium",
"10-year",
"one day"
],
"locations": [
"UC",
"the United States",
"the United\nStates",
"Manhattan",
"Israel",
"United States",
"Menlo... | 1,622 | 3 | 2025-03-30T02:45:13.099000 | research_report |
CIA-RDP79-00999A000200010071-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"7-Year-Old",
"7-year-old",
"last November",
"27",
"32",
"one day"
],
"locations": [
"IA",
"Is-|",
"Ipswich",
"England",
"London",
"Geller",
"Fla.",
"Britain",
"Bowles"
],
"organizations": [
"Release 2014/01/09",
"SLIP",
"Rel... | 597 | 1 | 2025-03-30T02:45:13.364000 | other |
CIA-RDP79-00999A000200010072-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the 1960s",
"decades",
"1W\n",
"Sunday, August 11, 1974",
"the past three years",
"a decade",
"1974"
],
"locations": [
"Topeka",
"Kan.",
"San Francisco"
],
"organizations": [
"CIA",
"the Menninger\nClinic",
"Langley",
"the Menninger Clinic"... | 1,035 | 2 | 2025-03-30T02:45:13.493000 | research_report |
CIA-RDP79-00999A000200010073-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"two years",
"last March",
"December",
"Two weeks ago",
"the 1960s",
"1924",
"1950s",
"decades",
"1963",
"62"
],
"locations": [
"Moscow",
"Prison",
"Russia",
"the Soviet Union",
"Ussh",
"US",
"Lenin",
"USSR"
],
"organizations... | 1,242 | 2 | 2025-03-30T02:45:13.669000 | research_report |
CIA-RDP79-00999A000200010074-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"two years",
"yester-\nday"
],
"locations": [
"Backster’s",
"San Antonio",
"Tex."
],
"organizations": [
"CIA",
"Backster",
"Cornell University",
"Gasteiger",
"Science Unlimited Research\nFoundation",
"Kmetz",
"Scientific Advancement",
"Yale",
... | 586 | 1 | 2025-03-30T02:45:13.885000 | experiment_results |
CIA-RDP79-00999A000200010075-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1971",
"AUGUST 1967",
"50 years",
"about 50 years",
"the early 1980s",
"12\nyears old"
],
"locations": [
"Arlington",
"Va.",
"Chicago",
"Washington"
],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"CAL",
"PLease",
"quantum physics"... | 866 | 1 | 2025-03-30T02:45:14.005000 | remote_viewing |
CIA-RDP79-00999A000200010076-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"18 November | 1974",
"March 26, 1974",
"November 5",
"15 November 197",
"today",
"Sunday, Nov. 24, 1976",
"1978",
"annual",
"nearly five years ago",
"months"
],
"locations": [
"Russia",
"East-West",
"Moscow",
"Cambridge",
"Pd",
"Rissia"... | 1,475 | 2 | 2025-03-30T02:45:14.172000 | research_report |
CIA-RDP79-00999A000200010077-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1974",
"1972",
"2236",
"1913",
"1971",
"1079",
"10773",
"about 10724",
"February 1974",
"today"
],
"locations": [
"Vol",
"pp",
"Caciey",
"fiewais",
"Trieste",
"Italy",
"Nerthern Ireland",
"Hiley",
"PO",
"Dirac"
],
"o... | 5,360 | 10 | 2025-03-30T02:45:14.456000 | research_report |
CIA-RDP79-00999A000200010079-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"22, 1974",
"last January",
"1963",
"weeks",
"a year",
"July 12,.1973",
"October 1974",
"10020",
"NATURE, October 18, 1974"
],
"locations": [
"England",
"New York"
],
"organizations": [
"Release 2014/01/09",
"STANFORD RESEARCH INSTITUTE\nMENLO P... | 1,379 | 2 | 2025-03-30T02:45:15.297000 | experiment_results |
CIA-RDP79-00999A000200010080-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"months",
"NEwswEeEk, March 4",
"Last week",
"27-year-old",
"the last year",
"55-year-old",
"46-year-old",
"each\nyear",
"the past\nyear",
"three years ago"
],
"locations": [
"nomena",
"Menlo Park",
"Calif.",
"Burbank",
"Israel",
"San Fr... | 978 | 1 | 2025-03-30T02:45:15.506000 | research_report |
CIA-RDP79-00999A000200010081-6.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"many years",
"March 14, 1973",
"the same week’s",
"March’ 74",
"NOVEMBER 4, 1974",
"two-month",
"last May"
],
"locations": [],
"organizations": [
"CIA",
"Stanford Research Institute",
"TIME",
"Targ",
"Nature’s",
"the Stanford Research Institute",... | 1,170 | 2 | 2025-03-30T02:45:15.672000 | research_report |
CIA-RDP79-00999A000200010083-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"00999A000200010083-4",
"0083-4",
"May, 1973",
"September 1970",
"a later date",
"6",
"7",
"8",
"11",
"4"
],
"locations": [
"M.D.",
"i.c.",
"Hz",
"SKINNER",
"Illinois",
"Neurophysiol",
"MAST",
"YOSHIE",
"Electroenceph",
"... | 2,429 | 4 | 2025-03-30T02:45:15.882000 | experiment_results |
CIA-RDP79-00999A000200010084-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Ocicber 1973",
"March 26, 1974",
"two years",
"the carly 1960s",
"1960",
"1963",
"1970",
"1971",
"July 1972",
"1967"
],
"locations": [
"Russia",
"oaly",
"Leningrad",
"Universit",
"Vasiliev",
"Moscow",
"Prmve",
"La",
"the Uni... | 1,504 | 3 | 2025-03-30T02:45:16.295000 | research_report |
CIA-RDP79-00999A000200010085-2.txt | null | null | [
"14/01/09",
"11/10/73"
] | [] | {
"dates": [
"those days",
"One day",
"Some days later",
"the day",
"June 21",
"1974",
"June 22, 1974",
"the\nday",
"the last week",
"June"
],
"locations": [
"Park\nRidge",
"Kundsin",
"Pauli",
"Birkbeck Col-",
"London",
"Birkbeck",
"Clarke",
... | 1,992 | 3 | 2025-03-30T02:45:16.562000 | experiment_results |
CIA-RDP79-00999A000200010086-1.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"0086-1",
"1939",
"three years ago",
"september 29, 1973",
"1856-1943",
"1930"
],
"locations": [
"the United States",
"Russia",
"Los Angeles",
"Kentfield",
"Calif.",
"Moss",
"Kirlian",
"England",
"Brooklyn",
"the Soviet Union"
],
"or... | 2,611 | 5 | 2025-03-30T02:45:16.893000 | experiment_results |
CIA-RDP79-00999A000200010087-0.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"last Friday\nevening",
"almost\na century",
"the next day",
"Sunday",
"Saturday",
"59",
"last Friday’s",
"50 years"
],
"locations": [
"Britain",
"the United States",
"Israel",
"New Scientist"
],
"organizations": [
"CIA",
"FE",
"BBC",
... | 1,063 | 2 | 2025-03-30T02:45:17.307000 | research_report |
CIA-RDP79-00999A000200010088-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1162",
"37h",
"z",
"0872"
],
"locations": [
"FO",
"OA",
"SB",
"ET"
],
"organizations": [
"Release 2014/01/09",
"CIA",
"ShAg",
"NP",
"BEE",
"Release 2014/01/09 :",
"California Institute of Technology",
"Astropuys-\nPAL JOURNAL",
... | 2,980 | 5 | 2025-03-30T02:45:17.465000 | remote_viewing |
CIA-RDP79-00999A000200010089-8.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"Nov. 10, 1973",
"A year",
"365.24199\ndays",
"seven-day weeks",
"an extra quarter day",
"365\ndays",
"the first three years",
"every 128 years",
"a full day",
"years"
],
"locations": [
"California",
"Haags Gemeente-museum",
"New York",
"N.Y.",
... | 13,541 | 27 | 2025-03-30T02:45:17.966000 | experiment_results |
CIA-RDP79-00999A000200010090-6.txt | null | null | [
"14/01/08"
] | [] | {
"dates": [
"November 047",
"1972",
"December",
"April",
"1971",
"January 1971",
"April 1972",
"3.03",
"August 1971",
"13"
],
"locations": [
"New Yerk",
"Which",
"Jovles",
"New York",
"po",
"Cambrid Mass.",
"Washingtua",
"D.C.",
"Pittsbu... | 6,346 | 12 | 2025-03-30T02:45:19.210000 | research_report |
CIA-RDP79-00999A000200010091-5.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1973",
"1719",
"Ed.—McGraw",
"the last\nfour years",
"millan, 1973",
"the 18th century",
"today",
"SEVEN AGES",
"2000",
"euuuieday, 1973"
],
"locations": [
"U.S.",
"Washington",
"B.C.",
"India",
"Iran",
"Wyden",
"Vail",
"Kapitsa... | 14,022 | 28 | 2025-03-30T02:45:20.199000 | research_report |
CIA-RDP79-00999A000200010092-4.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"1 1INCLASSIFIFN",
"1966/",
"several weeks",
"8771",
"1912",
"today",
"1972",
"1971",
"Bratislava",
"6"
],
"locations": [
"USSR",
"Moscow",
"Probably",
"Approved",
"Avoyndat",
"Paraphysics",
"Kirlian S",
"Kinematography",
"Vo... | 6,201 | 12 | 2025-03-30T02:45:21.406000 | remote_viewing |
CIA-RDP79-00999A000200010093-3.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the last few years",
"one day",
"1966",
"ativity—-in",
"1962",
"1967",
"mean-",
"recent months",
"70, 77",
"1969"
],
"locations": [
"4.4.4.4",
"TR",
"corona",
"Leourls",
"~20",
"youl",
"Leit"
],
"organizations": [
"Release 2... | 6,756 | 13 | 2025-03-30T02:45:22.277000 | experiment_results |
CIA-RDP79-00999A000200010094-2.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"¢|",
"the past decade",
"the next day",
"years",
"1951",
"the age of 10",
"33",
"10543",
"5:30\nSUNDAY 11",
"1961"
],
"locations": [
"Tibetan",
"Harcourt Brace Jovanovich",
"Handsome",
"N.Y.",
"Los Angeles",
"Jersey 07704",
"\\ City... | 13,459 | 26 | 2025-03-30T02:45:23.270000 | experiment_results |
CIA-RDP79-00999A000200010095-1.txt | null | null | [
"14/01/09",
"14/01/08"
] | [] | {
"dates": [
"the Period 1 March to l April 1974",
"5 4",
"0096-1",
"10095-1",
"a week",
"1330",
"1430",
"24",
"19",
"hao\n\n+B. Basic Résearch"
],
"locations": [
"California",
"Costa Rica",
"Palo Alto Veteran",
"San Francisco",
"Palo Alto",
"M.D.",
... | 10,863 | 21 | 2025-03-30T02:45:24.612000 | experiment_results |
CIA-RDP79-00999A000200010096-0.txt | null | null | [
"24 January 1974",
"14/01/09",
"23 February 1975"
] | [
"No"
] | {
"dates": [
"0999400020001",
"February 2,.1975 to March 1, 1975 Date:",
"March 17",
"24 January 1974 to 23 February 1975",
"the next Period",
"1975",
"Period February 2, 1975 to March 1, 1975 Date: March 17, 1975",
"8681/160681-74WR",
"Period",
"0096-0"
],
"locations": [],... | 683 | 1 | 2025-03-30T02:45:25.861000 | administrative |
CIA-RDP79-00999A000200010097-9.txt | null | null | [
"24 January 1974",
"14/01/09",
"23 February 1975"
] | [
"No"
] | {
"dates": [
"Period December 28, 1974 to",
"Feb. 18, 1975\n\nContract No",
"8681/160681-74WR",
"24 January 1974 to 23 February 1975",
"Period",
"the next Period",
"0097-9",
"18, 1975",
"Period December 28, 1974 to February 1, 1975 Date",
"Feb. 18, 1975"
],
"locations": [],... | 1,021 | 2 | 2025-03-30T02:45:25.979000 | administrative |
CIA-RDP79-00999A000200010101-3.txt | null | null | [
"4/01/09",
"14/01/09"
] | [
"No"
] | {
"dates": [
"Period September 28, 1974",
"November 2, 1974",
"nov, 18, 1974",
"Jan. 24, 1974 to Feb. 23, 1975\n",
"Period",
"the Next Period",
"009994000200010101",
"Period September 28, 1974 to November 2, 1974",
"Nov. 18, 1974",
"3183\nPeriod of Contract Jan"
],
"locatio... | 679 | 1 | 2025-03-30T02:45:26.164000 | administrative |
CIA-RDP79-00999A000200010102-2.txt | null | null | [
"14/01/09"
] | [
"No",
"Na"
] | {
"dates": [
"Period August 31, 1974",
"28, 1974 - Date",
"oct 7, 1974",
"3183\n",
"Jan. 24, 1974",
"23, 1975",
"this Period 2",
"Period",
"ausust 31, 1974",
"28, 1974 Date"
],
"locations": [
"OE",
"Senenemeanneenmemmamaaaaal",
"Los -\n"
],
"organizations": ... | 971 | 1 | 2025-03-30T02:45:26.295000 | administrative |
CIA-RDP79-00999A000200010103-1.txt | null | null | [
"4/01/09",
"14/01/09"
] | [
"No"
] | {
"dates": [
"August 3, 1974 to August 31, 1974 Date} September 5,' 1974",
"Jan. 24",
"1974",
"Feb. 23, 1975\n",
"this Period 2 '13,178",
"Period",
"the Next Period",
"Period August 3, 1974 ‘to August 31, 1974",
"August 31, 1974",
"8681/160681-74WR"
],
"locations": [],
"o... | 807 | 1 | 2025-03-30T02:45:26.454000 | administrative |
CIA-RDP79-00999A000200010104-0.txt | null | null | [
"14/01/09"
] | [
"No"
] | {
"dates": [
"August 12, 1974",
"Period June 29, 1974 to August 3, 1974",
"Period",
"the Next Period",
"4 tae +",
"Period June 29, 1974",
"August 3, 1974",
"8681/160681-74WR",
"24, 1974",
"1975"
],
"locations": [
"-F.",
"ra ."
],
"organizations": [
"co8",
... | 848 | 1 | 2025-03-30T02:45:26.589000 | administrative |
CIA-RDP79-00999A000200010105-9.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"the first row of the",
"the second row",
"the 4th row",
"the 5th row",
"The last row",
"each row",
"0105-9",
"8 a.\n\nsoldier",
"80 88"
],
"locations": [],
"organizations": [
"CIA",
"Porter Neuropsychiatric Institute",
"X.",
"SADDLE",
"FAULT"... | 850 | 1 | 2025-03-30T02:45:26.729000 | experiment_results |
CIA-RDP79-00999A000200010107-7.txt | null | null | [
"14/01/09"
] | [] | {
"dates": [
"21, 1974"
],
"locations": [],
"organizations": [
"Release 2014/01/09 :",
"CIA",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"STANRES"
],
"persons": [
"Kemneth Kress",
"H. E. Puthoff\n\nCABLE:"
]
} | 107 | 1 | 2025-03-30T02:45:26.872000 | correspondence |
CIA-RDP79-00999A000200010108-6.txt | null | null | [
"9 December 1974",
"14/01/09",
"24 September 1974"
] | [] | {
"dates": [
"9 December 1974",
"all-day",
"24 September 1974"
],
"locations": [],
"organizations": [
"Release 2014/01/09",
"CIA",
"Cor\n\nWw",
"Virginia\n\nDear Say",
"Stanford Research Institute",
"Psychoenergetic Research",
"The Seminar Coordinator",
"Research",
... | 273 | 1 | 2025-03-30T02:45:26.908000 | research_report |
CIA-RDP79-00999A000300030001-8.txt | null | null | [
"27 May 1975",
"9 June 1975",
"03/03/28"
] | [] | {
"dates": [
"9 June 1975",
"27 May 1975",
"1972",
"the past one year"
],
"locations": [
"R@D"
],
"organizations": [
"OTS",
"Briefing National Security Agency",
"NSA",
"Concerning the Parapsycholegy Project",
"Stanford Research Institute",
"SRI",
"CIA"
],
"p... | 210 | 1 | 2025-03-30T02:45:26.972000 | correspondence |
CIA-RDP79-00999A000300030004-5.txt | null | null | [
"03/08/08",
"8 August 1973",
"25 August 1973",
"31 August 1973"
] | [] | {
"dates": [
"August 1973",
"25 August 1973",
"a few\nmonths ago",
"six months age",
"8 August 1973"
],
"locations": [
"Virginia"
],
"organizations": [
"CIA",
"DIA Personnel",
"Chief\nBiomedical Sciences Branch",
"DIA",
"CIA Headquarters",
"Behavioral Sciences B... | 444 | 1 | 2025-03-30T02:45:27.023000 | research_report |
CIA-RDP79-00999A000300030005-4.txt | null | null | [
"03/05/28",
"03/03/28",
"18 July 1973",
"19 July 1973",
"21 June 1973"
] | [] | {
"dates": [
"19 July 1973",
"the past quarter",
"April",
"May",
"the\nfirst week",
"June",
"19 June",
"21 June 1973",
"18 July 1973",
"monthly"
],
"locations": [],
"organizations": [
"CIA",
"SRI",
"O'Donnell",
"linear"
],
"persons": [
"SG1B Approv... | 486 | 1 | 2025-03-30T02:45:27.116000 | administrative |
CIA-RDP79-00999A000300030006-3.txt | null | null | [
"27 June 1973",
"13 June 1973",
"03/03/28"
] | [] | {
"dates": [
"9 00300030006-3",
"27 June 1973",
"13 June 1973"
],
"locations": [
"Mento Park",
"California",
"rome"
],
"organizations": [
"CIA",
"Stanford Research Institute\nProgram",
"Stanford Research Institute",
"The Stanford Research Institute",
"E. Jones",
... | 496 | 1 | 2025-03-30T02:45:27.198000 | research_report |
CIA-RDP79-00999A000300030008-1.txt | null | null | [
"27 June 1973",
"13 June 1973"
] | [] | {
"dates": [
"27 June 1973",
"13 June 1973"
],
"locations": [
"Usinda"
],
"organizations": [
"The Stanford Research Institute",
"Jones",
"B. Cox",
"D, Shtich VP",
"Puthoff and Targ",
"SRI",
"Agency",
"thei EG\nCAE",
"CIA"
],
"persons": [
"H. Puthoff",
... | 439 | 1 | 2025-03-30T02:45:27.285000 | research_report |
CIA-RDP79-00999A000300030009-0.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [],
"organizations": [
"CIA",
"Th\n\nEVRA Dur"
],
"persons": [
"Rie",
"Qa",
"Tan",
"J Heh GE"
]
} | 85 | 1 | 2025-03-30T02:45:27.362000 | correspondence |
CIA-RDP79-00999A000300030010-8.txt | null | null | [
"21 June 1973",
"03/03/28"
] | [] | {
"dates": [
"21 June 1973",
"20 June",
"30 June"
],
"locations": [],
"organizations": [
"CIA",
"Stanford Research Institute",
"ORD",
"OTS",
"Office of Technical Service"
],
"persons": [
"Bonner Cox",
"Cox",
"John N. McMahon"
]
} | 314 | 1 | 2025-03-30T02:45:27.390000 | administrative |
CIA-RDP79-00999A000300030014-4.txt | null | null | [
"27 March 1973",
"03/03/28"
] | [] | {
"dates": [
"March 28, 1973",
"27 March 1973",
"1973"
],
"locations": [],
"organizations": [
"VN\\AN",
"STANFORD RESEARCH INSTITUTE\nMENLO PARK",
"double7",
"CIA"
],
"persons": [
"Uri Geller",
"H. E. Puthoff",
"Refeasé 2003763728"
]
} | 296 | 1 | 2025-03-30T02:45:27.456000 | administrative |
CIA-RDP79-00999A000300030016-2.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [
"Beno"
],
"organizations": [
"CIA"
],
"persons": []
} | 37 | 1 | 2025-03-30T02:45:27.514000 | correspondence |
CIA-RDP79-00999A000300030017-1.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [],
"locations": [
"Menlo Park",
"California"
],
"organizations": [
"SG1B\n\nApproved",
"CIA",
"Central Intelligence",
"CIA Management Committee",
"Stanford Research Institute",
"TSD",
"DDS&T/ORD",
"Basic Data",
"Agency",
"ORD"
],
"persons": [
"... | 477 | 1 | 2025-03-30T02:45:27.544000 | experiment_results |
CIA-RDP79-00999A000300030020-7.txt | null | null | [
"18 April 1973",
"03/03/28"
] | [] | {
"dates": [
"18 April 1973"
],
"locations": [
"HIA"
],
"organizations": [
"Stanford Research Institute",
"I. Swann",
"SRI",
"ORD",
"QRD",
"Physics Today",
"CIA",
"Walker"
],
"persons": [
"R. Targ",
"Swana",
"Uri Geller",
"E. H. Walker",
"Walker"... | 408 | 1 | 2025-03-30T02:45:27.634000 | experiment_results |
CIA-RDP79-00999A000300030021-6.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [
"last year",
"Last week",
"last December",
"25-year-old",
"December",
"last month",
"last week",
"previous days",
"another three weeks",
"Geller volun-"
],
"locations": [
"Michigan",
"Magician",
"Menlo\nPark",
"Calif.",
"America",
"South... | 2,365 | 4 | 2025-03-30T02:45:27.710000 | research_report |
CIA-RDP79-00999A000300030027-0.txt | null | null | [
"03/03/28"
] | [] | {
"dates": [
"August 4-11, 1973",
"the eight days",
"Saturday, August 4",
"this day",
"August 13, 1973",
"Sunday, August 5",
"1973",
"féglease 2003/03/28",
"6-9",
"11"
],
"locations": [
"Release",
"MRXXKKK"
],
"organizations": [
"CIA",
"ST",
"CO\n\n"... | 2,566 | 5 | 2025-03-30T02:45:28.109000 | experiment_results |
CIA-RDP79-00999A000300030029-8.txt | null | null | [
"22 March 1975"
] | [] | {
"dates": [
"March 1975",
"Less than six months",
"Earlier this month",
"A week",
"nearly a decade",
"carly\nMarch two",
"Geller’s",
"1972",
"five years\nago"
],
"locations": [
"New York County Medical Scciety",
"Ioquium",
"New\n\nYork",
"New York",
"France... | 1,371 | 2 | 2025-03-30T02:45:28.527000 | other |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
STARGATE Project Documents Dataset
Overview
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.
Dataset Contents
The dataset includes:
- Processed text files: Extracted text from PDF documents, including OCR for scanned documents
- Metadata: Structured information about each document, including:
- Document ID
- Classification level
- Dates mentioned
- Project names
- Named entities (persons, organizations, locations)
- Word and page counts
- Categorization: Documents organized by type/content
- Summary statistics: Overall dataset statistics and insights
Categories
Documents are categorized into the following groups:
- Remote Viewing: Sessions, protocols, and results
- Psychokinesis: Experiments on mind-matter interaction
- Telepathy: Research on thought transference
- Precognition: Studies on predicting future events
- Research Reports: Formal research documentation
- Experiment Results: Data and outcomes from experiments
- Training Materials: Protocols and instructional content
- Administrative: Budgets, personnel, and management documents
- Correspondence: Letters, memos, and communications
- Historical: Background and contextual information
- Other: Miscellaneous documents
Usage
This dataset can be used for:
- Historical research on psychic phenomena studies
- Text analysis of government research documents
- Named entity recognition and relationship mapping
- Document classification and categorization tasks
- Linguistic analysis of scientific and administrative text
Citation
If you use this dataset in your research, please cite it as:
@dataset{stargate_documents,
author = {GotThatData},
title = {STARGATE Project Documents},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/GotThatData/STARGATE}
}
License
These documents are in the public domain as they have been declassified by the U.S. government.
New Insights from Document Analysis
Scientific Validation of Remote Viewing
- Early peer-reviewed publications in Nature (October 1974) documented controlled experiments with Uri Geller and Pat Price
- Experiments utilized electrically shielded rooms to prevent conventional sensory information transfer
- Double-blind protocols were implemented to eliminate experimenter bias
- Publication in Nature represented a pivotal moment for parapsychological research in mainstream science
Soviet Research on Psychoenergetics
- Soviet researchers developed theoretical frameworks connecting biological systems to electromagnetic phenomena
- Proposed "laws of bio-electrical induction" to explain certain psychic abilities
- Research attempted to provide physical mechanisms for phenomena like psychokinesis
- Significant interest in developing "psychotropic apparatus" based on these principles
Technical Devices and Measurement Systems
- Kirlian photography was used to visualize "energy fields" around living organisms
- Technical parameters identified for optimal results (20-100kV pulses with specific durations)
- Acupuncture points were studied as potential interfaces for psychoenergetic effects
- Specialized equipment was developed to detect and measure telekinetic (PK) effects
Experimental Protocols and Results
- SRI conducted 13 separate drawing experiments with Uri Geller over 7 days
- Various target selection methods were used to prevent pre-experiment cueing
- Targets included simple line drawings that the subject attempted to reproduce
- Results showed apparent success in several trials where subjects reproduced target images without conventional sensory access
Institutional Involvement
- CIA classification markings appear on many documents, confirming direct intelligence agency interest
- SRI (Stanford Research Institute) conducted formal laboratory studies
- Soviet research institutions were actively involved in parallel research
- Academic journals like Nature were publishing some of these findings
Last updated: 2025-03-30
- Downloads last month
- 18