Papers for

workplace safety teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Automatic classification of accident roles works across job sectors

Cross-sector generalization of accident-process role classification in occupational accident narratives

Abstract: Occupational accident narratives contain valuable information about work situations, unfavourable conditions, accident events, and their consequences. Automatically structuring these narratives can facilitate large-scale accident analysis and support occupational risk prevention. However, the terminology and writing styles used to describe accidents vary considerably across sectors and organisations, raising questions about the ability of automated coding systems to generalize beyond their training domain. In this paper, we evaluate the cross-sector generalization of accident-process role classification in French occupational accident narratives. We construct an expert-annotated corpus in which factual units are classified into four roles: work situation (A0), explicitly reported unfavourable condition (A1), accident event or deviation (B), and reported consequence (C). The role classifiers are developed and selected exclusively on 42,244 factual units extracted from 6,040 construction-sector narratives and are then evaluated on unseen corpora from the metallurgy and chemistry--plastics sectors, as well as on an independently collected company corpus, without retraining or target-domain tuning of the role classifier. We compare frozen pretrained representations with task-specific fine-tuning and supervised representation-learning strategies. The results show that task-specific adaptation consistently improves cross-domain transfer over frozen representations. Across repeated training runs, the three leading task-adapted strategies achieved average balanced accuracies between 85.6% and 85.8% across the three target corpora. These findings support the development of transferable assisted-coding systems capable of consistently structuring heterogeneous occupational accident narratives for expert review and cross-sector prevention analysis.

Fri 18 SeptComputation and Language
The gist
Work accident reports contain useful details but are written differently depending on the industry, which makes automatic understanding hard. The authors tested a computer method trained on construction accident reports to see if it could understand reports from metallurgy and chemical sectors without extra training. They found that adapting their models specifically to the task helped the computer classify parts of reports accurately across these sectors. This shows it’s possible to build tools that help experts analyze safety incidents from various industries without needing to retrain for each sector.
Open 2609.22081v1

Indoor air quality platform alerts users with smart localized warnings

Large Language Model based air quality monitoring and localized alert generation

Abstract: Poor indoor air quality can cause up to five times more direct health problems to occupants than outdoor air. In particular, it may cause headaches, fatigue, eye/throat irritation, and long-time exposure is linked to respiratory and heart as well as some forms of cancer. Despite the importance of indoor health and well-being, most current monitoring devices and systems (usually for offices and workspaces) are passive. The Environmental Quality Monitor (EnQyMo) platform is a generic Internet of Things (IoT) middleware designed to process several sensor data related to air quality in indoor spaces and correlate this data with health exposure risks of users/workplace employees. Using Bluetooth Low Energy (BLE) beacons and a mobile IoT middleware it is able to identify the (smartphone) users exposed to these polluted air or high CO2 (carbon dioxide) levels, and generate location-specific alarms only to the users at the places with the unhealthy air conditions. At the core of EnQyMo is an agency of Large Language Models (LLMs) capable of interpreting regulatory standards and scientific literature to automatically identify critical health exposure levels.

Wed 16 SeptDistributed, Parallel, and Cluster ComputingComputers and Society
The gist
Indoor air pollution can cause various health problems, often worse than outdoor pollution, but most devices only monitor passively. The authors designed a system called EnQyMo that uses sensors and Bluetooth beacons to track where people are exposed to bad air indoors. It sends alerts only to those in the affected areas. The system uses large language models to understand health regulations and scientific information automatically to decide when air pollution is dangerous.
Open 2609.17954v1