菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-10
📄 Abstract - LLMAC: A Global and Explainable Access Control Framework with Large Language Model

Today's business organizations need access control systems that can handle complex, changing security requirements that go beyond what traditional methods can manage. Current approaches, such as Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Discretionary Access Control (DAC), were designed for specific purposes. They cannot effectively manage the dynamic, situation-dependent workflows that modern systems require. In this research, we introduce LLMAC, a new unified approach using Large Language Models (LLMs) to combine these different access control methods into one comprehensive, understandable system. We used an extensive synthetic dataset that represents complex real-world scenarios, including policies for ownership verification, version management, workflow processes, and dynamic role separation. Using Mistral 7B, our trained LLM model achieved outstanding results with 98.5% accuracy, significantly outperforming traditional methods (RBAC: 14.5%, ABAC: 58.5%, DAC: 27.5%) while providing clear, human readable explanations for each decision. Performance testing shows that the system can be practically deployed with reasonable response times and computing resources.

顶级标签: llm systems model evaluation
详细标签: access control security policy reasoning explainable ai synthetic data 或 搜索:

LLMAC:一种基于大语言模型的全局可解释访问控制框架 / LLMAC: A Global and Explainable Access Control Framework with Large Language Model


1️⃣ 一句话总结

这篇论文提出了一种名为LLMAC的新型访问控制框架,它利用大语言模型将多种传统访问控制方法统一起来,不仅能以极高的准确率(98.5%)处理复杂动态的权限请求,还能为每个决策提供清晰易懂的解释。

源自 arXiv: 2602.09392