paper-with-me

Papers

Train for the Worst, Plan for the Best: Understanding Token Ordering in Masked Diffusions

2025-02-10 · Jaeyeon Kim, Kulin Shah, Vasilis Kontonis, Sham Kakade, Sitan Chen

In recent years, masked diffusion models (MDMs) have emerged as a promising alternative approach for generative modeling over discrete domains. Compared to autoregressive models (ARMs), MDMs trade off complexity at training time with flexibility at inference time. At training time, they must learn to solve an exponentially large number of infilling problems, but at inference time, they can decode tokens in essentially arbitrary order. In this work, we closely examine these two competing effects. On the training front, we theoretically and empirically demonstrate that MDMs indeed train on computationally intractable subproblems compared to their autoregressive counterparts. On the inference front, we show that a suitable strategy for adaptively choosing the token decoding order significantly enhances the capabilities of MDMs, allowing them to sidestep hard subproblems. On logic puzzles like Sudoku, we show that adaptive inference can boost solving accuracy in pretrained MDMs from $<7$% to $\approx 90$%, even outperforming ARMs with $7\times$ as many parameters and that were explicitly trained via teacher forcing to learn the right order of decoding.

📄 PDF Abstract BibTeX arXiv:2502.06768

Code (1)

HKUNLP/Dream pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

PromptExp: Multi-granularity Prompt Explanation of Large Language Models

2024-10-16 · Ximing Dong, Shaowei Wang, Dayi Lin, Gopi Krishnan Rajbahadur 외

Large Language Models excel in tasks like natural language understanding and text generation. Prompt engineering plays a critical role in leveraging LLM effectively. However, LLMs black-box nature hinders its interpretab…

Natural Language UnderstandingPrompt EngineeringSemantic SimilaritySemantic Textual Similarity+2

Novel Methods for Enhancing the Performance of Genetic Algorithms

2018-01-09 · Esra'a O Alkafaween

In this thesis we propose new methods for crossover operator namely: cut on worst gene (COWGC), cut on worst L+R gene (COWLRGC) and Collision Crossovers. And also we propose several types of mutation operator such as: wo…

MAGNIFIED: RL Fine-tuning of Multimodal Large Language Models for Motion Planning

2026-06-02 · Letian Chen, Yiren Lu, Justin Fu, Yichen Xie 외 arxiv

Multi-modal Large Language Models (MLLMs) have demonstrated remarkable capabilities in semantic understanding and common sense reasoning, making them promising candidates for solving planning problems in autonomous drivi…

Common Sense ReasoningReinforcement LearningAutonomous VehiclesAutonomous Driving

ADAPT: Learning Task Mixtures for Budget-Constrained Instruction Tuning

2025-12-04 · Pritam Kadasi, Abhishek Upperwal, Mayank SIngh arxiv

We propose ADAPT, a meta-learning algorithm that \emph{learns} task sampling proportions under an explicit token budget for multi-task instruction tuning. Instead of fixing task weights by hand, \adapt{} maintains a cont…

Reading ComprehensionInstruction FollowingCode Generation

On the Robustness of Global Feature Effect Explanations

2024-06-13 · Hubert Baniecki, Giuseppe Casalicchio, Bernd Bischl, Przemyslaw Biecek

We study the robustness of global post-hoc explanations for predictive models trained on tabular data. Effects of predictor features in black-box supervised learning are an essential diagnostic tool for model debugging a…

Diagnosticscientific discovery