Persona-as-Configuration: Generative Stakeholder Reporting for Agricultural Floods
作者: Oliver Aleksander Larsen, Tiziano Santilli, Francesco Daghero, Mahyar T. Moghaddam
分类: cs.SE, cs.AI, cs.HC
发布日期: 2026-07-20
备注: Accepted at CASA 2026 (9th Workshop on Context-Aware, Autonomous and Smart Architectures), co-located with ECSA 2026. 16 pages, 2 figures
💡 一句话要点
提出Persona-as-Configuration以解决农业洪水报告生成问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 农业洪水管理 生成报告 网络物理系统 大型语言模型 决策支持系统 可审计性 角色适配
📋 核心要点
- 现有的洪水检测系统生成的决策日志需被不同利益相关者以多样化方式解读,存在信息传递不一致的问题。
- 论文提出了一种新的架构模式,强调生成层的单向消费和基于配置的角色适配,以确保系统的可审计性与生成的灵活性。
- 通过专家评审,该模式在多个质量维度上表现良好,尤其是在关注点分离方面获得了高度认可,显示出其有效性。
📝 摘要(中文)
本论文探讨了在农业领域中,如何利用网络物理系统与大型语言模型(LLMs)结合,生成针对不同利益相关者的洪水报告。现有的确定性边缘推理系统生成的决策日志需要被异构利益相关者以不同方式解读。为此,作者提出了一种架构模式,强调单向消费和基于配置的角色适配,确保生成层的非确定性与边缘层的可重放性和可审计性之间的平衡。通过在先前发布的基于边缘的积水检测系统上实现该模式,研究分析了集成边界如何允许标准的生成可靠性缓解措施作为配置或中间件级的扩展点。专家评审结果显示,该模式在五个ISO/IEC 25010对齐的质量维度上获得了积极评价,尤其是在关注点分离方面达成了较强一致。
🔬 方法详解
问题定义:本论文旨在解决农业洪水检测中,如何有效生成针对不同利益相关者的报告的问题。现有方法在信息解读上存在异构性,导致决策日志的使用效率低下。
核心思路:提出的解决方案是将生成层设计为严格的只读消费者,避免对确定性层的写入,同时采用版本化的提示模板来适应不同利益相关者的需求,从而确保生成内容的可审计性和一致性。
技术框架:整体架构包括三个主要模块:确定性边缘推理层、生成层和上下文感知仪表板。确定性层负责数据采集与处理,生成层负责报告生成,而仪表板则用于展示和交互。
关键创新:最重要的技术创新在于提出了“角色作为配置”的概念,将利益相关者的适配作为版本化的模板,而非运行时的即兴创作。这一设计确保了生成内容的可靠性与可追溯性。
关键设计:在实现过程中,采用了JSON格式的决策日志作为数据输入,设计了相应的提示模板,并通过专家评审确保了系统在多个质量维度上的表现。
🖼️ 关键图片
📊 实验亮点
在专家评审中,该模式在五个ISO/IEC 25010对齐的质量维度上获得了积极评价,尤其是在关注点分离方面达成了较强一致,显示出其在生成报告的可靠性和有效性方面的显著提升。
🎯 应用场景
该研究的潜在应用领域包括农业洪水管理、环境监测和智能决策支持系统。通过为不同利益相关者提供定制化的报告,能够提高信息传递的效率和准确性,进而提升农业生产的安全性和可持续性。未来,该方法可扩展至其他领域的决策支持系统中,具有广泛的实际价值。
📄 摘要(原文)
Cyber-physical systems built on deterministic edge inference, such as on-vehicle flood detection for agricultural fields, produce structured decision logs that must be interpreted differently by heterogeneous stakeholders. Pairing such systems with large language models (LLMs) to generate stakeholder-specific reports introduces a tension: the generative layer is non-deterministic, while the edge plane must remain replayable and auditable. We propose an architectural pattern resting on two invariants: unidirectional consumption, in which the generative layer is a strict read-only consumer of the deterministic plane and never writes back, and persona-as-configuration, in which stakeholder adaptation is a versioned prompt-template artifact rather than runtime improvisation. We instantiate the pattern as a context-aware dashboard layer over the JSON decision logs of a previously published edge-based standing-water detection system, and analyse how the integration boundary admits standard generative-reliability mitigations as configuration- or middleware-level extension points. A structured expert review rated the pattern favourably across five ISO/IEC 25010-aligned quality dimensions, with strongest agreement on separation of concerns. End-user evaluation with agricultural stakeholders is planned for future work.