paper-with-me

Papers

Evaluating Implicit Regulatory Compliance in LLM Tool Invocation via Logic-Guided Synthesis

2026-01-13 · Da Song, Yuheng Huang, Boqi Chen, Tianshuo Cong, Randy Goebel, Lei Ma, Foutse Khomh arxiv

The integration of large language models (LLMs) into autonomous agents has enabled complex tool use, yet in high-stakes domains, these systems must strictly adhere to regulatory standards beyond simple functional correctness. However, existing benchmarks often overlook implicit regulatory compliance, thus failing to evaluate whether LLMs can autonomously enforce mandatory safety constraints. To fill this gap, we introduce LogiSafetyGen, a framework that converts unstructured regulations into Linear Temporal Logic oracles and employs logic-guided fuzzing to synthesize valid, safety-critical traces. Building on this framework, we construct LogiSafetyBench, a benchmark comprising 240 human-verified tasks that require LLMs to generate Python programs that satisfy both functional objectives and latent compliance rules. Evaluations of 13 state-of-the-art (SOTA) LLMs reveal that larger models, despite achieving better functional correctness, frequently prioritize task completion over safety, which results in non-compliant behavior.

📄 PDF Abstract BibTeX arXiv:2601.08196

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ToolRLA: Multiplicative Reward Decomposition for Tool-Integrated Agents

2026-03-02 · Pengbo Liu arxiv

Tool-integrated agents that interleave reasoning with API calls are promising for complex tasks, yet aligning them for high-stakes, domain-specific deployment remains challenging: existing reinforcement learning approach…

Reinforcement Learning

Evaluating Large Language Model Performance on International Maritime Dangerous Goods Code Compliance

2026-08-21 · Alexander Thomas, Hubert P. H. Shum, Darren Nellis, Manli Zhu 외 arxiv

The transport of dangerous goods by sea is a high-consequence activity governed by the International Maritime Dangerous Goods (IMDG) Code, a complex regulatory framework where errors in classification, packaging, stowage…

Advancing and Benchmarking Personalized Tool Invocation for LLMs

2025-05-07 · Xu Huang, Yuefeng Huang, Weiwen Liu, Xingshan Zeng 외

Tool invocation is a crucial mechanism for extending the capabilities of Large Language Models (LLMs) and has recently garnered significant attention. It enables LLMs to solve complex problems through tool calls while ac…

BenchmarkingWorld Knowledge

Judging by the Rules: Compliance-Aligned Framework for Modern Slavery Statement Monitoring

2025-11-11 · Wenhao Xu, Akshatha Arodi, Jian-Yun Nie, Arsene Fansi Tchango arxiv

Modern slavery affects millions of people worldwide, and regulatory frameworks such as Modern Slavery Acts now require companies to publish detailed disclosures. However, these statements are often vague and inconsistent…

Implicit Hierarchical GRPO: Decoupling Tool Invocation from Execution for Tool-Integrated Mathematical Reasoning

2026-05-18 · Li Wang, Xiaohan Wang, Xiaodong Lu, Zipeng Zhang 외 arxiv

Large language models (LLMs) have increasingly leveraged tool invocation to enhance their reasoning capabilities. However, existing approaches typically tightly couple tool invocation with immediate execution. Such immed…

Mathematical Reasoning