paper-with-me

Papers

Rainbow Padding: Mitigating Early Termination in Instruction-Tuned Diffusion LLMs

2025-10-04 · Bumjun Kim, Dongjae Jeon, Dueun Kim, Wonje Jeung, Albert No arxiv

Diffusion large language models (dLLMs) have emerged as a promising alternative to autoregressive models, offering flexible generation orders and strong performance on complex reasoning tasks. However, instruction-tuned dLLMs exhibit a critical vulnerability we term \texttt{<eos>} overflow: as allocated sequence length increases, responses paradoxically become shorter, collapsing into early termination or degenerating into streams of \texttt{<eos>} tokens. Although noticed in practice, this issue has not been systematically analyzed. We trace its root cause to the dual role of \texttt{<eos>} as both termination and padding, which concentrates probability mass on \texttt{<eos>} at later positions and propagates backward to trigger early termination. To address this, we introduce Rainbow Padding, a simple remedy that replaces repeated \texttt{<eos>} placeholders with a repeating cycle of distinct padding tokens, distributing probability mass and breaking \texttt{<eos>} dominance. Experiments show that Rainbow Padding substantially improves length robustness and output quality, with as few as seven padding tokens sufficient to prevent early termination. Moreover, the method integrates efficiently into existing instruction-tuned models: LoRA fine-tuning for a single epoch on minimal data yields significant improvements, making this solution highly practical. The code is publicly available at https://github.com/quasar529/rainbow-padding.

📄 PDF Abstract BibTeX arXiv:2510.03680

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VoidPadding: Let [VOID] Handle Padding in Masked Diffusion Language Models so that [EOS] Can Focus on Semantic Termination

2026-06-16 · Chunyu Liu, Zhengyang Fan, Kaisen Yang, Alex Lamb arxiv

MDLMs generate text by denoising a preallocated masked response canvas, making response-length modeling central to instruction tuning. Existing MDLMs often inherit the autoregressive convention of using repeated \texttt{…

Mathematical ReasoningCode Generation

FAST: A Framework for Aligned Sampling and Training in Parallel Reinforcement Learning for Autonomous Driving

2026-06-19 · Bonan Wang, Letian Tao, Bin Shuai, Jiaxin Gao 외 arxiv

Deep reinforcement learning is pivotal for closed-loop autonomous driving yet remains constrained by severe bottlenecks in sampling efficiency. Standard parallel sampling mitigates this but suffers from the straggler eff…

Reinforcement LearningAutonomous Driving

Interpretable Option Discovery using Deep Q-Learning and Variational Autoencoders

2022-10-03 · Per-Arne Andersen, Ole-Christoffer Granmo, Morten Goodwin

Deep Reinforcement Learning (RL) is unquestionably a robust framework to train autonomous agents in a wide variety of disciplines. However, traditional deep and shallow model-free RL algorithms suffer from low sample eff…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Fast and Data-Efficient Training of Rainbow: an Experimental Study on Atari

2021-11-19 · Dominik Schmidt, Thomas Schmied

Across the Arcade Learning Environment, Rainbow achieves a level of performance competitive with humans and modern RL algorithms. However, attaining this level of performance requires large amounts of data and hardware r…

Atari GamesGPU

Mitigating Hallucinations on Object Attributes using Multiview Images and Negative Instructions

2025-01-17 · Zhijie Tan, Yuzhi Li, Shengwei Meng, Xiang Yuan 외

Current popular Large Vision-Language Models (LVLMs) are suffering from Hallucinations on Object Attributes (HoOA), leading to incorrect determination of fine-grained attributes in the input images. Leveraging significan…

3D Generation