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

ArXiv 日报 — Agent 架构精选

从 245 篇候选精选 16 篇 · 全篇精读
TL;DR:今日 16 篇聚焦 agent 架构与推理:Second Thought 把附加推理搬进 ReAct 的行动/观测空闲窗口(最贴近 duplex 解耦思想);Agentic Transaction 给 agent 系统套上 ACID 语义;会话交接理论首次给出「该保留什么」的信息论刻画。

📡 duplex/turn-taking 专项扫描:已覆盖全部 245 篇候选标题(duplex/full-duplex、turn-taking/barge-in、realtime stream、voice/spoken、multi-arch async 五组模式)——今日 0 命中。语音侧最近进展为 VoiceChat-TTS(2608.13831,连续流式+barge-in+打断不重置 KV cache,非 duplex 架构)。
245
今日候选
16
精选精读
0
duplex 命中
0
KB 新增
  1. Agent 架构与推理(7)
  2. 语音与实时交互(1)
  3. 会话与记忆(2)
  4. 推理模型与行为(2)
  5. 基座模型与推理基础设施(1)
  6. RL 与训练(2)
  7. 具身与实时控制(1)

Agent 架构与推理

cs.AI, cs.SE · 2608.13667 · 2026/08/13
Second Thought: Reasoning in Parallel as LLM Agents Act and Observe
ReAct 行动/观测间隙是推理空闲窗口:Second Thought fork 四个辅助分支与主循环并行解码,把附加推理移出主线程串行路径。9 个模型×benchmark 组合 turn 数全降,主线程解码最多降 43%,Pass@1 不损。用「等待时间」做并行思考,与 duplex 的思考层/交互层解耦同构。
💡 与研究方向关联:「利用等待时间做并行推理」与用户核心方向 duplex 的解耦哲学同构——互动层在外、思考层在里,把深思推理从交互的串行路径上挪开。是今日最贴近 duplex 架构思想的论文。
▶ 原文摘要 Abstract
LLM agents in the ReAct paradigm alternate between reasoning, acting, and observing, but deliberate reasoning is confined to the Thought phase: while the agent serializes an action and waits for the environment, its reasoning is frozen. We identify this recurring interval for Action and Observation as a reasoning idle window and ask whether it can host additional reasoning in parallel that serves future turns. Therefore, we propose Second Thought, a training-free inference framework that forks four auxiliary branches the instant each Thought phase concludes, decodes them concurrently with the main loop, and merges the generated thoughts back when the environment observation arrives. In this way, Second Thought relocates the added reasoning off the main thread's sequential decoding path. Across three agentic benchmarks and three reasoning LLMs, Second Thought lowers the average turn count in all nine (model,benchmark) pairs and reduces main thread decoding in six of them by up to 43% (roughly 20% on average among those settings), while leaving it essentially unchanged in a seventh; Pass@1 shows no significant change in seven of nine pairs and the two significant differences are +12.4 and +10.2 points. Against a compute-matched control that forces an equivalent budget onto the main thread's own reasoning, it attains strictly higher Pass@1 with 1.3 to 3.2 less sequential decoding in all four settings where the control applies.
Parallel ReasoningReActLatencyAgent Inference
cs.DB, cs.AI, cs.CL, cs.LG · 2608.13900 · 2026/08/14
Agentic Transaction: Towards ACID-Compliant Agent Systems
agent 长程执行面临的可靠/一致/并发/持久问题,数据库早有一套答案:把 ACID 重解释为语义原子性/一致性/隔离性/持久性,用探索-验证循环+事务技能中枢落地。广泛 benchmark 比含 Claude Code 在内的 SOTA 高 10.6%。
💡 与研究方向关联:给 agent 系统套上数据库的事务性脚手架——长程可靠执行的原则性基础,对应 agent 架构的可靠性维度,也是 agent 规模化落地前的关键工程方向。
▶ 原文摘要 Abstract
Large language model (LLM) agents are evolving from conversational assistants into autonomous systems that execute long-horizon tasks through reasoning, tool use, code generation, and workspace manipulation. As agents increasingly operate over persistent environments and multi-step workflows, they face challenges analogous to those addressed by transactional database systems: reliable execution, consistent outcomes, safe concurrency, and durable state management. We introduce the concept of an agentic transaction and propose an ACID-compliant agent system framework that reinterprets the classical ACID properties for agent execution through four semantic guarantees: Semantic Atomicity, Semantic Consistency, Semantic Isolation, and Semantic Durability. Together, these properties provide a principled foundation for building reliable agent systems despite model uncertainty and dynamic execution environments. To instantiate this framework, we develop an ACID-compliant data agent that realizes these guarantees through transactional exploration-execution-validation cycles, transactional skill hubs, confidence divergence-based validation, semantic dependency-aware isolation, and transaction-aware semantic state management. Experimental results on widely used benchmarks show that our system achieves a 10.6% improvement over state-of-the-art agents, including Claude Code. This work opens a broader research agenda on extending transactional principles and system architectures toward building trustworthy, scalable, and self-evolving AI agent systems.
ACIDAgent ReliabilityTransactionAgent System
cs.AI · 2608.14036 · 2026/08/14
Demystifying Agent Skills: Why They Work-Until They Don't
技能评估的补全:技能有效的机制是「程序锚定」——把噪声轨迹变成稳定执行的动作锚点(占 65.7%),而非注入缺失知识(4.5%)。检索是独立瓶颈:技能池 5→100 时实际使用精度从 29.6% 跌到 3.3%。8/14「Skills Can Be Harmful」的姊妹篇。
💡 与研究方向关联:8/14「Agent Skills Can Be Harmful」同线续篇:上一作讲技能何时有害,这篇讲何时有效、为什么有效。对用户关心的技能体系评估与设计形成完整闭环。
▶ 原文摘要 Abstract
Skills have emerged as a practical and effective approach for enhancing LLM agents at inference time through structured packages of knowledge. However, existing evaluations largely measure whether skills improve aggregated task success, leaving a more fundamental question underexplored: \emph{\textbf{When do skills help, why do they work, and where do they fail?}} Through controlled experiments across various benchmarks, agent harnesses and LLMs, we isolate the effects of representation, outcome annotation, retrieval difficulty, and cross-framework robustness of skills. To further answer this question, we design a contrastive study that combines controlled quantitative experiments with paired trajectory analysis. We normalize 8,135 trial records from controlled experiments and retain 238 valid unique labels from 240 open-coded records. We consolidate these observations into a taxonomy of three high-level categories and twelve skill-use modes: skills work when noisy trajectories become procedural anchors that stabilize execution. Skills improve over Workflow Memory by 6.06 points in matched comparisons. Procedural anchoring accounts for 65.7\% of skill cases, versus 4.5\% for explicit knowledge injection, showing that skills stabilize action rather than inject missing facts. Retrieval is a separate bottleneck: as pools grow from 5 to 100, actual-use precision falls from 29.6\% to 3.3\%. Confusable distractors impair offline identification, yet downstream success remains stable; exact ground-truth invocation is neither sufficient nor necessary. Skills fail under brittle assumptions, incompatible contexts, or insufficient adaptation. These findings move evaluation beyond aggregate success rates and guide reliable self-evolving agents.
Agent SkillsProcedural AnchoringSkill RetrievalAbstention
cs.AI · 2608.14380 · 2026/08/14
AgentRewind: Recoverable Execution for Long-Horizon LLM Agents
长程执行早期出错会沿上下文+环境状态传播且难逆转。AgentRewind 记录 agent 上下文与环境对齐 checkpoint,出错可回到早期状态带信息续跑;跨模型/harness 实验成功率与 checklist 进展均超基线。
💡 与研究方向关联:长程 agent 的「撤销」能力——与 Agentic Transaction 同属 agent 可靠性工程,恢复点设计对长任务执行有实际价值。
▶ 原文摘要 Abstract
Many real-world tasks require LLM agents to interact with their environments over long execution horizons. Errors that occur early in execution may propagate through both the agent context and environment state, and their effects may be difficult to reverse through subsequent actions. Existing methods mainly seek to reduce such errors through plan refinement and safety checks but provide little support after errors occur. To enable recovery during long-horizon execution, we present AgentRewind, a runtime recovery framework that records aligned checkpoints of the agent context and controlled environment, allowing agents to return to an earlier state and resume execution with information from previous attempts. We also construct MettleBench, a benchmark for evaluating task completion and partial progress on long-horizon engineering assignments containing a series of related requirements. Experiments across tasks, multiple models, execution strategies, and agent harnesses show that AgentRewind improves task success rate and average checklist progress over the compared baselines.
Recoverable ExecutionLong-HorizonCheckpointRuntime
cs.AI, cs.LG · 2608.14339 · 2026/08/14
Clearing the Fog: Towards Installing and Refining Proactive Exploration Capabilities in LLM Agents
agent 主动探索能力(为改进未来决策而探索环境):SAFARI 用探索密集轨迹合成缓解示范的后视偏差,再用对比轨迹对 RL 区分生产性探索与冗余游荡。多个环境验证有效。
💡 与研究方向关联:主动探索是 agent 从「被动接指令」走向「主动获取信息」的关键能力,与用户的 agent 架构研究直接相关。
▶ 原文摘要 Abstract
We study proactive exploration in LLM agents, i.e., the ability to explore an environment to acquire information that improves future decision-making. In this regard, we first identify two fundamental bottlenecks that hinder this capability and then propose \ours, a novel method designed to instill and refine proactive exploration. Specifically, \ours\ consists of two components: (1) Exploratory Data Construction, which synthesizes exploration-rich trajectories to mitigate the hindsight bias of standard demonstrations; and (2) RL Optimization with Contrastive Signal Guidance, which leverages contrastive trajectory pairs to distinguish productive exploration from redundant wandering. Extensive experiments demonstrate the effectiveness of \ours\ and provide insights into the characteristics of proactive exploration. Our code is available at: https://github.com/GuanZhizhao/SAFARI.
Proactive ExplorationExplorationRLHindsight Bias
cs.AI, cs.CL, cs.LG · 2608.14375 · 2026/08/14
Wrong but Useful: Trajectory Value Beyond Answer Correctness in Multi-Agent Messages
多智能体按「消息是否正确」筛选答案会丢掉错误消息里的有用结构。DHD 协议 replay 测轨迹价值:5 benchmark×2 模型族全部出现 wrong-helpful 消息,改变最终正确性的错误消息中 >40% 有益。保留推理比只留答案更能保住成功。
💡 与研究方向关联:消息筛选标准的新维度——轨迹价值 vs 答案正确性,对多智能体聚合、deliberation 架构设计有直接意义。
▶ 原文摘要 Abstract
Multi-agent reasoning systems often use agreement, confidence, or automated scores to decide which messages should shape a final answer. Such filtering assumes that a message likely to be correct is also worth keeping. Yet a wrong answer can contain a useful decomposition, constraint, or scientific principle. We test this distinction with Diverse Hypothesis Deliberation (DHD), a controlled measurement protocol that caches five independently generated messages and replays the same downstream solver, called the integrator, with each message available or hidden. The replay comparison measures a message's trajectory value: whether making the message available helps or harms subsequent reasoning. Across five mathematics and science benchmarks and two openly available model families, gpt-oss-120b and gemma-4-31B-it, wrong-helpful messages appear in every benchmark-model combination. Among wrong-answer messages that change final correctness, more than four in ten changes are helpful in each model. Controlled repeats show that the number of repeatable message effects is unlikely to arise from replay variation alone (p=0.0002). A focused intervention on repeatable wrong-helpful messages finds that the complete message works best, while retaining its reasoning preserves more success than retaining only its answer; the source of the complete-message advantage remains open. Within the same problem, repeated trajectory-value evidence also identifies a better keep-or-remove choice than answer correctness alone. Answer correctness is therefore informative but does not determine trajectory value. DHD measures this missing property and produces reusable labels for learning when agents should listen.
Multi-AgentTrajectory ValueDeliberationFiltering
cs.AI, cs.CL, cs.LG · 2608.14509 · 2026/08/14
Split the Labor: Separating Evidence Interpretation from Decision Aggregation
「从多源下结论」混了两个需求:证据解释(要能力)与决策聚合(要算术)。四字段证据元组固定两半,并揭示 count-scale drift:阈值随源数量滑动,源可靠性差异时投票规则与后验排序不可调和。pooled 校准 log-likelihood 比率一次修两处。
💡 与研究方向关联:证据聚合的数学拆解——对多智能体结论合成、评估面板的可靠性分析有直接借鉴。
▶ 原文摘要 Abstract
Systems that ask a language model to reach a conclusion from many sources usually concatenate them into one prompt. This conflates two operations with different requirements. Interpreting a source rewards capacity and context. Combining interpretations rewards fixed arithmetic, comparability across instances, and the option to return nothing. Once separated, the design problem becomes the interface between them. We propose a four-field evidence tuple (hypothesis, reliability bucket, rationale, provenance) and show that fixing it determines both halves. The separation also reveals a failure mode in how such systems combine, which we call count-scale drift. Thresholding a sum of unnormalized weights is exactly posterior thresholding, but at an operating point that slides with the number of sources consulted. The slide grows with reader reliability. When source reliabilities differ, the vote rule and the posterior order instances differently, and no threshold reconciles them. Pooling calibrated log-likelihood ratios addresses both problems. The fix is arithmetic rather than architectural, and applies to a class of rules beyond language models: score-summing triage engines, diagnostic panels scored by counting positives, and additive multi-signal detectors. We then instantiate the principle twice on one longitudinal corpus, once after outcomes resolve and once before. The same partition helps in both, at different granularities: over reading in the first, over learning capacity in the second. There, a small sequence encoder on an easy auxiliary objective plus a tree ensemble carrying the censored survival loss reaches 0.921 AUPRC against 0.805 for a hand-crafted baseline. We separate what transfers from what must be re-estimated per domain, and state five predictions that would falsify the framework, three negative results, and which comparisons remain confounded.
Evidence AggregationDeliberationDecompositionCalibration

语音与实时交互

eess.AS, cs.CL · 2608.13831 · 2026/08/13
VoiceChat-TTS: A Low-Latency Continuous Speech Synthesis Model for Interactive Agents
今日语音侧最贴近 duplex 的进展:VoiceChat-TTS 由 LLM 文本 token 流直接驱动,控制 token 显式中断,无输入输出静音,支持 mid-utterance 打断且不重置 KV cache。在单级 duplex 模型外提供保质量的模块化替代路径。
💡 与研究方向关联:今日无纯 duplex 论文,这篇是语音侧最贴近的进展:连续流式 + barge-in + 控制 token + 打断不重置 KV,与用户 duplex 语音架构的组件级设计直接对应。
▶ 原文摘要 Abstract
Spoken dialogue is a natural form of human--computer interaction, yet most speech language models remain limited to turn-based operation and lack real-time adaptability, such as user barge-in. Recent duplex speech-to-speech and speech-to-text models reduce latency by replacing multi-stage pipelines, but often compromise speech quality because accurate ASR, interruption handling, and high-fidelity synthesis must be optimized jointly. We propose VoiceChat-TTS, a low-latency, continuous, and streamable text-to-speech model for interactive agents. VoiceChat-TTS is driven directly by LLM text-token streams, supports explicit interruption via control tokens, and produces silence when no textual input is available. The model enables always-on, responsive speech generation while preserving modularity and high speech quality, and it supports mid-utterance interruptions without resetting the KV cache.
Duplex VoiceStreaming TTSBarge-inLow Latency

会话与记忆

cs.AI, math.ST, stat.ME, stat.ML · 2608.14528 · 2026/08/14
Handover of In-Context Learning State Across Session Boundaries
会话要交接给新 session/新 agent 时保留什么?把交接建模为任务相关 ICL 状态的传递:外生性条件下预测等价性刻画最粗充分交接 + 固定 bit 需求,并提出「决策约束+统计证据+原始观测」三段式交接记录。
💡 与研究方向关联:会话延续与上下文交接是 agent 长对话(含 duplex 多轮延续)的基础设施问题——交接记录的三段式结构对用户的跨会话 agent、上下文管理有直接借鉴。
▶ 原文摘要 Abstract
This study investigates the methodological and theoretical properties of session handover in applications that use large language models. A task may continue in a new session when the context reaches the model's input limit, when the application restarts, or when another agent is asked to finish the task. The application must then decide which information from the earlier session to pass on. We formulate handover as the transfer of a task-relative in-context learning (ICL) state and distinguish exact recovery of earlier material from preservation of the target distribution. Under an exogeneity condition, predictive equivalence characterizes the coarsest deterministic sufficient handover and gives a fixed-length bit requirement. The analysis isolates the effects of the memory constraint, the writer, and the continuation procedure, and quantifies the cost of writing before the realized downstream query is known. We propose a three-part record that stores decisions and constraints exactly, uses task-justified statistics for repeated evidence, and retains original observations whose effect is not preserved by those statistics. Gaussian linear regression gives an exact finite-dimensional handover and finite-bit perturbation bounds, while nonparametric regression gives upper and lower bounds that relate memory to squared prediction error. These results provide a theory and method for deciding what a handover must retain and how its memory requirement depends on the continuation task.
Session HandoverICLMemoryContext Management
cs.AI, cs.CL, cs.LG, cs.MA, cs.MM · 2608.13606 · 2026/08/11
MobileMem: Learning from a Year of Mobile Experiences
持久个人助理要记住用户一年经验。MobileMem:基于年级移动经历的设备端长时记忆 benchmark,knowledge-grounded 合成时序一致长程轨迹,文本+多模态覆盖多跳/时序推理、知识更新与隐式偏好。从信息检索走向经验智能。
💡 与研究方向关联:Tier 2 记忆关注点(用户新增):多模态长时记忆 benchmark,对个人助理 agent 的记忆系统设计有参考。
▶ 原文摘要 Abstract
The next generation of AI agents is increasingly moving beyond systems that answer isolated questions toward persistent personal assistants that can understand, remember, and continuously learn from users' experiences. Such assistants require long-term memory to accumulate and leverage user-specific experiences over time, yet existing benchmarks remain inadequate for realistic mobile settings, where experiences are heterogeneous, multimodal, evolving, and deeply personal. We introduce MobileMem, a benchmark and framework for studying on-device long-term memory, grounded in a year-scale collection of mobile experiences. MobileMem employs a knowledge-grounded synthesis pipeline to construct coherent and temporally consistent long-horizon trajectories from user-app sessions. It provides complementary text and multimodal settings covering multi-hop and temporal reasoning, knowledge updating, and implicit preference inference. Specifically, MobileMem enables agents to remember the past, understand the present, and adapt to the future. By modeling experiences rather than isolated facts, MobileMem moves memory beyond information retrieval toward experiential intelligence for continuous personal learning.
Long-Term MemoryMobile AgentMultimodalBenchmark

推理模型与行为

cs.CL, cs.AI, cs.LG · 2608.13570 · 2026/07/01
Think in Latent, Explain in Language: Self-Explainable Latent Reasoning
隐式推理高效但不可读,post-hoc 解码器解释又脱钩。SELR 一个模型两目标:Answer Loss 优化潜在轨迹出对答案,CoT Loss 训练同模型把隐表示解码回可读步骤。LLM/VLM 双验证,免外部解码器。
💡 与研究方向关联:推理效率与可解释的平衡点——隐式推理的「黑箱」问题有了单模型自解释方案,对 agent 推理栈设计有意义。
▶ 原文摘要 Abstract
Latent reasoning has emerged as a powerful alternative to text-based Chain-of-Thought (CoT), offering significant gains in computational efficiency by compressing verbose reasoning into compact embeddings. However, compressing reasoning into the latent space renders the thinking opaque, hindering its interpretability. Current methods present a stark trade-off: they either function as unexplainable ''black boxes'' (e.g., Coconut), where the latent reasoning is not human-readable, or rely on separate post-hoc decoders for explainability (e.g., Heima), introducing architectural overhead and decoupling the explanation from the actual reasoning process. In this work, we present a unified framework for Self-Explainable Latent Reasoning (SELR) that trains a single model to perform efficient and inherently explainable latent reasoning. Our core contribution is a novel multi-task training objective that optimizes for two goals simultaneously: (1) an Answer Loss that optimizes the latent reasoning trajectory to produce accurate final answers, and (2) a CoT Loss that explicitly trains the same model to decode its own latent representations back into human-understandable reasoning steps. This design ensures that generated latent representations are both task-effective and semantically interpretable, eliminating the need for external decoders. We validate the effectiveness of SELR on both Large Language Models (LLMs) and Vision-Language Models (VLMs), demonstrating that SELR achieves superior token efficiency and accuracy compared to baselines, while uniquely providing self-contained explainability without auxiliary models. Project page is available at https://jasondayuan.github.io/SELR/.
Latent ReasoningExplainabilitySelf-ExplainCoT
cs.CL, cs.AI, cs.CV, cs.LG · 2608.13760 · 2026/08/13
Amplified Does Not Mean Predictive: Reasoning Behaviors in Thinking Models
thinking 模型放大自我修正、假设检验,但这些不是最强的正确信号。Behavioral Lift 揭示 Amplification-Lift Gap:置信校准与正确性最强相关却几乎不被放大,不确定承认被放大 3-7x 却与正确性弱相关。推理训练该奖励「落地且校准」而非表面形式。
💡 与研究方向关联:推理行为的「what to reward」问题——对 agent 推理训练的目标设计、评测维度有直接启发。
▶ 原文摘要 Abstract
Which reasoning behaviors are associated with correct answers in reasoning models, and does reasoning-oriented training amplify those behaviors? This distinction is important because reasoning-oriented training can make traces look more deliberative without amplifying the behaviors most tied to model correctness. We quantify this mismatch with Behavioral Lift, a metric that measures how much correctness changes when a behavior is present versus absent in a model's reasoning trace. Across 15 models and 6 benchmarks spanning text-only and vision-language reasoning, we annotate 15,282 traces with a taxonomy whose core behaviors are defined for both LLM and VLM traces. We find evidence for an Amplification-Lift Gap, in which thinking models strongly amplify self-correction, hypothesis testing, and uncertainty acknowledgment, while the highest-lift behaviors are confidence calibration, knowledge alignment, and self-awareness. Confidence calibration is among the strongest positive signals of correctness in both modalities, yet is barely amplified; uncertainty acknowledgment is amplified by 3--7$\times$, yet is weakly or negatively associated with correctness. We find that reasoning-oriented training does not preferentially amplify the highest-Lift behaviors, motivating process-level objectives that reward calibrated and grounded reasoning rather than surface form alone.
Reasoning BehaviorThinking ModelsBehavioral LiftCalibration

基座模型与推理基础设施

cs.AI · 2608.14290 · 2026/08/14
Intern-S2-Mobius: Foundation Model with Decoupled Knowledge and Reasoning
把知识(FFN)与推理(Self-Attn)解耦:Mobius 全局共享 Memory 存知识向量,多个 Reasoner 反复查询。7B 用 62.6% 数据达同分;Intern-S2-Mobius 从 Qwen3.5-35B 持续预训练,同分下近 4x 端到端加速。
💡 与研究方向关联:知识/推理解耦的基座架构——与 duplex 的 interaction/thinking 层解耦在哲学上同源,也是推理基础设施层面的硬收益。
▶ 原文摘要 Abstract
We introduce Mobius-v0, an architecture that comprises a globally shared Memory (FFN) that stores knowledge vectors and multiple Reasoners (Self-Attn) that iteratively achieve compositional reasoning. Using hidden states as cache and carrier, reasoners repeatedly query memory for required knowledge-vectors, while the knowledge is transmitted back to reasoning operators. Through this knowledge-reasoning-separation architecture, Mobius achieves better knowledge compression and reasoning efficiency. Built upon Mobius-v0 architecture: 1) Our 7B model trained-from-scratch achieves similar downstream score as a 7B Transformer baseline with 62.6% of baseline's training data. 2) Our Intern-S2-Mobius, continually-pretrained from Qwen3.5-35B, achieves similar downstream score while delivering nearly 4x end-to-end inference speedup.
Knowledge-Reasoning DecouplingFoundation ModelMemory FFNInference Speedup

RL 与训练

cs.CL, cs.LG · 2608.13698 · 2026/08/13
GRPO Beyond English: A Large-Scale Study of GRPO in Non-English and Multilingual Settings
GRPO/RLVR 研究严重英语中心。大规模多语实证:母语推理训练离英语差距小、跨语言迁移强,但特定模型-语言组合会严重回归。RLVR beyond English 收益广,前提是配广泛评测防语言级退化。
💡 与研究方向关联:RL 训练的一个被忽视维度——多语言设定下的 GRPO 行为,对多语 agent 的训练配方有直接参考。
▶ 原文摘要 Abstract
Reinforcement Learning with Verifiable Rewards (RLVR), often optimized with Group Relative Policy Optimization (GRPO), has become a central recipe for improving the reasoning capabilities of pretrained language models but current studies remain heavily English-centric. We conduct a large-scale empirical study of multilingual and non-English GRPO across a wide range of base models, training languages, and different reasoning language rewards. We find that training to reason in the native language often leaves only a small gap to training for English reasoning. We further observe strong crosslingual transfer: training in one language often improves performance in many others. However, specific trends are highly model- and language-dependent. In some cases, training in a particular language induces severe regressions on out-of-domain capabilities in other languages. Our analysis shows that RLVR beyond English can provide broad crosslingual gains, but also requires broad evaluation to detect language-specific regressions.
GRPOMultilingual RLRLVRCrosslingual Transfer
cs.CL, cs.AI · 2608.14277 · 2026/08/14
SimpleOPD: Simple Tokenizer-Agnostic On-Policy Distillation for Long-Context Reasoning
长上下文推理教师→短上下文学生:SimpleOPD 在共享文本空间只对齐同跨度 token 解决分词器错配,用 reference KL+终止 token 掩码稳住分布与长度。Intern-S2-Preview ProofBench +21.2 达 55.2,超 Gemini-2.5-Pro。
💡 与研究方向关联:蒸馏路径下的 RL/推理训练——长上下文能力向短上下文模型的迁移配方,对 agent 训练栈有参考。
▶ 原文摘要 Abstract
On-policy distillation (OPD) offers a promising way to transfer reasoning capabilities from stronger teacher models, but applying it to long-context reasoning teachers and short-context students introduces practical challenges, including tokenizer mismatch, teacher-student distribution mismatch, response length explosion, and training instability. In this work, we study this setting by transferring proof-reasoning capabilities from the long-context reasoning model SU-01 to short-context student models. To handle tokenizer differences, we perform OPD in a shared text space and align only tokens that occupy identical text spans under the student and teacher tokenizers. To mitigate the problem of excessive generation length and frequent truncation, we introduce a student reference KL loss and mask the advantages of special termination tokens such as </think> and <|im_end|>. This strategy constrains the student from drifting excessively from its initial policy, thereby mitigating the teacher-student distribution mismatch problem and fostering steady length growth. Experiments on both same-family and different-family student models, including Qwen3, Qwen3.5, Intern-S2, GLM-4.7, Gemma-4, show consistent gains in mathematical reasoning, especially natural-language math proving. Notably, Intern-S2-Preview improves by 21.2 points on ProofBench, reaching 55.2 and surpassing Gemini-2.5-Pro. It also improves on science benchmarks such as HLE and HiPhO, suggesting that OPD transfers reasoning capabilities that generalize beyond the mathematical training domain.
On-Policy DistillationLong-ContextTokenizer-AgnosticProofBench

具身与实时控制

cs.RO, cs.AI · 2608.14379 · 2026/08/14
Reflex: Enabling Fast and Predictive Vision-Language-Action Models for Reaction-Critical Manipulation
VLA 评测忽略动态交互:ReflexBench 六动态任务+解耦控制步进+可配延迟;ReflexVLA 用潜在未来预测+多帧时序融合增强时序推理,批式视觉编码+CUDA Graph replay 降延迟。动态提升、静态不损,真实世界验证。
💡 与研究方向关联:「反应关键」的低延迟 VLA——与 duplex 的实时响应议题在时间预算维度同源,机器人侧的 latency-aware 推理。
▶ 原文摘要 Abstract
Vision-Language-Action (VLA) models have recently achieved promising performance in robotic manipulation. However, existing benchmarks mainly evaluate generalization on static manipulation tasks and largely overlook dynamic interaction scenarios. To address this gap, we present ReflexBench, a benchmark for reaction-critical manipulation. ReflexBench contains six dynamic tasks and introduces an evaluation framework that decouples simulator stepping from robot control while supporting configurable latency under synchronous and asynchronous inference. Building upon ReflexBench, we propose ReflexVLA, an efficient VLA model designed for reaction-critical manipulation without large-scale robot-data pretraining. ReflexVLA enhances temporal reasoning through latent future prediction and multi-frame temporal fusion within the vision backbone, while reducing deployment latency through batched visual encoding and CUDA Graph replay. Experiments show that ReflexVLA consistently improves dynamic manipulation performance while maintaining competitive accuracy on standard static manipulation benchmarks, and real-world experiments further demonstrate its effectiveness under practical deployment conditions. Project website: https://reflexvla.github.io
VLAReaction-CriticalLow LatencyManipulation

📚 知识库更新

📚 知识库更新 — 今日无新增
AgentTeam-Shared-Knowledge 本地副本 HEAD 仍为 bb97fce(focusmem: 动态 latent GUI memory 方法),与 checkpoint 相同——自 2026-08-15 检出 14 条增量后尚无新 commit 同步进来。无待收录增量。
同步状态: 外部同步已恢复(8/15 验证),今日未见推进
由高松灯 / Agent 日报自动生成 · 2026-08-18 · 精读页数据源为 arXiv 摘要与 HTML 全文