File size: 2,643 Bytes
19f52a2 2780724 19f52a2 5551a4b |
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 |
---
language: en
license: cc0-1.0
pretty_name: JFK Document Release 2025
size_categories:
- 1K<n<10K
tags:
- historical-documents
- government
- jfk-assassination
- declassified
task_categories:
- document-question-answering
- visual-document-retrieval
- other
---
# JFK Document Release 2025 - Document Index
This file provides an overview of the document collection included in this repository.
## Collection Overview
- **Total Documents**: Over 2,000 files
- **Total Size**: Approximately 6GB
- **Format**: PDF files
- **Source**: National Archives and Records Administration (NARA)
- **Release Date**: 2025
- **Hosted On**: [Hugging Face Datasets](https://huggingface.co/datasets/varun-heman/jfk-files-2025)
## Document Naming Convention
The documents follow the National Archives naming convention:
- Format: `104-XXXXX-XXXXX.pdf`
- Example: `104-10003-10041.pdf`
These numbers correspond to the JFK Assassination Records Collection identification system.
## Key Documents
While all documents are available in the Hugging Face dataset, some notable documents include:
- Large files (over 20MB) that may contain comprehensive reports
- Files with multiple versions (e.g., those with annotations like `(C06932208)` in the filename)
## How to Use This Collection
1. **Access via Hugging Face**: You can directly browse and download the files from the [Hugging Face dataset](https://huggingface.co/datasets/varun-heman/jfk-files-2025).
2. **Download programmatically**: Use the Hugging Face datasets library to access the files:
```python
from datasets import load_dataset
dataset = load_dataset("varun-heman/jfk-files-2025")
```
3. **Run the scraper**: If you prefer to download directly from the National Archives, you can use the scraper tool included in this repository.
4. **Search by filename**: If you're looking for specific document numbers referenced in other research.
## Research Tips
- Many of these documents contain cross-references to other documents in the collection.
- Some documents may be partially redacted as per NARA's release guidelines.
- Consider using PDF search tools to locate specific terms across multiple documents.
## Additional Resources
For more information about the JFK Assassination Records Collection:
- [National Archives JFK Collection](https://www.archives.gov/research/jfk)
- [JFK Assassination Records Processing Project](https://www.archives.gov/research/jfk/processing-project)
---
*This index was created to accompany the 2025 JFK Document Release. The documents themselves are works of the United States Government and are in the public domain.*
|