← Search

Ming Wen

9 accepted papers

2026

Autoregressive, Yet Revisable: In Decoding Revision for Secure Code Generation

ICML 2026poster

Large Language Model (LLM) based code generation is predominantly formulated as a strictly monotonic process, appending tokens linearly to an immutable prefix. This formulation contrasts to the cognitive process of programming, which is inherently interleaved with forward generation and on-the-fly r…

Cited by 0SourceScholar
2026

GenAlign: Towards Unified Alignment Framework of MLLMs via Generative Reward Model

ICML 2026poster

Aligning Multimodal Large Language Models (MLLMs) with human preferences remains a fundamental challenge. While Generative Reward Models (GRMs) offer a promising reasoning-based alternative to scalar models, they are often hindered by severe position bias and prohibitively high computational overhea…

Cited by 0SourceScholar
2026

Pragma-VL: Towards a Pragmatic Arbitration of Safety and Helpfulness in MLLMs

ICLR 2026poster

Multimodal Large Language Models (MLLMs) pose critical safety challenges, as they are susceptible not only to adversarial attacks such as jailbreaking but also to inadvertently generating harmful content for benign users. While internal safety alignment via Supervised Fine-Tuning (SFT) and Reinforce…

Cited by 0SourceScholar
2026

Teach to Reason Safely: Policy-Guided Safety Tuning for MLRMs

ICLR 2026poster

Multimodal Large Reasoning Models (MLRMs) have exhibited remarkable capabilities in complex multimodal tasks. However, our findings reveal a critical trade-off: reasoning-based models are more prone to generating harmful content, leading to degradation in safety performance. This paper presents a la…

Cited by 0SourceScholar
2025

CRUXEVAL-X: A Benchmark for Multilingual Code Reasoning, Understanding and Execution

ACL 2025long

Code benchmarks such as HumanEval are widely adopted to evaluate Large Language Models’ (LLMs) coding capabilities. However, there is an unignorable programming language bias in existing code benchmarks – over 95% code generation benchmarks are dominated by Python, leaving the LLMs’ capabilities in…

Cited by 0SourcePDFScholar
2025

Differentially Private Federated Low Rank Adaptation Beyond Fixed-Matrix

NeurIPS 2025poster

Large language models (LLMs) typically require fine-tuning for domain-specific tasks, and LoRA offers a computationally efficient approach by training low-rank adaptors. LoRA is also communication-efficient for federated LLMs when multiple users collaboratively fine-tune a global LLM model without s…

Cited by 0SourcecodeScholar
2025

Multi-Turn Jailbreaking Large Language Models via Attention Shifting

AAAI 2025technical

Large Language Models (LLMs) have achieved significant performance in various natural language processing tasks but also pose safety and ethical threats, thus requiring red teaming and alignment processes to bolster their safety. To effectively exploit these aligned LLMs, recent studies have introdu…

Cited by 0SourcePDFScholar
2024

Communication Efficient Distributed Newton Method over Unreliable Networks

AAAI 2024technical

Distributed optimization in resource constrained devices demands both communication efficiency and fast convergence rates. Newton-type methods are getting preferable due to their superior convergence rates compared to the first-order methods. In this paper, we study a new problem in regard to the se…

Cited by 3SourcePDFScholar
2024

Generalization-Enhanced Code Vulnerability Detection via Multi-Task Instruction Fine-Tuning

ACL 2024findings

Code Pre-trained Models (CodePTMs) based vulnerability detection have achieved promising results over recent years. However, these models struggle to generalize as they typically learn superficial mapping from source code to labels instead of understanding the root causes of code vulnerabilities, re…