跳到正文
Jones Ray

ScholarPulse 日报 2026-09-11

2026-09-11 学术简报:2 篇。本研究通过贝叶斯反向推理构建标签自由锚点,显著提升多代理集体决策性能,尤其在代理冲突场景下表现突出。

今日速览

序号标题来源日期主题推荐等级
1When Agents Disagree: Bayesian Backward Reasoning as a Label-Free Anchor for Multi-Agent Collective Decision-MakingarXiv2026-09-10AI-Agent高
2COBRA-Skills: Contextual Bandit-Guided Evolution for Agent Skill OptimizationarXiv2026-09-10RAG高

重点论文与技术动态

1. When Agents Disagree: Bayesian Backward Reasoning as a Label-Free Anchor for Multi-Agent Collective Decision-Making

一句话结论

本研究通过贝叶斯反向推理构建标签自由锚点,显著提升多代理集体决策性能,尤其在代理冲突场景下表现突出。

核心内容

方法与数据

价值判断

摘要 When multiple LLM agents yield conflicting answers, the decision-making process dictates whether agent diversity improves performance or merely compounds shared errors. Existing collective decision-making methods, including voting, electoral rules, and LLM judges, rely on forward reasoning: they map evidence to labels in one direction. Although these methods can combine diverse forward traces, they still aggregate estimates that share this evidence-to-label factorization and can inherit correlated errors within the forward pool. We therefore construct a reverse posterior for each instance through Bayesian backward reasoning from an explicit likelihood. The forward and reverse posteriors provide differently factorized approximations of the underlying posterior. Because estimates from different factorizations may tend to share the same error less often, we use Jensen-Shannon divergence to rank agents by cross-path consistency. This cross-path consistency signal underlies three strategies: hard selection (MinJS), soft reweighting (FwdJS), and log-linear fusion (LogLin). Evaluated on DDXPlus across five LLM backbones, our proposed strategies show consistent improvements: MinJS outperforms random selection across all backbones, FwdJS generally improves over the strongest baseline, and LogLin achieves the best performance among the evaluated methods, with its largest gains on the subset where the agents disagree. Despite its weaker standalone accuracy, the reverse posterior serves as a more useful anchor than forward-only alternatives, providing complementary information for collective decision-making. When labeled data are available, a lightweight two-stage calibration can further refine the reverse anchor and improve aggregation performance.

2. COBRA-Skills: Contextual Bandit-Guided Evolution for Agent Skill Optimization

一句话结论

COBRA-Skills通过上下文带状引导优先级分配与证据驱动技能进化,实现了高效技能优化,在六种异构代理基准上性能最优,优化成本比SkillOpt降低55-58%。

核心内容

方法与数据

价值判断

摘要 Large language model (LLM) agents can benefit from reusable skills distilled from prior task experience, yet existing skill optimization methods often rely on costly execution-based evaluation and substantial task data. We introduce \textbf{COBRA-Skills}, an efficient framework that formulates skill optimization as budgeted sequential optimization over a dynamically evolving candidate space. COBRA-Skills couples contextual-bandit-guided prioritization with evidence-grounded skill evolution, selectively allocating evaluations to promising or informative candidates while continually refining the skill population from execution feedback. Across six heterogeneous agent benchmarks and three target models, COBRA-Skills consistently achieves the strongest average performance among compared methods, while reducing optimization cost by 55--58\% relative to SkillOpt and using only 50 unique optimization examples per benchmark. Further analyses show that COBRA-Skills remains robust to changes in the agent harness and performs effectively when the target model itself is used for skill generation and refinement.