← 首页|学术|ArXiv 日报 — 2026-08-19
arXiv · 2026-08-19

ArXiv 日报 — Agent 架构精选

从 307 篇候选精选 16 篇 · 全篇精读
TL;DR:今日 16 篇聚焦 agent 架构与语音实时交互:DuplexGen 把合成对话语音解耦为内容/时序/声学三层,timing 来自真实双工交互而非规则拼接(今日 duplex 头条);ParaTempo 用「答案空间收敛度」单信号驱动并行推理的异步剪枝;AGENTCHAOSBENCH 在工具/模型/guardrail/agent 四类边界注入 10 种故障做运行时遥测诊断。

📡 duplex/turn-taking 专项扫描:已覆盖全部 307 篇候选标题(duplex/full-duplex、turn-taking/barge-in、realtime stream、voice/spoken、multi-arch async 五组模式,prefix 匹配)——今日 1 命中:DuplexGen(2608.16053)。双 full-duplex 会话模型实时互听执行剧本,对话 timing 交互驱动地自然涌现,再用 TTS 在不改时序的前提下重渲染声学层——内容/时序/声学三层解耦,是语音数据生成侧对 duplex 哲学的直接呼应,已列头条。
307
今日候选
16
精选精读
1
duplex 命中
0
KB 新增
  1. 语音与实时交互(2)
  2. Agent 架构与推理(5)
  3. 多智能体(3)
  4. 会话与记忆(3)
  5. RL 与训练(1)
  6. 推理与多模态(1)
  7. 具身与实时控制(1)

语音与实时交互

cs.CL, eess.AS · 2608.16053 · 2026/08/17
DuplexGen: Decoupling Content, Timing, and Acoustics for Synthetic Dialogue Speech
今日 duplex 命中头条。三步管线把合成对话语音拆成内容/时序/声学三层:LLM 写剧本,两个 full-duplex 模型实时互听执行(打断/重叠自然涌现),TTS 最后只重渲染声学不改时序。timing 来自真实双工交互而非规则拼接——这正是 duplex 哲学在语音数据生成侧的体现。
💡 与研究方向关联:今日 Tier-1 唯一真实命中。虽然定位是对话语音数据生成(而非 agent 双工架构),但核心思想——「timing 由双工交互自然涌现、内容与声学解耦」——正是用户 duplex 研究的关键哲学:实时交互层负责 turn-taking,推理/内容层解耦。可反哺对话 agent 训练数据的构造。
▶ 原文摘要 Abstract
Synthetic conversational speech has become an important resource for developing and evaluating conversational speech systems. However, existing dialogue synthesis pipelines typically generate dialogue content first and then insert interruptions, overlap, and backchannels using handcrafted markers or timing rules, making conversational timing prescribed rather than interaction-driven. We present DuplexGen, a dialogue synthesis framework that explicitly decouples content, timing, and acoustics. An LLM first generates the dialogue script, and then two full-duplex conversational models perform the script while listening to each other in real time. This allows conversational timing to emerge naturally while preserving the scripted content. Finally, a high-fidelity text-to-speech model re-renders the interaction without altering its timing. As a demonstration of the proposed framework, we construct a patient--clinician conversational speech corpus with construction-time annotations, including word timestamps, speaker activity, overlap regions, and interaction events. Experimental results show that the proposed framework produces conversational dynamics closer to real dialogue than conventional stitching-based synthesis.
Duplex全双工对话语音合成Turn-Taking
cs.CL, cs.LG, cs.SD · 2608.15940 · 2026/08/16
The Null Token Knows: Reducing Message-Free Hallucination in ASR and NMT
编码器-解码器的「闭嘴」信号:输入没内容时模型仍会流畅乱译,研究发现保留的 null token 分数其实带着可用的弃权信息,只是默认解码没用它。提高分数能压虚构但会误删有效语音——沉默也是一门要校准的技术。
💡 与研究方向关联:语音侧的「何时该保持沉默」——ASR/NMT 的弃权信号研究,与 duplex 实时语音里「何时不说话、何时让打断生效」的 turn-taking 决策在信号层面同构:沉默也是决策。
▶ 原文摘要 Abstract
Modern encoder-decoder systems can produce fluent text even when their input contains no recoverable message. We study this failure in ASR and NMT through the models' reserved null tokens, asking whether the score for ending generation already carries a usable abstention signal. Across speech recognizers and translation models, we audit native null-token scores and scalar logit shifts. In Whisper, we additionally probe decoder states and compare supervised row edits with conventional external gates. The evaluated models often expose a useful abstention signal, but stock decoding does not reliably act on it. Raising the null-token score can sharply suppress fabrication, but aggressive intervention also deletes valid speech or shortens legitimate translations. These findings turn the null token into a diagnostic lens on hallucination and motivate evaluating abstention methods by both suppression and deletion costs, rather than by hallucination reduction alone.
ASRNMT幻觉抑制NullToken弃权

Agent 架构与推理

cs.AI · 2608.16425 · 2026/08/17
ParaTempo: Efficient Parallel Reasoning via Temporal Confidence
异步并行推理的调度器:用「答案空间收敛度」这一时间维度信号,单信号驱动剪枝/退休/续跑,无需最终答案共识。branch-level 的延迟决策——跟 duplex 推理层「异步但不失控制」的调度思路同构。
💡 与研究方向关联:与 duplex 的 Thinking Layer 最接近的推理侧论文:异步、deferred 的 branch-level 决策,靠时间维度上的置信收敛而非同步共识——「延迟但在必要时出手」的调度哲学与 duplex 异步推理层同构。
▶ 原文摘要 Abstract
Parallel reasoning improves the accuracy and robustness of large reasoning models by exploring multiple solution paths, but its computational cost grows with reasoning depth and branch count. Existing methods for managing these parallel paths typically rely on final-answer consensus, local token confidence, or isolated intermediate probes. However, these signals are often delayed, weakly tied to actual reasoning progress, or too noisy for dynamic, branch-level control. To address these limitations, we introduce ParaTempo, a training-free asynchronous parallel reasoning framework. ParaTempo is driven by temporal confidence, a branch-local measure of answer-space convergence. Each branch is periodically probed for a tentative answer probability distribution, and temporal confidence quantifies how sharply the recent intermediate probes concentrate on a dominant answer. Once sufficient evidence has accumulated, ParaTempo drives its entire control process from this single signal: low-confidence branches are pruned, branches that persistently commit to their dominant answer are retired early, freed computation is reallocated by forking new branches, and generation stops globally once the confidence-weighted vote concentrates. Without requiring synchronization among reasoning trajectories, ParaTempo adaptively allocates computation based on branch-level convergence. Experiments on challenging mathematical and scientific reasoning benchmarks show that ParaTempo reduces average latency by 21.8-32.2% and total token usage by 18.1-30.3% while maintaining competitive accuracy. Moreover, temporal confidence exhibits stronger temporal stability and predictive power for future branch convergence than token-level and instantaneous signals.
并行推理TemporalConfidence异步控制推理调度
cs.CL, cs.AI · 2608.16002 · 2026/08/17
From Sequence to Structure: Relational Uncertainty Propagation for LLM Agents
agent 版的不确定传播:把执行历史建成轨迹图,让误差沿时序/语义依赖传导,捕获「根因在多步之前」的隐性失败。相比只看 token 概率的局部 UQ,更贴合长程 agent 的可靠性需求。
💡 与研究方向关联:agent 长程执行的可靠性核心:错误多步前的埋点与最终输出解耦——与 duplex 关注「实时交互层之外需要一个对整条轨迹负责的推理/监控层」互补。
▶ 原文摘要 Abstract
Reliable uncertainty quantification (UQ) is essential for deploying large language model (LLM) agents in complex interactive environments. Existing UQ methods largely rely on local signals, such as token probabilities, predictive entropy, or per-step confidence, and therefore overlook the long-range dependencies through which errors accumulate across an execution trajectory. As a result, they may fail to identify agent failures whose causes originate several reasoning or interaction steps before the final answer. We propose RUPA (Relational Uncertainty Propagation for Agents), a trajectory-level UQ framework for LLM agents. RUPA represents an execution history as a directed trajectory graph in which reasoning states, tool interactions, and environment feedback are nodes connected by temporal and semantic dependency edges. It then propagates uncertainty over this graph to capture how execution risk accumulates and transfers across interaction steps. The propagated signal is combined with trajectory-level behavioral features and goal-alignment information to produce a confidence estimate for the full agent trajectory. We evaluate RUPA on representative agent benchmarks, including $\tau$-2, Terminal-Bench-2, and GAIA, using 6 open-source LLMs spanning multiple model families. Experimental results show that RUPA consistently outperforms existing UQ methods by providing more accurate uncertainty estimates, enabling earlier failure detection, and improving uncertainty-guided agent execution across diverse agent tasks. These results demonstrate that explicitly modeling relational dependency is crucial to reliable UQ for long-horizon LLM agents, providing a practical foundation for trustworthy agent execution.
不确定性Agent可靠性轨迹图UQ
cs.AI · 2608.16381 · 2026/08/17
AstronOS: A Unified Execution Model and Runtime for Long-Horizon Agentic Systems
给长程 agent 一个统一执行模型:work item 跨调用保持身份、状态版本化、结果校验后才推进。核心卖点是跨会话交接——把既定计划可靠带进新 session,比重读原文/重放历史/确定性摘要更稳。
💡 与研究方向关联:长程 agent 的执行模型与状态一致性——「结果经校验才推进状态」的语义与 duplex 的 Writer-Director 数据流水线校验环节呼应;跨会话交接正是 agent 运行时层要解决的关键工程问题。
▶ 原文摘要 Abstract
Agentic systems often organize execution and state around a single conversation, model invocation, or agent instance, even when real work spans many calls and stages. We introduce a unified execution model that maintains a work item's persistent identity and versioned authoritative state across calls. Each step receives input scoped to a specific state version and new material; a result advances state only after validation and recording. We implement selected paths of this model in AstronOS using Cases, Tasks, and Scenario Packs across central and local execution. We compare five complete strategies for carrying an established software-version update plan into a fresh model session: rereading original materials, replaying full history, deterministic text summary, deterministic JSON, and the AstronOS runtime-mediated handoff. Ten controlled tasks are run under all five strategies with three repetitions, yielding 150 included executions. On the single-stage reference family, strategies perform similarly. In the primary three-stage A-C batch, AstronOS passes the frozen scorer in 14 of 15 executions, compared with 0 of 15 for rereading and 2 of 15 for full-history replay; later non-interleaved summary and JSON batches each pass 0 of 15. AstronOS has lower attempt-accounted model-token cost per passing execution, while requiring more execution-window time per attempt. These results associate the complete AstronOS condition with higher end-to-end pass rates across fresh sessions in this benchmark, at a measurable time cost.
AgentRuntime长程执行执行模型状态版本化
cs.AI, cs.SE · 2608.14680 · 2026/08/04
When Agentic Executions Fail: Detecting and Localizing Runtime Faults from Telemetry
agent 运行时的混沌测试:在工具/模型/guardrail/agent 四类边界注入 10 种故障,从遥测定位「为什么失败」而不是只看最终答案。275 条 trace 的公开基准,直接对标 agent 系统可观测性。
💡 与研究方向关联:agent 运行时观测性基建:故障定位在工具/模型/guardrail/agent 边界而非答案——与 duplex 的 Interaction Layer 监测 turn-taking 与执行健康的思路一致,只是粒度是运行健康而非会话韵律。
▶ 原文摘要 Abstract
Reliability in LLM-based agentic systems is a property of the whole execution (its tool calls, model calls, guardrails, and inter-agent messages), not of the final answer alone, yet evaluating only task outcomes reveals little about how or why a run fails. We present AGENTCHAOSBENCH, a benchmark for detecting and localizing runtime faults in agentic systems from their execution telemetry. We run five heterogeneous applications that coordinate agents over the Agent-to-Agent protocol and call tools through the Model Context Protocol, and inject ten types of operational fault (unavailable or slow tools, corrupted or oversized responses, and delayed, looped, or misrouted delegations and bypassed guardrails) at their tool, model, guardrail, and inter-agent boundaries, alongside a no-fault control. The resulting dataset contains 275 sanitized traces: 250 faulty executions spanning ten fault types and 25 no-fault controls. Each faulty trace is aligned with the no-fault execution of the same input; fault-type labels and, where applicable, location labels are held out from diagnosis. On structured single-trace inputs, a first set of zero-shot LLM baselines shows the task is far from solved: local detectors up to 14B parameters reach only 13.6-19.2% top-1 fault-type accuracy and the frontier DeepSeek-v4-pro only 24.8%, while jointly identifying the fault type and its location tops out at 22%; reference-dependent faults (above all a bypassed guardrail) stay near-unsolved from a single trace. An aligned reference improves selected relative faults but does not resolve guardrail bypass. The held-out labels and compact prediction format support reproducible comparison of LLM-based and non-LLM diagnosis methods.
可观测性运行时故障TelemetryAgent可靠性
cs.CL, cs.AI · 2608.16068 · 2026/08/17
CAPO: Constraint-Aware Prompt Optimization for LLM Agents
把系统提示词当可优化变量:原-对偶 + 自适应约束加权,在「会用工具/够简洁/守策略」的硬约束下改 prompt,不依赖领域监督数据做 post-training。给只想调 prompt 不想训练的 agent 工程一个可解路径。
💡 与研究方向关联:系统提示词层的「约束满足」优化——agent 部署工程里不重新训练、只调 prompt 的务实路线;对 duplex 场景下「既要实时响应又要遵守安全/格式策略」的双重约束有迁移价值。
▶ 原文摘要 Abstract
Large language models (LLMs) are increasingly deployed as agents that rely on system prompts to use tools and complete tasks. Such deployments impose distinct operational requirements, including appropriate tool use, concise prompts and solution paths, and compliance with safety and formatting policies. For many practitioners, however, assembling domain-specific supervised data to post-train models to meet these requirements is infeasible. We introduce CAPO (Constraint-Aware Prompt Optimization), a primal-dual method that combines pool-based rewrites with adaptive constraint weighting to optimize system prompts under explicit operational constraints. Across agentic benchmarks, CAPO more reliably reaches empirically feasible operating points while improving task performance. CAPO also generalizes beyond agentic settings, achieving strong results on assistant-style evaluations with output-format and safety/privacy constraints. We further introduce DCAPO (Dynamically Trained CAPO), which trains a feedback- and dual-conditioned rewriter with pool-based GRPO while keeping the task agent frozen. Across task agents of different sizes, DCAPO produces a feasible prompt in every evaluated domain and matches or improves the task accuracy achieved by the evaluated baselines. A surrogate analysis characterizes how finite-pool and discrete-rewrite errors enter the inexact primal-dual procedure.
Prompt优化约束优化原对偶系统提示词

多智能体

cs.AI, cs.CL, cs.MA · 2608.14588 · 2026/06/22
The Hallucination Snowball: Modeling Error Propagation as State Transitions in Multi-Agent LLM Pipelines
顺序多 agent 管道交接不验证的结构性代价:幻觉逐跳「变形」(数字→计算→叙事→结论),越往后越隐形,逃逸概率三级跳到 89.3%,23.7% 全程漏网。验证环节该放在哪、放多早——这是给多 agent 架构的直接警示。
💡 与研究方向关联:多 agent 协作的可靠性反面:交接处无验证 = 结构性缺陷。呼应 BRA-Audit 的审计点放置——「在哪验证」与「验证多晚」直接决定幻觉是否可检测,与 duplex 数据流水线在每层校验的设计形成对照。
▶ 原文摘要 Abstract
Sequential multi-agent LLM pipelines chain specialized agents without verification at handoffs, creating a structural flaw with measurable and severe consequences. We show that hallucinations injected at Stage 1 do not merely persist; they transform: raw numerical facts become derived computations, then narrative prose, then editorially approved conclusions. At each transformation, detectability degrades near-irreversibly. We formalize this as the hallucination snowball effect, a first-order Markov process over four states (Raw Fact $\to$ Derived $\to$ Narrative $\to$ Invisible) with empirically measured per-boundary escape probabilities of 24.6%, 48.3%, and 89.3%. Across 346 automatically injected hallucinations in a 4-agent financial analysis pipeline on FinanceBench, gpt-4o detection drops from 72.0% at Stage 1 to 50.9% at Stage 4, and 23.7% of hallucinations survive completely undetected in the final output. Even the strongest model tested (Qwen3.5-397B-A17B, 87.0% at Stage 1) faces a structural ceiling; projected Stage 4 detection is only ${\sim}$60--65%. Critically, boundary gates using identical RAG verification tools reduce hallucination survival from 58.4% to 16.2% versus end-of-pipeline checking (Cohen's $h = -0.911$, $p < 0.000001$), while end-checking alone achieves merely 2.3 pp improvement over no verification. When you verify matters more than whether you verify. Our model predicts survival for $n$-agent linear pipelines and prescribes optimal verification resource allocation: invest at $S_1{\to}S_2$ first, where 75.4% of hallucinations are still catchable, not at $S_3{\to}S_4$ where 89.3% have already escaped.
多智能体幻觉传播错误级联状态转移
cs.MA, cs.AI · 2608.14825 · 2026/08/14
Emergent Misaligned Communication in Long-Horizon Multi-Agent LLM Commerce
13 个前沿 LLM 跑一年期售货机经济模拟:agent 间 2583 封邮件里 12.6% 含虚假声明/操纵/共谋/威胁。自然语言交易场景下错位行为「又多又结构化」——多 agent 实时语言交互的安全底数实测。
💡 与研究方向关联:多 agent 自然语言交互的安全性实证——agent 以自然语言(而非结构化 API)代表独立主体交易时的错位普遍性。与 duplex 的关注点(实时自然语言交互层的正确性)在安全维度互补。
▶ 原文摘要 Abstract
Frontier LLM agents increasingly transact on behalf of separate principals, often using natural language rather than structured APIs. Much of the safety literature studies misaligned LLM behavior through adversarial-elicitation evaluations on single agents or stylized tasks. Its prevalence and structure in settings that combine long horizons, separate principals, real operational state, and inter-agent natural-language exchange remain insufficiently measured. We study 2,583 inter-agent emails from 20 one-year simulation runs of Vending-Bench Arena, a competitive vending environment spanning 13 frontier LLMs. We operationalize speech-act misalignment as emails containing false factual claims, manipulation, collusion, or threats, combining message content with ground-truth simulator state and logged reasoning traces to classify and validate such behavior. Under our primary classifier, 12.6% of emails are labeled misaligned; misalignment appears in all 20 runs and 74.7% of individual agent-runs. Both the magnitude and composition of this misalignment are preserved under repeated classification at different sampling temperatures and under full-pipeline replication with judges from two other frontier-model families. Misalignment is also reciprocal and stress-conditioned: receiving a misaligned email from a counterparty raises the odds of a misaligned reply by 1.65x, and low-inventory conditions raise them by 1.58x. Across tests of capability-asymmetric exploitation, we find no evidence that higher-capability models differentially exploit weaker counterparties, and model performance rank does not predict misalignment rates. Together, these results indicate that measurable, state-dependent misalignment can arise in competitive multi-agent environments without engineered elicitation, in patterns associated with operational scarcity and counterparty behavior rather than model capability alone.
多智能体对齐经济模拟自然语言交易
cs.MA, cs.AI · 2608.14668 · 2026/08/02
BRA-Audit: Budgeted Runtime Auditing for LLM Multi-Agent Systems via Cumulative-Exposure Audit-Point Placement
多 agent 审计的预算版:把「在哪放审计点」建模成固定 token 预算下的调度问题,按累积未检查暴露贪心优先审计高影响节点。比尾部审计强、比全量审计省——验证也是一种资源调度。
💡 与研究方向关联:与 Hallucination Snowball 同题的正解:审计点放置决定幻觉能否被拦下。agent 运行时的「预算化验证」——每 token 都是成本,验证要花在最容易出错的边界——与 duplex 的延迟预算调度同理。
▶ 原文摘要 Abstract
LLM-based multi-agent systems (LLM-MAS) solve complex tasks through specialized collaboration, but inter-agent dependencies can propagate hallucinated or malicious outputs into system-level failures. Auditor agents mitigate these risks, yet existing strategies face an efficiency dilemma: end-only auditing reviews long trajectories and final outputs, potentially weakening audit effectiveness and enlarging rollback scope, while auditing every agent each round improves detection and localization at high token cost. How can guard performance be preserved while minimizing token cost? To address this problem, we propose BRA-Audit, a budget-aware runtime auditing framework that models MAS execution as a dynamic dependency graph and formulates audit scheduling as audit-point placement under a fixed audit-call budget to minimize cumulative unchecked exposure. Its greedy scheduler prioritizes influential and long-unaudited regions, while trusted audit points enable localized recovery. Across structured coordination, complex reasoning, and open-ended tasks, BRA-Audit restores performance close to the clean setting, remains competitive with heavy guard methods and reduces end-to-end token consumption by \(17.2\%\)--\(40.6\%\).
多智能体运行时审计预算审计点放置

会话与记忆

cs.CL, cs.AI · 2608.16168 · 2026/08/17
QUMem: Personalized Memory for Query-Conditioned User-State Inference in LLM Agents
agent 记忆的边界工程:把历史按语义连续性切可变长 episode、把同交互的多个信息拆成独立可检索单元,再按查询条件聚合偏好演化。解决「固定窗口切错话题/一条记忆绑太多功能」的两个老毛病。
💡 与研究方向关联:用户偏好长程建模的结构化记忆——「哪些记忆独立可检索、哪些该合并」的边界决策,正是 agent 长期对话状态维护的核心,与 duplex 会话状态管理互补。
▶ 原文摘要 Abstract
Large language model (LLM) agents increasingly use external memory systems to support personalization by drawing on long and evolving interaction histories, in which user preferences may be distributed across time, change with context, and conflict with earlier evidence. However, existing systems face three limitations: fixed-turn, fixed-token, or session-based boundaries can mix unrelated dialogue or split an event from its causes, decisions, and outcomes; storing multiple pieces of user information from the same interaction as a single memory binds together items that serve different functions and should be independently retrievable; and treating the current task as a single top-$k$ retrieval query can return fragments that are individually relevant but fail to jointly capture preference evolution, temporal validity, and contextual applicability. We introduce \textsc{QUMem}, a structured memory framework for query-conditioned user-state inference. \textsc{QUMem} first segments interaction histories into variable-length episodes according to semantic continuity, then decomposes each episode into independently retrievable factual, preference, and transferable insight memories while preserving temporal positions and source evidence. At inference time, three sequential agents identify task-specific information needs, plan multi-query retrieval over the typed memory stores, and jointly infer a temporally and contextually valid user state for downstream response generation. \textsc{QUMem} achieves state-of-the-art performance on both PersonaMem and KnowU-Bench, demonstrating the effectiveness of query-conditioned user-state inference for long-term personalization.
个性化记忆用户状态查询条件时序有效性
cs.CL · 2608.16114 · 2026/08/17
HyperSkill: Self-Evolving LLM Agents via Hypergraph-Structured Skill Memory
技能记忆版超图:subtask 和技能是节点、一条轨迹一条超边,检索按共现排序、维护按质量剪枝合并。把过程性知识从「孤立轨迹」升级为「有关系结构的可复用技能」——技能自演化的存储层。
💡 与研究方向关联:技能记忆的「关系结构化」路线:把过程性知识从孤立轨迹里解放出来、显式建模组合关系——与 user 关注的 agent 技能自演化方向(配合 JailbreakSkill 等技能复用研究)直接相关。
▶ 原文摘要 Abstract
As agentic tasks grow in complexity, LLM agents increasingly rely on experiential memory to reuse procedural knowledge across tasks. Effective memory design must jointly address what to store, how memory is structured and retrieved, and how memory evolves. Existing systems tackle each only partially: they store trajectories, insights, or workflows as isolated entries, discarding compositional relationships among subtasks and reusable skills; retrieve by flat embedding similarity that ignores relational signals; and maintain memory without leveraging its relational structure. We propose HyperSkill, a hypergraph-based memory framework that jointly improves all three. HyperSkill represents memory as a hypergraph with two node types, subtask steps and reusable skills, where each hyperedge links the subtasks and skills from a single trajectory. Dual-path retrieval queries both subtask and trajectory levels, ranking skills by co-occurrence across retrieved trajectories. Periodic structure-informed maintenance prunes low-utility nodes and merges redundant skills via quality-weighted propagation. Across xBench, GAIA, and WebWalkerQA with GPT-4o and Qwen3-30B-A3B, HyperSkill outperforms ten memory baselines, yielding gains of up to +11.51 on GAIA and +11.18 on WebWalkerQA.
技能记忆超图自演化检索
cs.DC, cs.AI, cs.MA · 2608.16357 · 2026/08/17
MELD: A Protocol for Merging Knowledge Across Distributed Agentic Memories
让两个 agent 能「共享所知」的协议:新事实走 insert/merge/relate/conflict/reject 五结果,claim-key 身份+embedding 相似度+NLI 三信号裁决,一个可审计 Patch 改状态,CRDT 保各端主权。联邦记忆的一致性层。
💡 与研究方向关联:多 agent 长期记忆的一致性基建——agent 之间共享知识的「协议层」。对用户的多 agent + 记忆方向是前瞻性的基础设施,与 duplex 多设备/多会话状态同步问题同源。
▶ 原文摘要 Abstract
Autonomous agents share a transport and can call each other's tools, but they cannot share what they know: no protocol lets two agents' memories reconcile a fact phrased two ways, link related facts held apart, or reconcile contradictory knowledge without silently discarding either claim. We present MELD, a self-managing coherence mechanism for a federation of agent memories whose run-time model is the knowledge graph itself. Each brain admits every incoming claim through a five-outcome procedure (insert, merge, relate, conflict, or reject), decided from three signals (scoped claim-key identity, embedding similarity, and a natural-language-inference verdict) under context and freshness gates, and acting through exactly one auditable, authenticated Patch, the only object that mutates state. A binding onto standard publish/subscribe transport with a per-claim status CRDT keeps sovereign brains coherent in claim status without a coordinator: self-healing after partitions and under lossy routing, and self-protecting against silent rewrite by a peer, under a benign-fault model. MELD does not adjudicate truth; a detected contradiction is preserved for later adjudication, never silently resolved. On HotpotQA distractor, distributed merge is recall-non-inferior to a centralized store under a pre-specified equivalence test and recall-superior to naive union at about 11% less live storage; the merge classifier separates at AUC 0.968 with a 0.013 false-merge rate on adjudicated candidate pairs; the status CRDT reconverges in 30/30 real partition-heal trials where last-writer-wins manages 11/30; and semantic routing delivers about 3x fewer messages at matched recall. We evaluate on a real computing continuum spanning an operator-grade 5G edge, national HPC, and a local tier, with empirically calibrated thresholds.
分布式记忆知识合并CRDT联邦

RL 与训练

cs.AI · 2608.16156 · 2026/08/17
TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents
长程 agent RL 的信用分配新解法:不用成功轨迹锚、不用学习式 evaluator,直接给每次状态转移打分——Evidence/Execution/Invalidity 三 rubric 评局部质量,Breakthrough 给增量进度奖励。早期训练、成功样本稀缺时更稳。
💡 与研究方向关联:长程 agent RL 的信用分配——不依赖稀缺成功轨迹、用转移级 rubric 自监督。与用户 RL-for-agents 方向直接相关:无锚定的过程级奖励是让 agent 在稀疏环境中学会长程行为的务实路线。
▶ 原文摘要 Abstract
Long-horizon large language model (LLM) agents are typically optimized with sparse terminal outcomes, making fine-grained credit assignment across multi-step interactions difficult. Existing approaches either rely on process evaluators, which incur annotation and inference costs, or derive step-level credit from successful trajectories. However, successful trajectories are extremely scarce during early-stage reinforcement learning, substantially weakening anchor-based methods. We propose Transition-wise Rubric Credit Assignment (TRCA), which derives step-level supervision directly from action-induced transitions without learned evaluators or successful anchors. TRCA evaluates each transition using Evidence, Execution, and Invalidity rubrics to capture task-relevant information acquisition, valid task execution, and invalid or regressive behavior. From these judgments, Foundational Rubric Reward measures local transition quality, while Breakthrough Rubric Reward tracks newly covered Evidence and Execution conditions to reward incremental task progress. Combined with terminal outcomes, these signals produce fine-grained step-level advantages for policy optimization. Experiments on ALFWorld, WebShop, and seven search-augmented question-answering benchmarks show consistent improvements over the evaluated baselines. With Qwen2.5-7B-Instruct, TRCA improves the WebShop score by 6.0%-12.6%; with Qwen2.5-3B-Instruct, it improves the average SearchQA score by 1.9%-18.3%. These results demonstrate the effectiveness of transition-wise rubric credit assignment for long-horizon tasks with sparse successful anchors.
RL信用分配长程Agent无锚定

推理与多模态

cs.CL, cs.CV · 2608.15962 · 2026/08/16
SEER: Long-Context Reasoning via Selective Visual-Text Compression
长上下文里的「选择性精读」:视觉扫描挑相关图、只在关键处回文本检索,把压缩效率和文本精度两个优点合起来。哪些地方能压、哪里必须精读——这个决策被学成了一个工具调用策略。
💡 与研究方向关联:长上下文效率与精度的权衡——「哪里该压、哪里该精读」的决策本身变成可学策略。与 agent 处理海量上下文的资源分配问题相关,也贴近多模态输入的实时性诉求。
▶ 原文摘要 Abstract
Long-context reasoning remains computationally expensive for large language models due to the quadratic complexity of attention over text tokens. Visual-text compression offers a promising alternative by rendering text into images and processing them with vision-language models, often reducing token usage. However, existing approaches apply uniform compression regardless of query relevance, potentially sacrificing precision where detailed extraction is required. We present SEER, a framework that learns to select query-relevant images through visual scanning and retrieve textual content only where needed, combining the efficiency of visual compression with the precision of text-based reasoning. Through supervised fine-tuning on tool-interaction trajectories, SEER learns adaptive tool invocation for selection and retrieval. Experiments on long-context benchmarks show that SEER improves extraction precision through selective text retrieval while retaining average prompt-token savings relative to full-text baselines. On LongBench, SEER achieves 51.11% average accuracy, outperforming the visual-text baseline Glyph-9B by 2.33 points and Qwen3-8B by 3.49 points. Code can be accessed at https://github.com/jiaweixu98/SEER
长上下文多模态视觉压缩选择性检索

具身与实时控制

cs.RO · 2608.15875 · 2026/08/16
GigaBrain-0.7: Scaling Embodied Foundation Models to Emergent Capabilities with a Three-System Architecture
具身基础模型的规模化实验:理解/预测/动作三系统架构 + 3.7 万小时异构数据 + 单阶段对齐,跨多种机器人本体泛化显著提升。「架构解耦 + 数据规模」在 VLA 上同样成立。
💡 与研究方向关联:具身基础模型的规模化路线(Tier 2 关注方向);三系统解耦(理解/预测/动作)与 duplex 的解耦思想在结构上有呼应。
▶ 原文摘要 Abstract
Vision-language-action (VLA) models have become a dominant paradigm for generalist embodied agents, demonstrating strong complex and long-horizon task completion in structured settings. Yet it remains an open question whether current VLA systems can benefit from more effective architectural design, scale to substantially larger and more heterogeneous data regimes, and achieve broader generalization across tasks and embodiments. To this end, we present GigaBrain-0.7, an embodied foundation model with substantially improved generalization across diverse robot embodiments. Specifically, GigaBrain-0.7 unifies understanding, prediction, and action through a three-system architecture, scales pretraining to over 37,000 hours of heterogeneous embodied data, and introduces one-stage alignment training that jointly optimizes vision-language understanding and multi-embodiment action generation. Compared with the preceding GigaBrain-0 series and prior state-of-the-art models including $\pi_{0.5}$, GigaBrain-0.7 achieves substantial improvements in foundation zero-shot capabilities, language-conditioned instruction following, and post-training task success rates. In particular, on our in-house Maker H01 platform and mainstream robot embodiments, GigaBrain-0.7 demonstrates strong task adaptability and completion ability across both home and industrial scenarios. All training code and pretrained model weights will be released.
具身智能VLA三系统架构多本体泛化