paper-with-me

Papers

Benchmarking Large Language Models for Safety Data Extraction

2026-04-22 · Jonas Grill, Thomas Bayer, Sören Berlinger arxiv

Accurate extraction of structured information from Safety Data Sheets (SDS) remains challenging in industrial safety due to heterogeneous document formats and the limitations of traditional rule-based methods. This study benchmarks state-of-the-art Large Language Models (LLMs) for automated SDS data extraction, comparing text-based and multimodal processing pipelines. We systematically evaluate four models: Gemini 1.5 Pro, GPT-4o, Claude 3.7 Sonnet, and Llama 3.1-70B, across three prompting strategies: zero-shot, few-shot, and chain-of-thought. The evaluation framework assessed accuracy, latency, and cost across more than 50,000 extracted data fields. Results show that text-based extraction consistently outperforms multimodal processing across all metrics. Gemini 1.5 Pro combined with a Chain-of-Thought prompt achieved the highest accuracy (84%), outperforming GPT-4o (81%) and Claude 3.7 Sonnet (79%). However, no model surpassed the 90% accuracy threshold commonly required for reliable real-world deployment. These findings indicate that general-purpose LLMs are not yet robust enough for unsupervised industrial use, though performance suggests strong potential with task-specific fine-tuning. Future research should focus on domain-adapted training, model calibration, and the integration of Human-in-the-Loop verification to ensure safety-critical reliability.

📄 PDF Abstract BibTeX arXiv:2606.11204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Safety Benchmarking: A Multi-agent Pipeline for LVLMs

2026-01-27 · Xiangyang Zhu, Yuan Tian, Zicheng Zhang, Qi Jia 외 arxiv

Large vision-language models (LVLMs) exhibit remarkable capabilities in cross-modal tasks but face significant safety challenges, which undermine their reliability in real-world applications. Efforts have been made to bu…

Benchmarking Adversarial Robustness to Bias Elicitation in Large Language Models: Scalable Automated Assessment with LLM-as-a-Judge

2025-04-10 · Riccardo Cantini, Alessio Orsino, Massimo Ruggiero, Domenico Talia

Large Language Models (LLMs) have revolutionized artificial intelligence, driving advancements in machine translation, summarization, and conversational agents. However, their increasing integration into critical societa…

Adversarial RobustnessBenchmarkingFairnessMachine Translation

WalledEval: A Comprehensive Safety Evaluation Toolkit for Large Language Models

2024-08-07 · Prannaya Gupta, Le Qi Yau, Hao Han Low, I-Shiang Lee 외

WalledEval is a comprehensive AI safety testing toolkit designed to evaluate large language models (LLMs). It accommodates a diverse range of models, including both open-weight and API-based ones, and features over 35 sa…

AI and SafetyBenchmarkingInstruction FollowingLanguage Modelling+1

Toxicity Red-Teaming: Benchmarking LLM Safety in Singapore's Low-Resource Languages

2025-09-18 · Yujia Hu, Ming Shan Hee, Preslav Nakov, Roy Ka-Wei Lee arxiv

The advancement of Large Language Models (LLMs) has transformed natural language processing; however, their safety mechanisms remain under-explored in low-resource, multilingual settings. Here, we aim to bridge this gap.…

SafetyFlow: An Agent-Flow System for Automated LLM Safety Benchmarking

2025-08-21 · Xiangyang Zhu, Yuan Tian, Chunyi Li, Kaiwei Zhang 외 arxiv

The rapid proliferation of large language models (LLMs) has intensified the requirement for reliable safety evaluation to uncover model vulnerabilities. To this end, numerous LLM safety evaluation benchmarks are proposed…