← Search

Ruoming Jin

15 accepted papers

2026

Automatic Dialectic Jailbreak: A Framework for Generating Effective Jailbreak Strategies

ICLR 2026poster

Large language models (LLMs) can be jailbroken to produce malicious or unethical content with embedded jailbreaking prompts. Unfortunately, current jailbreak attack techniques suffer from adaptability issues due to reliance on the fixed evaluation models and incapability problems of surviving from a…

Cited by 0SourceScholar
2026

Generalizing Linear Autoencoder Recommenders with Decoupled Expected Quadratic Loss

ICLR 2026poster

Linear autoencoders (LAEs) have gained increasing popularity in recommender systems due to their simplicity and strong empirical performance. Most LAE models, including the Emphasized Denoising Linear Autoencoder (EDLAE) introduced by (Steck, 2020), use quadratic loss during training. However, the o…

Cited by 0SourceScholar
2026

Mitigating the Modality Gap in Vision–Language Models with Fractal Spectral Geometry

ICML 2026poster

Vision–language models such as CLIP embed images and text into a shared space, but still suffer from a modality gap, where image and text features cluster separately and nearest neighbors are dominated by same-modality rather than true cross-modal matches. Existing works alleviate the modality gap b…

Cited by 0SourceScholar
2026

Structured Multi-step Jailbreaking under a Hamiltonian Generative Formulation

ICML 2026poster

Recent work shows that even safety aligned large language models (LLM) can be pushed into unsafe behavior by carefully crafted jailbreak prompts. Existing jailbreaking attack methods often rely on disfluent or incoherent prompts, which limit their success and make them easy to detect. We introduce S…

Cited by 0SourceScholar
2025

Can Large Language Models Understand Intermediate Representations in Compilers?

ICML 2025poster

Intermediate Representations (IRs) play a critical role in compiler design and program analysis, yet their comprehension by *Large Language Models* (LLMs) remains underexplored. In this paper, we present an explorative empirical study evaluating the capabilities of six state-of-the-art LLMs—GPT-4,…

2025

Flexible, Efficient, and Stable Adversarial Attacks on Machine Unlearning

ICML 2025poster

Machine unlearning (MU) aims to remove the influence of specific data points from trained models, enhancing compliance with privacy regulations. However, the vulnerability of basic MU models to malicious unlearning requests in adversarial learning environments has been largely overlooked. Existing a…

2025

PAC-Bayes Bounds for Multivariate Linear Regression and Linear Autoencoders

NeurIPS 2025poster

Linear Autoencoders (LAEs) have shown strong performance in state-of-the-art recommender systems. However, this success remains largely empirical, with limited theoretical understanding. In this paper, we investigate the generalizability -- a theoretical measure of model performance in statistical…

Cited by 0SourceScholar
2024

Fisher Information-based Efficient Curriculum Federated Learning with Large Language Models

EMNLP 2024main

As a promising paradigm to collaboratively train models with decentralized data, Federated Learning (FL) can be exploited to fine-tune Large Language Models (LLMs). While LLMs correspond to huge size, the scale of the training data significantly increases, which leads to tremendous amounts of comput…

Cited by 1SourcePDFScholar
2023

Towards Reliable Item Sampling for Recommendation Evaluation

AAAI 2023technical

Since Rendle and Krichene argued that commonly used sampling-based evaluation metrics are ``inconsistent'' with respect to the global metrics (even in expectation), there have been a few studies on the sampling-based recommender system evaluation. Existing methods try either mapping the sampling-bas…

Cited by 12SourcePDFScholar
2021

Expressive 1-Lipschitz Neural Networks for Robust Multiple Graph Learning against Adversarial Attacks

ICML 2021spotlight

Recent findings have shown multiple graph learning models, such as graph classification and graph matching, are highly vulnerable to adversarial attacks, i.e. small input perturbations in graph structures and node attributes can cause the model failures. Existing defense techniques often defend spec…

Cited by 31SourcePDFScholar
2021

Integrated Defense for Resilient Graph Matching

ICML 2021spotlight

A recent study has shown that graph matching models are vulnerable to adversarial manipulation of their input which is intended to cause a mismatching. Nevertheless, there is still a lack of a comprehensive solution for further enhancing the robustness of graph matching against adversarial attacks.…

Cited by 19SourcePDFScholar
2021

On Estimating Recommendation Evaluation Metrics under Sampling

AAAI 2021technical

Since the recent studies (KDD'20) done by Krichene and Rendle on the sampling based top-k evaluation metric for recommendation, there have been a lot of debate on the validity of using sampling for evaluating recommendation algorithms. Though their work and the recent work done by Li et. al. (KDD'…

Cited by 16SourcePDFScholar
2021

Validating the Lottery Ticket Hypothesis with Inertial Manifold Theory

NeurIPS 2021poster

Despite achieving remarkable efficiency, traditional network pruning techniques often follow manually-crafted heuristics to generate pruned sparse networks. Such heuristic pruning strategies are hard to guarantee that the pruned networks achieve test accuracy comparable to the original dense ones. R…

Cited by 37SourcePDFScholar
2020

Adversarial Attacks on Deep Graph Matching

NeurIPS 2020poster

Despite achieving remarkable performance, deep graph learning models, such as node classification and network embedding, suffer from harassment caused by small adversarial perturbations. However, the vulnerability analysis of graph matching under adversarial attacks has not been fully investigated y…

Cited by 44SourcePDFScholar
2020

Scalable Differential Privacy with Certified Robustness in Adversarial Learning

ICML 2020poster

In this paper, we aim to develop a scalable algorithm to preserve differential privacy (DP) in adversarial learning for deep neural networks (DNNs), with certified robustness to adversarial examples. By leveraging the sequential composition theory in DP, we randomize both input and latent spaces to…