global-public-procurement-ted-ocds-dataset
收藏资源简介:
该数据集名为“全球公共采购通知与奖励(TED + OCDS)”,由DataForge开源数据计划提供。它整合了来自欧盟TED(Tenders Electronic Daily)官方月度批量数据包以及五个司法管辖区(英国、巴拉圭、澳大利亚、魁北克)的开放合同数据注册表(OCDS)的公共采购数据。数据集包含约630万条采购通知和880万条供应商-奖励边(supplier-award edges),覆盖2021年至2026年期间。数据以Parquet格式存储,提供五个子配置:buyer_profiles(买方档案)、monthly_stats(月度统计)、notices(通知)、supplier_award_edges(供应商-奖励边)和supplier_award_history(供应商-奖励历史)。数据集适用于文本分类任务,可用于跨境采购市场分析、供应商与买方情报、投标机会发现以及反腐败和开放合同研究。数据规模为10M到100M条记录。许可证为CC BY-NC 4.0,学术和个人使用免费,商业使用需获取DataForge商业许可证。
The dataset is named Global Public Procurement Notices and Awards (TED + OCDS), provided by the DataForge Open Data Initiative. It integrates public procurement data from the official monthly bulk data packages of the EU Tenders Electronic Daily (TED) and the Open Contracting Data Standard (OCDS) registries of five jurisdictions (UK, Paraguay, Australia, Quebec). The dataset contains approximately 6.3 million procurement notices and 8.8 million supplier-award edges, covering the period from 2021 to 2026. Data is stored in Parquet format, with five sub-configurations: buyer_profiles, monthly_stats, notices, supplier_award_edges, and supplier_award_history. The dataset is suitable for text classification tasks and can be used for cross-border procurement market analysis, supplier and buyer intelligence, bid opportunity discovery, and anti-corruption and open contracting research. Data size ranges from 10M to 100M records. License is CC BY-NC 4.0, free for academic and personal use, commercial use requires a DataForge commercial license.
数据集概述
基本信息
- 数据集名称:Global Public Procurement Notices & Awards (TED + OCDS)
- 数据集大小:包含630万条采购公告和880万条供应商-中标关系数据
- 数据来源:欧盟TED官方月度批量包,以及来自英国、巴拉圭、澳大利亚、魁北克五个司法管辖区的开放合同数据注册表(Open Contracting Data Registry)
- 语言:英语
- 许可证:CC BY-NC 4.0(非商业使用),商业使用需获得DataForge商业许可
数据内容
数据集包含6个配置(configs),可通过Hugging Face加载:
- buyer_profiles:采购方画像数据
- monthly_stats:月度统计数据
- notices:采购公告数据(分为2个分片)
- supplier_award_edges:供应商-中标关系边数据
- supplier_award_history:供应商中标历史数据
数据包及规模
| 数据包 | 级别 | 行数 | 大小 |
|---|---|---|---|
| TED + OCDS 小型包(S) | S | 16.4万行 | 23.4 MB |
| TED + OCDS 中型包(M) | M | 534.5万行 | 987.1 MB |
| TED + OCDS 大型包(L) | L | 1643万行 | 1.89 GB |
适用场景
- 跨境采购市场分析
- 供应商与采购方情报分析
- 投标机会发现
- 反腐败与开放合约研究
数据作品引用
- 引用格式:DataForge (data.zalize.com),数据来源包括TED(© European Union)和开放合约数据注册表
- DOI:10.5281/zenodo.21838183
- GitHub镜像:https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-global-public-procurement
数据加载示例
python from datasets import load_dataset
ds = load_dataset("zalizedata/global-public-procurement-ted-ocds-dataset", "buyer_profiles", split="train") print(ds[0])
相关数据集
- US Federal Awards & Spending (USAspending)
- Government Tenders & Contract Awards (US Federal + Global Portals)
- US Research Grants (NIH + NSF)
- Global Development Aid Activities & Transactions (IATI)




