← Search

Mingchen Li

18 accepted papers

2026

JALMBench: Benchmarking Jailbreak Vulnerabilities in Audio Language Models

ICLR 2026poster

Large Audio Language Models (LALMs) integrate the audio modality directly into the model, rather than converting speech into text and inputting text to Large Language Models (LLMs). While jailbreak attacks on LLMs have been extensively studied, the security of LALMs with audio modalities remains lar…

Cited by 0SourcecodeScholar
2026

NL2Repo-Bench: Towards Long-Horizon Repository Generation Evaluation of Coding Agents

ICML 2026poster

Recent advances in coding agents suggest rapid progress toward autonomous software development, yet existing benchmarks primarily evaluate short-horizon behaviors such as localized code generation, scaffolded completion, or repository repair, leaving it unclear whether agents can sustain coherent re…

Cited by 0SourceScholar
2026

OrgaCast: A Trustworthy Spatiotemporal Diffusion Model for Fluorescence Organoid Forecasting

AAAI 2026technical

Accurately forecasting the spatiotemporal dynamics of biological systems, such as human pluripotent stem cell (hPSC)-derived cardiac organoids, from microscopy time-series is a critical challenge in biomedicine with profound implications for drug discovery. Existing generative models often fail to c

Cited by 0SourcePDFScholar
2025

ContextAware: A Multi-Agent Framework for Detecting Harmful Image-Based Comments on Social Media

IJCAI 2025

Detecting hidden stigmatization in social media poses significant challenges due to semantic misalignments between textual and visual modalities, as well as the subtlety of implicit stigmatization. Traditional approaches often fail to capture these complexities in real-world, multimodal content. To

2025

DP-GTR: Differentially Private Prompt Protection via Group Text Rewriting

EMNLP 2025

Prompt privacy is crucial, especially when using online large language models (LLMs), due to the sensitive information often contained within prompts. While LLMs can enhance prompt privacy through text rewriting, existing methods primarily focus on document-level rewriting, neglecting the rich, mult

2025

TVNet: A Novel Time Series Analysis Method Based on Dynamic Convolution and 3D-Variation

ICLR 2025poster

With the recent development and advancement of Transformer and MLP architectures, significant strides have been made in time series analysis. Conversely, the performance of Convolutional Neural Networks (CNNs) in time series analysis has fallen short of expectations, diminishing their potential for…

Cited by 0SourcePDFScholar
2025

Venus-MAXWELL: Efficient Learning of Protein-Mutation Stability Landscapes using Protein Language Models

NeurIPS 2025poster

In-silico prediction of protein mutant stability, measured by the difference in Gibbs free energy change ($\Delta \Delta G$), is fundamental for protein engineering. Current sequence-to-label methods typically employ two-stage pipelines: (i) encoding mutant sequences using neural networks (e.g., tra…

Cited by 0SourcecodeScholar
2024

Class-Attribute Priors: Adapting Optimization to Heterogeneity and Fairness Objective

AAAI 2024technical

Modern classification problems exhibit heterogeneities across individual classes: Each class may have unique attributes, such as sample size, label quality, or predictability (easy vs difficult), and variable importance at test-time. Without care, these heterogeneities impede the learning process, m…

Cited by 2SourcePDFScholar
2024

ProSST: Protein Language Modeling with Quantized Structure and Disentangled Attention

NeurIPS 2024poster

Protein language models (PLMs) have shown remarkable capabilities in various protein function prediction tasks. However, while protein function is intricately tied to structure, most existing PLMs do not incorporate protein structure information. To address this issue, we introduce ProSST, a Transfo…

Cited by 0SourcePDFScholar
2024

Selective Attention: Enhancing Transformer through Principled Context Control

NeurIPS 2024poster

The attention mechanism within the transformer architecture enables the model to weigh and combine tokens based on their relevance to the query. While self-attention has enjoyed major success, it notably treats all queries $q$ in the same way by applying the mapping $V^\top\text{softmax}(Kq)$, where…

2022

A Hierarchical N-Gram Framework for Zero-Shot Link Prediction

EMNLP 2022finding

Knowledge graphs typically contain a large number of entities but often cover only a fraction of all relations between them (i.e., incompleteness). Zero-shot link prediction (ZSLP) is a popular way to tackle the problem by automatically identifying unobserved relations between entities. Most recent…

2022

FedNest: Federated Bilevel, Minimax, and Compositional Optimization

ICML 2022oral

Standard federated optimization methods successfully apply to stochastic problems with single-level structure. However, many contemporary ML problems - including adversarial robustness, hyperparameter tuning, actor-critic - fall under nested bilevel programming that subsumes minimax and compositiona…

2022

Semantic Structure Based Query Graph Prediction for Question Answering over Knowledge Graph

COLING 2022main

Building query graphs from natural language questions is an important step in complex question answering over knowledge graph (Complex KGQA). In general, a question can be correctly answered if its query graph is built correctly and the right answer is then retrieved by issuing the query graph again…

2021

AutoBalance: Optimized Loss Functions for Imbalanced Data

NeurIPS 2021poster

Imbalanced datasets are commonplace in modern machine learning problems. The presence of under-represented classes or groups with sensitive attributes results in concerns about generalization and fairness. Such concerns are further exacerbated by the fact that large capacity deep nets can perfectly…

2021

Generalization Guarantees for Neural Architecture Search with Train-Validation Split

ICML 2021spotlight

Neural Architecture Search (NAS) is a popular method for automatically designing optimized deep-learning architectures. NAS methods commonly use bilevel optimization where one optimizes the weights over the training data (lower-level problem) and hyperparameters - such as the architecture - over the…

Cited by 25SourcePDFScholar
2021

On the Marginal Benefit of Active Learning: Does Self-Supervision Eat its Cake?

ICASSP 2021accepted

Active learning is the set of techniques for intelligently labeling large unlabeled datasets to reduce the labeling effort. In parallel, recent developments in self-supervised and semi-supervised learning (S4L) provide powerful techniques, based on data-augmentation, contrastive learning, and self-t…

Cited by 0SourceScholar
2020

Gradient Descent with Early Stopping is Provably Robust to Label Noise for Overparameterized Neural Networks

AISTATS 2020poster

Modern neural networks are typically trained in an over-parameterized regime where the parameters of the model far exceed the size of the training data. Such neural networks in principle have the capacity to (over)fit any set of labels including significantly corrupted ones. Despite this (over)fitti…

Cited by 453SourcePDFScholar