language-modeling

Tag

Cards List
#language-modeling

@li9292: How to join OpenAI? Just master the following courses: 1. Stanford's "Language Modeling from Scratch" course: http://cs336.stanford.edu/spring2025/ 2. After gaining breadth, she dives deep into each concept, using blogs, papers, and ChatGPT…

X AI KOLs Timeline · 2026-06-22 Cached

This tweet recommends Stanford's CS336 course and a series of learning resources as a preparation path for joining OpenAI.

0 favorites 0 likes
#language-modeling

@stanfordnlp: “I started my process by watching all the lectures from Stanford’s Language Modeling from Scratch course, which is help…

X AI KOLs Following · 2026-06-21 Cached

Alisa Liu announces she is joining OpenAI and shares a blog post about her job search experience, including insights from Stanford's Language Modeling from Scratch course.

0 favorites 0 likes
#language-modeling

Can gzip be a language model?

Lobsters Hottest · 2026-06-16 Cached

This article explores using the gzip compression algorithm as a language model, demonstrating that compression algorithms can generate text by scoring candidate continuations based on compressed length, using beam search to produce output.

0 favorites 0 likes
#language-modeling

@nathanrs: I found out the other day that any compression tool can be contorted to do language modeling. Turns out gzip can genera…

X AI KOLs Following · 2026-06-16 Cached

The tweet describes how any compression tool, including gzip, can be adapted for language modeling, and that gzip can generate text that resembles Shakespeare. A write-up is linked.

0 favorites 0 likes
#language-modeling

Simplifying the Modeling of Arbitrary Conditionals in Natural Language

arXiv cs.CL · 2026-06-16 Cached

Proposes ac-gpt, a simple modification to causal Transformers that enables evaluating and sampling from arbitrary conditionals (past, future, mixed) in a single forward pass while preserving left-to-right ordering and next-token prediction, allowing existing LLMs to be fine-tuned for arbitrary conditioning.

0 favorites 0 likes
#language-modeling

Semantic DLM+: Improving Diffusion Language Models through Bias-variance Trade-off in Transition Kernel Design

arXiv cs.LG · 2026-06-16 Cached

This paper theoretically analyzes diffusion language models through a bias-variance lens, identifying trade-offs between masking and uniform diffusion kernels. It proposes SemDLM+, which adds a global transition and semantic-frequency penalty to overcome the semantic basin problem, achieving competitive generation quality on LM1B and OpenWebText benchmarks.

0 favorites 0 likes
#language-modeling

Kuramoto Attention: Synchronizing Self-Attention on the Torus

arXiv cs.LG · 2026-06-11 Cached

Introduces Kuramoto attention, a self-attention layer where hidden states are phase angles on a torus, enabling synchronization through gated cosine similarity and circular mean updates. The layer performs comparably to standard transformers on character-level language modeling.

0 favorites 0 likes
#language-modeling

@rohanpaul_ai: Interesting, this paper shows that Transformers may not need separate key and value projections to work well. This pape…

X AI KOLs Timeline · 2026-06-09 Cached

This paper investigates whether Transformers need separate key and value projections, finding that sharing them can reduce KV cache by 50% with only 3.1% higher perplexity, and further cuts when combined with GQA and MQA.

0 favorites 0 likes
#language-modeling

CS336: Language Modeling from Scratch

Hacker News Top · 2026-06-01 Cached

Stanford is offering a comprehensive course, CS336, where students build a language model from scratch, covering data collection, transformer construction, training, and evaluation.

0 favorites 0 likes
#language-modeling

The Cognitive Categorical Transformer: Category-Theoretic Inductive Biases for Language Modeling

arXiv cs.AI · 2026-05-29 Cached

The Cognitive Categorical Transformer (CCT) augments GPT-2 Small with category-theoretic components, achieving a 12% relative perplexity reduction on WikiText-103 under matched training conditions, with simplicial message passing responsible for 84% of the improvement.

0 favorites 0 likes
#language-modeling

Parallax: Parameterized Local Linear Attention for Language Modeling

Hugging Face Daily Papers · 2026-05-27 Cached

Introduces Parallax, a parameterized local linear attention mechanism with hardware-aware optimization that improves LLM pretraining efficiency and performance, achieving Pareto improvements at 0.6B and 1.7B scales.

0 favorites 0 likes
#language-modeling

On-Policy Distillation (5 minute read)

TLDR AI · 2026-05-26

This paper introduces on-policy distillation, which trains a student model on its own trajectories with teacher token-level KL supervision to fix train-inference mismatch, unifying forward-KL, reverse-KL, and JSD losses, with reverse-KL favored for smaller students.

0 favorites 0 likes
#language-modeling

@jiqizhixin: New from NVIDIA! You can edit a model’s compressed memory without scrambling what it already knows! Enter Gated DeltaNe…

X AI KOLs Timeline · 2026-05-22 Cached

NVIDIA introduces Gated DeltaNet-2, a method for editing compressed model memory without catastrophic forgetting, using independent gates for erase and write operations. It outperforms existing models like Mamba-2 and Mamba-3 on language modeling and long-context tasks.

0 favorites 0 likes
#language-modeling

HRM-Text: Efficient Pretraining Beyond Scaling

arXiv cs.CL · 2026-05-21 Cached

HRM-Text introduces a Hierarchical Recurrent Model that decouples computation into slow and fast layers, enabling efficient pretraining from scratch on only 40 billion tokens and a $1,500 budget, achieving competitive performance with larger models.

0 favorites 0 likes
#language-modeling

FlowLM: Few-Step Language Modeling via Diffusion-to-Flow Adaptation

arXiv cs.CL · 2026-05-21 Cached

FlowLM introduces a flow matching language model derived from pre-trained diffusion models via efficient fine-tuning, enabling high-quality few-step text generation that rivals 2,000-step diffusion sampling with far fewer training epochs.

0 favorites 0 likes
#language-modeling

Gated DeltaNet-2: Decoupling Erase and Write in Linear Attention

Hugging Face Daily Papers · 2026-05-21 Cached

Gated DeltaNet-2 introduces separate erase and write gates for linear attention, achieving superior performance in long-context language modeling and retrieval tasks.

0 favorites 0 likes
#language-modeling

Language Modeling with Hyperspherical Flows

arXiv cs.LG · 2026-05-13 Cached

This paper introduces S-FLM, a novel flow-based language model that operates in a hyperspherical latent space to address the computational costs and semantic limitations of existing discrete diffusion and continuous flow models.

0 favorites 0 likes
#language-modeling

Solve the Loop: Attractor Models for Language and Reasoning

Hugging Face Daily Papers · 2026-05-12 Cached

This paper introduces Attractor Models, which use fixed-point solving and implicit differentiation for efficient iterative refinement, achieving superior language modeling and reasoning performance with reduced computational costs compared to traditional transformers.

0 favorites 0 likes
#language-modeling

Towards Closing the Autoregressive Gap in Language Modeling via Entropy-Gated Continuous Bitstream Diffusion

arXiv cs.CL · 2026-05-11 Cached

This paper introduces a diffusion language model that treats text as a continuous process over binary bitstreams, using entropy-gated stochastic sampling to close the performance gap with autoregressive models. It achieves state-of-the-art results on LM1B and OWT benchmarks while reducing memory footprint.

0 favorites 0 likes
#language-modeling

ELF: Embedded Language Flows

Hugging Face Daily Papers · 2026-05-11 Cached

ELF proposes a continuous diffusion model for language that uses embedding space and flow matching, outperforming existing discrete and continuous diffusion language models with fewer sampling steps.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback