今日速览
| 序号 | 标题 | 来源 | 日期 | 主题 | 推荐等级 |
|---|---|---|---|---|---|
| 1 | A foundation model of numerical intelligence with cross-disciplinary generalization | arXiv | 2026-07-30 | AI-Agent | 高 |
| 2 | AgentRadio: Passive Awareness for Long-Horizon Multi-Agent Collaboration | arXiv | 2026-07-30 | AI-Agent | 高 |
重点论文与技术动态
1. A foundation model of numerical intelligence with cross-disciplinary generalization
- 来源:arXiv
- 日期:2026-07-30
- 作者/机构:Chenghan Wu, Zongmin Yu, Liu Yang
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.AI
一句话结论
UNICON作为数值智能基础模型,实现了跨学科通用性,无需重新训练即可在未见领域达到专家水平。
一段话。
UNICON通过图示例上下文推断系统间共享预测关系并应用于查询,在科学和社会系统中表现优异,包括未训练学科;结合语言模型代理可超越未见学科的最先进专家,且训练语料多样性提升泛化能力。
核心内容
- UNICON利用图示例上下文推断共享预测关系并应用于同系统查询,实现数值智能。
- 模型在未训练学科中接近专家性能,无需重新训练即可泛化。
- 结合语言模型代理可超越未见学科的最先进专家,提升任务表现。
方法与数据
- 摘要未明确
价值判断
- 值得关注:跨学科通用性无需重新训练,适用于未见领域,推动AI通用性发展。
- 可复用点:模型架构可迁移至新领域,结合语言模型增强性能,训练语料多样性优化泛化。
- 局限/待核查:摘要未明确
摘要
Intelligence is commonly understood as the ability to acquire and apply knowledge, adapt to unfamiliar situations and solve new problems. Large language models exhibit this capacity by inferring task-relevant knowledge from textual context and applying it to new tasks. Yet intelligence need not be confined to language. For scientific and social systems, we need models that acquire and apply knowledge from numerical context-an ability we call numerical intelligence. Here we introduce UNified In-Context Operator Networks (UNICON), a foundation model that exhibits numerical intelligence across disciplines. Using graph-based examples from a system as context, UNICON infers the predictive relation shared across them and applies it to queries from the same system. Across scientific and social systems, including those from disciplines absent from training, the same model approaches specialist performance without retraining. Combining UNICON with language-model agents yields further gains, enabling it to surpass state-of-the-art specialists in a discipline unseen in training. We further show that training-corpus diversity improves generalization to unseen disciplines. Together, these results establish UNICON as a foundation model of numerical intelligence and position it as a building block for a broader ecosystem of artificial intelligence.2. AgentRadio: Passive Awareness for Long-Horizon Multi-Agent Collaboration
- 来源:arXiv
- 日期:2026-07-30
- 作者/机构:Xinxing Ren, Qianbo Zang, Ziyan Wang, Caelum Forder, Suman Deb, Peter Carroll
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.MA
一句话结论
AgentRadio通过异步消息传递实现多代理被动感知,显著提升长时程代码理解任务解决率。
一段话。AgentRadio解决了现有系统仅支持阶段边界通信的缺陷,通过异步消息层使代理能被动感知同伴并融入新发现,从而在SWE-Atlas QnA基准上将四代理系统任务解决率从单代理的32.3%提升至62.1%,较Claude Code Opus 4.8的57.2%更高,且收益随任务难度增长。
核心内容
- 单个LLM代理在SWE-Atlas QnA基准上仅解决32.3%的长时程代码理解任务。
- 现有系统通信仅限于阶段边界,无法在执行中实时共享发现,导致任务依赖冲突。
- AgentRadio引入异步消息传递层,支持被动感知和中程校正,使四代理系统解决率达62.1%。
方法与数据
- 方法:异步消息传递层,提供线程、消息和等待提及原语。
- 数据:基于SWE-Atlas QnA基准测试,使用四代理系统。
价值判断
- 值得关注:实时协作机制显著提升高难度任务解决率,验证中程校正有效性。
- 可复用点:异步消息传递框架可推广至其他长时程多智能体协作场景。
- 局限/待核查:摘要未明确提及局限。