跳到正文
Jones Ray

ScholarPulse 日报 2026-06-27

2026-06-27 学术简报:2 篇。OpenRCA 2.0通过步骤式因果标注揭示LLM在根因分析中的核心缺陷,仅20.7%案例能精确恢复根因集。

今日速览

序号标题来源日期主题推荐等级
1OpenRCA 2.0: From Outcome Labels to Causal Process SupervisionarXiv2026-06-25RAG高
2Joint Learning of Experiential Rules and Policies for Large Language Model AgentsarXiv2026-06-25AI-Agent高

重点论文与技术动态

1. OpenRCA 2.0: From Outcome Labels to Causal Process Supervision

一句话结论

OpenRCA 2.0通过步骤式因果标注揭示LLM在根因分析中的核心缺陷,仅20.7%案例能精确恢复根因集。

核心内容

方法与数据

价值判断

摘要 Root cause analysis (RCA) poses a holistic test of LLM agentic capabilities, such as long-context understanding, multi-step reasoning, and tool use. However, existing datasets suffer from a fundamental gap: they label only the root cause, not the propagation path connecting it to the observed symptom, which largely simplifies the task to naive pattern matching. To support rigorous evaluation, we introduce PAVE, a step-wise labeling protocol that leverages known interventions from fault injection to reconstruct causal propagation paths. The mechanism is forward verification: reasoning from cause to effect rather than inferring backward from symptoms. Applying PAVE yields OpenRCA 2.0 (500 instances), the first cross-system RCA benchmark with step-wise causal annotations for LLM agents. Across 11 frontier LLMs, recovering the exact root-cause set succeeds in only 20.7% of cases on average. To locate where this difficulty lies, we relax the criterion and find what we call the ungrounded diagnosis: agents identify at least one correct root-cause service in 76.0% of cases, but ground that service in a verified causal propagation path to the observed symptom in only 61.5%. Outcome-only evaluation hides this failure mode; step-wise causal ground truth is the missing piece for trustworthy LLM-based RCA agents.

2. Joint Learning of Experiential Rules and Policies for Large Language Model Agents

一句话结论

JERP通过联合学习经验规则和策略,显著提升了LLM代理在复杂交互任务中的决策性能。

核心内容

方法与数据

价值判断

摘要 For LLM agents in multi-step interactive environments, a key challenge is to make effective use of accumulated interaction experience. Existing work has typically separated two uses of such experience: keeping it outside the model as natural-language rules for later prompting, or using trajectories and feedback to update the model parameters. The former is easy to interpret but can fall out of sync with the evolving policy; the latter improves the policy more broadly but provides only limited correction for local mistakes in sparse-reward settings. We present Joint Learning of Experiential Rules and Policies for LLM Agents (JERP), which updates a long-term experiential-rule pool and the policy from the same interaction trajectories. At decision time, JERP retrieves task-relevant rules and conditions the agent on them together with the interaction history. After each episode, it uses the collected trajectories both to optimize the policy and to revise the rule pool by comparing current rollouts with reference successful trajectories. This coupling keeps the rule pool aligned with the evolving policy while allowing stable and effective behaviors to be gradually absorbed into the model itself. Experiments on AlfWorld and WebShop show that JERP yields consistent gains in decision performance for complex interactive tasks.