File size: 774 Bytes
5496a0b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
license: cc0-1.0
language:
- en
pretty_name: JFK declassified documents March 2025 cleaned
---
On March 18th 2025, 2182 previously classified documents related to the investigation the assassination of President John F. Kennedy were made public at https://www.archives.gov/research/jfk/release-2025
This dataset contains a "cleaned" version of the `zlatinb/jfk-2025-raw` dataset. I've used `cleanup.py` to perform a best-effort cleanup based on some heuristics.
The columns in the dataset are:
* `File` - name of the original document that you can download from the government website
* `Accepted` - the lines from that document, prefixed with line numbers, that passed a certain threshold of "cleanliness"
* `Rejected` - the rest of the lines of the source document |