← Search

Haiyan Zhao

25 accepted papers

2026

LC-QAT: Data-Efficient 2-Bit QAT for LLMs via Linear-Constrained Vector Quantization

ICML 2026poster

Quantization-aware training (QAT) is essential for extremely low-bit large language models (LLMs). Current QAT methods are mainly based on scalar quantization (SQ), which enables efficient optimization but suffers from severe performance degradation at 2-bit precision. On the other hand, vector quan…

Cited by 0SourceScholar
2026

Text Before Vision: Staged Knowledge Injection Matters for Agentic RLVR in Ultra-High-Resolution Remote Sensing Understanding

ICML 2026poster

Multimodal reasoning for ultra-high-resolution (UHR) remote sensing (RS) is usually bottlenecked by visual evidence acquisition: the model necessities localizing tiny task-relevant regions in massive pixel spaces. While Agentic Reinforcement Learning with Verifiable Rewards (RLVR) using zoom-in tool…

Cited by 0SourceScholar
2026

UniSVQ: 2-bit Unified Scalar-Vector Quantization

ICML 2026poster

Post-training quantization at the 2-bit level enables low-cost deployment and inference acceleration for large language models (LLMs). Scalar quantization (SQ) and vector quantization (VQ) are two primary quantization methods, however, the former suffers from significant performance degradation, and…

Cited by 0SourceScholar
2025

A Comprehensive Evaluation on Event Reasoning of Large Language Models

AAAI 2025technical

Event reasoning is a fundamental ability that underlies many applications. It requires event schema knowledge to perform global reasoning and needs to deal with the diversity of the inter-event relations and the reasoning paradigms. The extent to which LLMs excel in event reasoning across various re…

2025

A Survey on Sparse Autoencoders: Interpreting the Internal Mechanisms of Large Language Models

EMNLP 2025

Large Language Models (LLMs) have transformed natural language processing, yet their internal mechanisms remain largely opaque. Recently, mechanistic interpretability has attracted significant attention from the research community as a means to understand the inner workings of LLMs. Among various me

Cited by 0SourcePDFScholar
2025

Beyond Input Activations: Identifying Influential Latents by Gradient Sparse Autoencoders

EMNLP 2025

Sparse Autoencoders (SAEs) have recently emerged as powerful tools for interpreting and steering the internal representations of large language models (LLMs). However, conventional approaches to analyzing SAEs typically rely solely on input-side activations, without considering the influence between

2025

Beyond Single Concept Vector: Modeling Concept Subspace in LLMs with Gaussian Distribution

ICLR 2025poster

Probing learned concepts in large language models (LLMs) is crucial for understanding how semantic knowledge is encoded internally. Training linear classifiers on probing tasks is a principle approach to denote the vector of a certain concept in the representation space. However, the single vector i…

2025

DABL: Detecting Semantic Anomalies in Business Processes Using Large Language Models

AAAI 2025technical

Detecting anomalies in business processes is crucial for ensuring operational success. While many existing methods rely on statistical frequency to detect anomalies, it's important to note that infrequent behavior doesn't necessarily imply undesirability. To address this challenge, detecting anomali…

2025

Exploring Concept Depth: How Large Language Models Acquire Knowledge and Concept at Different Layers?

COLING 2025main

Large language models (LLMs) have shown remarkable performances across a wide range of tasks. However, the mechanisms by which these models encode tasks of varying complexities remain poorly understood. In this paper, we explore the hypothesis that LLMs process concepts of varying complexities in di…

2025

Large Vision-Language Model Alignment and Misalignment: A Survey Through the Lens of Explainability

EMNLP 2025

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities in processing both visual and textual information. However, the critical challenge of alignment between visual and textual representations is not fully understood. This survey presents a comprehensive examination of align

Cited by 0SourcePDFScholar
2025

MALoRA: Mixture of Asymmetric Low-Rank Adaptation for Enhanced Multi-Task Learning

NAACL 2025findings

Parameter-Efficient Fine-Tuning (PEFT) methods such as LoRA have significantly improved the adaptation of LLMs to downstream tasksin a resource-efficient manner. However, in multi-task scenarios, challenges such as training imbalance and the seesaw effect frequently emerge. Mixture-of-LoRA (MoLoRA),…

Cited by 1SourcePDFScholar
2025

Occupation Point Planning and Tracking Control of an Underactuated Multi-Robot System to Capture a Fast Evader

RA-L 2025

This paper presents a cooperative mechanism for capturing a fast evader in a 2D space with obstacles, using a multi-robot system with a positive capture radius. First, we define the dominance region with a Cartesian oval, parameterized by the speed ratio and capture radius, and derive the minimum nu

Cited by 1SourceScholar
2025

ParamMute: Suppressing Knowledge-Critical FFNs for Faithful Retrieval-Augmented Generation

NeurIPS 2025poster

Large language models (LLMs) integrated with retrieval-augmented generation (RAG) have improved factuality by grounding outputs in external evidence. However, they remain susceptible to unfaithful generation, where outputs contradict retrieved context despite its relevance and accuracy. Existing app…

Cited by 0SourcecodeScholar
2025

Revisit Self-Debugging with Self-Generated Tests for Code Generation

ACL 2025long

Large language models (LLMs) have demonstrated significant advancements in code generation, yet they still face challenges when tackling tasks that extend beyond their basic capabilities. Recently, the concept of self-debugging has been proposed as a way to enhance code generation performance by lev…

Cited by 0SourcePDFScholar
2025

RoMA: Scaling up Mamba-based Foundation Models for Remote Sensing

NeurIPS 2025poster

Recent advances in self-supervised learning for Vision Transformers (ViTs) have fueled breakthroughs in remote sensing (RS) foundation models. However, the quadratic complexity of self-attention poses a significant barrier to scalability, particularly for large models and high-resolution images. Whi…

Cited by 0SourcecodeScholar
2024

Detection, Diagnosis, and Explanation: A Benchmark for Chinese Medial Hallucination Evaluation

COLING 2024main

Large Language Models (LLMs) have made significant progress recently. However, their practical use in healthcare is hindered by their tendency to generate hallucinations. One specific type, called snowballing hallucination, occurs when LLMs encounter misleading information, and poses a security thre…

2024

EVIT: Event-Oriented Instruction Tuning for Event Reasoning

ACL 2024findings

Events refer to specific occurrences, incidents, or happenings that take place under a particular background. Event reasoning aims to infer events according to certain relations and predict future events. The cutting-edge techniques for event reasoning play a crucial role in various natural language…

2024

Integrating Physician Diagnostic Logic into Large Language Models: Preference Learning from Process Feedback

ACL 2024findings

The utilization of large language models for medical dialogue generation has attracted considerable attention due to its potential to enhance response richness and coherence. While previous studies have made strides in optimizing model performance, there is a pressing need to bolster the model’s cap…

2024

Mitigating Shortcuts in Language Models with Soft Label Encoding

COLING 2024main

Recent research has shown that large language models rely on spurious correlations in the data for natural language understanding (NLU) tasks. In this work, we aim to answer the following research question: Can we reduce spurious correlations by modifying the ground truth labels of the training data…

2024

The Impact of Reasoning Step Length on Large Language Models

ACL 2024findings

Chain of Thought (CoT) is significant in improving the reasoning abilities of large language models (LLMs). However, the correlation between the effectiveness of CoT and the length of reasoning steps in prompts remains largely unknown. To shed light on this, we have conducted several empirical exper…

Cited by 85SourcePDFScholar
2023

Does Continual Learning Equally Forget All Parameters?

ICML 2023poster

Distribution shift (e.g., task or domain shift) in continual learning (CL) usually results in catastrophic forgetting of previously learned knowledge. Although it can be alleviated by repeatedly replaying buffered data, the every-step replay is time-consuming. In this paper, we study which modules i…

Cited by 19SourcePDFScholar
2023

PlugMed: Improving Specificity in Patient-Centered Medical Dialogue Generation using In-Context Learning

EMNLP 2023long findings

The patient-centered medical dialogue systems strive to offer diagnostic interpretation services to users who are less knowledgeable about medical knowledge, through emphasizing the importance of providing responses specific to the patients. It is difficult for the large language models (LLMs) to gu…

Cited by 0SourceScholar
2023

SEAG: Structure-Aware Event Causality Generation

ACL 2023findings

Extracting event causality underlies a broad spectrum of natural language processing applications. Cutting-edge methods break this task into Event Detection and Event Causality Identification. Although the pipelined solutions succeed in achieving acceptable results, the inherent nature of separating…

Cited by 7SourcePDFScholar
2023

UniEvent: Unified Generative Model with Multi-Dimensional Prefix for Zero-Shot Event-Relational Reasoning

ACL 2023long

Reasoning about events and their relations attracts surging research efforts since it is regarded as an indispensable ability to fulfill various event-centric or common-sense reasoning tasks. However, these tasks often suffer from limited data availability due to the labor-intensive nature of their…