← Search

Zeguan Xiao

5 accepted papers

2026

Enhancing Uncertainty Estimation in LLMs with Expectation of Aggregated Internal Belief

AAAI 2026technical

Large Language Models (LLMs) have achieved remarkable success across a wide range of natural language tasks, but often exhibit overconfidence and generate plausible yet incorrect answers. This overconfidence, especially in models undergone Reinforcement Learning from Human Feedback (RLHF), poses sig

Cited by 0SourcePDFScholar
2025

SeqAR: Jailbreak LLMs with Sequential Auto-Generated Characters

NAACL 2025long

The widespread applications of large language models (LLMs) have brought about concerns regarding their potential misuse. Although aligned with human preference data before release, LLMs remain vulnerable to various malicious attacks. In this paper, we adopt a red-teaming strategy to enhance LLM saf…

2024

Distract Large Language Models for Automatic Jailbreak Attack

EMNLP 2024main

Extensive efforts have been made before the public release of Large language models (LLMs) to align their behaviors with human values. However, even meticulously aligned LLMs remain vulnerable to malicious manipulations such as jailbreaking, leading to unintended behaviors. In this work, we propose…

2022

Pruning Adatperfusion with Lottery Ticket Hypothesis

NAACL 2022findings

Pre-trained language models have shown great success in multiple downstream tasks. However, they are computationally expensive to fine-tune. Thus, transfer learning with adapter modules has been introduced to alleviate this problem, helping to extract knowledge of the downstream tasks. Adapterfusion…

Cited by 4SourcePDFScholar
2021

BERT4GCN: Using BERT Intermediate Layers to Augment GCN for Aspect-based Sentiment Classification

EMNLP 2021main

Graph-based Aspect-based Sentiment Classification (ABSC) approaches have yielded state-of-the-art results, expecially when equipped with contextual word embedding from pre-training language models (PLMs). However, they ignore sequential features of the context and have not yet made the best of PLMs.…