Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/22 04:00:00

MUX: Continuous Reasoning via Multiplexed Tokens

AI 中文解读
语言模型在推理时总是“一步一个脚印”地输出文字,速度慢、效率低。现在,一种名为MUX的新方法打破了这种瓶颈,它让AI在内部“压缩”思考过程,一次传递多个信息,推理又快又准,还能并行探索多种可能性。 传统AI在回答问题或解题时,每走一步只能输出一个词,其中大部分词其实只是在“造句”,而不是真正在“计算”。MUX则模仿了通信中的多路复用技术,把多个推理步骤打包成一个连续的“信号包”,在AI的隐空间里一次性传输。这个信号包在压缩时不会丢失任何信息,AI还能完整拆解回原来的步骤。更厉害的是,由于信号是连续的,AI可以同时尝试多条思路,像在搜索迷宫的多个岔路一样并行探索,大大提升了解决复杂问题的效率。 这项技术一旦落地,你日常使用的AI助手、在线客服、代码辅助工具都可能变得“反应更快、思考更深”。比如当你问一个需要多步计算的数学题,AI不再像打字员一样慢吞吞地列算式,而是瞬间给出正确推理过程;在帮你写报告或做决策时,它也能在后台同时评估多个方案,选出最优解。一句话:AI的“头脑风暴”变得更高效了。
arXiv:2607.18264v1 Announce Type: new Abstract: Language models solve complex problems by articulating intermediate reasoning steps in natural language. While effective, this process is computationally bottlenecked: each reasoning step conveys only a single subword, and many are spent expressing a thought instead of carrying out computation. We propose MUX, a simple method for high-bandwidth and compact reasoning based on distillation of discrete reasoning into continuous multiplexed tokens in a latent space. Here, each latent token is trained to represent a weighted linear superposition (multiplexing) of a span of discrete reasoning subwords, where this superposition is lossless by construction and the span can be fully recovered (demultiplexing). We prove that simple position-dependent weightings, such as suitable geometric decay, support lossless multiplexing, which in turn prevents shortcut behaviors caused by latent collapse. We further show that multiplexed reasoning can perform parallel exploration in problems that require search. Across 32 evaluation settings spanning four language models, MUX outperforms strong latent reasoning baselines. Ablation and probing analyses further show that the learned latent tokens encode faithful and interpretable reasoning. Our results suggest that lossless superposition as local learning targets constitutes a sufficient condition for achieving strong and efficient latent continuous reasoning.
分享
阅读原文