跳到正文
Jones Ray

ScholarPulse 日报 2026-07-28

2026-07-28 学术简报:2 篇。APP A框架通过引擎管理的上下文分支和前瞻性授权机制,有效缓解LLM代理处理混合机密数据时因传统taint tracking导致的效用损失问题。

今日速览

序号标题来源日期主题推荐等级
1Agentic Permissions Policy Algebra for Taint Confinement in LLM AgentsarXiv2026-07-27AI-Agent高
2SIREN: Towards End-to-End Extreme-Weather Early Warning with Experience-Grounded LLM AgentsarXiv2026-07-27AI-Agent高

重点论文与技术动态

1. Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents

一句话结论

APP A框架通过引擎管理的上下文分支和前瞻性授权机制,有效缓解LLM代理处理混合机密数据时因传统taint tracking导致的效用损失问题。

核心内容

方法与数据

价值判断

摘要 Autonomous LLM agents processing mixed-confidentiality data face severe security risks from prompt injection attacks and reasoning errors. While dynamic Information Flow Control (IFC) provides structural security guarantees, traditional taint tracking permanently taints an agent's context upon reading unvetted data, severely restricting downstream utility. We present APPA (Agentic Permissions Policy Algebra), an IFC framework that resolves this usability bottleneck through engine-managed context branching and prospective acquisition enforcement. Before data acquisition occurs, APPA prospectively evaluates label descents and missing prerequisites, generating actionable remedy plans (Authorize, Accept). To inspect unvetted data without polluting the primary context, a label-seeded child trajectory is spawned, absorbing label descent locally and allowing a trusted sanitizer to return a bounded derivative to the unchanged parent. Governed by a two-monoid model over security labels and shared event logs, we formally prove parent label preservation and merge confinement. Finally, we evaluate APPA on a multi-turn tool-chaining benchmark across four models: it suppresses exfiltration (31%-50% down to 0%-7% attack success), and on three of the four, branching recovers a substantial share of the utility that taint tracking alone forfeits.

2. SIREN: Towards End-to-End Extreme-Weather Early Warning with Experience-Grounded LLM Agents

一句话结论

SIREN框架通过经验驱动的LLM代理实现了端到端极端天气预警自动化,在个体预警步骤和端到端链上均显著优于现有天气代理基线。

核心内容

方法与数据

价值判断

(字数:298)

摘要 Early warning of extreme weather is essential for mitigating the societal, economic, and environmental risks posed by hazardous weather events. However, expert-centered warning workflows are costly, labor-intensive, and difficult to scale throughout the warning-to-action process. Although recent advances in Large Language Model (LLM) agents have enabled the automation of weather-related tasks, existing studies remain centered on isolated scientific tasks and overlook the chain of interdependent processes required for operational extreme-weather early warning. To bridge this gap, this study investigates automated end-to-end extreme-weather early warning through LLM agents. We first develop SIREN-Bench, a comprehensive benchmark comprising 600 question-answer instances across 19 tasks, and covering four individual warning procedures and an end-to-end warning chain. Evaluation on SIREN-Bench reveals substantial capability gaps in existing weather agent frameworks. This motivates us to develop SIREN, an experience-grounded agent framework inspired by experts' use of historical cases, which combines an agentic execution environment integrating heterogeneous weather evidence and tools with a family of agent harnesses that exploit historical cases through retrieval, skill distillation, and predictive modeling. Extensive experiments demonstrate that SIREN outperforms weather-agent baselines on both individual warning procedures and end-to-end warning chains.