paper-with-me

홈 › Papers

OrgAccess: A Benchmark for Role Based Access Control in Organization Scale LLMs

2025-05-25 · Debdeep Sanyal Umakanta Maharana, Yash Sinha, Hong Ming Tan, Shirish Karande, Mohan Kankanhalli, Murari Mandal

Role-based access control (RBAC) and hierarchical structures are foundational to how information flows and decisions are made within virtually all organizations. As the potential of Large Language Models (LLMs) to serve as unified knowledge repositories and intelligent assistants in enterprise settings becomes increasingly apparent, a critical, yet under explored, challenge emerges: \textit{can these models reliably understand and operate within the complex, often nuanced, constraints imposed by organizational hierarchies and associated permissions?} Evaluating this crucial capability is inherently difficult due to the proprietary and sensitive nature of real-world corporate data and access control policies. We introduce a synthetic yet representative \textbf{OrgAccess} benchmark consisting of 40 distinct types of permissions commonly relevant across different organizational roles and levels. We further create three types of permissions: 40,000 easy (1 permission), 10,000 medium (3-permissions tuple), and 20,000 hard (5-permissions tuple) to test LLMs' ability to accurately assess these permissions and generate responses that strictly adhere to the specified hierarchical rules, particularly in scenarios involving users with overlapping or conflicting permissions. Our findings reveal that even state-of-the-art LLMs struggle significantly to maintain compliance with role-based structures, even with explicit instructions, with their performance degrades further when navigating interactions involving two or more conflicting permissions. Specifically, even \textbf{GPT-4.1 only achieves an F1-Score of 0.27 on our hardest benchmark}. This demonstrates a critical limitation in LLMs' complex rule following and compositional reasoning capabilities beyond standard factual or STEM-based benchmarks, opening up a new paradigm for evaluating their fitness for practical, structured environments.

📄 PDF Abstract BibTeX arXiv:2505.19165

Code (1)

respailab/orgaccess 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Role-Aware Language Models for Secure and Contextualized Access Control in Organizations

2025-07-31 · Saeed Almheiri, Yerulan Kongrat, Adrian Santosh, Ruslan Tasmukhanov 외 arxiv

As large language models (LLMs) are increasingly deployed in enterprise settings, controlling model behavior based on user roles becomes an essential requirement. Existing safety methods typically assume uniform access a…

Beyond the All-in-One Agent: Benchmarking Role-Specialized Multi-Agent Collaboration in Enterprise Workflows

2026-05-09 · Tao Yu, Hao Wang, Changyu Li, Shenghua Chai 외 arxiv

Large language model (LLM) agents are increasingly expected to operate in enterprise environments, where work is distributed across specialized roles, permission-controlled systems, and cross-departmental procedures. How…

LLMAC: A Global and Explainable Access Control Framework with Large Language Model

2026-02-10 · Sharif Noor Zisad, Ragib Hasan arxiv

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…

Genicious: Contextual Few-shot Prompting for Insights Discovery

2025-03-15 · Vineet Kumar, Ronald Tony, Darshita Rathore, Vipasha Rana 외

Data and insights discovery is critical for decision-making in modern organizations. We present Genicious, an LLM-aided interface that enables users to interact with tabular datasets and ask complex queries in natural la…

BenchmarkingDecision MakingText to SQLText-To-SQL

Do we have the knowledge we need? Rethinking human-AI decision-making in corporations

2026-04-02 · Anne S. R. Marx, Ricardo M. Avelino, Torbjørn Netland, Mennatallah El-Assady arxiv

Organizational knowledge is fragmented across a variety of software systems, tacit expertise, and manual documents that have traditionally been designed for human consumption. As AI systems are increasingly deployed and …