cia-declassified-reading-room
收藏资源简介:
该数据集是一个基于CIA(美国中央情报局)解密阅览室及CREST(CIA记录搜索工具)公共记录构建的语料库镜像。数据来源包括官方的CIA电子阅览室公开记录,以及当直接访问受限时使用的互联网档案馆镜像,确保获取相同的公共领域文件。数据集以分批次、可恢复的流式管道方式构建,不存储完整语料库于本地。数据文件包含元数据(如`documents.jsonl.gz`)、提取的文本(`texts.jsonl.gz`)、可选的PDF原始文件分片(`pdfs.zip`)以及爬取报告。数据集旨在保存原始CIA文档标识符和来源出处,适用于历史研究、文本分析、信息检索等与解密政府文档相关的自然语言处理任务。
This dataset is a corpus mirror constructed based on declassified reading rooms of the CIA (Central Intelligence Agency) and public records from CREST (CIA Records Search Tool). Data sources include official CIA electronic reading room public records, as well as Internet Archive mirrors used when direct access is restricted, ensuring the acquisition of the same public domain files. The dataset is built in a batch-wise, resumable streaming pipeline manner, without storing the complete corpus locally. Data files include metadata (e.g., `documents.jsonl.gz`), extracted text (`texts.jsonl.gz`), optional original PDF file shards (`pdfs.zip`), and crawling reports. The dataset aims to preserve original CIA document identifiers and source provenance, and is suitable for natural language processing tasks related to declassified government documents, such as historical research, text analysis, and information retrieval.
数据集概述
本数据集是CIA解密阅览室(CIA Declassified Reading Room / CREST)公共记录的Hugging Face镜像库,由流式处理管道构建,无需在本地存储完整语料库。
目标账户
manus4oHER
数据集结构
数据集以分片方式组织,包含以下主要组件:
| 组件 | 格式 | 说明 |
|---|---|---|
metadata/<source>/<batch_id>/documents.jsonl.gz |
JSONL (gzip) | 文档元数据 |
texts/<source>/<batch_id>/texts.jsonl.gz |
JSONL (gzip) | 文档文本内容 |
pdf_shards/<source>/<batch_id>/pdfs.zip |
ZIP | PDF文件(可选,启用时生成) |
reports/<source>/<batch_id>/crawl_report.json |
JSON | 爬取报告 |
manifests/source_config.json |
JSON | 源配置文件 |
scripts/ |
脚本 | 可复现爬取脚本 |
数据来源范围
- 主要来源:CIA电子阅览室 / CREST公共记录
- 备用来源:当CIA实时端点出现重定向循环或阻止程序化访问时,使用Internet Archive上的CIA CREST / CIA阅览室记录镜像
运行规则
- 无完整本地镜像:笔记本电脑仅存储脚本、小型清单和日志。
- 批量爬取:在Hugging Face Jobs中运行,每个作业负责一个分页范围,上传自身分片后退出。
- 可恢复性:批量保持有界且可恢复。




