REVIEW 3 major objections 4 minor 29 references
Co-constructing Explanations for AI Systems using Provenance
T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper argues that AI explanations should be co-constructed in dialogue, anchored by data provenance so they stay faithful to how the system actually produced its result.
desk verdict Honest vision paper with a working prototype, but the evaluation framework never actually checks the 'grounded in provenance' half of the central claim. 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 ENEXA explanation chatbot's dialog engine, which mediates between the user and an LLM by maintaining chat history and injecting provenance metadata, namely the underlying data sources and the information extraction procedure used to learn the class expression, into the prompt. This lets the LLM mix provenance with its own background knowledge and tailor the level of detail to the user. The evaluation machinery is the automated framework that pairs LLM-simulated user personas with a separate LLM judge scoring seven criteria (clarity, depth, correctness and fidelity, relevance and focus, persona appropriateness, transparency, and engagement) on a five-point scale.
What would settle it
Run a validation study where the same chat traces are scored by both the LLM judge and a panel of human raters matched to the six persona profiles, then check the correlation on each criterion. Alternatively, deploy the chatbot with real users in those roles and measure whether the explanations improve task success or user understanding; low correlation or poor real-user performance would undercut the central claim.
Extended reading notes
Core claim
On the paper's own terms, the central claim is that provenance can be the grounding for an interactive co-construction process: the user and an explanation agent together shape what is explained, while the underlying workflow trace keeps the explanation accurate. The authors demonstrate this with ENEXA, a chatbot that verbalizes class expressions learned from positive and negative examples, injects provenance about data sources and the information extraction procedure into the LLM prompt, and answers follow-up questions so the explanation narrows onto what the user actually needs. They report that in automated evaluation over six personas and ten class expressions, the explainer scored well on correctness and fidelity and on relevance and focus, with more mixed results on engagement and depth. The paper's second claim is that the combination of LLM user simulation and an LLM-as-a-judge offers a route to large-scale, reproducible evaluation of such co-constructive explanation systems.
Load-bearing premise
The evaluation framework's scores are assumed to stand in for real human judgments; if LLM-simulated personas and the LLM judge do not reflect actual users, the reported successes do not show that co-construction works for humans.
Editorial extensions
If this is right
- If the central claim is correct, provenance-based explanations can be personalized in dialogue without sacrificing faithfulness to the underlying computation.
- The evaluation framework makes it practical to compare explanation strategies across many personas and many tasks at scale.
- The approach extends trace-based explanation to interactive settings, letting developers and product owners interrogate the entire data-to-result pipeline rather than just a model's features.
- The seven scoring criteria offer a concrete template for measuring the quality of co-constructed explanations.
- The identified weaknesses in engagement and depth point to longer dialogues and richer provenance as the immediate next improvements.
Reading between the lines
- A testable extension is to validate the LLM judge against human raters on the same chat traces; if agreement is high, the framework becomes a practical screening tool for explanation design.
- The persona set could grow into a reusable battery of hundreds of personas, as the paper's vision section anticipates, enabling standardized comparison across different explanation agents.
- The approach likely transfers beyond class expression learning to any pipeline with recorded provenance, such as data preparation and feature engineering workflows, but the paper does not demonstrate that transfer.
- Because the chatbot mixes provenance with the LLM's background knowledge, there is a risk of drift from the record; a human-factors study would reveal whether users notice such drift and whether it matters.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an interactive explainer agent that co-constructs explanations of an AI system's outputs with the user, using data provenance as the grounding source. It describes a prototype ENEXA chatbot for neural class expression learning, in which provenance metadata is added to prompts and an LLM generates responses. It also introduces an evaluation framework based on LLM-simulated user personas and an LLM-as-a-judge, and reports an experiment with six personas, ten class expressions, and three-turn dialogues, scored on seven criteria. The authors position the work as a vision statement with an initial prototype and a scalable evaluation framework, not as a finished deployment.
Significance. If the framework were validated, this work would be a useful contribution to trace-based XAI by operationalizing co-construction of explanations and by proposing a scalable, reproducible evaluation method that combines user simulation with LLM judging. The paper makes a good-faith effort to connect to existing evaluation taxonomies and to acknowledge limitations; it also publicly links the source code and prompts, which supports reproducibility. The prototype illustrates a plausible mechanism for tailoring provenance-based explanations to different user roles. However, the current evaluation does not establish the central two-part claim, because provenance grounding is never directly measured and the LLM-based evaluation instruments are not calibrated against human judgements.
major comments (3)
- [Section 4 and Table 1] None of the seven criteria in Section 4 (Clarity & Structure, Depth & Completeness, Correctness & Fidelity, Relevance & Focus, Appropriateness for the Persona, Transparency, Engagement & Intuition) checks whether the assistant's statements are consistent with the provenance metadata. The definition of 'Correctness & Fidelity' is faithfulness to 'the original query/context,' not to the provenance data, and the judge is not described as receiving the metadata as ground truth. Consequently, the high 'Correctness & Fidelity' scores in Table 1 support at most dialogue fluency and topical relevance, not the 'grounded in data provenance' half of the abstract's central claim. The evaluation protocol should either add an explicit provenance-grounding criterion, have the judge verify statements against a provenance store, or both.
- [Sections 4 and 5] The evaluation framework's validity depends on two unvalidated proxies: LLM-simulated personas and an LLM-as-a-judge. Section 4 cites prior work showing agreement between LLM judges and humans and cites user-simulation methods, but the paper does not calibrate its own judge or personas against human judgements, and it does not include a baseline or comparison system. The experiment itself is small (six personas, ten class expressions, three turns) and Table 1 reports only means and standard deviations without any uncertainty or significance assessment. The paper's own caveats in Section 5 ('not necessarily substitute for true human behaviour') and Section 6 (deferring correlation with application-grounded metrics to future work) are appropriate, but they mean the results should be described as illustrative, not as evidence that co-construction works.
- [Section 6] The claim that the framework enables 'large-scale reproducible evaluations' is stronger than the evidence supports. Reproducibility is aided by the public code, but the evaluation criteria lack a rubric tying each 5-point score to observable dialogue properties, and the framework's validity for ranking different explanation approaches is not established. Adding a concrete scoring rubric, a small human-judgement validation study, and at least one baseline would make the framework's claims testable.
minor comments (4)
- [Section 1] The word 'interatively' in the third sentence of the introduction appears to be a typo for 'interactively.'
- [Table 1] The table header contains 'Relevances,' which should be 'Relevance' to match the other criterion names.
- [Section 4] The seven criteria are listed with one-sentence definitions, but no rubric is provided for assigning values on the 5-point scale; specifying what distinguishes a score of 3 from a 4 on each criterion would improve reproducibility.
- [Figure 3] In the example trace, the assistant states that information 'was verified from Wikipedia,' but the provenance metadata mentioned in Section 3 concerns the information extraction pipeline; the example should make clear which provenance records support this claim.
Circularity Check
No significant circularity: the paper's evaluation gap is a construct-validity issue, not a circular reduction.
full rationale
The paper makes no formal derivation; it presents a prototype and an evaluation framework. The prototype injects provenance metadata into LLM prompts (Section 3), and the evaluation framework adopts LLM-as-a-judge and user simulation from external prior work [28, 4], explicitly flagging validity concerns [26] and noting that personas do not substitute for true human behaviour (Section 5). There is no fitted parameter renamed as a prediction, no uniqueness theorem imported from the authors, and no ansatz smuggled in via self-citation. The closest self-citations ([6], [20]) are not load-bearing. The genuine weakness is that the 'Correctness & Fidelity' criterion (Section 4) asks whether the explanation is 'faithful to the original query/context,' not whether it matches the provenance metadata, so Table 1 cannot directly support the 'grounded in data provenance' conjunct. That is a validation gap rather than circularity: the scores are not defined in terms of the claims they support, nor are the claims derived from the scores by construction. Therefore the paper should be scored 0 on circularity.
Assumptions & free parameters
free parameters (3)
- Maximum interaction turns =
3
- User persona set =
6 personas
- Evaluation criteria =
7 criteria, 5-point scale
assumptions (3)
- domain assumption LLM-as-a-judge is a valid proxy for human evaluation
- domain assumption LLM-simulated personas represent target user groups
- domain assumption Provenance metadata is the appropriate grounding for explanation correctness
Cite this review
Pith. "Pith review of Co-constructing Explanations for AI Systems using Provenance." pith.science (2026). https://pith.science/paper/YOUJTJ3O
@misc{pith2026250717761,
author = {Pith},
title = {Pith review of: Co-constructing Explanations for AI Systems using Provenance},
year = {2026},
howpublished = {\url{https://pith.science/paper/YOUJTJ3O}},
note = {Machine review of arXiv:2507.17761}
}
read the original abstract
Modern AI systems are complex workflows containing multiple components and data sources. Data provenance provides the ability to interrogate and potentially explain the outputs of these systems. However, provenance is often too detailed and not contextualized for the user trying to understand the AI system. In this work, we present our vision for an interactive agent that works together with the user to co-construct an explanation that is simultaneously useful to the user as well as grounded in data provenance. To illustrate this vision, we present: 1) an initial prototype of such an agent; and 2) a scalable evaluation framework based on user simulations and a large language model as a judge approach.
Figures
Reference graph
Works this paper leans on
-
[22]
Katharina J Rohlfing et al. 2020. Explanation as a social practice: toward a conceptual framework for the social design of ai systems. IEEE Transactions on Cognitive and Developmental Systems , 13, 3, 717–728
work page 2020
-
[14]
Amruta Kale, Tin Nguyen, Frederick C Harris Jr, Chenhao Li, Jiyin Zhang, and Xiaogang Ma. 2023. Provenance documentation to enable explainable and trustworthy ai: a literature review. Data Intelligence, 5, 1, 139–162
work page 2023
-
[1]
Ariful Islam Anik and Andrea Bunt. 2021. Data-centric explanations: explain- ing training data of machine learning systems to promote transparency. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems (CHI ’21) Article 75. Association for Computing Machinery, Yokohama, Japan, 13 pages. isbn: 9781450380966. doi: 10.1145/3411764.3445736
arXiv 2021
-
[2]
Nagadivya Balasubramaniam, Marjo Kauppinen, Antti Rannisto, Kari Hiekka- nen, and Sari Kujala. 2023. Transparency and explainability of ai systems: from ethical guidelines to requirements. Information and Software Technology, 159, 107197
work page 2023
-
[3]
Alejandro Barredo Arrieta et al. 2020. Explainable artificial intelligence (xai): concepts, taxonomies, opportunities and challenges toward responsible ai. Information Fusion, 58, 82–115. doi: https://doi.org/10.1016/j.inffus.2019.12.012
-
[4]
Anouck Braggaar, Christine Liebrecht, Emiel van Miltenburg, and Emiel Krah- mer. 2024. Evaluating task-oriented dialogue systems: a systematic review of measures, constructs and their operationalisations. (2024). https://arxiv.org/ab s/2312.13871 arXiv: 2312.13871 [cs.CL]
work page Pith review arXiv 2024
-
[5]
Shruthi Chari, Daniel M Gruen, Oshani Seneviratne, and Deborah L McGuin- ness. 2020. Directions for explainable knowledge-enabled systems. In Knowl- edge Graphs for eXplainable Artificial Intelligence: Foundations, Applications and Challenges. IOS Press, 245–261
work page 2020
-
[6]
Enrico Daga and Paul Groth. 2024. Data journeys: explaining ai workflows through abstraction. Semantic Web, 15, 4, (Oct. 2024), 1057–1083. Roberto Confalonieri, Oliver Kutz, Diego Calvanese, Jose M. Alonso, and Shang-Ming Zhou, (Eds.) doi: 10.3233/sw-233407
Show all 29 references
-
[7]
Caglar Demir and Axel-Cyrille Ngonga Ngomo. 2023. Neuro-symbolic class expression learning. In Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence (IJCAI ’23) Article 403. Macao, P.R.China, 9 pages. isbn: 978-1-956792-03-4. doi: 10.24963/...
2023 doi
-
[8]
Jan Deriu, Alvaro Rodrigo, Arantxa Otegi, Guillermo Echegoyen, Sophie Rosset, Eneko Agirre, and Mark Cieliebak. 2021. Survey on evaluation methods for dialogue systems. Artificial Intelligence Review, 54, 755–810
2021
-
[9]
Stefan Grafberger, Paul Groth, Julia Stoyanovich, and Sebastian Schelter. 2022. Data distribution debugging in machine learning pipelines. The VLDB Journal, (Jan. 2022). doi: 10.1007/s00778-021-00726-w
2022 doi
-
[10]
Melanie Herschel, Ralf Diestelkämper, and Houssem Ben Lahmar. 2017. A survey on provenance: what for? what form? what from? The VLDB Journal, 26, 881–906
2017
-
[11]
Kenneth Holstein, Jennifer Wortman Vaughan, Hal Daumé, Miro Dudik, and Hanna Wallach. 2019. Improving fairness in machine learning systems: what do industry practitioners need? In Proceedings of the 2019 CHI Conference on Human Factors in Computing Systems (CHI ’19). Associati...
2019
-
[12]
John J Horton. 2023. Large language models as simulated economic agents: What can we learn from homo silicus? Tech. rep. National Bureau of Economic Research
2023
-
[13]
Tiancheng Hu and Nigel Collier. 2024. Quantifying the persona effect in LLM simulations. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). Lun-Wei Ku, Andre Martins, and Vivek Srikumar, (Eds.) Association for Co...
2024 doi
-
[15]
Luca Lauro, Pasquale Leonardo Lazzaro, Marialaura Lazzaro, Paolo Missier, and Riccardo Torlone. 2024. An llm-guided platform for multi-granular collection and management of data provenance, (Nov. 2024). doi: 10.21203/rs.3.rs-536954 9/v1
2024 doi
-
[16]
Xiao-Hui Li et al. 2020. A survey of data-driven and knowledge-aware explain- able ai. IEEE Transactions on Knowledge and Data Engineering
2020
-
[17]
Raoni Lourenço, Juliana Freire, and Dennis Shasha. 2019. Debugging machine learning pipelines. In Proceedings of the 3rd International Workshop on Data Management for End-to-End Machine Learning (DEEM’19) Article 3. Associ- ation for Computing Machinery, Amsterdam, Netherlands...
2019
-
[18]
Sina Mohseni, Niloofar Zarei, and Eric D. Ragan. 2021. A multidisciplinary survey and framework for design and evaluation of explainable ai systems. ACM Trans. Interact. Intell. Syst. , 11, 3–4, Article 24, (Aug. 2021), 45 pages. doi: 10.1145/3387166
2021 doi
-
[19]
Suhong Moon, Marwa Abdulhai, Minwoo Kang, Joseph Suh, Widyadewi Soedar- madji, Eran Kohen Behar, and David Chan. 2024. Virtual personas for language models via an anthology of backstories. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processin...
2024 doi
-
[20]
2022.Provenance: an introduction to PROV
Luc Moreau and Paul Groth. 2022.Provenance: an introduction to PROV. Springer Nature
2022
-
[21]
Romila Pradhan, Jiongli Zhu, Boris Glavic, and Babak Salimi. 2022. Interpretable data-based explanations for fairness debugging. In Proceedings of the 2022 International Conference on Management of Data (SIGMOD ’22). Association for Co-constructing Explanations for AI Systems ...
2022
-
[23]
Sebastian Schelter and Julia Stoyanovich. 2020. Taming technical bias in ma- chine learning pipelines. Bulletin of the Technical Committee on Data Engineer- ing, 43, 4
2020
-
[24]
Gesina Schwalbe and Bettina Finzel. 2024. A comprehensive taxonomy for explainable artificial intelligence: a systematic survey of surveys on methods and concepts. Data Mining and Knowledge Discovery , 38, 5, 3043–3101
2024
-
[25]
Arne Seeliger, Matthias Pfaff, and Helmut Krcmar. 2019. Semantic web tech- nologies for explainable machine learning models: a literature review. PRO- FILES/SEMEX@ ISWC, 2465, 1–16
2019
-
[26]
Lindia Tjuatja, Valerie Chen, Tongshuang Wu, Ameet Talwalkwar, and Graham Neubig. 2024. Do LLMs exhibit human-like response biases? a case study in survey design. Transactions of the Association for Computational Linguistics , 12, 1011–1026. doi: 10.1162/tacl_a_00685
2024 doi
-
[27]
Jieyu Zhao, Tianlu Wang, Mark Yatskar, Vicente Ordonez, and Kai-Wei Chang
-
[28]
Lianmin Zheng et al. 2023. Judging llm-as-a-judge with mt-bench and chatbot arena. In Proceedings of the 37th International Conference on Neural Information Processing Systems (NeurIPS ’23) Article 2020. Curran Associates Inc., New Orleans, LA, USA, 29 pages
2023
-
[2017]
In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing
Men also like shopping: reducing gender bias amplification using corpus- level constraints. In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing . Association for Computational Linguistics, Copenhagen, Denmark, (Sept. 2017), 2979–2989. doi:...
2017 doi
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.