collaborators

7 papers

cs.CL2026

Decoding Hidden Deception in Reasoning LLMs: Activation Explainers for Deception Auditing

Kexin Chen, Yi Liu, Haonan Zhang +3

As LLMs acquire stronger reasoning capabilities, deceptive behavior becomes an increasingly serious safety concern. Existing deception monitors either score visible transcripts or…

cs.SE2026

DDOR: Delta Debugging for Explainable Overrefusal Testing and Repair

Qinyan Zhou, Peixin Zhang, Jun Sun +2

While safety alignment and guardrails help large language models (LLMs) avoid harmful outputs, they can also induce overrefusal, i.e., unwarranted rejection of benign queries that…

cs.LG2026

LLM-VA: Resolving the Jailbreak-Overrefusal Trade-off via Vector Alignment

Haonan Zhang, Dongxia Wang, Yi Liu +2

Safety-aligned LLMs suffer from two failure modes: jailbreak (answering harmful inputs) and over-refusal (declining benign queries). Existing vector steering methods adjust the mag…

cs.SE2025

ORFuzz: Fuzzing the "Other Side" of LLM Safety -- Testing Over-Refusal

Haonan Zhang, Dongxia Wang, Yi Liu +5

Large Language Models (LLMs) increasingly exhibit over-refusal - erroneously rejecting benign queries due to overly conservative safety measures - a critical functional flaw that u…

cs.CL2025

Sticking to the Mean: Detecting Sticky Tokens in Text Embedding Models

Kexin Chen, Dongxia Wang, Yi Liu +2

Despite the widespread use of Transformer-based text embedding models in NLP tasks, surprising 'sticky tokens' can undermine the reliability of embeddings. These tokens, when repea…

cs.IR2025

LightKG: Efficient Knowledge-Aware Recommendations with Simplified GNN Architecture

Yanhui Li, Dongxia Wang, Zhu Sun +2

Recently, Graph Neural Networks (GNNs) have become the dominant approach for Knowledge Graph-aware Recommender Systems (KGRSs) due to their proven effectiveness. Building upon GNN-…