paper-with-me

Papers

DARE: Diffusion Large Language Models Alignment and Reinforcement Executor

2026-04-05 · Jingyi Yang, Yuxian Jiang, Xuhao Hu, Shuang Cheng, Biqing Qi, Jing Shao arxiv

Diffusion large language models (dLLMs) are emerging as a compelling alternative to dominant autoregressive models, replacing strictly sequential token generation with iterative denoising and parallel generation dynamics. However, their open-source ecosystem remains fragmented across model families and, in particular, across post-training pipelines, where reinforcement learning objectives, rollout implementations and evaluation scripts are often released as paper-specific codebases. This fragmentation slows research iteration, raises the engineering burden of reproduction, and makes fair comparison across algorithms difficult. We present \textbf{DARE} (\textbf{d}LLMs \textbf{A}lignment and \textbf{R}einforcement \textbf{E}xecutor), an open framework for post-training and evaluating dLLMs. Built on top of verl~\cite{sheng2024hybridflow} and OpenCompass~\cite{2023opencompass}, DARE unifies supervised fine-tuning, parameter-efficient fine-tuning, preference optimization, and dLLM-specific reinforcement learning under a shared execution stack for both masked and block diffusion language models. Across representative model families including LLaDA, Dream, SDAR, and LLaDA2.x, DARE provides broad algorithmic coverage, reproducible benchmark evaluation, and practical acceleration. Extensive empirical results position that DARE serves as a reusable research substrate for developing, comparing, and deploying post-training methods for current and emerging dLLMs.

📄 PDF Abstract BibTeX arXiv:2604.04215

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningReinforcement Learning

Similar Papers 제목 키워드 기반

DARE: Diffusion Language Model Activation Reuse for Efficient Inference

2026-05-01 · Natalia Frumkin, Bokun Wang, Hung-Yueh Chiang, Chi-Chih Chang 외 arxiv

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to auto-regressive (AR) models, offering greater expressive capacity and potential for parallel generation and faster inference. However, op…

From Static Constraints to Dynamic Adaptation: Sample-Level Constraint Relaxation for Offline-to-Online Reinforcement Learning

2025-11-05 · Lipeng Zu, Yu Qian, Shayok Chakraborty, Xiaonan Zhang arxiv

Offline-to-online reinforcement learning (O2O RL) faces a central challenge between retaining offline conservatism and adapting to online feedback under distribution shift. This challenge arises because data behavior evo…

Reinforcement Learning

AdaRec: Adaptive Recommendation with LLMs via Narrative Profiling and Dual-Channel Reasoning

2025-11-10 · Meiyun Wang, Charin Polpanumas arxiv

We propose AdaRec, a few-shot in-context learning framework that leverages large language models for an adaptive personalized recommendation. AdaRec introduces narrative profiling, transforming user-item interactions int…

Feature Engineering

DARE-bench: Evaluating Modeling and Instruction Fidelity of LLMs in Data Science

2026-02-27 · Fan Shu, Yite Wang, Ruofan Wu, Boyi Liu 외 arxiv

The fast-growing demands in using Large Language Models (LLMs) to tackle complex multi-step data science tasks create an emergent need for accurate benchmarking. There are two major gaps in existing benchmarks: (i) the l…

Reinforcement LearningInstruction Following

DARE: Difficulty-Adaptive Reinforcement Learning with Co-Evolved Difficulty Estimation

2026-05-09 · Yang Zhou, Can Jin, Zihan Dong, Zhepeng Wang 외 arxiv

Reinforcement learning improves the reasoning ability of large language models but remains costly and sample-inefficient, as many rollouts provide weak learning signals. Difficulty-aware data selection methods attempt to…

Reinforcement Learning