← Search

Yue Xing

31 accepted papers

2026

CVE-Factory: Scaling Expert-Level Agentic Tasks for Code Security Vulnerability

ICML 2026oral

Evaluating and improving the security capabilities of code agents requires high-quality, executable vulnerability tasks. However, existing works rely on costly, unscalable manual reproduction and suffer from outdated data distributions. To address these, we present CVE-Factory, the first multi-agent…

Cited by 0SourceScholar
2026

TRAJECT-Bench:A Trajectory-Aware Benchmark for Evaluating Agentic Tool Use

ICLR 2026poster

Large language model (LLM)-based agents increasingly rely on tool use to complete real-world tasks. While existing works evaluate the LLMs' tool use capability, they largely focus on the final answers yet overlook the detailed tool usage trajectory, i.e., whether tools are selected, parameterized, a…

Cited by 0SourcecodeScholar
2025

A General Framework to Enhance Fine-tuning-based LLM Unlearning

ACL 2025finding

Unlearning has been proposed to remove copyrighted and privacy-sensitive data from Large Language Models (LLMs). Existing approaches primarily rely on fine-tuning-based methods, which can be categorized into gradient ascent-based (GA-based) and suppression-based methods. However, they often degrade…

2025

A Theoretical Understanding of Chain-of-Thought: Coherent Reasoning and Error-Aware Demonstration

AISTATS 2025poster

Few-shot Chain-of-Thought (CoT) prompting has demonstrated strong performance in improving the reasoning capabilities of large language models (LLMs). While theoretical investigations have been conducted to understand CoT, the underlying transformer used in these studies isolates the CoT reasoning p…

Cited by 0SourceScholar
2025

Advancing Reasoning with Off-the-Shelf LLMs: A Semantic Structure Perspective

EMNLP 2025

Large Language Models (LLMs) have shown strong capabilities in zero-shot reasoning and generalization to new tasks. However, the zero-shot performance of general LLMs on complex tasks, such as multi-hop reasoning, remains suboptimal, while reasoning LLMs suffer from hallucinations and unfaithfulness

Cited by 0SourcePDFScholar
2025

Keeping an Eye on LLM Unlearning: The Hidden Risk and Remedy

NeurIPS 2025poster

Although Large Language Models (LLMs) have demonstrated impressive capabilities across a wide range of tasks, growing concerns have emerged over the misuse of sensitive, copyrighted, or harmful data during training. To address these concerns, unlearning techniques have been developed to remove the i…

Cited by 0SourceScholar
2025

LLM Safety Alignment is Divergence Estimation in Disguise

NeurIPS 2025poster

We present a theoretical framework showing that popular LLM alignment methods—including RLHF and its variants—can be understood as divergence estimators between aligned (safe or preferred) and unaligned (harmful or less-preferred) distributions. This perspective explains the emergence of separation…

Cited by 0SourcecodeScholar
2025

Mitigating the Privacy Issues in Retrieval-Augmented Generation (RAG) via Pure Synthetic Data

EMNLP 2025

Retrieval-augmented generation (RAG) enhances the outputs of language models by integrating relevant information retrieved from external knowledge sources. However, when the retrieval process involves private data, RAG systems may face severe privacy risks, potentially leading to the leakage of sens

2025

Red-Teaming LLM Multi-Agent Systems via Communication Attacks

ACL 2025finding

Large Language Model-based Multi-Agent Systems (LLM-MAS) have revolutionized complex problem-solving capability by enabling sophisticated agent collaboration through message-based communications. While the communication framework is crucial for agent coordination, it also introduces a critical yet u…

Cited by 0SourcePDFScholar
2025

Six-CD: Benchmarking Concept Removals for Text-to-image Diffusion Models

CVPR 2025poster

Text-to-image (T2I) diffusion models have shown exceptional capabilities in generating images that closely correspond to textual prompts. However, the advancement of T2I diffusion models presents significant risks, as the models could be exploited for malicious purposes, such as generating images wi…

2025

Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language Models

ACL 2025finding

Chain-of-Thought (CoT) reasoning, which breaks down complex tasks into intermediate reasoning steps, has significantly enhanced the performance of large language models (LLMs) on challenging tasks. However, the detailed reasoning process in CoT often incurs long generation times and high computation…

Cited by 0SourcePDFScholar
2025

Superiority of Multi-Head Attention: A Theoretical Study in Shallow Transformers in In-Context Linear Regression

AISTATS 2025poster

We present a theoretical analysis of the performance of transformer with softmax attention in in-context learning with linear regression tasks. While the existing theoretical literature predominantly focuses on providing convergence upper bounds to show that trained transformers with single-/multi-h…

Cited by 0SourceScholar
2025

Towards Context-Robust LLMs: A Gated Representation Fine-tuning Approach

ACL 2025long

Large Language Models (LLMs) enhanced with external contexts, such as through retrieval-augmented generation (RAG), often face challenges in handling imperfect evidence. They tend to over-rely on external knowledge, making them vulnerable to misleading and unhelpful contexts. To address this, we pro…

Cited by 0SourcePDFScholar
2025

Towards Knowledge Checking in Retrieval-augmented Generation: A Representation Perspective

NAACL 2025long

Retrieval-Augmented Generation (RAG) systems have shown promise in enhancing the performance of Large Language Models (LLMs). However, these systems face challenges in effectively integrating external knowledge with the LLM’s internal knowledge, often leading to issues with misleading or unhelpful i…

2024

Better Representations via Adversarial Training in Pre-Training: A Theoretical Perspective

AISTATS 2024poster

Pre-training is known to generate universal representations for downstream tasks in large-scale deep learning such as large language models. Existing literature, e.g., Kim et al. (2020), empirically observe that the downstream tasks can inherit the adversarial robustness of the pre-trained model. We…

2024

Exploring Memorization in Fine-tuned Language Models

ACL 2024long

Large language models (LLMs) have shown great capabilities in various tasks but also exhibited memorization of training data, raising tremendous privacy and copyright concerns. While prior works have studied memorization during pre-training, the exploration of memorization during fine-tuning is rath…

Cited by 26SourcePDFScholar
2024

The Good and The Bad: Exploring Privacy Issues in Retrieval-Augmented Generation (RAG)

ACL 2024findings

Retrieval-augmented generation (RAG) is a powerful technique to facilitate language model generation with proprietary and private data, where data privacy is a pivotal concern. Whereas extensive research has demonstrated the privacy risks of large language models (LLMs), the RAG technique could pote…

2024

Towards Understanding Jailbreak Attacks in LLMs: A Representation Space Analysis

EMNLP 2024main

Large language models (LLMs) are susceptible to a type of attack known as jailbreaking, which misleads LLMs to output harmful contents. Although there are diverse jailbreak attack strategies, there is no unified understanding on why some methods succeed and others fail. This paper explores the behav…

2024

Unveiling and Mitigating Memorization in Text-to-image Diffusion Models through Cross Attention

ECCV 2024poster

"Recent advancements in text-to-image (T2I) diffusion models have demonstrated their remarkable capability to generate high-quality images from textual prompts. However, increasing research indicates that these models memorize and replicate images from their training data, raising concerns about pot…