← Search

Zhixue Zhao

20 accepted papers

2026

Making Visual Dialogue More Engaging: A New Task, Method, and Metric

AAAI 2026technical

Large language model (LLM)-based visual dialogue (VD) systems have made response generation for image-grounded conversations more correct and coherent. However, user engagement - the extent to which a user is interested, emotionally involved, and willing to continue the conversation - remains a chal

Cited by 0SourcePDFScholar
2026

Mitigating Content Effects on Reasoning in Language Models Through Fine-Grained Activation Steering

AAAI 2026technical

Large language models (LLMs) exhibit reasoning biases, often conflating content plausibility with formal logical validity. This can lead to wrong inferences in critical domains, where plausible arguments are incorrectly deemed logically valid or vice versa. This paper investigates how content biases

Cited by 0SourcePDFScholar
2026

PerSpectra: A Scalable and Configurable Pluralist Benchmark of Perspectives from Arguments

ICLR 2026poster

Pluralism, the capacity to engage with diverse perspectives without collapsing them into a single viewpoint, is critical for developing large language models that faithfully reflect human heterogeneity. Yet this characteristic has not been carefully examined within the LLM research community and rem…

Cited by 1SourcecodeScholar
2026

SCIEval: Evaluating and Benchmarking the Faithfulness of Scientific Image Generation and Interpretation with Large Multimodal Models

CVPR 2026

Scientific images often require accurate numerical representations and correct object attributes. However, current faithfulness metrics are primarily tailored toward photorealistic, real-life imagery, rendering them ill-suited for scientific image evaluation. To address this gap, we introduce a nove

Cited by 0SourceScholar
2025

Analysing Chain of Thought Dynamics: Active Guidance or Unfaithful Post-hoc Rationalisation?

EMNLP 2025

Recent work has demonstrated that using chain of thought (CoT), on soft-reasoning problems such as analytical and commonsense reasoning, often yields limited or even negative performance gains. CoT can also be unfaithful to the model’s actual reasoning. This paper investigates dynamics and unfaithfu

Cited by 0SourcePDFScholar
2025

Explainable Hallucination through Natural Language Inference Mapping

ACL 2025finding

Large language models (LLMs) often generate hallucinated content, making it crucial to identify and quantify inconsistencies in their outputs. We introduce HaluMap, a post-hoc framework that detects hallucinations by mapping entailment and contradiction relations between source inputs and generated…

2025

Has this Fact been Edited? Detecting Knowledge Edits in Language Models

NAACL 2025long

Knowledge editing methods (KEs) can update language models’ obsolete or inaccurate knowledge learned from pre-training. However, KEs can be used for malicious applications, e.g., inserting misinformation and toxic content. Knowing whether a generated output is based on edited knowledge or first-hand…

2025

How to Make LLMs Forget: On Reversing In-Context Knowledge Edits

NAACL 2025long

In-context knowledge editing (IKE) enables efficient modification of large language model (LLM) outputs without parameter changes and at zero-cost. However, it can be misused to manipulate responses opaquely, e.g., insert misinformation or offensive content. Such malicious interventions could be inc…

2025

It’s All About In-Context Learning! Teaching Extremely Low-Resource Languages to LLMs

EMNLP 2025

Extremely low-resource languages, especially those written in rare scripts, remain largely unsupported by large language models (LLMs). This is due in part to compounding factors such as the lack of training data. This paper delivers the first comprehensive analysis of whether LLMs can acquire such

2025

Knowledge Image Matters: Improving Knowledge-Based Visual Reasoning with Multi-Image Large Language Models

ACL 2025long

We revisit knowledge-based visual reasoning (KB-VR) in light of modern advances in multimodal large language models (MLLMs), and make the following contributions: (i) We propose Visual Knowledge Card (VKC) – a novel image that incorporates not only internal visual knowledge (e.g., scene-aware inform…

Cited by 0SourcePDFScholar
2025

Label Set Optimization via Activation Distribution Kurtosis for Zero-Shot Classification with Generative Models

EMNLP 2025

In-context learning (ICL) performance is highly sensitive to prompt design, yet the impact of class label options (e.g. lexicon or order) in zero-shot classification remains underexplored. This study proposes LOADS (Label set Optimization via Activation Distribution kurtosiS), a post-hoc method for

Cited by 0SourcePDFScholar
2025

Position: Editing Large Language Models Poses Serious Safety Risks

ICML 2025poster

Large Language Models (LLMs) contain large amounts of facts about the world. These facts can become outdated over time, which has led to the development of knowledge editing methods (KEs) that can change specific facts in LLMs with limited side effects. This position paper argues that editing LLMs p…

Cited by 3SourcePDFScholar
2025

RULEBREAKERS: Challenging LLMs at the Crossroads between Formal Logic and Human-like Reasoning

ICML 2025poster

Formal logic enables computers to reason in natural language by representing sentences in symbolic forms and applying rules to derive conclusions. However, in what our study characterizes as "rulebreaker" scenarios, this method can lead to conclusions that are typically not inferred or accepted by h…

Cited by 0SourcePDFScholar
2025

ScImage: How good are multimodal large language models at scientific text-to-image generation?

ICLR 2025poster

Multimodal large language models (LLMs) have demonstrated impressive capabilities in generating high-quality images from textual instructions. However, their performance in generating scientific images—a critical application for accelerating scientific progress—remains underexplored. In this work, w…

2024

Comparing Explanation Faithfulness between Multilingual and Monolingual Fine-tuned Language Models

NAACL 2024long

In many real natural language processing application scenarios, practitioners not only aim to maximize predictive performance but also seek faithful explanations for the model predictions. Rationales and importance distribution given by feature attribution methods (FAs) provide insights into how dif…

2022

On the Impact of Temporal Concept Drift on Model Explanations

EMNLP 2022finding

Explanation faithfulness of model predictions in natural language processing is typically evaluated on held-out data from the same temporal distribution as the training data (i.e. synchronous settings). While model performance often deteriorates due to temporal variation (i.e. temporal concept drift…