hse-regulations-changelog
收藏资源简介:
HSE 法规变更日志数据集(快照 v2026.05)是一个精心整理的、跨多个主要司法管辖区的健康、安全与环境(HSE)法规更新记录集合。该数据集旨在追踪和记录 HSE 相关法规的变更,涵盖美国职业安全与健康管理局(OSHA)、英国健康与安全执行局(HSE UK)、欧盟委员会、国际标准化组织(ISO)、阿联酋、沙特阿拉伯、卡塔尔、阿曼、澳大利亚等多个监管机构发布的法规更新。数据集当前快照包含 21 条记录,每条记录都引用了其权威来源,并标注了司法管辖区、监管机构和变更类型。数据以 JSONL(每行一条 JSON 记录)、JSON 数组和 CSV 格式提供,可通过 Hugging Face `datasets` 库直接加载,或通过提供的 REST API 实时访问(支持过滤)。数据集适用于文本分类(如按变更类型或司法管辖区分类)和文本检索(如查找特定主题或时间的法规更新)等任务。数据集为季度快照,定期更新(如下一版为 v2026.08),对于需要最新数据的用户,建议使用实时 REST API。需要注意的是,数据覆盖范围目前偏向于拥有完善发布渠道的英语监管机构(如 OSHA、HSE UK、EU),而拉丁美洲、部分亚洲和非洲地区的监管机构在 v1 版本中代表性不足。数据集不包含法规全文,而是提供指向原始权威来源的链接(sourceUrl)。数据集采用知识共享署名 4.0 国际许可协议(CC BY 4.0),允许商业使用,但需注明出处。
The HSE Regulatory Change Log Dataset (Snapshot v2026.05) is a carefully curated collection of health, safety and environmental (HSE) regulatory update records spanning multiple major jurisdictions. This dataset aims to track and document changes to HSE-related regulations, covering regulatory updates issued by multiple regulatory authorities including the U.S. Occupational Safety and Health Administration (OSHA), the U.K. Health and Safety Executive (HSE UK), the European Commission, the International Organization for Standardization (ISO), as well as regulators from the United Arab Emirates, Saudi Arabia, Qatar, Oman, Australia and other regions. The current snapshot of the dataset contains 21 records, each of which cites its authoritative source and is annotated with jurisdiction, regulatory body and change type. The dataset is available in JSONL (one JSON record per line), JSON array and CSV formats, and can be directly loaded via the Hugging Face `datasets` library, or accessed in real time through the provided REST API with filtering support. The dataset is applicable to tasks such as text classification (e.g., classifying by change type or jurisdiction) and text retrieval (e.g., finding regulatory updates on specific topics or time points). As a quarterly snapshot dataset with regular updates (the next version will be v2026.08), users requiring the latest data are recommended to use the real-time REST API. It should be noted that the current data coverage is biased towards English-speaking regulatory bodies with well-established publication channels such as OSHA, HSE UK and the EU, while regulatory bodies in Latin America, parts of Asia and Africa are underrepresented in the v1 version. The dataset does not contain the full text of regulations, but only provides links to the original authoritative sources (sourceUrl). The dataset is licensed under the Creative Commons Attribution 4.0 International Public License (CC BY 4.0), which permits commercial use with proper attribution.
数据集概述:HSE Regulations Changelog (snapshot v2026.05)
该数据集是一个精心策划的HSE(健康、安全与环境)法规变更日志,涵盖了全球多个主要司法管辖区,旨在追踪法规变化并提供权威来源引用。
基本信息
- 数据集名称:HSE Regulations Changelog (snapshot v2026.05)
- 许可证:Creative Commons Attribution 4.0 International (CC BY 4.0),允许商业使用,需注明出处。
- 语言:英语
- 数据集大小:包含21条记录(n<1K)。
- 标签:涉及法规、合规、法规变更日志、OSHA、HSE-UK、ISO、EU、UAE、Saudi-Arabia、Qatar、职业安全、时间序列、法规追踪等。
- 任务类别:适用于文本分类、文本检索等任务。
- DOI:10.5281/zenodo.20010262
- Wikidata实体:Q139623117
- 更新频率:季度快照数据集,计划每季度刷新一次(下一版本:v2026.08)。
覆盖范围
该数据集覆盖以下主要司法管辖区的HSE法规更新:
- 美国:OSHA
- 英国:HSE UK
- 欧洲:European Commission
- 国际标准:ISO
- 阿联酋:UAE MOHRE
- 沙特阿拉伯:Saudi MHRSD
- 卡塔尔:Qatar MADLSA
- 阿曼
- 澳大利亚:Safe Work Australia
- 以及其他更多区域。
注意:当前版本(v1)的数据覆盖偏向于具有强大发布渠道的英语监管机构(如OSHA、HSE UK、EU),拉丁美洲、部分亚洲和非洲的监管机构代表较少。
数据内容与结构
- 数据示例:每一条记录都引用了权威来源,并标记了司法管辖区、监管机构和变更类型。数据集不包含法规文本本身,而是通过
sourceUrl提供可引用的主要来源。 - 追踪要素:包括生效日期(effective date)和追踪日期(tracking date)。法规可能在被追踪之前就已发布。
数据文件
数据集提供以下格式的文件:
| 文件 | 描述 |
|---|---|
data.jsonl |
主要格式,每行一个JSON记录。可通过datasets.load_dataset()直接加载。 |
data.json |
与data.jsonl相同的数据,格式为单个JSON数组。 |
data.csv |
选择的关键字段,以CSV格式提供,方便电子表格用户使用。 |
使用方式
-
本地加载:使用Hugging Face
datasets库直接加载。 python from datasets import load_dataset ds = load_dataset("SmartQHSE/hse-regulations-changelog") print(ds["train"][0]) -
实时访问:可通过公开的REST API进行筛选查询,无需认证。
- 规范页面:https://www.smartqhse.com/regulations-changelog
- REST API:https://www.smartqhse.com/api/v1/regulations-changelog
相关数据集
该数据集是SmartQHSE开放HSE数据集合的一部分,其他相关数据集包括(均采用CC BY 4.0许可证):
hse-benchmarks-2026osha-rates-2026hse-qa-corpushse-glossarymajor-process-safety-incidents-2026hse-instruction-tuninghse-incident-rate-formulashse-regulators-directoryhse-standards-crosswalkgcc-heat-illness-regulations-2026osha-most-cited-standards-2024osha-regulated-chemicals-pel-2026named-process-safety-incidents-extended-2026hse-acronym-dictionary-2026
数据来源
数据整合自以下权威机构并重新发布:
- 美国劳工统计局 (BLS) — SOII + CFOI
- 美国劳工部 — OSHA伤害追踪应用程序及标准
- 英国健康与安全执行局 (HSE)
- 欧盟委员会 + 欧盟统计局 (Eurostat) ESAW
- IOGP, ILO, NIOSH, ACGIH
- 阿联酋OSHAD-SF, 沙特SAPI, 卡塔尔QCDD, 阿曼MOLSD
- ISO技术委员会 (TC 283 — 职业健康与安全管理体系)





