training-stability

Tag

Cards List
#training-stability

Instability of LLM Pre-Pretraining: It Doesn't Always Help. An Investigation on Multiple Languages

arXiv cs.CL · 4d ago Cached

This paper investigates whether pretraining LLMs on artificial languages (pre-pretraining) consistently improves token efficiency across multiple natural languages, finding that gains are highly dependent on experimental setup and random seed, though stable gains appear for small models with the Llama tokenizer.

0 favorites 0 likes
#training-stability

S2T-RLHF: Hierarchical Credit Assignment for Stable Preference-Based RLHF

arXiv cs.AI · 2026-07-22 Cached

S2T-RLHF proposes a sentence-to-token reward decomposition framework that improves training stability and robustness in preference-based RLHF by assigning sequence-level rewards at sentence granularity, avoiding the instability of overly fine-grained token-level refinement.

0 favorites 0 likes
#training-stability

QUADS: Stabilizing NVFP4 Reinforcement Learning for MoE via QUantization-error Alignment across Dual Sides

arXiv cs.LG · 2026-07-20 Cached

This paper proposes QUADS, a method to stabilize NVFP4 reinforcement learning for mixture-of-experts large language models by aligning quantization errors between trainer and rollout sides, achieving BF16-level accuracy and higher throughput than FP8.

0 favorites 0 likes
#training-stability

Z.ai's Stable Asynchronous RL (13 minute read)

TLDR AI · 2026-07-10 Cached

The paper introduces Single-rollout Asynchronous Optimization (SAO) to address stability and off-policy challenges in asynchronous RL for LLM post-training, and demonstrates that SAO consistently outperforms GRPO on agentic coding and reasoning benchmarks.

0 favorites 0 likes
#training-stability

@Chengxing_Xie: Tsinghua has introduced SAO, an algorithm designed to address the off-policy drift and stability challenges that arise …

X AI KOLs Timeline · 2026-07-09 Cached

Tsinghua's SAO algorithm addresses stability and off-policy drift in asynchronous reinforcement learning for LLMs, achieving consistent improvements over GRPO on agentic coding and reasoning benchmarks, and is used to train the GLM-5.2 model.

0 favorites 0 likes
#training-stability

Trust Region Policy Distillation

Hugging Face Daily Papers · 2026-07-06 Cached

Trust Region Policy Distillation (TOP-D) stabilizes on-policy distillation by dynamically constructing a proximal teacher, providing theoretical convergence guarantees and empirical gains in mathematical reasoning tasks with zero additional overhead.

0 favorites 0 likes
#training-stability

Don't Let Gains FADE: Breaking Down Policy Gradient Weights in RL

arXiv cs.LG · 2026-07-03 Cached

This paper introduces FADE (Focal Advantage with Dynamic Entropy), a self-adapting advantage function that dynamically schedules gradient weights during RL post-training of LLMs, achieving faster convergence and better accuracy-diversity trade-offs compared to static baselines.

0 favorites 0 likes
#training-stability

@cwolferesearch: I just published a blog on agentic RL that covers 10+ recent frameworks in the space. Here are the key takeaways… Link …

X AI KOLs Timeline · 2026-06-22 Cached

A blog post summarizing ten recent agentic RL frameworks and best practices, covering modular interfaces, trajectory structure, action masks, process rewards, advantage normalization, scalable rollouts, stability/exploration, and task curriculum.

0 favorites 0 likes
#training-stability

A Gradient Perspective on RLVR Stability and Winner Advantage Policy Optimization

Hugging Face Daily Papers · 2026-06-15 Cached

This paper analyzes token-level gradient dynamics in RLVR training, revealing how advantage sign and token probability jointly affect update stability, and introduces Winner Advantage Policy Optimization (WAPO) which performs clipped updates only on positive-advantage completions to improve stability.

0 favorites 0 likes
#training-stability

AAD-1: Asymmetric Adversarial Distillation for One-Step Autoregressive Video Generation

Hugging Face Daily Papers · 2026-06-02 Cached

AAD-1 introduces asymmetric adversarial distillation with phased training to achieve one-step autoregressive video generation, outperforming prior methods on VBench.

0 favorites 0 likes
#training-stability

@latkins: Fern is one of the best

X AI KOLs Timeline · 2026-05-26 Cached

Fern announces a new regularization technique that solves the SolidGoldMagikarp stability problem, with details to follow in the thread.

0 favorites 0 likes
#training-stability

DVAO: Dynamic Variance-adaptive Advantage Optimization for Multi-reward Reinforcement Learning

Hugging Face Daily Papers · 2026-05-25 Cached

DVAO adaptively weights objectives based on reward variance to improve multi-reward RL training stability and multi-objective performance.

0 favorites 0 likes
#training-stability

Simply Stabilizing the Loop via Fully Looped Transformer

arXiv cs.LG · 2026-05-20 Cached

This paper identifies gradient oscillation and residual explosion as causes of training instability in Looped Transformers, and proposes Fully Looped Transformer with two parameter-free modifications (Fully Looped Architecture and Attention Injection) to stabilize training up to 12 loop iterations, achieving up to 13.2% improvement in downstream performance.

0 favorites 0 likes
#training-stability

Learn-by-Wire Training Control Governance: Bounded Autonomous Training Under Stress for Stability and Efficiency

arXiv cs.AI · 2026-05-20 Cached

This paper introduces LBW-Guard, a bounded autonomous training control governance layer that operates above the AdamW optimizer to monitor telemetry and apply bounded control during training, demonstrating improved perplexity and training speed under stress conditions.

0 favorites 0 likes
#training-stability

Reducing Credit Assignment Variance via Counterfactual Reasoning Paths

arXiv cs.LG · 2026-05-19 Cached

Introduces Implicit Behavior Policy Optimization (IBPO), a counterfactual comparison-based credit assignment framework that improves training stability and performance in multi-step reasoning tasks for large language models by converting sparse terminal rewards into step-sensitive learning signals.

0 favorites 0 likes
#training-stability

A very important milestone for me in the AI field.

Reddit r/LocalLLaMA · 2026-05-16

The author announces the release of their first AI research paper, STAM (Stable Training with Adaptive Momentum), a new deep learning optimizer addressing stability and resource efficiency, and invites feedback from the AI community.

0 favorites 0 likes
#training-stability

Taming Extreme Tokens: Covariance-Aware GRPO with Gaussian-Kernel Advantage Reweighting

arXiv cs.CL · 2026-05-13 Cached

This paper proposes a covariance-aware variant of Group Relative Policy Optimization (GRPO) that uses Gaussian-kernel advantage reweighting to stabilize training entropy and improve reasoning performance in large language models.

0 favorites 0 likes
#training-stability

DeepSeek V4 paper full version is out, FP4 QAT details and stability tricks [D]

Reddit r/MachineLearning · 2026-05-09

DeepSeek released the full V4 paper detailing FP4 quantization-aware training, MoE training stability tricks (anticipatory routing and SwiGLU clamping), and a generative reward model for RLHF, achieving dramatic efficiency gains—V4-Flash uses only 10% of V3.2's FLOPs and 7% of its KV cache at 1M context length.

0 favorites 0 likes
#training-stability

A new generation of AI models and one of the most powerful research papers out there.

Reddit r/LocalLLaMA · 2026-05-08

Token AI releases a research paper introducing STAM, a new adaptive momentum optimizer designed to improve training stability and reduce memory usage compared to standard optimizers like AdamW.

0 favorites 0 likes
#training-stability

UniSD: Towards a Unified Self-Distillation Framework for Large Language Models

Hugging Face Daily Papers · 2026-05-07 Cached

This paper introduces UniSD, a unified self-distillation framework for adapting large language models that integrates mechanisms for supervision reliability, representation alignment, and training stability. Experimental results show that UniSD improves performance over base models and existing baselines across multiple benchmarks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback