Knowledge File / AI技能杠杆
论文速读:Spatial Atlas,解读最新研究结论
本文介绍了一种名为计算基础推理(CGR)的范式,通过确定性计算解决子问题后再由语言模型生成,避免了空间推理中的幻觉,并在两个基准上展示了竞争性准确性和可解释性。
SOURCE / AI技能杠杆
MIN / 4
ACCESS / 会员
POST / 2026-04-15 22:39:50
原贴
查看原文
原文
arXiv:2604.12102v1 Announce Type: new Abstract: We introduce compute-grounded reasoning (CGR), a design paradigm for spatial-aware research agents in which every answerable sub-problem is resolved by deterministic computation before a language model is asked to generate. Spatial Atlas instantiates CGR as a single Agent-to-Agent (A2A) server that handles two challenging benchmarks: FieldWorkArena, a multimodal spatial question-answering benchmark spanning factory, warehouse, and retail environments, and MLE-Bench, a suite of 75 Kaggle machine learning competitions requiring end-to-end ML engineering. A structured spatial scene graph engine extracts entities and relations from vision descriptions, computes distances and safety violations deterministically, then feeds computed facts to large language models, thereby avoiding hallucinated spatial reasoning. Entropy-guided action selection maximizes information gain per step and routes queries across a three-tier frontier model stack (OpenAI + Anthropic). A self-healing ML pipeline with strategy-aware code generation, a score-driven iterative refinement loop, and a prompt-based leak audit registry round out the system. We evaluate across both benchmarks and show that CGR yields competitive accuracy while maintaining interpretability through structured intermediate representations and deterministic spatial computations.
中文翻译
我们引入了一种计算基础推理(CGR)设计范式,用于空间感知研究代理,其中每个可回答的子问题在语言模型被要求生成之前通过确定性计算解决。Spatial Atlas将CGR实现为单个代理到代理(A2A)服务器,处理两个具有挑战性的基准:FieldWorkArena(一个跨越工厂、仓库和零售环境的多模态空间问答基准)和MLE-Bench(一套75个Kaggle机器学习竞赛,需要端到端ML工程)。结构化空间场景图引擎从视觉描述中提取实体和关系,确定性地计算距离和安全违规,然后将计算的事实输入大型语言模型,从而避免幻觉空间推理。熵引导的动作选择最大化每步的信息增益,并在三层前沿模型堆栈(OpenAI + Anthropic)之间路由查询。一个具有策略感知代码生成、分数驱动的迭代优化循环和基于提示的泄漏审计注册表的自愈ML管道完善了系统。我们在两个基准上进行评估,并表明CGR通过结构化中间表示和确定性空间计算实现了竞争性准确性,同时保持了可解释性。
核心信息
本文介绍了一种名为计算基础推理(CGR)的范式,通过确定性计算解决子问题后再由语言模型生成,避免了空间推理中的幻觉,并在两个基准上展示了竞争性准确性和可解释性。
- CGR范式先计算后生成,避免LLM空间幻觉。
- Spatial Atlas作为A2A服务器处理两大基准。
- 结构化场景图+熵引导路由提升效率与可解释性。
- 自愈ML管道实现策略感知代码与迭代优化。
- CGR在准确性与可解释性间取得平衡。
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容