The year/Topics/Systems and efficiency

Topic area

Systems and efficiency

Every collection across systems and efficiency.

Papers
143
Research labs
10
Official code
80

51100 of 143 papers in this topic area

51

Moonshot AI

Attention Residuals

The paper proposes Attention Residuals (AttnRes), replacing fixed unit-weight residual connections in LLMs with learned, input-dependent softmax attention over preceding layer outputs. This addresses PreNorm dilution, where hidden-state magnitudes grow with depth, diluting layer contributions. A scalable variant, Block AttnRes, partitions layers into…

Kimi Team, Guangyu Chen, Yu Zhang, Jianlin Su, et al.
Published
Mar 2026
Citations
42
Code
3.5K stars
52

Together AI

Mamba-3: Improved Sequence Modeling using State Space Principles

Mamba-3 introduces three methodological improvements to state space models (SSMs) for better quality, capability, and inference efficiency. First, exponential-trapezoidal discretization generalizes prior heuristics, enabling a more expressive recurrence that can replace the short causal convolution. Second, complex-valued state transitions, implemented via…

Aakash Lahoti, Kevin Y. Li, Berlin Chen, Caitlin Wang, et al.
Published
Mar 2026
Citations
68
Code
Not linked
53

Z.ai / GLM

IndexCache: Accelerating Sparse Attention via Cross-Layer Index Reuse

IndexCache is a method to accelerate sparse attention in large language models by exploiting cross-layer redundancy in token selection. DeepSeek Sparse Attention (DSA) uses a lightning indexer at each layer to select top-k tokens, but this indexer still has O(L^2) complexity. IndexCache partitions layers into a small set of Full (F) layers that run their…

Yushi Bai, Qian Dong, Ting Jiang, Xin Lv, et al.
Published
Mar 2026
Citations
16
Code
131 stars
54

arXiv.org

Flash-KMeans: Fast and Memory-Efficient Exact K-Means

Flash-KMeans is a GPU implementation of exact k-means that addresses performance bottlenecks in modern AI workloads. The paper identifies two main kernel-level issues: the assignment stage suffers from an IO bottleneck due to materializing the N×K distance matrix in HBM, and the centroid update stage suffers from atomic write contention due to…

Shuo Yang, Haocheng Xi, Yilong Zhao, Muyang Li, et al.
Published
Mar 2026
Citations
5
Code
704 stars
55

Together AI

FlashAttention-4: Algorithm and Kernel Pipelining Co-Design for Asymmetric Hardware Scaling

FlashAttention-4 addresses the asymmetric hardware scaling of NVIDIA Blackwell GPUs (B200/GB200), where tensor core throughput doubles compared to Hopper, but shared memory bandwidth and exponential unit throughput do not scale accordingly. This shifts bottlenecks to non-matmul operations. The paper introduces techniques to mitigate these bottlenecks: (1)…

Ted Zadouri, Markus Hoehnerbach, Jay Shah, Timothy Liu, et al.
Published
Mar 2026
Citations
36
Code
Not linked
56

Together AI

Speculative Speculative Decoding

The paper introduces speculative speculative decoding (SSD), a framework that parallelizes drafting and verification in speculative decoding (SD) by having the draft model predict likely verification outcomes and pre-speculate for them while verification runs. This eliminates drafting overhead on cache hits, making SSD lossless and faster than SD. The…

Tanishq Kumar, Tri Dao, Avner May
Published
Mar 2026
Citations
11
Code
Not linked
57

arXiv.org

CHIMERA: Compact Synthetic Data for Generalizable LLM Reasoning

The paper introduces CHIMERA, a compact synthetic dataset of 9,225 samples designed to address data-centric challenges in LLM reasoning post-training: cold-start data scarcity, limited domain coverage, and the annotation bottleneck. The dataset is built via a three-stage pipeline: subject expansion using GPT-5 to create a hierarchical taxonomy of 1,179…

Xinyu Zhu, Yihao Feng, Yanchao Sun, Xianzhi Du, et al.
Published
Mar 2026
Citations
2
Code
Not linked
58

arXiv.org

From Blind Spots to Gains: Diagnostic-Driven Iterative Training for Large Multimodal Models

The paper introduces Diagnostic-driven Progressive Evolution (DPE), a closed-loop training framework for Large Multimodal Models (LMMs) that addresses limitations of static data and heuristic self-evolution methods. DPE iteratively performs diagnosis, targeted data generation, and reinforcement learning. A diagnostic agent identifies capability blind spots…

Hongrui Jia, Chaoya Jiang, Yongrui Heng, Shikun Zhang, et al.
Published
Feb 2026
Citations
0
Code
31 stars
59

Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)

dLLM: Simple Diffusion Language Modeling

The paper introduces dLLM, an open-source framework that standardizes the training, inference, and evaluation of diffusion language models (DLMs). It provides modular trainers for Masked Diffusion (MDLM) and Block Diffusion (BD3LM), a plug-and-play sampler abstraction supporting efficient decoding like Fast-dLLM, and a unified evaluation pipeline that…

Zhanhui Zhou, Lingjie Chen, Hanghang Tong, Dawn Song
Published
Feb 2026
Citations
12
Code
Not linked
60

DeepSeek

DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference

DualPath is an inference system that addresses the storage I/O bottleneck in multi-turn, agentic LLM inference under prefill-decode (PD) disaggregation. In such workloads, KV-Cache hit rates are high (≥95%), making KV-Cache loading from external storage the dominant performance factor. Existing systems load KV-Cache only into prefill engines, saturating…

Yongtong Wu, Shaoyuan Chen, Yinmin Zhong, Rilin Huang, et al.
Published
Feb 2026
Citations
10
Code
Not linked
61

NVIDIA

On Data Engineering for Scaling LLM Terminal Capabilities

This paper addresses the lack of transparency in training data for terminal-capable LLMs by introducing Terminal-Task-Gen, a synthetic task generation pipeline, and Terminal-Corpus, a large-scale open-source dataset. The authors fine-tune Qwen3 models (8B, 14B, 32B) to create Nemotron-Terminal, achieving substantial gains on Terminal-Bench 2.0: 8B improves…

Renjie Pi, Grace Lam, Mohammad Shoeybi, Pooya Jannaty, et al.
Published
Feb 2026
Citations
15
Code
Not linked
62

Together AI

Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking

The paper introduces UPipe, a context parallelism technique that reduces activation memory in Transformer training by chunking attention heads. It builds on DeepSpeed-Ulysses, processing attention in stages with a subset of heads (U) at a time, reusing buffers to cut intermediate memory from O(H) to O(U). For Qwen3-32B, this reduces attention intermediate…

Ravi Ghadia, Maksim Abraham, S. Vorobyov, Max Ryabinin
Published
Feb 2026
Citations
0
Code
25 stars
63

arXiv.org

HyTRec: A Hybrid Temporal-Aware Attention Architecture for Long Behavior Sequential Recommendation

HyTRec is a generative recommendation framework designed to efficiently model ultra-long user behavior sequences. It addresses the trade-off between linear attention's efficiency and softmax attention's precision by using a hybrid architecture: a linear attention branch (Temporal-Aware Delta Network, TADN) processes long-term history, while a softmax…

Lei Xin, Yuhao Zheng, Ke Cheng, Changjiang Jiang, et al.
Published
Feb 2026
Citations
3
Code
Not linked
64

arXiv.org

MolHIT: Advancing Molecular-Graph Generation with Hierarchical Discrete Diffusion Models

MolHIT is a molecular graph generation framework based on a Hierarchical Discrete Diffusion Model (HDDM) that generalizes discrete diffusion by adding mid-level states encoding chemical priors, and a Decoupled Atom Encoding (DAE) that splits atom types by chemical roles (aromaticity, formal charge). This addresses limitations in prior graph diffusion…

Hojung Jung, Rodrigo Hormazabal, Jaehyeong Jo, Youngrok Park, et al.
Published
Feb 2026
Citations
0
Code
Not linked
65

Together AI

ThunderAgent: A Simple, Fast and Program-Aware Agentic Inference System

ThunderAgent is a program-aware agentic inference system that improves throughput for multi-turn LLM agent workflows by abstracting them as agentic programs with metadata (ID, context length, tool environments, placement, phase, status). It introduces a program-aware scheduler with state-aware pausing and dynamic migration across GPU nodes to reduce KV…

Hao Kang, Ziyang Li, Xinyu Yang, Weili Xu, et al.
Published
Feb 2026
Citations
13
Code
Not linked
66

arXiv.org

SLA2: Sparse-Linear Attention with Learnable Routing and QAT

SLA2 is a sparse-linear attention method for diffusion models that addresses two limitations of the prior SLA approach: a heuristic split between sparse and linear branches, and a mismatch between SLA's output and the intended sparse-linear decomposition. SLA2 introduces a learnable router that dynamically selects which attention computations use sparse or…

Jintao Zhang, Haoxu Wang, Kai Jiang, Kaiwen Zheng, et al.
Published
Feb 2026
Citations
15
Code
328 stars
67

arXiv.org

Query-focused and Memory-aware Reranker for Long Context Processing

The paper introduces QRRanker, a listwise reranking framework that trains LLMs to score passage-query relevance using attention scores from selected Query-focused Retrieval (QR) heads, avoiding generation-based scoring and Likert-scale supervision. It uses a contrastive loss on continuous attention-derived scores, enabling training on arbitrary retrieval…

Yuqing Li, Jiangnan Li, Mo Yu, Guoxuan Ding, et al.
Published
Feb 2026
Citations
5
Code
Not linked
68

Independent research

Step 3.5 Flash: Open Frontier-Level Intelligence with 11B Active Parameters

Step 3.5 Flash is a sparse Mixture-of-Experts (MoE) language model with 196B total parameters and 11B active parameters, designed to deliver frontier-level agentic intelligence with high computational efficiency. Its architecture uses a 3:1 interleaved Sliding Window/Full Attention layout, head-wise gated attention, and Multi-Token Prediction (MTP-3) to…

Ailin Huang, Ang Li, Aobo Kong, Bin Wang, et al.
Published
Feb 2026
Citations
25
Code
2.1K stars
69

Independent research

Less is Enough: Synthesizing Diverse Data in LLM Feature Space with Sparse Autoencoders

The paper introduces Feature Activation Coverage (FAC), a metric that measures data diversity in an interpretable feature space derived from Sparse Autoencoders (SAEs) trained on LLM internal activations. The authors propose FAC Synthesis, a framework that identifies task-relevant features missing from a seed dataset and generates synthetic samples to…

Zhongzhi Li, Xuansheng Wu, Yijiang Li, Lijie Hu, et al.
Published
Feb 2026
Citations
2
Code
111 stars
70

arXiv.org

LLaDA2.1: Speeding Up Text Diffusion via Token Editing

LLaDA2.1 introduces a novel decoding scheme for discrete diffusion language models (dLLMs) that combines Mask-to-Token (M2T) and Token-to-Token (T2T) editing, controlled by dual probability thresholds. This allows two operating modes: Speedy Mode (S Mode) lowers the M2T threshold for faster generation, relying on T2T to correct errors, while Quality Mode…

Tiwei Bie, Maosong Cao, Xiang Cao, Bingsen Chen, et al.
Published
Feb 2026
Citations
38
Code
501 stars
71

Together AI

When RL Meets Adaptive Speculative Training: A Unified Training-Serving System

Aurora is a unified training-serving system that addresses limitations of conventional speculative decoding, which separates offline speculator training from online serving, causing deployment lag, delayed utility feedback, and domain-drift degradation. Aurora closes the loop by continuously learning a speculator from live inference traces, framing it as…

Junxiong Wang, Fengxiang Bie, Jisen Li, Zhongzhu Zhou, et al.
Published
Feb 2026
Citations
1
Code
Not linked
72

arXiv.org

DFlash: Block Diffusion for Flash Speculative Decoding

DFlash is a speculative decoding framework that uses a lightweight block diffusion model for parallel drafting, addressing the sequential bottleneck of autoregressive LLM decoding. It extracts hidden features from the target LLM and injects them into every draft layer's KV cache, conditioning the draft model to predict future token blocks in parallel. This…

Jian Chen, Yesheng Liang, Zhijian Liu
Published
Feb 2026
Citations
63
Code
5.6K stars
73

Qwen

OPUS: Towards Efficient and Principled Data Selection in Large Language Model Pre-training in Every Iteration

OPUS is a dynamic data selection framework for LLM pre-training that scores candidate samples by projecting their optimizer-induced effective updates onto a target direction from a stable, in-distribution proxy. It addresses the limitations of static filters and raw-gradient-based dynamic methods by aligning selection with the actual update geometry of…

Shaobo Wang, Xuan Ouyang, Tianyi Xu, Yuzheng Hu, et al.
Published
Feb 2026
Citations
10
Code
Not linked
74

arXiv.org

Training Data Efficiency in Multimodal Process Reward Models

The paper studies data efficiency for training Multimodal Process Reward Models (MPRMs), which provide step-level supervision for visual reasoning in Multimodal Large Language Models. Training MPRMs typically requires large-scale Monte Carlo (MC)-annotated corpora, which is computationally expensive. The authors find that random subsampling of training…

Jinyuan Li, Chengsong Huang, Langlin Huang, Shaoyang Xu, et al.
Published
Feb 2026
Citations
1
Code
7 stars
75

arXiv.org

FASA: Frequency-aware Sparse Attention

FASA is a training-free framework for query-aware token eviction in LLMs, addressing KV cache memory bottlenecks. It exploits functional sparsity in RoPE frequency chunks (FCs), where a small subset of 'dominant' FCs shows high contextual agreement with full attention heads. FASA uses a two-stage process: Token Importance Prediction (TIP) selects critical…

Yifei Wang, Yueqi Wang, Zhenrui Yue, Huimin Zeng, et al.
Published
Feb 2026
Citations
5
Code
Not linked
76

arXiv.org

Quartet II: Accurate LLM Pre-Training in NVFP4 by Improved Unbiased Gradient Estimation

The paper introduces Quartet II, a fully-NVFP4 quantization scheme for LLM pre-training on NVIDIA Blackwell GPUs. It proposes MS-EDEN, a new unbiased quantization routine for microscaling formats that reduces quantization error by more than 2x compared to stochastic rounding (SR), by applying randomized Hadamard rotations and merging EDEN correction…

Andrei Panferov, Erik Schultheis, Soroush Tabesh, Dan Alistarh
Published
Jan 2026
Citations
11
Code
80 stars
77

arXiv.org

MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods

MMFineReason is a large-scale multimodal reasoning dataset with 1.8M samples and 5.1B solution tokens, built via a three-stage pipeline: data aggregation and standardization, CoT distillation from Qwen3-VL-235B-A22B-Thinking, and quality/difficulty-based selection. The dataset covers mathematics (79.4%), science (13.8%), puzzle/game (4.6%), and general/OCR…

Honglin Lin, Zheng Liu, Yun Zhu, Chonghan Qin, et al.
Published
Jan 2026
Citations
33
Code
6 stars
78

arXiv.org

Scaling Embeddings Outperforms Scaling Experts in Language Models

This technical report from Meituan's LongCat team investigates scaling embeddings as an alternative to scaling experts in Mixture-of-Experts (MoE) language models. The authors find that N-gram Embedding, which augments token embeddings with hashed n-gram sub-tables, achieves a superior Pareto frontier compared to increasing expert count in specific…

Hong Liu, Jiaqi Zhang, Chao Wang, Xing Hu, et al.
Published
Jan 2026
Citations
11
Code
Not linked
79

arXiv.org

Can LLMs Clean Up Your Mess? A Survey of Application-Ready Data Preparation with LLMs

This paper surveys the use of large language models (LLMs) for data preparation, covering data cleaning, integration, and enrichment. It contrasts traditional rule-based and model-specific methods with LLM-enhanced approaches that leverage prompting, retrieval-augmented generation (RAG), fine-tuning, and agentic workflows. The survey identifies three core…

Wei Zhou, Jun Zhou, Haoyu Wang, Zhenghao Li, et al.
Published
Jan 2026
Citations
6
Code
814 stars
80

Independent research

The Flexibility Trap: Rethinking the Value of Arbitrary Order in Diffusion Language Models

This paper challenges the assumption that arbitrary-order generation in Diffusion Large Language Models (dLLMs) enhances reasoning potential. The authors find that for general reasoning tasks like mathematics and coding, arbitrary-order generation can actually limit reasoning potential compared to standard autoregressive (AR) order. They introduce the…

Zanlin Ni, Shenzhi Wang, Yang Yue, Tianyu Yu, et al.
Published
Jan 2026
Citations
2
Code
259 stars
81

Mistral AI

Ministral 3

The Ministral 3 series introduces three parameter-efficient dense language models (3B, 8B, and 14B) derived from the Mistral Small 3.1 24B parent model via Cascade Distillation, an iterative pruning and distillation technique. Each size has base, instruct, and reasoning variants, all with vision capabilities and Apache 2.0 licensing. The models support up…

Alexander H. Liu, Kartik Khandelwal, Sandeep Subramanian, Victor Jouault, et al.
Published
Jan 2026
Citations
53
Code
Not linked
82

Annual Meeting of the Association for Computational Linguistics

RubricHub: A Comprehensive and Highly Discriminative Rubric Dataset via Automated Coarse-to-Fine Generation

The paper introduces RubricHub, a large-scale (~110k) multi-domain rubric dataset, generated via an automated Coarse-to-Fine framework to address limitations in existing rubric-based evaluation for open-ended tasks. The framework comprises three stages: principle-guided and response-grounded generation, multi-model aggregation, and difficulty evolution,…

Sunzhu Li, Jiale Zhao, Miteto Wei, Huimin Ren, et al.
Published
Jan 2026
Citations
29
Code
66 stars
83

arXiv.org

MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head

The paper introduces Multi-Head Linear Attention (MHLA), a linear attention mechanism that restores expressivity by partitioning tokens into blocks (heads) along the token dimension, computing local key-value summaries, and mixing them with query-specific learned coefficients. This addresses 'global context collapse' in standard linear attention, which…

Kewei Zhang, Ye Huang, Yufan Deng, Jincheng Yu, et al.
Published
Jan 2026
Citations
5
Code
152 stars
84

DeepSeek

Conditional Memory via Scalable Lookup: A New Axis of Sparsity for Large Language Models

The paper introduces Engram, a conditional memory module that augments Mixture-of-Experts (MoE) large language models with static N-gram lookup tables, providing a complementary sparsity axis to conditional computation. Engram uses hashed N-gram embeddings with tokenizer compression, multi-head hashing, and context-aware gating to retrieve static knowledge…

Xin Cheng, Rui Tian, Wangding Zeng, Damai Dai, et al.
Published
Jan 2026
Citations
63
Code
4.6K stars
85

Independent research

Solar Open Technical Report

Solar Open is a 102B-parameter bilingual Mixture-of-Experts language model developed by Upstage to address data scarcity for underserved languages, focusing on Korean. The model uses a 196,608-token BPE tokenizer, a sparse MoE architecture with 12B active parameters, and was trained on 20 trillion tokens. Key innovations include synthesizing 4.5T tokens of…

Sungrae Park, Sanghoon Kim, Jungho Cho, Gyoungjin Gim, et al.
Published
Jan 2026
Citations
2
Code
Not linked
86

Independent research

K-EXAONE Technical Report

K-EXAONE is a 236B-parameter Mixture-of-Experts (MoE) language model developed by LG AI Research, activating 23B parameters per token. It supports a 256K-token context window and six languages: Korean, English, Spanish, German, Japanese, and Vietnamese. The model uses a hybrid attention mechanism (global and sliding window) and a fine-grained sparse MoE…

Eunbi Choi, Kibong Choi, Seokhee Hong, Junwon Hwang, et al.
Published
Jan 2026
Citations
2
Code
83 stars
87

DeepSeek

mHC: Manifold-Constrained Hyper-Connections

The paper introduces Manifold-Constrained Hyper-Connections (mHC), a framework that addresses training instability and scalability issues in Hyper-Connections (HC) by projecting residual connection matrices onto the Birkhoff polytope (doubly stochastic matrices) using the Sinkhorn-Knopp algorithm. This restores the identity mapping property, ensuring norm…

Zhenda Xie, Yixuan Wei, Huanqi Cao, Chenggang Zhao, et al.
Published
Dec 2025
Citations
65
Code
Not linked
88

arXiv.org

Recursive Language Models

The paper introduces Recursive Language Models (RLMs), an inference-time framework that treats arbitrarily long prompts as part of an external environment, allowing an LLM to programmatically examine, decompose, and recursively call itself over prompt snippets. RLMs use a REPL environment where the prompt is stored as a variable, and the model writes code…

Alex L. Zhang, Tim Kraska, Omar Khattab
Published
Dec 2025
Citations
64
Code
5.4K stars
89

arXiv.org

Coupling Experts and Routers in Mixture-of-Experts via an Auxiliary Loss

The paper introduces the expert-router coupling (ERC) loss, a lightweight auxiliary loss for Mixture-of-Experts (MoE) models that aligns router decisions with expert capabilities. The method treats each router embedding as a proxy token for the tokens routed to that expert, perturbs it with bounded noise, and feeds it through all experts to compute…

Ang Lv, Jin Ma, Yiyuan Ma, Siyuan Qiao
Published
Dec 2025
Citations
9
Code
Not linked
90

arXiv.org

Next-Embedding Prediction Makes Strong Vision Learners

The paper introduces Next-Embedding Predictive Autoregression (NEPA), a self-supervised visual pretraining method that trains a Vision Transformer to predict future patch embeddings from past ones, using causal masking and stop-gradient, without pixel reconstruction, discrete tokens, or contrastive losses. NEPA achieves 83.8% and 85.3% top-1 accuracy on…

Sihan Xu, Ziqiao Ma, Wenhao Chai, Xuweiyi Chen, et al.
Published
Dec 2025
Citations
13
Code
340 stars
91

arXiv.org

DataFlow: An LLM-Driven Framework for Unified Data Preparation and Workflow Automation in the Era of Data-Centric AI

DataFlow is a unified, LLM-driven framework for data preparation in the era of data-centric AI, addressing the fragmentation of ad-hoc scripts and workflows. It provides a PyTorch-style API with nearly 200 reusable operators and six domain-general pipelines (text, math, code, Text-to-SQL, agentic RAG, knowledge extraction). The framework includes a global…

Hao Liang, Xiaochen Ma, Zhou Liu, Zhen Hao Wong, et al.
Published
Dec 2025
Citations
19
Code
7.2K stars
92

arXiv.org

ReFusion: A Diffusion Large Language Model with Parallel Autoregressive Decoding

ReFusion is a masked diffusion language model that integrates sequence reorganization into a causal attention framework to overcome the limitations of standard masked diffusion models (MDMs), which suffer from high computational overhead due to the lack of Key-Value (KV) caching and incoherent generation from intractable token combination learning.…

Jia-Nan Li, Jian Guan, Wei Wu, Chongxuan Li
Published
Dec 2025
Citations
14
Code
63 stars
93

arXiv.org

QwenLong-L1.5: Post-Training Recipe for Long-Context Reasoning and Memory Management

QwenLong-L1.5 is a long-context reasoning model built on Qwen3-30B-A3B-Thinking, introduced by Alibaba's Tongyi Lab. It achieves performance comparable to GPT-5 and Gemini-2.5-Pro on long-context benchmarks, surpassing its baseline by 9.90 points on average. The model's post-training recipe includes three key innovations: (1) a data synthesis pipeline that…

Weizhou Shen, Ziyi Yang, Chenliang Li, Zhiyuan Lu, et al.
Published
Dec 2025
Citations
23
Code
550 stars
94

arXiv.org

LLaDA2.0: Scaling Up Diffusion Language Models to 100B

LLaDA2.0 introduces a family of discrete diffusion language models (dLLMs) scaled up to 100B parameters by converting pre-trained auto-regressive (AR) models, avoiding costly training from scratch. The conversion uses a three-phase Warmup-Stable-Decay (WSD) continual pre-training strategy: progressively increasing block size in block diffusion (warmup),…

Tiwei Bie, Maosong Cao, Kun Chen, Lun Du, et al.
Published
Dec 2025
Citations
123
Code
501 stars
95

arXiv.org

Beyond Real: Imaginary Extension of Rotary Position Embeddings for Long-Context LLMs

The paper introduces RoPE++, an extension of Rotary Position Embeddings (RoPE) for large language models. Standard RoPE discards the imaginary component of the complex-valued attention score, losing phase information. RoPE++ re-incorporates this imaginary part as a new group of attention heads, computed in parallel with real attention. Two configurations…

Xiaoran Liu, Yuerong Song, Zhigeng Liu, Zengfeng Huang, et al.
Published
Dec 2025
Citations
1
Code
33 stars
96

DeepSeek

DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models

DeepSeek-V3.2 introduces three key innovations to close the gap with closed-source models: DeepSeek Sparse Attention (DSA) reduces computational complexity from O(L^2) to O(Lk) while preserving long-context performance; a scalable reinforcement learning (RL) framework with a post-training compute budget exceeding 10% of pre-training cost enables…

DeepSeek-AI, Aixin Liu, Aoxue Mei, Bangcai Lin, et al.
Published
Dec 2025
Citations
671
Code
Not linked
97

arXiv.org

LFM2 Technical Report

LFM2 is a family of Liquid Foundation Models designed for efficient on-device deployment, using a hardware-in-the-loop architecture search to create a hybrid backbone of gated short convolutions and a few grouped-query attention blocks. The family includes dense models (350M–2.6B) and an 8.3B MoE variant (1.5B active), all with 32K context. Pre-trained on…

Alexander Amini, Anna Banaszak, Harold Benoit, Arthur Böök, et al.
Published
Nov 2025
Citations
23
Code
Not linked
98

Together AI

CDLM: Consistency Diffusion Language Models for Faster Sampling

CDLM (Consistency Diffusion Language Models) is a training-based method to accelerate inference in Diffusion Language Models (DLMs) by addressing two bottlenecks: excessive refinement steps and incompatibility with KV caching. It integrates consistency modeling to reduce sampling steps via multi-token finalization and enforces a block-wise causal attention…

Minseo Kim, Chenfeng Xu, Coleman Hooper, Harman M. Singh, et al.
Published
Nov 2025
Citations
17
Code
41 stars
99

Together AI

Kitty: Accurate and Efficient 2-bit KV Cache Quantization with Dynamic Channel-Wise Precision Boost

The paper introduces Kitty, an algorithm-system co-design for 2-bit KV cache quantization that maintains accuracy close to FP16 while reducing memory by nearly 8x. The authors observe that 4-bit quantization preserves accuracy, but 2-bit degrades it significantly. They propose Dynamic Channel-wise Precision Boost, which identifies critical key-cache…

Haojun Xia, Xiaoxia Wu, Jisen Li, Robert Wu, et al.
Published
Nov 2025
Citations
7
Code
Not linked
100

Meta AI

Souper-Model: How Simple Arithmetic Unlocks State-of-the-Art LLM Performance

The paper introduces Soup Of Category Experts (SoCE), a model souping technique that improves LLM performance by leveraging benchmark composition and non-uniform weighted averaging. SoCE identifies weakly-correlated benchmark categories, selects expert models for each, and optimizes weights to combine them. Experiments on BFCL, MGSM, and ∞-Bench show SoCE…

Shalini Maiti, Amar Budhiraja, Bhavul Gauri, Gaurav Chaurasia, et al.
Published
Nov 2025
Citations
4
Code
73 stars