language-modeling

Tag

Cards List
#language-modeling

@shao__meng: https://x.com/shao__meng/status/2103072921308877122

X AI KOLs Timeline ↗ · 3d ago Cached

Stanford University's CS336 course 'Building Language Models from Scratch' has released 18 complete lecture videos, open-source assignments, and course materials, comprehensively covering the entire workflow of large language model engineering, suitable for self-learners to systematically study LLM development.

0 favorites 0 likes
#language-modeling

[R] Complex KDA: Understanding and Enhancing the Expressivity of Kimi Delta Attention

Reddit r/LocalLLaMA ↗ · 5d ago

This paper introduces Complex KDA, an enhancement to Kimi Delta Attention that improves the expressivity of linear RNNs by enabling 2D rotations and state-tracking capabilities, achieving superior length extrapolation and language modeling performance.

0 favorites 0 likes
#language-modeling

IntBMoE: Integrating Block-Level Conditioning into Expert Composition for Full-Participation Mixture-of-Experts

arXiv cs.LG ↗ · 6d ago Cached

IntBMoE is a novel Mixture-of-Experts method that decouples participation, execution, and materialization costs through block-level conditioning and sparse execution, demonstrating improvements in image classification, language modeling, and recommendation systems, with real-world deployment in AMap's generative recommendation system.

0 favorites 0 likes
#language-modeling

Complex KDA: Understanding and Enhancing the Expressivity of Kimi Delta Attention

Hugging Face Daily Papers ↗ · 6d ago Cached

This paper introduces Complex KDA, an enhanced version of Kimi Delta Attention that combines a delta-rule transformation with a reflection to achieve greater expressivity, outperforming Transformers in some tasks while maintaining efficiency, with open-source code and models available.

0 favorites 0 likes
#language-modeling

Reaching Every Position Without Searching: Rotating Sparse Wiring on the Hypercube as a Substitute for Attention

arXiv cs.LG ↗ · 2026-09-17 Cached

This paper introduces a method using rotating sparse wiring on a hypercube to replace attention in neural networks, achieving comparable or better performance with significantly reduced computational cost and parameters.

0 favorites 0 likes
#language-modeling

DANTINOX: A Unified Framework for Multi-Paradigm Language Modeling

arXiv cs.CL ↗ · 2026-09-17 Cached

DantinoX is an open-source JAX/Flax library that provides a unified framework for training and comparing autoregressive, masked diffusion, and flow-matching language models, enabling controlled experiments and benchmarking.

0 favorites 0 likes
#language-modeling

@kplikethebird: One of the hardest parts of getting AI to write like you is getting it to make the same language decisions you would, w…

X AI KOLs Timeline ↗ · 2026-09-15 Cached

This tweet discusses the challenge of using probabilistic methods in AI writing models to replicate individual language decisions, potentially advancing AI-assisted writing.

0 favorites 0 likes
#language-modeling

@PyTorch: Learn how PyTorch can extend language modeling beyond classification to practical time-to-event prediction. Witold Czub…

X AI KOLs Following ↗ · 2026-09-14 Cached

This article promotes the PyTorch Conference North America, highlighting a session by Witold Czubala from UBS on using PyTorch-based transformer models for time-to-event prediction in wealth management from longitudinal email data.

0 favorites 0 likes
#language-modeling

Representation-based Masked Diffusion Model

arXiv cs.CL ↗ · 2026-09-14 Cached

The paper proposes Representation-based Masked Diffusion Model (RMDM), which leverages text representations to improve parallel token updates in masked diffusion models, enhancing generation quality especially in few-step sampling.

0 favorites 0 likes
#language-modeling

Looped GPT-BERT: Trading Parameters for Computation in Small Language Modeling

arXiv cs.CL ↗ · 2026-09-10 Cached

This paper introduces Looped GPT-BERT, which uses depth-wise parameter sharing to train a small language model with fewer parameters, achieving comparable performance to baselines in the BabyLM 2026 Strict-small setting.

0 favorites 0 likes
#language-modeling

Kalman Delta Networks: Uncertainty-aware Associative Memory

Hugging Face Daily Papers ↗ · 2026-09-07 Cached

Introduces Kalman Delta Networks, which improve language modeling by reformulating linear attention as a linear-Gaussian state-space model with Kalman-filter updates to track memory uncertainty, yielding efficient approximations that outperform existing linear-attention models.

0 favorites 0 likes
#language-modeling

Toppling the Hierarchy in Byte-level Language Modeling

arXiv cs.CL ↗ · 2026-09-02 Cached

This paper examines hierarchical byte-level language models and reveals that their design restricts character-level understanding, with pure byte-level models outperforming them on character manipulation tasks, establishing a trade-off between computational efficiency and fine-grained performance.

0 favorites 0 likes
#language-modeling

Gated Recurrent Transformers: Expressive Depth through Recurrent Modulation in Transformers

Hugging Face Daily Papers ↗ · 2026-08-25 Cached

The paper introduces Gated Recurrent Transformer, a model that reuses a shared core across depth with adaptive update gates, achieving comparable or better quality than deeper models with fewer parameters and lower memory.

0 favorites 0 likes
#language-modeling

What Tokens are Learned when Tokenization is Optimized Jointly with Language Modeling?

arXiv cs.CL ↗ · 2026-08-19 Cached

This paper investigates the tokens learned when tokenization is optimized jointly with language modeling, comparing tokenizer-free methods across multiple languages and finding that they produce distinct, efficient vocabularies for NLP.

0 favorites 0 likes
#language-modeling

Q-Interference: Memory-Efficient Phase-Aware Quantum-Inspired Attention

arXiv cs.CL ↗ · 2026-08-19 Cached

This paper proposes Q-Interference, a memory-efficient quantum-inspired attention mechanism for GPT models that uses phase-aware scoring and an exact trigonometric factorization to improve token interaction without increasing memory overhead.

0 favorites 0 likes
#language-modeling

BCMT: Blockwise Causal Memory Transformer

arXiv cs.CL ↗ · 2026-08-17 Cached

BCMT introduces a blockwise causal memory transformer architecture that decouples local and global dependencies in long-context language modeling, improving efficiency while maintaining performance comparable to dense transformers.

0 favorites 0 likes
#language-modeling

Microsoft's Full-bandwidth Transformers (26 minute read)

TLDR AI ↗ · 2026-08-17 Cached

The paper introduces full-bandwidth transformers, which use latent feedback to enhance autoregressive models by allowing non-verbalized computation to re-enter the stack, improving performance with negligible decoding overhead.

0 favorites 0 likes
#language-modeling

TEMPER: Tensorized Efficient Manifold-constrained Parameterization for Expressive Residual Routing

arXiv cs.LG ↗ · 2026-08-11 Cached

This arXiv paper introduces TEMPER, a tensorized parameterization for hyper-connection residual routing that reduces parameter growth while preserving expressive, manifold-constrained routing. Experiments show it matches or outperforms existing methods with substantially fewer additional parameters.

0 favorites 0 likes
#language-modeling

Full-bandwidth transformer

Hugging Face Daily Papers ↗ · 2026-08-09 Cached

A new transformer variant, the full-bandwidth transformer, feeds back top-layer hidden states through a gated linear unit to improve reasoning and efficiency without altering the core architecture. Trained up to 400B tokens, it matches standard transformers trained with 1.5x more data while producing shorter reasoning traces.

0 favorites 0 likes
#language-modeling

Kathleen Writes: Autoregressive Generation and Data Scaling Without Attention

arXiv cs.CL ↗ · 2026-08-06 Cached

This paper from the Kathleen series shows that an attention-free, byte-level model with ~0.5M parameters can beat a parameter-matched transformer on WikiText-103 language modeling and generation, introduces a non-parametric 'Form Distance' metric for evaluating text realism, and demonstrates that retrieval-augmented decoding from the model's own training corpus improves generation quality.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback