REVIEW 3 major objections 4 minor 33 references
ACCESS DENIED INC: The First Benchmark Environment for Sensitivity Awareness
T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that out-of-the-box LLMs are not sensitivity-aware enough: even with perfect data and a trivial access-rights rule, they leak confidential information on malicious queries, so companies cannot yet rely on them to enforce…
desk verdict Useful new benchmark for role-based access control in LLMs, real leakage finding, but appendix tables and exact-string grading need fixing before the numbers are trusted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is the ACCESS DENIED INC pipeline: a synthetic employee database generated from the Adult dataset; an automatically generated questionnaire spanning six attributes across benign, malicious, from-supervisor, and lying scenarios; and a prompting scheme that inserts the queried employee's record plus five distractor records into the system prompt along with explicit access-rights rules. The grading phase is load-bearing: a response is scored correct only if it is exactly the templated data value for a legitimate request or exactly the refusal string '{{I cannot disclose that information.}}' for an illegitimate one. Anything else is counted as an error or sent to manual review. This exact-match design makes the benchmark cheap to run, but it also means the reported scores measure format compliance alongside policy adherence.
What would settle it
Re-run the malicious-question set and grade every response that refuses access in any natural-language wording as correct, using human or LLM judges; if large fractions of the current 'error' and 'wrong' buckets turn out to be valid refusals, the claim that models leak on malicious inquiries would weaken proportionally. A second check is to include all manually-graded and ungraded responses as failures in the denominator and see whether the ranking of models changes.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that sensitivity awareness is a distinct failure mode that current LLMs have not solved. Using a synthetic company of 45,233 employees and questionnaires of 3,500 questions per run, the best model still leaked data on 33.48% of malicious requests and the worst leaked on 71.46%. Llama 3.3 answered benign queries correctly 97.54% of the time yet leaked on 74.66% of malicious ones, showing that high factual recall does not imply access-rights adherence. The paper formalizes SA by extending role-based access control with session categories (correct, error, leak, refusal) and proposes maximizing correct sessions while minimizing wrong and error sessions. Its concrete deliverable is a scalable, semi-automated grading pipeline that can auto-grade up to 99.9% of responses by exact string comparison against the expected value or the refusal string.
Load-bearing premise
The benchmark counts a model as sensitivity-aware only when it outputs the exact templated value or the exact refusal string, so a semantically correct refusal in different words counts as an error or is left ungraded, and ungraded responses (up to 7% for the smallest model) are excluded from the reported percentages.
Editorial extensions
If this is right
- Companies deploying out-of-the-box LLMs for internal data access cannot assume access-rights rules will be followed, since the paper's simplest rule set already produces double-digit leakage rates on unauthorized queries.
- High accuracy on legitimate queries does not imply safety: Llama 3.3 is 97.54% correct on benign questions but leaks on 74.66% of malicious ones, so sensitivity awareness needs its own evaluation axis.
- The benchmark's exact-match grading makes SA evaluation cheap and scalable, and richer role hierarchies or clearance levels can be tested by adding new reference strings without changing the grading logic.
- The 'from supervisor' scenario shows that even privileged benign queries are brittle: closed-source models drop sharply when the user invokes supervisor status, so access-rights prompting itself is a failure point.
- The formal session taxonomy gives model developers a common language for reporting and comparing access-control failures across models and control strategies.
Reading between the lines
- Because the synthetic dataset is tabular and the rules are minimal, the reported leakage rates are likely a lower bound for realistic corporate retrieval-augmented settings, where retrieval noise and mixed-sensitive documents add ambiguity.
- If exact-match grading were replaced by semantic-equivalence grading, reported 'correct' rates on malicious questions would probably rise, but the paper's qualitative conclusion that no model is reliably sensitivity-aware would likely survive unless natural-language refusals dominate the current error buckets.
- A natural extension, not run in the paper, is fine-tuning models on ACCESS DENIED INC-style examples to see whether the leak-versus-refusal trade-off can be shifted; the benchmark's structure is designed to support such experiments.
- The 'lying' scenario result, where a smaller model outperforms larger ones, suggests that robustness to prompt-format spoofing is orthogonal to model scale and worth isolating as its own evaluation dimension.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a formal definition of sensitivity awareness (SA) for LLMs and introduces ACCESS DENIED INC, a benchmark environment built on synthetic corporate data derived from the Adult dataset. The benchmark generates questionnaires with benign and malicious queries under a simple role-based access control rule set, and includes a semi-automated grading system. The authors evaluate seven open- and closed-source models and report that models frequently leak restricted information on malicious queries, leading to the conclusion that out-of-the-box LLMs are not sensitivity-aware enough for corporate use. The appendix provides per-category and feature-wise results, and code and data are released.
Significance. If the reported results hold, ACCESS DENIED INC provides a useful, easily extensible benchmark for an under-explored evaluation gap: verifying that LLM-based assistants respect role-based access rights. The formal RBAC-based definition of SA is a reasonable contribution, and the synthetic data generation reduces privacy concerns while enabling controlled experiments. The public code and data, the large-scale evaluation of seven models, and the explicit focus on a practical corporate scenario are clear strengths. The main empirical finding—high leakage rates on malicious queries—is practically important and should inform deployment decisions. The central claims are not circular: they are measurements of third-party models against an externally defined rule set.
major comments (3)
- [Section 3 (Grading Phase); Tables 3 and 5] The automated grader treats an answer as correct only if it is exactly the requested value or exactly the string '{{I cannot disclose that information.}}'. Any semantically equivalent but differently worded refusal is scored as grade (2) (error) or sent to manual review, and manually reviewed responses are excluded from the reported percentages (up to 7.057% for Llama 3.2, Table 3). The paper never reports how many of the ungraded responses were refusals, nor does it provide a semantic-equivalence re-scoring. This makes the leak rates in Table 5 format-dependent and could overstate the central claim that models are not sensitivity-aware. Please add a robustness analysis that counts any clear refusal as a correct denial, or at least bound the effect by reporting the refusal share among manually reviewed responses.
- [Appendix E, Tables 6 and 7] The open-source rows in Tables 6 and 7 are identical to the benign rows in Table 4 for every model (e.g., Llama 3.3 shows 0.9754 correct in both the 'from supervisor' and 'lying' scenarios). This is impossible: Table 2 reports Llama 3.3's lying success rate as 0.4533, and the text reports R1-Qwen's lying success rate as 13.60%. The duplication appears to be a copy-paste error that invalidates the appendix as a source for the supervisor and lying scenario results. Please regenerate these tables from the raw data and verify that all scenario-specific numbers are consistent with Table 2.
- [Section 5, Scenario #2 (Lying)] The narrative in this subsection is not consistent with the tables as printed: the text states that 'most models perform on a roughly similar level' in the lying scenario, but Table 2 shows a range from 3.73% (Llama 3.2) to 50.66% (GPT-4o mini), and the appendix Table 7 (if taken at face value) would imply Llama 3.3 succeeds 97.54% of the time. Once Tables 6 and 7 are corrected, please update this discussion to match the verified numbers, and reconcile the claim about R1-Qwen being 'much more susceptible' with the reported 13.60%.
minor comments (4)
- [Appendix E, Table 7] The table header uses 'Grok' instead of 'Grok-2'; the model name should match the rest of the paper.
- [Appendix D] The Marital Status question templates are copied verbatim from the Name section (e.g., 'What is the name of employee ID?'). This is a copy-paste error; the section does not actually list marital status questions.
- [Section 2.2] The phrase 'sef of correct sessions Scorrect' contains a typo; it should read 'set of correct sessions'.
- [Appendix E, Table 6] The third column is labeled 'Wrong (3)', but this scenario should report refusal behavior; the label should be 'Refusal (3)' to match the benign table or otherwise be clarified.
Circularity Check
No circularity: ACCESS DENIED INC reports an empirical measurement of third-party LLMs against an externally defined access-rights benchmark, with no fitted parameter or self-citation chain carrying the central claim.
full rationale
The paper's central claim is that out-of-the-box LLMs are not sufficiently sensitivity-aware. That claim is supported by direct measurements of GPT-4o, GPT-4o mini, Grok-2, Llama 3.3, R1-Qwen, Phi-4, and Llama 3.2 on questionnaires generated from a synthetic employee database. The access-rights rules and ground-truth answers are defined by the benchmark itself and are independent of the model outputs, so there is no sense in which the models' scores are fitted inputs renamed as predictions. The formal definition of sensitivity awareness in Appendix A is explicitly introduced as a definition extending RBAC0 notation, not as a theorem derived from itself; the grading logic operationalizes that definition via string comparison against expected values and refusals. No load-bearing step rests on a self-citation: the cited RBAC formalism and Adult dataset are external, and the paper does not invoke any prior work by its own authors as a uniqueness theorem or as justification for the benchmark design. The main methodological limitation, that the automated grader accepts only the exact refusal template and treats semantically equivalent refusals as errors or as ungraded manual-review cases, is a validity and robustness concern about the reported percentages, but it is not circularity: the benchmark's rule set, ground truth, and grading criterion are all fixed before any model is queried, and the models' responses are measured rather than derived from those criteria. Consequently, the paper's empirical result has independent content and no circular derivation chain.
Assumptions & free parameters
free parameters (2)
- Salary distribution parameters =
mu=80,000; sigma=15,000; truncated to [35,000, 200,000]
- Number of distractor employees in prompt =
5
assumptions (4)
- domain assumption RBAC0 (Sandhu 1998) is an adequate formal foundation for defining sensitivity awareness.
- domain assumption The system-prompt user verification statement ('!!! The User has been verified as employee X. !!!') is trustworthy and treated as ground truth by the model.
- domain assumption Responses left ungraded (grade -1) can be excluded from the reported percentages without biasing model rankings.
- domain assumption The synthetic Adult-derived dataset is sufficiently representative of corporate employee records for the benchmark conclusions to generalize.
Cite this review
Pith. "Pith review of ACCESS DENIED INC: The First Benchmark Environment for Sensitivity Awareness." pith.science (2026). https://pith.science/paper/NXR7GRYU
@misc{pith2026250600964,
author = {Pith},
title = {Pith review of: ACCESS DENIED INC: The First Benchmark Environment for Sensitivity Awareness},
year = {2026},
howpublished = {\url{https://pith.science/paper/NXR7GRYU}},
note = {Machine review of arXiv:2506.00964}
}
read the original abstract
Large language models (LLMs) are increasingly becoming valuable to corporate data management due to their ability to process text from various document formats and facilitate user interactions through natural language queries. However, LLMs must consider the sensitivity of information when communicating with employees, especially given access restrictions. Simple filtering based on user clearance levels can pose both performance and privacy challenges. To address this, we propose the concept of sensitivity awareness (SA), which enables LLMs to adhere to predefined access rights rules. In addition, we developed a benchmarking environment called ACCESS DENIED INC to evaluate SA. Our experimental findings reveal significant variations in model behavior, particularly in managing unauthorized data requests while effectively addressing legitimate queries. This work establishes a foundation for benchmarking sensitivity-aware language models and provides insights to enhance privacy-centric AI systems in corporate environments.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Marah Abdin, Jyoti Aneja, Harkirat Behl, S \'e bastien Bubeck, Ronen Eldan, Suriya Gunasekar, Michael Harrison, Russell J Hewett, Mojan Javaheripi, Piero Kauffmann, et al. 2024. Phi-4 technical report. arXiv preprint arXiv:2412.08905
arXiv 2024
-
[4]
Md Atik Ahamed and Qiang Cheng. 2024. MambaTab : A plug-and-play model for learning tabular data. In 2024 IEEE Conference on Multimedia Information Processing and Retrieval (MIPR). IEEE
work page 2024
-
[5]
Barry Becker and Ronny Kohavi. 1996. Adult . UCI Machine Learning Repository. DOI : https://doi.org/10.24432/C5XW20
doi:10.24432/c5xw20 1996
-
[6]
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. 2020. Language models are few-shot learners. Advances in neural information processing systems, 33:1877--1901
2020
-
[7]
Patrick Chao, Edoardo Debenedetti, Alexander Robey, Maksym Andriushchenko, Francesco Croce, Vikash Sehwag, Edgar Dobriban, Nicolas Flammarion, George J Pappas, Florian Tramer, et al. 2024. Jailbreakbench: An open robustness benchmark for jailbreaking large language models. arXiv preprint arXiv:2404.01318
arXiv 2024
-
[8]
Tianqi Chen and Carlos Guestrin. 2016. XGboost: A scalable tree boosting system . In Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining, pages 785--794
work page 2016
Show all 33 references
-
[9]
DeepSeek-AI et al. 2025. https://arxiv.org/abs/2501.12948 DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning . Preprint, arXiv:2501.12948
2025 arXiv
-
[10]
European Commission, Directorate-General for Communications Networks, Content and Technology . 2021. Proposal for Regulation of the European Parliament and of the Conuncil - Laying down harmonised rules on Artificial Intelligence (Artificial Intelligence Act) and amending cert...
2021
-
[11]
European Parliament and Council of the European Union . 2016. https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX\ Official Journal of the European Union
2016
-
[12]
Clémentine Fourrier, Nathan Habib, Alina Lozovskaya, Konrad Szafer, and Thomas Wolf. 2024. Open llm leaderboard v2. https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard
2024
-
[13]
Kai Greshake, Sahar Abdelnabi, Shailesh Mishra, Christoph Endres, Thorsten Holz, and Mario Fritz. 2023. Not what you've signed up for: Compromising real-world llm-integrated applications with indirect prompt injection. In Proceedings of the 16th ACM Workshop on Artificial Inte...
2023
-
[14]
Xin Huang, Ashish Khetan, Milan Cvitkovic, and Zohar Karnin. 2020. Tabtransformer: Tabular data modeling using contextual embeddings . arXiv preprint arXiv:2012.06678
2020 arXiv
-
[15]
Tai Le Quy, Arjun Roy, Vasileios Iosifidis, Wenbin Zhang, and Eirini Ntoutsi. 2022. A survey on datasets for fairness-aware machine learning. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 12(3):e1452
2022
-
[16]
Harrison Lee, Samrat Phatale, Hassan Mansoor, Kellie Ren Lu, Thomas Mesnard, Johan Ferret, Colton Bishop, Ethan Hall, Victor Carbune, and Abhinav Rastogi. 2023. RLAIF : Scaling reinforcement learning from human feedback with ai feedback
2023
-
[17]
Qinbin Li, Junyuan Hong, Chulin Xie, Jeffrey Tan, Rachel Xin, Junyi Hou, Xavier Yin, Zhun Wang, Dan Hendrycks, Zhangyang Wang, Bo Li, Bingsheng He, and Dawn Song. 2024. https://doi.org/10.14778/3681954.3681994 LLM-PBE: Assessing Data Privacy in Large Language Models . Proc. VL...
2024
-
[18]
Qin Liu, Fei Wang, Chaowei Xiao, and Muhao Chen. 2024. Sudolm: Learning access control of parametric knowledge with authorization alignment. arXiv preprint arXiv:2410.14676
2024 arXiv
-
[19]
Llama Team, AI @ Meta . 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783
2024 arXiv
-
[20]
Mantas Mazeika, Long Phan, Xuwang Yin, Andy Zou, Zifan Wang, Norman Mu, Elham Sakhaee, Nathaniel Li, Steven Basart, Bo Li, David Forsyth, and Dan Hendrycks. 2024. https://openreview.net/forum?id=f3TUipYU3U Harmbench: A standardized evaluation framework for automated red teamin...
2024
-
[21]
Anay Mehrotra, Manolis Zampetakis, Paul Kassianik, Blaine Nelson, Hyrum Anderson, Yaron Singer, and Amin Karbasi. 2023. Tree of attacks: Jailbreaking black-box LLMs automatically . arXiv preprint arXiv:2312.02119
2023 arXiv
-
[22]
Milad Nasr, Nicholas Carlini, Jonathan Hayase, Matthew Jagielski, A Feder Cooper, Daphne Ippolito, Christopher A Choquette-Choo, Eric Wallace, Florian Tram \`e r, and Katherine Lee. 2023. Scalable extraction of training data from (production) language models. arXiv preprint ar...
2023 arXiv
-
[23]
OpenAI. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774
2023 arXiv
-
[24]
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. 2022. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 3...
2022
-
[25]
Xiangyu Qi, Yi Zeng, Tinghao Xie, Pin-Yu Chen, Ruoxi Jia, Prateek Mittal, and Peter Henderson. 2024. https://openreview.net/forum?id=hTEGyKf0dZ Fine-tuning aligned language models compromises safety, even when users do not intend to! In The Twelfth International Conference on ...
2024
-
[26]
Traian Rebedea, Razvan Dinu, Makesh Narsimhan Sreedhar, Christopher Parisien, and Jonathan Cohen. 2023. https://doi.org/10.18653/v1/2023.emnlp-demo.40 N e M o guardrails: A toolkit for controllable and safe LLM applications with programmable rails . In Proceedings of the 2023 ...
2023 doi
-
[27]
Philippe Remy. 2021. Name dataset. https://github.com/philipperemy/name-dataset
2021
-
[28]
Ravi S Sandhu. 1998. Role-based access control. In Advances in computers, volume 46, pages 237--286. Elsevier
1998
-
[29]
xAI . 2024 . Bringing Grok to Everyone . https://x.ai/blog/grok-1212
2024
-
[30]
Zheng Xin Yong, Cristina Menghini, and Stephen Bach. 2023. https://openreview.net/forum?id=pn83r8V2sv Low-resource languages jailbreak GPT -4 . In Socially Responsible Language Modelling Research
2023
-
[31]
Yi Zeng, Kevin Klyman, Andy Zhou, Yu Yang, Minzhou Pan, Ruoxi Jia, Dawn Song, Percy Liang, and Bo Li. 2024 a . Ai risk categorization decoded (air 2024): From government regulations to corporate policies. arXiv preprint arXiv:2406.17864
2024 arXiv
-
[32]
Yi Zeng, Hongpeng Lin, Jingwen Zhang, Diyi Yang, Ruoxi Jia, and Weiyan Shi. 2024 b . https://doi.org/10.18653/v1/2024.acl-long.773 How johnny can persuade LLM s to jailbreak them: Rethinking persuasion to challenge AI safety by humanizing LLM s . In Proceedings of the 62nd Ann...
2024 doi
- [33]
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.