We thank the reviewer for their positive endorsement on our interesting discoveries and our investigation of the fundamental gaps in the privacy analysis of LLMs.
### 1. The example in the introduction for the “Contextual Integrity Theory”
The ethos of the theory of contextual integrity is that whether or not an information type is private relies on the context, and not just the information type (Nissenbaum
2004). As for the example, medical history is actively shared in many contexts, such as between insurance companies, between partners and family members and with different physicians and hospitals (HHS 2021), so passing judgment on sharing medical history is more nuanced than having a static rule of never sharing something. Further examples are provided in the wikipedia entry of contextual integrity (https://en.wikipedia.org/wiki/Contextual_integrity): Sharing one's SSN with the IRS for tax purposes is not a privacy violation, but sharing it with the local newspaper is.
We kindly ask the reviewer to please let us know if there are further questions on this!
**Reference**
US department of health and human services (HHS) https://www.hhs.gov/sites/default/files/ocr/privacy/hipaa/understanding/consumers/sharing-family-friends.pdf
### 2. Reference for “Theory of Mind” in the introduction.
We will add the reference to Premack & Woodruff (1978), which we have included in Section 2, to the introduction as well.
### 3 & 4. LLMs understanding of privacy and their performance on our benchmark
Answering the question of how LLMs perceive privacy is the overarching theme of the paper. Privacy is not 0-1 nor clean-cut, as explained in depth by Brown et al. 2022 (mentioned in the paper as well), there are many layers of nuance to what is considered private. That’s why we design a multi-tiered benchmark, to disentangle different levels of ‘understanding privacy’, starting from having the raw knowledge of what sensitivity and privacy are (Tiers 1 and 2), and adding complexity in terms of using and applying the understanding of these concepts (Tiers 3 and 4).
As the results show, the performance of the different models varies heavily across different tiers of our benchmark. For the open-source models (Llama2 70B , Llama2 70B chat and Flan-UL2), we see the worst performance on all tiers, starting with low agreement with human annotations in tiers 1 and 2 (Table 1). This shows that this group of models is not aligned with human preferences and lacks the knowledge of human expectations of privacy. Moving to tier 3 (Table 4), we can see that the open-source models have high error on the information accessibility questions, showing that they lack theory of mind and cannot keep track of who has access to what information, so that is another cause of their poor performance. This also explains the failures of such models on Tier 4 (Table 5)
The situation is more nuanced for OpenAI models, specially ChatGPT and GPT-4, as the have high agreement (correlation) with the human preferences for the first two tiers, indicating that they have the knowledge of human preferences, however, they cannot reason over it and operationalize it, which is why we see failures in Tiers 3 and 4 for them. We like to emphasize that the failures we observe cannot be boiled down to theory of mind failures, as for GPT-4 we observe in Table 3 that the information accessibility questions and the control questions have very low error rates, demonstrating that the model has kept track of who knows what, but it cannot reason over it and operationalize it at generation time, which is why we see leakage of secrets.
If the reviewer’s question alludes to whether or not the models are able to follow our instructions about privacy, then this falls more under the realm of RLHF and instruction tuning, rather than privacy directly. Also, we follow the methodology that is commonly used in literature for benchmarking LLM capabilities (Bulian et al. 2023, Birkun & Gautam 2023), where we ask the models direct questions about situations and collect their response, to empirically study wether they understand different concepts.
Finally, regarding your question 3.b, Since only X and Y shared the information and Z did not, the models should not mention Z's name when they are asked to list the characters who shared the private information. We will clarify this in the revision.
**References**
Bulian, Jannis, et al. "Assessing Large Language Models on Climate Information." arXiv preprint arXiv:2310.02932 (2023).
Alexei A Birkun and Adhish Gautam. 2023. Large language model-based chatbot as a source of advice on first aid in heart attack. Current Problems in Cardiology (2023).