← Search

Junfeng Fang

47 accepted papers

2026

AgentNoiseBench: Benchmarking Robustness of Tool-Using LLM Agents Under Noisy Condition

ICML 2026poster

As LLM-based agents are increasingly deployed in real-world workflows, existing agent benchmarks---often built on idealized, noise-free assumptions---fall short of characterizing agents' robustness under imperfect user instructions and unreliable tool feedback. To address this gap, we introduce **Ag…

Cited by 0SourceScholar
2026

AlphaSteer: Learning Refusal Steering with Principled Null-Space Constraint

ICLR 2026poster

As LLMs are increasingly deployed in real-world applications, ensuring their ability to refuse malicious prompts, especially jailbreak attacks, is essential for safe and reliable use. Recently, activation steering has emerged as an effective approach for enhancing LLM safety by adding a refusal dire…

Cited by 0SourcecodeScholar
2026

AudioTrust: Benchmarking The Multifaceted Trustworthiness of Audio Large Language Models

ICLR 2026poster

The rapid development and widespread adoption of Audio Large Language Models (ALLMs) require a rigorous assessment of their trustworthiness. However, existing evaluation frameworks, primarily designed for text, are not equipped to handle the unique vulnerabilities introduced by audio’s acoustic prop…

Cited by 0SourcecodeScholar
2026

Contrastive Weak-to-Strong Generalization

ICML 2026poster

Weak-to-strong generalization provides a promising paradigm for scaling large language models (LLMs) by training stronger models on samples from aligned weaker ones, without requiring human feedback or explicit reward modeling. However, its robustness and generalization are hindered by the noise and…

Cited by 0SourceScholar
2026

Enhancing Multi-Modal LLMs Reasoning via Difficulty-Aware Group Normalization

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) and Group Relative Policy Optimization (GRPO) have significantly advanced the reasoning capabilities of large language models. Extending these methods to multimodal settings, however, faces a critical challenge: the instability of std-based norma…

Cited by 0SourceScholar
2026

Goal-Aware Identification and Rectification of Misinformation in Multi-Agent Systems

ICLR 2026poster

Large Language Model-based Multi-Agent Systems (MASs) have demonstrated strong advantages in addressing complex real-world tasks. However, due to the introduction of additional attack surfaces, MASs are particularly vulnerable to misinformation injection. To facilitate a deeper understanding of misi…

Cited by 0SourcecodeScholar
2026

GuardAlign: Robust Safety Alignment in Multimodal Large Language Models

ICLR 2026poster

Multimodal large language models (MLLMs) have achieved remarkable progress in vision–language reasoning tasks, yet ensuring their safety remains a critical challenge. Recent input-side defenses detect unsafe images with CLIP and prepend safety prefixes to prompts, but they still suffer from inaccura…

Cited by 0SourceScholar
2026

Hierarchical Semantic Alignment for Image Clustering

AAAI 2026technical

Image clustering is a classic problem in computer vision, which categorizes images into different groups. Recent studies utilize nouns as external semantic knowledge to improve clustering performance. However, these methods often overlook the inherent ambiguity of nouns, which can distort semantic r

Cited by 0SourcePDFScholar
2026

Mitigating Safety Fallback in Editing-based Backdoor Injection on LLMs

ICLR 2026poster

Large language models (LLMs) have shown strong performance across natural language tasks, but remain vulnerable to backdoor attacks. Recent model editing-based approaches enable efficient backdoor injection by directly modifying parameters to map specific triggers to attacker-desired responses. Howe…

Cited by 0SourcecodeScholar
2026

NExT-Guard: Training-Free Streaming Safeguard without Token-Level Labels

ICML 2026poster

Large language models are increasingly deployed in streaming scenarios, rendering conventional post-hoc safeguards ineffective as they fail to interdict unsafe content in real-time. While streaming safeguards based on token-level supervised training could address this, they necessitate expensive ann…

Cited by 0SourceScholar
2026

On Predictability of Reinforcement Learning Dynamics for Large Language Models

ICLR 2026poster

Recent advances in reasoning capabilities of large language models (LLMs) are largely driven by reinforcement learning (RL), yet the underlying parameter dynamics during RL training remain poorly understood. This work identifies two fundamental properties of RL-induced parameter updates in LLMs: (1)…

Cited by 0SourcecodeScholar
2026

Parameters vs. Context: Fine-Grained Control of Knowledge Reliance in Language Models

ICLR 2026poster

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Large Language Models (LLMs) by integrating external knowledge. However, conflicts between parametric knowledge and retrieved context pose challenges, particularly when retrieved information is unreliable or the model's internal knowle…

Cited by 0SourcecodeScholar
2026

Principled Steering via Null-space Projection for Jailbreak Defense in Vision-Language Models

CVPR 2026

As vision-language models (VLMs) are increasingly deployed in open-world scenarios, they can be easily induced by visual jailbreak attacks to generate harmful content, posing serious risks to model safety and trustworthy usage.Recent activation steering methods inject directional vectors into model

Cited by 0SourceScholar
2026

R-Diverse: Mitigating Diversity Illusion in Self-Play LLM Training

ICML 2026poster

Self-play bootstraps LLM reasoning through an iterative Challenger–Solver loop: the Challenger is trained to generate questions that target the Solver's capabilities, and the Solver is optimized on the generated data to expand its reasoning skills. However, existing frameworks like R-Zero often exhi…

Cited by 0SourceScholar
2026

Revisiting Robustness for LLM Safety Alignment via Selective Geometry Control

ICML 2026poster

Safety alignment remains brittle under domain shift and noisy preference supervision. Existing robust alignment methods predominantly focus on data uncertainty in alignment data, while being less effective at addressing failures caused by optimization-induced fragility. In this work, we revisit robu…

Cited by 0SourceScholar
2026

See First, Reason Later: Mutual Information-Guided Reinforcement Learning for Vision-Language Models

ICML 2026poster

Vision-Language Models (VLMs) frequently suffer from visual perception errors and hallucinations that compromise answer accuracy in complex reasoning tasks. Reinforcement Learning with Verifiable Rewards (RLVR) offers a promising solution by optimizing policies using answer correctness signals. Desp…

Cited by 0SourceScholar
2026

Temporal Self-Rewarding Language Models: Decoupling Chosen-Rejected via Past-Future

ICML 2026poster

Self-Rewarding Language Models propose an architecture in which the Large Language Models(LLMs) both generates responses and evaluates its own outputs via LLM-as-a-Judge prompting, dynamically improving its generative capabilities through iterative Direct Preference Optimization (DPO). However, our …

Cited by 0SourceScholar
2025

3D-GSRD: 3D Molecular Graph Auto-Encoder with Selective Re-mask Decoding

NeurIPS 2025poster

Masked graph modeling (MGM) is a promising approach for molecular representation learning (MRL). However, extending the success of re-mask decoding from 2D to 3D MGM is non-trivial, primarily due to two conflicting challenges: avoiding 2D structure leakage to the decoder, while still providing suffi…

Cited by 0SourcecodeScholar
2025

AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models

ICLR 2025oral

Large language models (LLMs) often exhibit hallucinations, producing incorrect or outdated knowledge. Hence, model editing methods have emerged to enable targeted knowledge updates. To achieve this, a prevailing paradigm is the locating-then-editing approach, which first locates influential parame…

2025

AnyEdit: Edit Any Knowledge Encoded in Language Models

ICML 2025poster

Large language models (LLMs) often produce incorrect or outdated information, necessitating efficient and precise knowledge updates. Current model editing methods, however, struggle with long-form knowledge in diverse formats, such as poetry, code snippets, and mathematical derivations. These limita…

2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

Cracking the Code of Hallucination in LVLMs with Vision-aware Head Divergence

ACL 2025long

Large vision-language models (LVLMs) have made substantial progress in integrating large language models (LLMs) with visual inputs, enabling advanced multimodal reasoning. Despite their success, a persistent challenge is hallucination—where generated text fails to accurately reflect visual content—u…

2025

DAMA: Data- and Model-aware Alignment of Multi-modal LLMs

ICML 2025poster

Direct Preference Optimization (DPO) has shown effectiveness in aligning multi-modal large language models (MLLM) with human preferences. However, existing methods exhibit an imbalanced responsiveness to the data of varying hardness, tending to overfit on the easy-to-distinguish data while underfit…

Cited by 0SourcePDFScholar
2025

Decoding by Contrasting Knowledge: Enhancing Large Language Model Confidence on Edited Facts

ACL 2025long

The knowledge within large language models (LLMs) may become outdated quickly. While in-context editing (ICE) is currently the most effective method for knowledge editing (KE), it is constrained by the black-box modeling of LLMs and thus lacks interpretability. Our work aims to elucidate the superio…

Cited by 0SourcePDFScholar
2025

DiffGAD: A Diffusion-based Unsupervised Graph Anomaly Detector

ICLR 2025poster

Graph Anomaly Detection (GAD) is crucial for identifying abnormal entities within networks, garnering significant attention across various fields. Traditional unsupervised methods, which decode encoded latent representations of unlabeled data with a reconstruction focus, often fail to capture critic…

2025

Dynamic Multimodal Prototype Learning in Vision-Language Models

ICCV 2025poster

With the increasing attention to pre-trained vision-language models (VLMs), e.g., CLIP, substantial efforts have been devoted to many downstream tasks, especially in test-time adaptation (TTA). However, previous works focus on learning prototypes only in the textual modality while overlooking the am…

Cited by 0SourcePDFScholar
2025

Forget the Token and Pixel: Rethinking Gradient Ascent for Concept Unlearning in Multimodal Generative Models

ACL 2025finding

Gradient Ascent (GA) has emerged as a promising approach for concept unlearning in Multimodal Generative Models (MGMs), such as Multimodal Large Language Models (MLLMs) and Stable Diffusion Models (SDMs). Despite its effectiveness in removing undesired knowledge, GA leads to severe utility degradati…

Cited by 0SourcePDFScholar
2025

G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks

ICML 2025spotlight

Recent advancements in large language model (LLM)-based agents have demonstrated that collective intelligence can significantly surpass the capabilities of individual agents, primarily due to well-crafted inter-agent communication topologies. Despite the diverse and high-performing designs available…

Cited by 17SourcePDFScholar
2025

GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning

NeurIPS 2025poster

To enhance the safety of VLMs, this paper introduces a novel reasoning-based VLM guard model dubbed GuardReasoner-VL. The core idea is to incentivize the guard model to deliberatively reason before making moderation decisions via online RL. First, we construct GuardReasoner-VLTrain, a reasoning corp…

Cited by 0SourcecodeScholar
2025

Is Factuality Enhancement a Free Lunch For LLMs? Better Factuality Can Lead to Worse Context-Faithfulness

ICLR 2025poster

As the modern tools of choice for text understanding and generation, large language models (LLMs) are expected to accurately output answers by leveraging the input context. This requires LLMs to possess both context-faithfulness and factual accuracy. While extensive efforts aim to reduce hallucinati…

Cited by 3SourcePDFScholar
2025

Iterative Substructure Extraction for Molecular Relational Learning with Interactive Graph Information Bottleneck

ICLR 2025poster

Molecular relational learning (MRL) seeks to understand the interaction behaviors between molecules, a pivotal task in domains such as drug discovery and materials science. Recently, extracting core substructures and modeling their interactions have emerged as mainstream approaches within machine le…

Cited by 0SourcePDFScholar
2025

Knowledge Graph-Driven Memory Editing with Directional Interventions

EMNLP 2025

Large Language Models (LLMs) have revolutionized language processing and understanding, yet their performance is hampered by inaccuracies and outdated information. Model editing techniques offer a solution but face two key challenges: **(I)** Most methods inject knowledge by constructing rigid loss,

2025

LIFEBENCH: Evaluating Length Instruction Following in Large Language Models

NeurIPS 2025poster

While large language models (LLMs) can solve PhD-level reasoning problems over long context inputs, they still struggle with a seemingly simpler task: *following explicit length instructions*—e.g., *write a 10,000-word novel*. Additionally, models often generate far too short outputs, terminate prem…

Cited by 0SourcecodeScholar
2025

Multi-agent Architecture Search via Agentic Supernet

ICML 2025oral

Large Language Model (LLM)-empowered multi-agent systems extend the cognitive boundaries of individual agents through disciplined collaboration and interaction, while constructing these systems often requires labor-intensive manual designs. Despite the availability of methods to automate the design…

2025

NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation

ICLR 2025poster

3D molecule generation is crucial for drug discovery and material design. While prior efforts focus on 3D diffusion models for their benefits in modeling continuous 3D conformers, they overlook the advantages of 1D SELFIES-based Language Models (LMs), which can generate 100\% valid molecules and lev…

2025

Neuron-Level Sequential Editing for Large Language Models

ACL 2025long

This work explores sequential model editing in large language models (LLMs), a critical task that involves modifying internal knowledge within LLMs continuously through multi-round editing, each incorporating updates or corrections to adjust the model’s outputs without the need for costly retraining…

2025

On the Role of Attention Heads in Large Language Model Safety

ICLR 2025oral

Large language models (LLMs) achieve state-of-the-art performance on multiple language tasks, yet their safety guardrails can be circumvented, leading to harmful generations. In light of this, recent research on safety mechanisms has emerged, revealing that when safety representations or component a…

2025

Reinforced Lifelong Editing for Language Models

ICML 2025poster

Large language models (LLMs) acquire information from pre-training corpora, but their stored knowledge can become inaccurate or outdated over time. Model editing addresses this challenge by modifying model parameters without retraining, and prevalent approaches leverage hypernetworks to generate the…

2025

Search and Refine During Think: Facilitating Knowledge Refinement for Improved Retrieval-Augmented Reasoning

NeurIPS 2025poster

Large language models have demonstrated impressive reasoning capabilities but are inherently limited by their knowledge reservoir. Retrieval-augmented reasoning mitigates this limitation by allowing LLMs to query external resources, but existing methods often retrieve irrelevant or noisy information…

Cited by 0SourceScholar
2025

Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation

EMNLP 2025

Large vision-language models (LVLMs) have achieved remarkable performance on multimodal tasks. However, they still suffer from hallucinations, generating text inconsistent with visual input, posing significant risks in real-world applications. Existing approaches to address this issue focus on incor

2024

MMGNN: A Molecular Merged Graph Neural Network for Explainable Solvation Free Energy Prediction

IJCAI 2024poster

In this paper, we address the challenge of accurately modeling and predicting Gibbs free energy in solute-solvent interactions, a pivotal yet complex aspect in the field of chemical modeling. Traditional approaches, primarily relying on deep learning models, face limitations in capturing the intrica…

Cited by 5SourcePDFScholar
2024

MolTC: Towards Molecular Relational Modeling In Language Models

ACL 2024findings

Molecular Relational Learning (MRL), aiming to understand interactions between molecular pairs, plays a pivotal role in advancing biochemical research. Recently, the adoption of large language models (LLMs), known for their vast knowledge repositories and advanced logical inference capabilities, has…

2024

Towards Neuron Attributions in Multi-Modal Large Language Models

NeurIPS 2024poster

As Large Language Models (LLMs) demonstrate impressive capabilities, demystifying their internal mechanisms becomes increasingly vital. Neuron attribution, which attributes LLM outputs to specific neurons to reveal the semantic properties they learn, has emerged as a key interpretability approach. H…

Cited by 3SourcePDFScholar
2024

Two Heads Are Better Than One: Boosting Graph Sparse Training via Semantic and Topological Awareness

ICML 2024poster

Graph Neural Networks (GNNs) excel in various graph learning tasks but face computational challenges when applied to large-scale graphs. A promising solution is to remove non-essential edges to reduce the computational overheads in GNN. Previous literature generally falls into two categories: topolo…

Cited by 16SourcePDFScholar
2023

Evaluating Post-hoc Explanations for Graph Neural Networks via Robustness Analysis

NeurIPS 2023oral

This work studies the evaluation of explaining graph neural networks (GNNs), which is crucial to the credibility of post-hoc explainability in practical usage. Conventional evaluation metrics, and even explanation methods -- which mainly follow the paradigm of feeding the explanatory subgraph and me…

Cited by 36SourcePDFScholar
2023

Searching Lottery Tickets in Graph Neural Networks: A Dual Perspective

ICLR 2023poster

Graph Neural Networks (GNNs) have shown great promise in various graph learning tasks. However, the computational overheads of fitting GNNs to large-scale graphs grow rapidly, posing obstacles to GNNs from scaling up to real-world applications. To tackle this issue, Graph Lottery Ticket (GLT) hypoth…

Cited by 38SourcePDFScholar