← Search

Dongjae Jeon

9 accepted papers

2026

A2D: Any-Order, Any-Step Safety Alignment for Diffusion Language Models

ICLR 2026poster

Diffusion large language models (dLLMs) enable any-order generation, but this flexibility enlarges the attack surface: harmful spans may appear at arbitrary positions, and template-based prefilling attacks such as DIJA bypass response-level refusals. We introduce A2D (Any-Order, Any-Step Defense), a…

Cited by 0SourcecodeScholar
2026

An Information Theoretic Evaluation Metric for Strong Unlearning

AAAI 2026technical

Machine unlearning (MU) aims to remove the influence of specific data from trained models, addressing privacy concerns and ensuring compliance with regulations such as the "right to be forgotten." Evaluating strong unlearning, where the unlearned model is indistinguishable from one retrained without

Cited by 0SourcePDFScholar
2026

Preserve-Then-Quantize: Balancing Rank Budgets for Quantization Error Reconstruction in LLMs

ICML 2026poster

Quantization Error Reconstruction (QER) reduces accuracy loss in Post-Training Quantization (PTQ) by approximating weights as $\mathbf{W} \approx \mathbf{Q} + \mathbf{L}\mathbf{R}$, using a rank-$r$ correction to reconstruct quantization error. Prior methods devote the full rank budget to error reco…

Cited by 0SourceScholar
2026

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

ICLR 2026poster

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 \<eos\> overflow: as allocated s…

Cited by 0SourceScholar
2025

Assigning Distinct Roles to Quantized and Low-Rank Matrices Toward Optimal Weight Decomposition

ACL 2025finding

Decomposing weight matrices into quantization and low-rank components ( W≈ Q+LR) is a widely used technique for compressing large language models (LLMs). Existing joint optimization methods iteratively alternate between quantization and low-rank approximation. However, these methods tend to prioriti…

Cited by 0SourcePDFScholar
2025

Large Language Models Still Exhibit Bias in Long Text

ACL 2025finding

Existing fairness benchmarks for large language models (LLMs) primarily focus on simple tasks, such as multiple-choice questions, overlooking biases that may arise in more complex scenarios like long-text generation. To address this gap, we introduce the Long Text Fairness Test (LTF-TEST), a framewo…

Cited by 0SourcePDFScholar
2025

Understanding and Mitigating Memorization in Generative Models via Sharpness of Probability Landscapes

ICML 2025spotlight

In this paper, we introduce a geometric framework to analyze memorization in diffusion models through the sharpness of the log probability density. We mathematically justify a previously proposed score-difference-based memorization metric by demonstrating its effectiveness in quantifying sharpness.…

Cited by 0SourcePDFScholar