2026-08-11
1 篇
混合线性注意力大语言模型中的大规模激活:预注意力尖峰与尖峰间平台
HF 热门
中相关
架构设计训练动力学注意力机制
Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus
判定:研究混合线性注意力架构预训练中的大规模激活现象
本文首次系统研究层交错混合线性注意力(HLA)大语言模型中的大规模激活(MA)。发现MA在完整注意力层前形成预注意力尖峰(PAS),并可经线性注意力层持续形成尖峰间平台(ISP)。通过在最多1.3B参数的GDN混合模型受控预训练,表明两种形态早期出现且对输出门控不对称响应,机制上支持由MA抵消时机调控的生命周期解释。
- 揭示HLA LLM中PAS与ISP两种大规模激活形态
- 跨多架构/配置/域/规模验证MA组织规律
- 受控预训练显示门控不对称衰减MA但保留层结构
📄 2608.12149
▲ 30
💬 4
📅 2026-08-11
✍ Zunhai Su 等 11 人
We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full attention LLMs. We establish the recurrence of this organization across five linear attention architectures, six hybridization configurations, five data domains, and representative open-source hybrid models spanning 1.2B to 397B total parameters. Controlled pretraining of GDN-based hybrids at scales up to 1.3B shows that both morphologies emerge early and respond asymmetrically to output gating: full attention output gating strongly attenuates their absolute magnitudes without eliminating their layerwise organization, whereas removing GDN gates yields comparatively modest amplification. Mechanistically, our systematic-outlier analysis supports a shared lifecycle account governed by the timing of MA cancellation. PAS follows a localized write-sink-cancel process, while the extended persistence of ISP is consistent with delayed cancellation. At the full attention limit, this account recovers the stable MA morphology characteristic of full attention LLMs. Our code is available at https://github.com/StartluxLabs/Massive-Activations-HLA.
2026-08-09
2 篇
Motif 3:技术报告
HF 热门
高相关
MoE架构设计长上下文
Motif 3: Technical Report
判定:从零训练314B MoE基座模型并报告预训练技术
本文提出Motif 3,一个314B总参数的解码器-only细粒度MoE语言模型,每token激活13.2B。其采用GDLA注意力、改进超连接、ESPN激活及多token预测等架构创新,并在约12.5T tokens上从零预训练,辅以专家均衡与MXFP8等稳定高效训练技术。经后训练整合多能力后,模型在推理、代码、长上下文等评测中媲美领先开放权重模型。
- 细粒度MoE架构含384路由专家每token选8
- GDLA融合分组差分注意力与MLA压缩KV
- 12.5T tokens预训练并采用MXFP8与256K上下文并行
📄 2608.09119
▲ 41
💬 1
📅 2026-08-09
✍ Junghwan Lim 等 27 人
We introduce Motif 3, a decoder-only Mixture-of-Experts language model with 314 billion total parameters and 13.2 billion activated per token. Each sparse MoE layer contains 384 routed experts, with eight selected per token. This fine-grained sparsity provides substantial expert capacity while limiting computation. Motif 3 is built around Grouped Differential Latent Attention (GDLA), which integrates grouped differential attention with the compressed key-value representation of Multi-head Latent Attention. The architecture further incorporates modified manifold-constrained hyper-connections, Expert Specific PolyNorm activations, and multi-token prediction to improve optimization stability, expert specialization, and inference efficiency. We pretrain Motif 3 on approximately 12.5 trillion tokens spanning web documents, STEM, code, mathematics, multilingual content, and domain-specialized corpora. Expert-balancing and numerical-stabilization techniques support stable training at scale, while selective MXFP8 computation and communication, memory-efficient fused kernels, and window-aware context parallelism enable training with context lengths up to 256K tokens. Our post-training pipeline combines general supervised fine-tuning, six specialist teachers trained with reinforcement learning, a software-engineering teacher trained with supervised fine-tuning, and Multi-teacher On-Policy Distillation. The resulting unified model consolidates complementary capabilities in reasoning, coding, tool use, professional work, long-context understanding, calibrated abstention, and instruction following. Across a broad evaluation suite, Motif 3 demonstrates competitive performance against leading open weight models, including strong results on long-horizon agentic tasks, mathematical reasoning, scientific knowledge, and hallucination-sensitive evaluation.
幂律图注意力:缩放点积注意力的精确泛化,推理时的经验性坍缩
HF 热门
高相关
架构设计注意力机制变体Transformer架构改进
Power law graph attention: exact generalization of scaled dot-product attention, empirical collapse at inference
判定:提出PLGA注意力架构并验证,属Transformer架构改进
该论文提出PLDR-LLM及其幂律图注意力(PLGA),以输入生成的正张量双线性算子替代固定SDPA。PLGA在恒等算子下精确包含SDPA,并具Perron-Frobenius结构与NOTEARS正则。论文证明推理不变性会导致推断坍缩为广义SDPA,并在发布检查点上测量了三阶段机制与分块训练一致性。
- PLGA以学习的正幂律双线性算子泛化SDPA并精确包含之
- 证明输入不变性下推理坍缩为常算子广义SDPA
- 在检查点上测量旋转搅动等机制并验证分块训练一致性
📄 2608.10288
▲ 7
💬 2
📅 2026-08-09
✍ Burc Gokden
The Large Language Model from Power Law Decoder Representations (PLDR-LLM) and its attention, Power Law Graph Attention (PLGA), replace the fixed bilinear form of scaled dot-product attention (SDPA) with a learned, input-generated bilinear operator G_{LM}, built from a positive tensor A_{LM} by elementwise power laws. The architecture is fully specified, verified against pinned reference releases; claims are labeled theorem, conditional theorem, measurement, or conjecture. Unconditionally: PLGA contains SDPA exactly at G_{LM}=I; A_{LM} and A_P are strictly entrywise positive, with Perron-Frobenius structure on A_{LM}; the DAG regularizer has the NOTEARS walk-counting form and positivity obstructs exact acyclicity; and, under nonresonance (satisfied by standard rotary frequencies), a commutant criterion identifies which operators preserve relative-position dependence. An inference-collapse theorem: exact input invariance of deductive outputs collapses inference to generalized SDPA with a constant operator. Measured invariance: relative fluctuations of 10^{-6} and below; perturbation bounds quantify but do not certify cached inference; the assembled proxy misses the decoding margin. A conditional three-stage mechanism (rotary twirl, concentration, row-map contraction) is measured on a released checkpoint. Blockwise training and scoring under the global Gram are stated with explicit target exposure; on tested samples, block and sequential scoring select identical answers and agree on the published TruthfulQA probability-mass metric within 5times 10^{-5} per item. Self-organized criticality enters as a phenomenological framework with an intrinsic order parameter; open claims become falsifiable conjectures. Selected proof cores are machine-checked in Lean 4.
2026-08-08
1 篇
全带宽Transformer
HF 热门
高相关
架构设计预训练目标与算法训练动力学
Full-bandwidth transformer
判定:提出新架构与预训练目标并训练1B模型
标准Transformer解码步间垂直反馈通道过窄,仅采样token回传底部而顶层隐状态被丢弃。本文提出全带宽Transformer,通过门控线性单元将上层隐状态与词嵌入融合形成潜反馈,拓宽该通道且不改架构与KV缓存。采用调度多遍目标在预训练后期引入潜反馈并混合深层反馈以稳定训练。1B模型训练至400B token,验证损失、少样本评测及推理表现提升,等效省约1.5倍数据。
- 用潜反馈拓宽解码步间垂直通道,保留标准Transformer与KV缓存
- 调度多遍目标在预训练后期引入反馈并保证稳定性
- 1B模型训400B token,效果匹敌多1.5倍数据的标准模型
📄 2608.08888
▲ 21
💬 4
📅 2026-08-08
✍ Xi Wang 等 8 人
Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns to the bottom of the stack, while the top-layer hidden state is discarded. We introduce the full-bandwidth transformer, which widens this channel with latent feedback: at each decoding step, the previous top-layer hidden state is fused with the sampled token embedding through a gated linear unit and fed back as the next input. Latent feedback lets non-verbalized computation re-enter the stack with a renewed depth budget, while preserving the standard transformer architecture, KV cache, and language-modeling objective. To train full-bandwidth transformers without losing parallel teacher forcing, we use a scheduled multi-pass objective that introduces latent feedback late in pretraining and mixes a small fraction of deeper feedback passes for stability. We train 1B-parameter full-bandwidth transformers up to 400B tokens and find that latent feedback improves validation loss, 5-shot language-model evaluation, math and coding generation, and instruction-tuned performance. With negligible per-token decoding overhead, full-bandwidth transformers match or approach standard transformers trained with roughly 1.5times more tokens, and manage to produce shorter reasoning traces at equal or better accuracy.
2026-08-06
1 篇
Skaling:Chinchilla指数与Kaplan耦合的相遇
HF 热门
高相关
Scaling Law训练动力学compute-optimal
Skaling: Chinchilla's Exponents Meet Kaplan's Coupling
判定:提出耦合型Scaling Law优化预训练算力分配
标准神经Scaling Law在数据与模型极端区间系统性误估损失,根源在于假设模型规模与数据独立影响损失。本文提出Skaling律,通过单一交互指数耦合模型容量与数据,在插值与外推区间将MAPE降低1.5-3倍。结合低算力稀疏网格策略,可用约1/10算力实现全网格外推,为下一代模型预训练算力预算提供稳健高效框架。
- 揭示标准Scaling Law独立假设导致极端区间误估
- 提出耦合模型与数据的Skaling律交互指数形式
- 稀疏网格+Skaling律实现10倍算力节省的外推
📄 2608.07222
▲ 5
💬 0
📅 2026-08-06
✍ Mathurin Videau 等 4 人
Neural scaling laws are foundational for language model development, yet standard formulations systematically under- and overestimate loss at data-scarce and overtraining extremes. This failure originates in the underlying assumption that model size and training data impact the loss independently. To address this, we introduce the Skaling law, a generalized functional form that couples model capacity and data through a single interaction exponent. This simple extension reduces the Mean Absolute Percentage Error (MAPE) by 1.5-3x across both interpolation and extrapolation regimes. When paired with a sparse grid strategy restricted to low-compute regimes, the Skaling law achieves accurate full-grid extrapolation using approximately 10x less compute than uniform sweeps. By enabling reliable performance prediction from small-scale experiments, the Skaling law provides a more robust and resource-efficient framework for allocating compute budgets in next-generation model training.
2026-08-05
3 篇
MameLoshnLM:意第绪语语言模型与评测基准
HF 热门
中相关
预训练数据continual/mid-training评测基准
MameLoshnLM: Yiddish Language Model and Evaluation Benchmark
判定:构建意第绪语预训练语料并继续预训练Llama 3.1 8B
针对意第绪语数字资源稀缺和评测缺失问题,作者构建了高质量预训练语料Oytser和多任务基准Kashes。基于该语料对Llama 3.1 8B进行继续预训练得到MameLoshnLM。该模型在基准上超越同规模开源基线,并更好捕捉意第绪语形态句法特征。
- 发布高质量意第绪语预训练语料Oytser
- 基于Llama 3.1 8B进行继续预训练得到MameLoshnLM
- 构建Kashes基准验证低资源语言噪声数据缺陷
📄 2608.05850
▲ 20
💬 3
📅 2026-08-05
✍ Uri Katz 等 5 人
We present MameLoshnLM, the first open-source 8B-parameter language model built specifically for Yiddish. Despite Yiddish's rich textual tradition, its limited digital presence and the scarcity of reliable evaluation resources have constrained progress in Yiddish language modeling. Existing multilingual corpora and benchmarks are often poor proxies for the language, containing substantial amounts of noisy, machine-translated, and misclassified text. We address these gaps by introducing Oytser, a high-quality Yiddish pretraining corpus that combines contemporary web-native sources with literary materials, and Kashes, a multi-task benchmark spanning translation, linguistic analysis, information extraction, and language understanding. Using these resources, we continue pretraining Llama 3.1 8B to obtain MameLoshnLM. Across the tasks in the benchmark, MameLoshnLM outperforms open baselines of similar scale. Our analyses show that these gains are not only quantitative: relative to general-purpose multilingual models, MameLoshnLM better captures language-defining lexical and morphological patterns, pointing to a broader failure mode of noisy web-scale multilingual data for low-resource languages. Our results provide both a foundation for Yiddish NLP and a practical template for language model development in historically rich but digitally underrepresented languages.
深度解读 · 五问五答
-
Q1: 这篇论文试图解决什么问题?
论文试图解决意第绪语(Yiddish)因数字文本稀缺和可靠评估资源匮乏而导致语言建模进展受限的问题。现有多语料库和基准常含大量噪声、机器翻译及误分类文本,不能真实反映该语言。作者旨在为这一历史丰富但数字欠代表语言提供高质量预训练语料与评测基准及专用模型。
-
Q2: 有哪些相关研究?
论文正文未具体列举已有研究文献或系统综述相关工作的名称与作者。仅指出已有多语言语料库和基准对意第绪语是较差的替代方案,包含噪声、机翻和错标文本。同时提及通用多语言模型在低资源语言上因噪声网络数据存在失败模式,但未引用具体前期研究。
-
Q3: 论文如何解决这个问题?
作者构建了Oytser高质量意第绪语预训练语料,融合当代网络原生源与文学材料。同时提出Kashes多任务基准,涵盖翻译、语言分析、信息抽取与语言理解。基于上述资源,他们对Llama 3.1 8B继续预训练得到MameLoshnLM,即首个开源8B意第绪语专用模型。
-
Q4: 论文做了哪些实验?
实验使用Kashes基准,其任务包括翻译、语言学分析、信息抽取和语言理解四类。基线为同规模开放通用多语言模型(open baselines of similar scale,如通用Llama类模型)。指标为各任务上的性能表现及词汇/形态模式捕捉分析;结果显示MameLoshnLM在基准各项任务优于基线,且更好捕获语言定义性词汇与形态模式。
-
Q5: 有什么可以进一步探索的点?
可探索将Oytser语料构建流程自动化并适配其他低资源语言,以验证模板泛化性。可研究继续预训练中的灾难性遗忘控制,平衡意第绪语专精与多语能力。还可扩展Kashes至口语化或方言变体评测,揭示形态丰富语言的细粒度模型弱点。
扩展内在可解释的语言模型
HF 热门
高相关
预训练目标与算法训练动力学架构设计
Scaling Inherently Interpretable Language Models
判定:将可解释性作为训练约束与语言建模目标联合优化
该工作挑战可解释性损害能力的假设,将可解释性作为训练流程约束与语言建模目标联合优化。在自回归与扩散语言模型上跨三个数量级算力验证可解释性随能力扩展,并训练Steerling-8B扩散语言模型支持概念归因与闭环干预。结果显示其竞争力媲美多倍算力训练的开放模型,表明可解释性可内建于预训练并随规模提升。
- 将可解释性作为训练期约束与LM目标联合优化
- 跨算力规模验证表征随规模更解耦可理解
- Steerling-8B支持归因与无重训概念干预
📄 2608.07594
▲ 17
💬 2
📅 2026-08-05
✍ Guide Labs Team 等 10 人
Interpretability is often treated as a tax on capability: language models are trained as opaque systems, then explained after the fact, with methods whose reliability is difficult to establish. In this work, we challenge this premise. Rather than reverse-engineering a model, we make interpretability a constraint of the training pipeline, optimized alongside the language modeling objective. Across three orders of magnitude of compute, on both autoregressive and diffusion language models, interpretability scales with capability rather than against it. Surprisingly, model representations become more disentangled and aligned with human-understandable concepts with scale. We instantiate the training-time recipe with Steerling-8B, a diffusion language model with a causal attention mask. For any group of generated tokens, Steerling-8B attributes the output to relevant input tokens, human-understandable concepts, and training data. This enables closed-loop intervention: diagnose an output through its concept or feature attribution, retrieve similar training data, and correct the behavior through concept steering without retraining. Steerling-8B remains competitive with open peer models trained on substantially 2-16x more compute, suggesting a different scaling paradigm: interpretability can be designed into training, and it improves with scale.
超越序列顺序:面向Transformer的句法感知位置嵌入
HF 热门
高相关
位置编码架构设计预训练目标与算法
Beyond Sequence Order: Syntax-Informed Positional Embeddings for Transformers
判定:提出预训练期注入句法先验的位置编码方法
该论文解决Transformer位置编码忽略句法结构的问题。提出SiPE,在预训练时从依存句法树学习轻量句法先验,注入绝对、相对、旋转三类位置编码且不改注意力架构。实验表明预训练使用SiPE在SyntaxGym提升达10.3%、困惑度降9.0%,GLUE也提升最多8.2%。
- SiPE在预训练期将依存句法先验注入主流位置编码家族
- 不同架构最优注入点不同:解码器乘性耦合相对位置项,编码器加输入嵌入
- 在句法泛化与GLUE上均优于无句法监督基线且推理仅用单解析
📄 2608.06111
▲ 5
💬 2
📅 2026-08-05
✍ Haris Riaz 等 3 人
Positional embeddings (PE) in Transformers encode token distance and order but are largely agnostic to syntactic structure. We introduce Syntax-informed Positional Embeddings (SiPE), which learns a lightweight syntactic prior from dependency parses during pretraining and injects it across all three dominant PE families (absolute, relative, rotary), for both encoders and decoders, leaving self-attention and the rest of the architecture untouched. We isolate where and how the prior should enter the model, and find it depends on the architecture: for autoregressive decoders that use relative PE, the prior is strongest when coupled multiplicatively with the relative-position term of the attention score, outperforming injection into the input embeddings, into self-attention, or into the positional and attention terms jointly---while for encoders it is best added directly to the input embeddings, composing with each encoder's native positional mechanism. We find that models pre-trained with SiPE improve on the SyntaxGym benchmark by up to 10.3% while simultaneously reducing perplexity by 9.0% over a base model with no syntactic supervision---a metric nearly every existing syntax-injection method instead degrades. Crucially, these gains extend beyond syntactic generalization: SiPE also improves real-world language understanding, raising scores on the GLUE benchmark by up to 8.2% over a model trained without it. Unlike existing syntactic language models that marginalize over many parses at inference or discard syntax at runtime, SiPE conditions on a single parse, establishing a new Pareto frontier between syntactic supervision and inference cost.
2026-08-04
4 篇
迈向多模态预训练的物理:知识流、模态协同、早期统一与配方
HF 热门
高相关
多模态预训练架构设计MoE
Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes
判定:系统研究多模态统一预训练机制与配方
本文研究原生统一多模态预训练中模态交互机制与设计空间这一未被充分探索的问题。通过在合成与真实数据集上的受控实验,系统分析了知识跨模态流动、协同与竞争、早期统一训练优势及高效配方。结果发现共享注意力等架构促进协同,早期统一优于晚期对齐,并以5%算力获得强生成性能,最终训练13.5B MoE模型于2T tokens验证。
- 揭示语言与视觉间知识流的不对称转移模式
- 共享注意力与模态特定FFN架构促进模态协同
- 早期统一训练优于顺序训练并缓解视觉惰性
📄 2608.05000
▲ 56
💬 2
📅 2026-08-04
✍ Junlin Han 等 7 人
Vision offers a critical axis for advancing foundation models, driving a shift towards natively unified multimodal pretraining. Despite this momentum, the design space and the fundamental mechanisms of how modalities interact during unified training remain underexplored. We provide empirical clarity through a systematic exploration of multimodal pretraining. Our controlled experiments on both synthetic and large-scale real-world datasets yield four key insights into the physics of multimodal pretraining: (i) Knowledge Flow: We disentangle how language, visual understanding, and visual generation transfer knowledge across modalities, revealing distinct patterns of influence and asymmetry; (ii) Synergy vs. Competition: We show that data "complexity" largely determines whether modalities are synergistic, identify architectural choices that promote synergy: such as shared attention and normalization with modality-specific feed-forward layers, and find that these behaviors generalize across different visual tokenizer designs; (iii) Early Unification: Unifying modalities from the very early stages and training them jointly is shown to be more effective than late alignment or sequential training. This process uncovers a vision laziness phenomenon, where delayed integration leads models to rely on language priors; (iv) Recipes: We derive efficient pretraining recipes that achieve strong generative performance using only 5% of the compute budget. These core findings are subsequently validated at scale by training multiple 13.5B MoE models on 2T tokens. We hope this study provides a principled foundation for understanding and scaling multimodal pretraining.
深度解读 · 五问五答
-
Q1: 这篇论文试图解决什么问题?
论文试图解决多模态预训练在设计空间和模态交互基本机制上未被充分探索的问题。尽管原生统一多模态预训练成为趋势,但模态如何在统一训练中相互作用仍不清楚。作者旨在通过系统性实证探索,揭示多模态预训练的'物理规律'并为扩展提供原则性基础。
-
Q2: 有哪些相关研究?
论文正文节选中未提及任何具体的相关研究工作或文献引用。仅从摘要可知其背景是视觉推进基础模型、原生统一多模态预训练成为趋势。未提供对比方法、前作或同期工作的具体名称与结论。
-
Q3: 论文如何解决这个问题?
作者通过在合成与大规模真实数据集上的受控实验,系统探索多模态预训练并得出四项核心洞察。具体包括解耦知识跨模态流动、分析数据复杂度对协同/竞争的决定作用、验证早期统一训练优于晚期对齐、推导低算力预算训练配方。最终在13.5B MoE模型、2T token规模上验证发现。
-
Q4: 论文做了哪些实验?
实验设置:在合成数据集和大规模真实世界数据集上进行受控实验,探究知识流、模态协同与竞争、早期统一及训练配方。架构变量包括共享注意力与归一化+模态特定前馈层,并测试不同视觉tokenizer设计。规模验证:训练多个13.5B MoE模型,使用2T tokens。指标:知识跨模态转移模式与不对称、协同/竞争行为、生成性能(以仅用5%计算预算达到强生成性能为recipe指标),但未在节选中给出具体数值表。
-
Q5: 有什么可以进一步探索的点?
可深入探究'视觉懒惰'现象的内在优化动力学机制及延迟集成的临界窗口。不同视觉tokenizer虽行为可泛化,但其离散/连续表征对模态协同的细粒度影响值得系统消融。早期统一架构中模态特定FFN与共享注意力的计算分配比例,或可作为自适应路由进一步研究以提升13.5B MoE之外的效率。
K-EXAONE 2.0 技术报告
HF 热门
高相关
MoE持续预训练长上下文
K-EXAONE 2.0 Technical Report
判定:报告涵盖持续预训练与mid-training及MoE架构升级
LG AI Research发布开放权重的多语言MoE基座模型K-EXAONE 2.0,通过对前代模型向上循环并扩展架构实现750B总参数、37B激活参数。训练流程结合持续预训练、难度聚焦的mid-training与后训练,支持256K上下文及十种语言。该模型在智能体编程与长上下文理解上提升明显,已Apache 2.0开源。
- 由稠密模型向上循环为750B总参数MoE,激活37B
- 训练含持续预训练与难度聚焦mid-training
- 支持256K上下文并扩展至十种语言覆盖
📄 2608.04505
▲ 20
💬 1
📅 2026-08-04
✍ Eunbi Choi 等 77 人
This technical report presents K-EXAONE 2.0, an open-weight multilingual foundation model developed by LG AI Research as a step in our effort toward global frontier-scale foundation models. Rather than training from scratch, we upcycle K-EXAONE and expand its architecture, yielding a Mixture-of-Experts (MoE) model with 750B total parameters and approximately 37B activated per token---more than three times the capacity of its predecessor. K-EXAONE 2.0 supports context lengths of up to 256K tokens and expands multilingual coverage from six to ten languages. Its training pipeline combines continual pre-training, difficulty-focused mid-training, and post-training to strengthen reasoning, agentic coding, multilingual capability, and safety grounded in Korean sociocultural contexts. Across nine evaluation categories selected to reflect the conditions of practical use, K-EXAONE 2.0 improves over K-EXAONE and remains competitive with open-weight models, showing its largest gains in agentic coding and long-context understanding and its clearest strengths in long-context retrieval and safety. Released under the Apache 2.0 license, K-EXAONE 2.0 enables the wider AI ecosystem to evaluate, deploy, adapt, and build upon it, while marking the beginning---rather than the endpoint---of our challenge toward the global frontier.
深度解读 · 五问五答
-
Q1: 这篇论文试图解决什么问题?
论文试图推进LG AI Research面向全球前沿规模基础模型的努力,发布开放权重的多语言基础模型K-EXAONE 2.0。其目标是提升模型容量、多语言覆盖与长上下文能力,并强化推理、智能体编程、多语言性及基于韩国社会文化语境的安全性。该工作并非从零训练,而是通过升级复用K-EXAONE来更高效地扩展能力。
-
Q2: 有哪些相关研究?
论文正文仅明确提及前代模型K-EXAONE为其基础与对比对象,未列举其他外部学术研究或具体基线模型名称。相关工作中可确认的是K-EXAONE被作为被升级复用的 predecessor(前代模型)。此外,摘要中提到与开放权重模型(open-weight models)进行竞争力比较,但未给出具体模型列表。
-
Q3: 论文如何解决这个问题?
论文采用upcycle(升级复用)K-EXAONE并扩展架构的方式,构建总参数750B、每token激活约37B的MoE模型,容量超前代三倍。模型支持256K上下文,多语言覆盖由6种扩至10种。训练流程结合持续预训练、难度聚焦的中训练与后训练,以强化推理、智能体编程、多语言能力与韩国语境安全。
-
Q4: 论文做了哪些实验?
论文在九个反映实际使用的评估类别上对K-EXAONE 2.0进行评估,具体数据集与任务名未在正文中列出。基线包括前代K-EXAONE及若干未具名的开放权重模型。指标显示相较K-EXAONE全面提升,在智能体编程与长上下文理解增益最大,在长上下文检索与安全性上优势最明显,且整体与开放权重模型具竞争力。
-
Q5: 有什么可以进一步探索的点?
可探索将升级复用(upcycle)策略系统性对比从零训练,在MoE扩展中的参数效率与退化风险。长上下文256K的推理成本与检索鲁棒性在真实多语言混合场景下的边界值得细测。基于韩国社会文化的安全对齐如何迁移到其它语种或跨文化冲突情境,是具技术洞见的开放问题。
Maglev:滑动循环记忆
HF 热门
高相关
模型架构长上下文注意力机制变体
Maglev: Sliding Recurrent Memory
判定:提出循环记忆Transformer架构并用于预训练
该工作针对长序列建模提出Maglev,一种带固定记忆的循环Transformer架构。其由预填充器Q(全注意力)与解码器P(滑动窗口+循环KV注入)耦合,通过记忆一致性损失对齐二者。实验表明Maglev在验证损失与下游预训练基准上优于滑动窗口及隐循环Transformer,且参数共享可降本保效。
- 提出耦合Q与P的循环记忆Transformer架构
- 用记忆一致性损失使推理仅用P且可并行训练
- 预训练损失与基准优于基线且支持参数共享
📄 2608.02870
▲ 14
💬 2
📅 2026-08-04
✍ Bo Liu 等 2 人
We introduce , a recurrent Transformer architecture with fixed-size memory that generalizes sliding-window attention while remaining parallelizable during training. consists of two coupled models: a prefiller Q, which leverages full attentionIn practice, we use interleaved full and sliding-window attention for Q, as this yields stronger performance. The essential requirement is that Q be more expressive than P, with access to the full history. to produce memory targets m'_t, and a decoder P, which uses only sliding-window attention and recurrent K/V injection to produce decoder memories m_t for next-token prediction. We train with a memory consistency loss that aligns m_t with m'_t, allowing inference to use P alone. Empirically, improves validation loss and downstream pretraining benchmarks over sliding-window and latent recurrent transformer baselines. Moreover, sharing parameters between P and Q reduces parameter memory while preserving most of the gains.
损失函数看不见基,但Adam看得见
HF 热门
中相关
优化器训练动力学架构设计
The Loss Does Not See the Basis, but Adam Does
判定:研究优化器规范等变性,对预训练优化器设计有直接借鉴
本文研究因子化模型W=UV^T上不同优化器的隐式偏置差异,发现梯度下降具规范等变性而Adam不具备。通过结构定理与转移定理刻画记忆无关等变规则,并在矩阵感知与Transformer实验中验证。结果表明基的选择决定优化器所选插值解,对预训练优化器设计有借鉴意义。
- 损失规范对称下梯度下降等变而Adam等非等变优化器不具低秩偏置
- 给出记忆无关等变更新规则的Gram预条件器刻画与路径性质转移定理
- Transformer中Adam首步分离规范等价初始化且产生不可旋转闭合的差距
📄 2608.05136
▲ 6
💬 2
📅 2026-08-04
✍ Devender Singh
Gradient descent on a factored model W = UV^top is implicitly biased toward low-rank solutions, while Adam, starting from the same small initialization, is not. We trace the difference to the gauge symmetry of the loss, its invariance under (U, V) mapsto (UQ, VQ). Gradient flow's low-rank mechanism is available to an optimizer only if that optimizer is gauge-equivariant, a condition necessary for the transfer but not sufficient for low-rank recovery. Gradient descent, momentum, "shared-scalar" Adam, Muon, and Shampoo satisfy it. Adam, RMSProp, and the other coordinate-wise methods do not. A structure theorem characterizes the memoryless equivariant rules as exactly the Gram-determined left preconditioners, and a transfer theorem carries gradient flow's pathwise properties to common-scalar flows. We then sort nine update rules on underdetermined matrix sensing by recovery error against the planted ground truth. A one-parameter family from coordinate-wise to shared-scalar preconditioning restores the bias monotonically, isolating anisotropy as the cause. A "spectral schedule" reconciles two opposing reports about Muon: equal-rate updates recover exactly low-rank targets but lose their edge as the spectral tail grows. In transformers, Adam separates two gauge-equivalent initializations at the first step, where the equivariant optimizers stay at float precision, and ends with the per-head invariants W_Q^top W_K 56% apart in relative Frobenius distance, a gap no per-head rotation can close. On two hyperspectral datasets at matched training loss, gradient descent cuts held-out error by 43-44% at the lowest sampling density, and at lower effective rank. Basis choice is therefore not a tuning detail but a decision about which interpolant the optimizer selects.