CRMar 16

Personalizing Agent Privacy Decisions via Logical Entailment

arXiv:2512.0506594.73 citationsh-index: 23
AI Analysis

This addresses privacy concerns for users of personal LLM agents by improving decision accuracy, though it is incremental as it builds on existing logic and LLM integration approaches.

The paper tackles the problem of personal LLM agents making unreliable data-sharing decisions by proposing ARIEL, a framework combining LLMs with rule-based logic for personalized privacy reasoning, which reduces the F1 error rate by 40.6% compared to standard methods.

Personal large language model (LLM) agents increasingly perform tasks that require access to user data, raising concerns about appropriate data disclosure. We show that relying solely on LLMs to make data-sharing decisions is insufficient. Prompting LLMs with general privacy norms fails to capture individual users' privacy preferences, while providing prior user data-sharing decisions through in-context learning (ICL) leads to unreliable and opaque reasoning. To address these limitations, we propose ARIEL (Agentic Reasoning with Individualized Entailment Logic), a framework that combines LLMs with rule-based logic to enable structured, personalized privacy reasoning. The core mechanism of ARIEL determines whether a user's prior decision on a data-sharing request $\textit{logically entails}$ the same decision for a new request. Experimental evaluations using advanced models and public datasets show that ARIEL reduces the F1 error rate for appropriate judgments by $\textbf{40.6%}$ compared to standard ICL-based reasoning, indicating that ARIEL is effective at correctly judging requests where the user would approve data sharing. These results demonstrate that integrating LLMs with logical entailment provides an effective and interpretable approach for automating personalized privacy decisions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes