[arXiv 2026] dVoting: Fast Voting for dLLMs
30
stars
5
commits
Python
primary language
Feb 13, 2026
updated
This repository is for our paper:
dVoting: Fast Voting for dLLMs
Sicheng Feng1, Zigeng Chen1, Xinyin Ma1, Gongfan Fang1, Xinchao Wang1,*
1National University of Singapore, Singapore
∗Corresponding author: xinchao@nus.edu.sg
🙋 Please let us know if you find a mistake or have any suggestions!
🌟 If you find this resource helpful, please consider to star this repository and cite our research!
If you face any issues with the installation, please feel free to open an issue. We will try our best to help you.
pip install -r requirements.txt
You can download GSM8K & MATH500 & GPQA & ARC-C & MMLU / LLaDA-8B-Instruct & GSAI-ML/LLaDA-1.5 & Dream-org/Dream-v0-Instruct-7B for evaluation by directly running the scripts or from HuggingFace.
We follow simple-evals to evaluate our method on the benchmarks. We provide some scripts to facilitate the evaluation.
# baseline (majority voting or HEX)
bash scripts/run_baseline.sh # llada / llada1.5
bash scripts/run_baseline_dream.sh # dream
# dVoting
bash scripts/run_dvoting.sh # llada / llada1.5
bash scripts/run_dvoting_dream.sh # dream
We thank the authors of LLaDA, Dream, dKV-Cache, simple-evals for open-sourcing their codebases.
If you find this paper useful in your research, please consider citing our papers:
@article{feng2026dvoting,
title={dVoting: Fast Voting for dLLMs},
author={Feng, Sicheng and Chen, Zigeng and Ma, Xinyin and Fang, Gongfan and Wang, Xinchao},
journal={arXiv preprint arXiv:2602.12153},
year={2026},
}
5 commits
Python
99.0%
Shell
1.0%
[arXiv 2026] dVoting: Fast Voting for dLLMs
30
stars
5
commits
Python
primary language
Feb 13, 2026
updated
This repository is for our paper:
dVoting: Fast Voting for dLLMs
Sicheng Feng1, Zigeng Chen1, Xinyin Ma1, Gongfan Fang1, Xinchao Wang1,*
1National University of Singapore, Singapore
∗Corresponding author: xinchao@nus.edu.sg
🙋 Please let us know if you find a mistake or have any suggestions!
🌟 If you find this resource helpful, please consider to star this repository and cite our research!
If you face any issues with the installation, please feel free to open an issue. We will try our best to help you.
pip install -r requirements.txt
You can download GSM8K & MATH500 & GPQA & ARC-C & MMLU / LLaDA-8B-Instruct & GSAI-ML/LLaDA-1.5 & Dream-org/Dream-v0-Instruct-7B for evaluation by directly running the scripts or from HuggingFace.
We follow simple-evals to evaluate our method on the benchmarks. We provide some scripts to facilitate the evaluation.
# baseline (majority voting or HEX)
bash scripts/run_baseline.sh # llada / llada1.5
bash scripts/run_baseline_dream.sh # dream
# dVoting
bash scripts/run_dvoting.sh # llada / llada1.5
bash scripts/run_dvoting_dream.sh # dream
We thank the authors of LLaDA, Dream, dKV-Cache, simple-evals for open-sourcing their codebases.
If you find this paper useful in your research, please consider citing our papers:
@article{feng2026dvoting,
title={dVoting: Fast Voting for dLLMs},
author={Feng, Sicheng and Chen, Zigeng and Ma, Xinyin and Fang, Gongfan and Wang, Xinchao},
journal={arXiv preprint arXiv:2602.12153},
year={2026},
}
5 commits
Python
99.0%
Shell
1.0%