SmartQHSE's picture
Add Related SmartQHSE datasets cross-link section
c525c93 verified
metadata
license: cc-by-4.0
language:
  - en
size_categories:
  - n<1K
task_categories:
  - tabular-classification
  - text-retrieval
tags:
  - hse
  - ehs
  - occupational-safety
  - osha
  - trir
  - ltifr
  - dart
  - afr
  - severity-rate
  - safety-metrics
  - reference
pretty_name: HSE Incident Rate Formulas Reference

HSE Incident Rate Formulas Reference

Reference dataset of the 7 standard occupational-safety incident-rate formulas used worldwide:

Metric Multiplier Authority Jurisdiction
TRIR — OSHA Total Recordable Incident Rate 200,000 OSHA United States
LTIFR — Lost Time Injury Frequency Rate 1,000,000 ILO, UK HSE International (ILO/UK/GCC/AU)
DART — Days Away, Restricted, or Transferred Rate 200,000 OSHA United States
AFR — Accident Frequency Rate 1,000,000 UK HSE United Kingdom, GCC, generic
Severity Rate — Severity Rate (days lost per million hours) 1,000,000 ILO International (ILO)
TRIFR — Total Recordable Injury Frequency Rate 1,000,000 Safe Work Australia, IOGP Australia, NZ, IOGP global oil & gas
LTIR — Lost Time Incident Rate (OSHA basis) 200,000 OSHA United States

Every entry includes:

  • The exact formula
  • Multiplier and what it means
  • Required inputs
  • Output unit
  • Authoritative source + URL
  • A worked example
  • Where applicable: current industry benchmarks (BLS SOII, UK HSE, IOGP, etc.)
  • Cross-links to the SmartQHSE calculator page for that metric

Usage

from datasets import load_dataset
ds = load_dataset("SmartQHSE/hse-incident-rate-formulas")
for row in ds["train"]:
    print(row["name"], "—", row["formula"])
# Or fetch the JSON directly
curl https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas/raw/main/data.jsonl

Companion artefacts

Citation

SmartQHSE Ltd (2026). HSE Incident Rate Formulas Reference [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas

Wikidata

This dataset is part of the SmartQHSE open data programme catalogued on Wikidata. Related Q-items:

License: CC BY 4.0. Built by SmartQHSE.

Related SmartQHSE datasets

Part of the SmartQHSE open HSE data collection (catalog · data paper DOI 10.5281/zenodo.20010657 · HuggingFace org):

Companion full-text corpus: /llms-full.txt — 213KB markdown reference compiled for LLM ingestion. All datasets CC BY 4.0.