Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 43

AISA: AI Safety Assistant Framework for Continuous Improvement of Highway Construction AISA:高速公路施工持续改进的AI安全助手框架

AISA framework applies LLMs to highway construction safety, enabling classification and quality scoring of unstructured incident narratives for Job Safety Analysis (JSA) planning Neural probes achieved 75% held-out accuracy on OIICS classification across 15,000+ narratives, though binary flags proved degenerate and quality scores faltered on out-of-distribution fatalities Retrieval of historical accidents significantly outperformed chance, with best performance on lexically distinct construction 提出AISA框架,利用大语言模型和嵌入模型为高速公路建设安全报告与规划提供本地化推理解决方案 训练神经探针对事故叙事进行OIICS分类(4个多分类和2个二分类字段),在15,000+叙事数据集上达到75%保留准确率 事故检索系统可高效召回相关历史事故、参考图像和行业文档,在词汇特征明显的施工活动上表现最佳 开源解码器嵌入模型在文档问答任务上超越专有模型,验证了本地化、确定性推理的可行性 框架为未来智能体应用奠定基础,重点解决外部数据与JSA报告之间的桥梁问题

55
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • AISA framework applies LLMs to highway construction safety, enabling classification and quality scoring of unstructured incident narratives for Job Safety Analysis (JSA) planning
  • Neural probes achieved 75% held-out accuracy on OIICS classification across 15,000+ narratives, though binary flags proved degenerate and quality scores faltered on out-of-distribution fatalities
  • Retrieval of historical accidents significantly outperformed chance, with best performance on lexically distinct construction activities
  • An open-weight decoder embedding model surpassed proprietary models on document question answering, supporting local/deterministic inferencing
  • The framework prioritizes local, deterministic inference as a foundation for future agentic safety applications in construction

Why It Matters

This work addresses a critical gap in industrial safety: transforming unstructured historical accident data into actionable intelligence for pre-task planning. For AI practitioners, it demonstrates practical RAG and classification pipelines in a regulated, safety-critical domain where local inferencing and data privacy are paramount. The findings also highlight real-world challenges like distribution shift and degenerate classifiers that generalizes beyond construction safety.

Technical Details

  • Classification pipeline: Neural probes trained on Occupational Injury and Illness Classification System (OIICS) fields — four multiclass and two binary categories — evaluated on 15,000+ narratives with a held-out set of 100 author-labeled records, benchmarked against a majority-vote LLM ensemble
  • Quality scoring: Overall narrative quality score derived, but showed distortion on out-of-distribution fatality cases in the held-out dataset, indicating generalization limitations
  • Retrieval system: Evaluated across multiple embedding models using standard IR metrics for retrieving historical accidents, reference imagery, and industry documents; open-weight decoder embedding model outperformed proprietary alternatives on document QA
  • Architecture philosophy: Prioritizes deterministic, local inferencing over cloud-dependent LLM APIs, enabling deployment in environments with connectivity or data-sensitivity constraints

Industry Insight

  • The 75% classification accuracy with degenerate binary flags suggests that OIICS-based incident taxonomy may need refinement or additional features for certain injury categories — practitioners should audit label distributions before deploying similar systems
  • Out-of-distribution failure on fatalities highlights the risk of deploying safety models without robust domain-adaptation strategies; consider active learning or few-shot adaptation for rare but critical event types
  • The success of open-weight decoder embedding models over proprietary alternatives on document QA signals a cost-effective path for enterprise RAG deployments, especially in regulated industries where data cannot leave local infrastructure

TL;DR

  • 提出AISA框架,利用大语言模型和嵌入模型为高速公路建设安全报告与规划提供本地化推理解决方案
  • 训练神经探针对事故叙事进行OIICS分类(4个多分类和2个二分类字段),在15,000+叙事数据集上达到75%保留准确率
  • 事故检索系统可高效召回相关历史事故、参考图像和行业文档,在词汇特征明显的施工活动上表现最佳
  • 开源解码器嵌入模型在文档问答任务上超越专有模型,验证了本地化、确定性推理的可行性
  • 框架为未来智能体应用奠定基础,重点解决外部数据与JSA报告之间的桥梁问题

为什么值得看

本文首次将LLM和嵌入模型系统性地应用于高速公路建设安全领域,解决了历史事故数据非结构化、难以在规划时点检索利用的核心痛点。研究验证了本地化推理在工业安全场景的可行性,为垂直领域智能体应用提供了可复用的技术范式。

技术解析

  • 事故分类与质量评分:使用神经探针对Occupational Injury and Illness Classification System (OIICS) 的4个多分类字段和2个二分类字段进行分类,并在15,000+叙事测试集和100条作者标注的保留集上评估,与多数投票LLM集成进行基准对比。
  • 检索系统架构:对历史事故、参考图像和行业文档的检索进行基准测试,使用标准信息检索指标评估多种嵌入模型,发现系统在词汇特征明显的施工活动上召回效果最佳。
  • 模型性能表现:OIICS分类在保留集上达到75%准确率,但两个二分类标志出现退化;质量评分在一个数据库上有意义,但在分布外死亡案例上失真。
  • 文档问答对比:开源解码器嵌入模型在文档问答任务上超越专有模型,表明本地化方案在特定场景下具备竞争力。
  • 框架设计原则:强调确定性、本地化推理,为未来智能体应用提供基础架构,重点打通外部数据与JSA报告之间的信息壁垒。

行业启示

  • 垂直领域AI落地路径:工业安全场景的非结构化数据处理验证了"嵌入模型+检索增强"路线的可行性,为其他垂直领域(如建筑、制造、医疗)的安全智能应用提供参考模板。
  • 本地化推理的商业价值:在数据敏感行业,本地化、确定性推理方案既能满足合规要求,又能在特定任务上媲美专有模型,降低了企业部署AI的门槛和成本。
  • 数据质量决定模型上限:研究中发现质量评分在分布外数据上失真,提示工业AI应用需重视训练数据的代表性和多样性,建立持续的数据治理机制。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Security 安全