REVIEW 2 major objections 5 minor 42 references
Share No More Than the Request Requires: Federated Disclosure for Perspective-Aware AI
T0 review · 2 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read The paper argues that selective disclosure of a person's Chronicle should be formalized as minimum-necessary subgraph compilation: given a relationship, purpose, and query, release the smallest authorized evidence subgraph that is sufficien
desk verdict A honest position paper that frames minimum-necessary disclosure as subgraph compilation, with a central caveat the authors themselves flag: the guarantee is only as good as the request planner. 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 central object is the authorized evidence subgraph S*, defined as the solution to a minimization problem over the holder's consolidated Chronicle: minimize |S| subject to S being drawn from the holder's graph, every node and edge passing the authorization function A(relationship, purpose, element), and the sufficiency predicate holding. Sufficiency is enforced by a validator that checks four structural conditions—path coverage of each information-need template (with ontology subsumption), predicate-type completeness, connectivity of the evidence paths, and provenance completeness—plus an optional distributional check comparing the consuming LLM's answer distribution over S* versus the fu
What would settle it
Find a query and a Chronicle where Algorithm 1 accepts a subgraph as structurally sufficient—path coverage, predicate-type completeness, connectivity, provenance—yet a competent human consumer or an LLM demonstrably cannot answer the query from that subgraph without additional context, as in the paper's own AFib example. A direct test of the completeness assumption: take a set of purpose-annotated queries, have domain experts enumerate the information needs, and check whether the planner's I(Q) matches; any dropped genuine need falsifies the guarantee.
Extended reading notes
Core claim
The central claim is that a Chronicle holder can—and should—answer a requester's query by compiling a compact authorized evidence subgraph S*, rather than by returning all data the requester is allowed to see. The subgraph is defined as the minimum-size subgraph drawn from the holder's consolidated Chronicle that passes the authorization function A for every node and edge and satisfies a structural sufficiency check: every information need is covered by a connected predicate-typed path with predicate-type completeness and full provenance. The authors argue that existing federated storage, policy engines, and blockchain systems provide pieces—sovereign storage, allow/deny policies, tamper-evi
Load-bearing premise
The load-bearing premise is that the request planner can reliably decompose a natural-language query into a complete set of schema-level information needs; if the planner drops a genuine need, the released subgraph is compact but under-informative, and the 'smallest sufficient' guarantee collapses.
Editorial extensions
If this is right
- If a holder releases only S*, denied predicate categories (e.g., billing, psychiatric notes) never cross the holder boundary, making the access-control guarantee enforceable at hold time rather than by post-hoc redaction.
- Because sufficiency is checked structurally against path templates and re-run on the assembled cross-holder subgraph, the protocol can guarantee that every information need is covered by connected, provenance-traceable paths even when fragments come from multiple federated holders.
- The two-phase text-first/artifact-after-approval flow means high-fidelity raw data never rides along with a text response, limiting the blast radius of a disclosure even if the requester's agent is compromised after receipt.
- Purpose limitation and relationship-based access become first-class inputs to a formal minimization objective, turning 'minimum necessary' regulatory requirements into a concrete per-request optimization target.
- The AFib example shows a direct corollary: a structurally sufficient S* can still omit context a competent consumer needs, so structural sufficiency lower-bounds task sufficiency without implying it.
Reading between the lines
- A natural extension would be to make the information-need set I(Q) a negotiated object rather than a one-shot planner output, letting the requester clarify or expand the need set before minimization runs.
- The structural validator is consumer-agnostic, so a similar compile-time minimization layer could be applied to any predicate-typed graph retrieval system that must respect purpose and relationship constraints, not only PAi Chronicles.
- Making the distributional sufficiency tier computable would turn the protocol from a compile-time guarantee into an empirical one, but it conflicts with the federated no-central-materialization stance; a per-holder local divergence check aggregated by the coordinator is a plausible middle path.
- The AFib case suggests a testable variant of the minimization objective: instead of pure size, require inclusion of diagnosis-indication edges whenever a linked prescription is released, and measure whether task outcomes improve.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Provenance Preserving Chronicles (PPC), a federated protocol for minimum-necessary disclosure of personal context represented as temporal knowledge graphs (Chronicles). The central idea is to compile, per request, a compact authorized evidence subgraph that is both minimal under a stated objective and sufficient according to an explicit structural check. The paper formalizes this as a constrained minimization problem (Eq. 1), defines an authorization function over relationship and purpose, presents a two-phase interaction model (provenance-linked text first, raw artifacts only after explicit holder approval), and instantiates the design in medical and litigation scenarios. It also provides an explicit threat model and honestly states that it is a position/protocol-design paper without an implementation or empirical evaluation.
Significance. If the framework were realized, it would provide a principled compilation layer over existing federated storage and policy substrates, giving operational meaning to concepts such as purpose limitation and minimum-necessary disclosure in structured personal data. The paper's strengths include a clear separation between a sufficiency validator (Algorithm 1) and a compiler that searches for S*, an explicit two-phase release protocol that reduces disclosure blast radius, and a fair positioning against existing systems (Solid + VC + policy engine) rather than an overstated break from them. The paper also deserves credit for explicitly surfacing its own load-bearing assumptions—notably the completeness of request planning—and for labeling the distributional sufficiency tier as aspirational rather than shipped. The worked AFib example is particularly valuable for exposing the tension between structural minimization and clinical utility.
major comments (2)
- [§4.3 and §5.1] The central guarantee of Eq. (1)—that S* is both minimal and sufficient—is defined relative to I(Q), the planner's decomposition of Q into schema-level information needs. The paper explicitly acknowledges (§4.3) that a planner dropping a genuine need yields an S* that is compact but under-informative, and the AFib example (§5.1) concretely shows the resulting clinically insufficient release. However, the abstract and conclusion state that the system releases a subgraph 'sufficient for the request' without this qualification. Since this caveat is load-bearing for the paper's main claim, the abstract, Eq. (1), and the conclusion should consistently phrase the guarantee as 'sufficient relative to the request decomposition I(Q)' and clearly flag that the protocol does not, in its current form, provide an absolute minimum-necessary guarantee. The paper should also consolidate the planning-com
- [§5.1 and Table 2] The AFib example itself is used to illustrate the 'minimality can fight utility' tension, but the paper stops at stating the problem and does not propose even a heuristic mitigation. Since the example directly undermines the ordinary-language reading of 'share no more than the request requires' (the released S* omits context a cardiologist would reasonably need), the paper should discuss potential directions—e.g., expanding I(Q) with indications for retrieved medications, or allowing the requester to challenge/refine the decomposition in a second round—even if only as future work. As written, the paper's own worked example shows that the protocol can satisfy its formal definitions while failing the clinical purpose it is meant to serve, and the reader is left without any guidance on how to close this gap.
minor comments (5)
- [Abstract and Conclusion] The phrase 'sufficient for the request' appears without the caveat 'relative to the request decomposition I(Q)'. Adding this qualifier would make the paper's claims more precise and prevent overstatement of the protocol's guarantees.
- [Eq. (1)] The notation 'S ⊆ G_Cu' is slightly ambiguous because S is defined as a pair (V_S, E_S). It would be clearer to write 'V_S ⊆ V_Cu and E_S ⊆ E_Cu' explicitly, as done elsewhere in the text.
- [Algorithm 1] The distributional check in lines 22–24 is vague: what is the sample space over which P_M is defined, and what does 'semantic equivalence classes of answer strings' mean operationally? A brief clarification would help, especially because the paper labels this tier as aspirational.
- [Table 1] PPC's row shows '✓' for all capabilities, but since the system is not implemented, these checkmarks represent design intent rather than demonstrated functionality. Adding a footnote to distinguish 'designed' from 'implemented' would be more precise.
- [§6, step (3c)] The paper mentions Prize-Collecting Steiner Tree as an example solver but does not note that the underlying minimization is NP-hard or discuss approximation guarantees. Since the protocol explicitly does not certify minimality, a one-sentence acknowledgement would prevent readers from assuming that the solver produces the exact optimum of Eq. (1).
Circularity Check
No significant circularity: the core formalization is conditional on an explicitly acknowledged planner-completeness assumption, and self-citations are background rather than load-bearing.
full rationale
The paper's central contribution is a formal optimization objective (Eq. 1) plus a structural sufficiency validator (Algorithm 1). Eq. (1) is an optimization problem, not a prediction derived from fitted data: it minimizes size subject to authorization and sufficiency constraints. Sufficiency is defined explicitly in §4.3 via PathCov, PredComplete, connectivity, and ProvComplete, and Algorithm 1 checks exactly those conditions. There is no fitted parameter relabeled as a prediction, and no equation reduces to its own input by construction. The paper's acknowledged dependence on the request planner—'Framework soundness is conditional on this step: sufficiency, minimization, and authorization are all defined relative to I(Q)'—is a genuine completeness limitation, and the AFib example in §5.1 is an honest illustration of that limitation. But this is a conditional-soundness caveat, not circularity: I(Q) is derived from the query Q, not from the released subgraph S*, and the formal system is transparent about what it does and does not guarantee. Self-citations to PAi background ([2], [31], [32]) establish the Chronicle model and deployed applications, but the PPC formalization (authorization function, subgraph minimization, two-phase protocol) is defined in the present paper and is not derived from those references in a load-bearing way. No uniqueness theorem is imported from the authors' prior work, and no alternative is excluded by self-citation. The paper makes no external benchmark claims; its worked examples are explicitly hypothetical and are used to expose the planner-completeness tension rather than to certify it. Accordingly, no circular step is present, and the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (2)
- Divergence threshold ε
- Authorization-weighted penalty weights in minimization
assumptions (6)
- domain assumption A user's personal context can be faithfully represented as a temporal knowledge graph of predicate-labeled Situation Graphs (a Chronicle).
- ad hoc to paper Request planning can decompose a natural-language query Q into a complete set of information needs I(Q) with correct path templates.
- domain assumption Ontology subsumption (⊑) between predicate types is a valid basis for path matching and completeness.
- domain assumption Privacy-preserving cross-holder record linkage can be performed without revealing unmatched identifiers.
- domain assumption The verifiable-presentation/DID layer is sound, and the holder's local system is trusted, while the coordinator is honest-but-curious.
- ad hoc to paper Cardinality of the subgraph (|V|+|E|) is the right objective for 'minimum-necessary' disclosure.
Cite this review
Pith. "Pith review of Share No More Than the Request Requires: Federated Disclosure for Perspective-Aware AI." pith.science (2026). https://pith.science/paper/XNI7Z6MN
@misc{pith2026260722953,
author = {Pith},
title = {Pith review of: Share No More Than the Request Requires: Federated Disclosure for Perspective-Aware AI},
year = {2026},
howpublished = {\url{https://pith.science/paper/XNI7Z6MN}},
note = {Machine review of arXiv:2607.22953}
}
read the original abstract
Modern AI systems bring societal risks such as mass surveillance, extreme concentrations of power, and loss of user autonomy---calling into question a model where third-parties collect and control massive amounts of user data. Users require a sovereign system to securely own, govern, and disclose their context while remaining compliant across regulated domains with strict provenance, interpretability, and policy adherence. Perspective-aware AI approaches this by transforming a user's aggregated personal data into a structured identity model called a \emph{Chronicle}: a temporal knowledge graph that represents and grows with the user. Chronicles support the secure disclosure of context across federated networks. A Chronicle holder may expose a queryable, authorized view that a third-party agent may consult without centralizing anyone's data. This paper explores the problem of minimum-necessary disclosure across domain boundaries: when a requester's agent queries a Chronicle, how can the system constrain its response to release only what the requester's relationship, stated purpose, and specific task require? We propose \textbf{Provenance Preserving Chronicles} (PPC), a federated protocol that compiles each holder's Chronicle into a compact \emph{authorized evidence subgraph} governed by one rule: \emph{share no more than the request requires}. Holders keep local sovereignty; an access controller projects relationship-aware views over domain-expert ontologies; and a two-phase flow returns provenance-linked text first, releasing raw artifacts only after explicit holder approval. We frame the problem, map gaps in blockchain, P2P, and holder-sovereign designs, define the core constructs, and sketch the protocol with an explicit threat model.
Figures
Reference graph
Works this paper leans on
-
[1]
Rakesh Agrawal, Jerry Kiernan, Ramakrishnan Srikant, and Yirong Xu. 2002. Hippocratic Databases. InProceedings of the 28th International Conference on Very Large Data Bases (VLDB). 143–154
2002
-
[2]
Marjan Alirezaie, Daniel Platnick, Hossein Rahnama, Dava J Newman, and Alex Paul" Sandy" Pentland. 2025. Perspective-aware ai (pai) for augmenting critical decision making. (2025). doi:10.36227/techrxiv.173602815.51151031/v2
arXiv 2025
-
[3]
Christopher Allen. 2016. The Path to Self-Sovereign Identity. http://www. lifewithalacrity.com/2016/04/the-path-to-self-soverereign-identity.html
2016
-
[4]
Jad Asswad and Jorge Marx Gómez. 2021. Data Ownership: A Survey.Information 12, 11 (2021). doi:10.3390/info12110465
-
[5]
Asaph Azaria, Ariel Ekblaw, Thiago Vieira, and Andrew Lippman. 2016. Medrec: Using blockchain for medical data access and permission management, In Inter- national Conference on Open and Big Data.International Conference on Open and Big Data, 25–30. doi:10.1109/OBD.2016.11
-
[6]
Eugene Bagdasarian, Ren Yi, Sahra Ghalebikesabi, Peter Kairouz, Marco Gruteser, Sewoong Oh, Borja Balle, and Daniel Ramage. 2024. Airgapagent: Protecting privacy-conscious conversational agents. InProceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security. 3868–3882
2024
-
[7]
Juan Benet. 2014. IPFS - Content Addressed, Versioned, P2P File System. (2014). arXiv:1407.3561 [cs.NI] https://arxiv.org/abs/1407.3561
arXiv 2014
-
[9]
Ji-Won Byun and Ninghui Li. 2008. Purpose based access control for privacy protection in relational database systems.The VLDB Journal17, 4 (2008), 603–619
2008
Show all 42 references
-
[10]
Jeremy J Carroll, Christian Bizer, Pat Hayes, and Patrick Stickler. 2005. Named graphs, provenance and trust. InProceedings of the 14th international conference on World Wide Web. 613–622
2005
-
[11]
Ann Cavoukian et al. 2009. Privacy by design: The 7 foundational principles. Information and privacy commissioner of Ontario, Canada5, 2009 (2009), 12
2009
-
[12]
Luca Costabello, Serena Villata, and Fabien Gandon. 2012. Context-Aware Access Control for RDF Graph Stores.. InECAI, Vol. 242. 282–287
2012
-
[13]
Richard Cyganiak, David Wood, and Markus Lanthaler. 2014. RDF 1.1 Concepts and Abstract Syntax. W3C Recommendation. https://www.w3.org/TR/rdf11- concepts/. AISec ’26, November 15, 2026, The Hague, Netherlands Khanzadeh et al
2014
-
[14]
Fernández-Alemán, Inmaculada Carrión Señor, P
J. Fernández-Alemán, Inmaculada Carrión Señor, P. Lozoya, and J. Álvarez. 2013. Security and privacy in electronic health records: A systematic literature review. Journal of biomedical informatics46, 3 (2013), 541–562. doi:10.1016/j.jbi.2012.12. 003
2013 doi
-
[15]
Philip WL Fong. 2011. Relationship-based access control: protection model and policy language. InProceedings of the first ACM conference on Data and application security and privacy. 191–202
2011
-
[16]
Sahra Ghalebikesabi, Eugene Bagdasaryan, Ren Yi, Itay Yona, Ilia Shumailov, Aneesh Pappu, Chongyang Shi, Laura Weidinger, Robert Stanforth, Leonard Berrada, et al. 2024. Operationalizing contextual integrity in privacy-conscious assistants
2024
-
[17]
2019.Trusted Data, revised and expanded edition: A New Framework for Identity and Data Sharing
Thomas Hardjono, David L Shrier, and Alex Pentland. 2019.Trusted Data, revised and expanded edition: A New Framework for Identity and Data Sharing. MIT Press
2019
-
[18]
Steve Harris and Andy Seaborne. 2013. SPARQL 1.1 Query Language. W3C Recommendation. https://www.w3.org/TR/sparql11-query/
2013
-
[19]
Renato Iannella and Serena Villata. 2018. ODRL Information Model 2.2. W3C Recommendation. https://www.w3.org/TR/odrl-model/
2018
-
[20]
Nerla Jean-Louis, Yunqi Li, Yan Ji, Harjasleen Malvai, Thomas Yurek, Sylvain Bellemare, and Andrew Miller. 2024. SGXonerated: Finding (and Partially Fixing) Privacy Flaws in TEE-based Smart Contract Platforms Without Breaking the TEE.Proceedings on Privacy Enhancing Technologi...
2024 doi
-
[21]
Lalana Kagal, Tim Finin, and Anupam Joshi. 2003. A policy based approach to security for the semantic web. InInternational semantic web conference. Springer, 402–418
2003
-
[22]
Sabrina Kirrane, Alessandra Mileo, and Stefan Decker. 2016. Access control and the resource description framework: A survey.Semantic Web8, 2 (2016), 311–352
2016
-
[23]
Kubiatowicz, D
J. Kubiatowicz, D. Bindel, Yan Chen, S. Czerwinski, Patrick R. Eaton, D. Geels, R. Gummadi, Sean C. Rhea, Hakim Weatherspoon, Westley Weimer, et al. 2000. Oceanstore: An architecture for global-scale persistent storage.SIGP34, 5 (2000), 190–201. doi:10.1145/356989.357007
2000
- [24]
-
[25]
Essam Mansour, Andrei Vlad Sambra, Sandro Hawke, Maged Zereba, Sarven Capadisli, Abdurrahman Ghanem, Ashraf Aboulnaga, and Tim Berners-Lee. 2016. A demonstration of the solid platform for social web applications, In The Web Conference.The Web Conference, 223–226. doi:10.1145/2...
2016
-
[26]
Aiman Al Masoud, Marco Arazzi, and Antonino Nocera. 2026. SD-RAG: A Prompt- Injection-Resilient Framework for Selective Disclosure in Retrieval-Augmented Generation.arXiv.org(2026). doi:10.48550/arXiv.2601.11199
2026 doi
-
[27]
Petar Maymounkov and David Mazieres. 2002. Kademlia: A peer-to-peer information system based on the xor metric, In International workshop on peer-to-peer systems.International Workshop on Peer-to-Peer Systems, 53–65. doi:10.1007/3-540-45748-8_5
2002 doi
-
[28]
Satoshi Nakamoto. 2008. Bitcoin: A Peer-to-Peer Electronic Cash System. https: //bitcoin.org/bitcoin.pdf
2008
-
[29]
Helen Nissenbaum. 2004. Privacy as Contextual Integrity.Washington Law Review79, 1 (2004), 119–158
2004
-
[30]
HHS Office for Civil Rights. 2002. Standards for privacy of individually identifiable health information. Final rule.Federal register67, 157 (2002), 53181–53273
2002
-
[31]
Bengueddache, Marjan Alirezaie, Dava J
Daniel Platnick, Mohamed E. Bengueddache, Marjan Alirezaie, Dava J. Newman, Alex ”Sandy” Pentland, and Hossein Rahnama. 2025. ID-RAG: Identity Retrieval- Augmented Generation for Long-Horizon Persona Coherence in Generative Agents.arXiv.org(2025). arXiv:2509.25299 [cs.AI] doi:...
2025 doi
- [32]
-
[33]
2024.libp2p: A Modular Network Stack
Protocol Labs. 2024.libp2p: A Modular Network Stack. https://libp2p.io/
2024
-
[34]
Protection Regulation. 2016. Regulation (EU) 2016/679 of the European Parliament and of the Council.Regulation (eu)679, 2016 (2016), 10–3
2016
-
[35]
Secret Foundation. 2020. Secret Network Graypaper. https://scrt.network/ graypaper
2020
-
[36]
Manu Sporny, Dave Longley, and David Chadwick. 2022. Verifiable credentials data model v1. 1. W3C Recommendation.World Wide Web Consortium (W3C) (2022)
2022
-
[37]
Manu Sporny, Dave Longley, Markus Sabadello, Drummond Reed, Orie Steele, and Christopher Allen. 2022. Decentralized Identifiers (DIDs) v1.0. W3C Recom- mendation
2022
-
[38]
Ion Stoica, Robert Morris, David Karger, M Frans Kaashoek, and Hari Balakrish- nan. 2001. Chord: A scalable peer-to-peer lookup service for internet applications. Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication31, 4 (2001), 149...
2001
-
[39]
Tschudin
Dominic Tarr, Erick Lavoie, Aljoscha Meyer, and C. Tschudin. 2019. Secure Scuttlebutt: An Identity-Centric Protocol for Subjective and Decentralized Appli- cations and Messaging, In Information-Centric Networking.Information-Centric Networking. doi:10.1145/3357150.3357396
2019
-
[40]
Dennis Trautwein, Aravindh Raman, Gareth Tyson, Ignacio Castro, Will Scott, Moritz Schubotz, Bela Gipp, and Yiannis Psaras. 2022. Design and evaluation of IPFS: a storage layer for the decentralized web, In Conference on Applications, Technologies, Architectures, and Protocols...
2022
-
[41]
Zooko Wilcox-O’Hearn and Brian Warner. 2008. Tahoe: the least-authority filesystem, In ACM International Workshop on Storage Security And Survivability. ACM International Workshop on Storage Security And Survivability, 21–26. doi:10. 1145/1456469.1456474
2008
-
[42]
Annika Wilde, Tim Niklas Gruel, Claudio Soriente, and Ghassan Karame. 2025. The Forking Way: When TEEs Meet Consensus. InNetwork and Distributed System Security Symposium (NDSS). doi:10.14722/ndss.2025.241934
2025
- [43]
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.