← Search

Xu Chu

40 accepted papers

2026

ADEPT: Continual Pretraining via Adaptive Expansion and Dynamic Decoupled Tuning

ICLR 2026poster

Conventional continual pretraining (CPT) for large language model (LLM) domain adaptation often suffers from catastrophic forgetting and limited domain capacity. Existing strategies adopt layer expansion, introducing additional trainable parameters to accommodate new knowledge. However, the uniform…

Cited by 0SourcecodeScholar
2026

Efficient Transcoder Adaptation for Fine-Tuned Models: Revealing Medical Reasoning Mechanisms in Large Language Models

AAAI 2026technical

Large language models (LLMs) suffer from a lack of decision-making transparency, limiting their deployment in high-stakes domains such as healthcare. We propose a mechanistic interpretability framework that introduces two novel paradigms: Medical Fine-Tuning with Frozen Attention Layers (FTFA) and P

Cited by 0SourcePDFScholar
2026

GPS: Directed Acyclic Graph guided Proactive Information Seeking in Large Language Models

ICLR 2026poster

Equipping Large Language Models (LLMs) with the ability to proactively ask clarifying questions is essential to mitigate ambiguity when faced with underspecified user queries in retrieval-augmented generation (RAG) systems. However, existing methods often neglect the rule-based reasoning structures…

Cited by 0SourceScholar
2026

Residual Decoding: Mitigating Hallucinations in Large Vision-Language Models via History-Aware Residual Guidance

CVPR 2026

Large Vision-Language Models (LVLMs) can reason from image-text inputs and perform well in various multimodal tasks. Despite this success, they are affected by language priors and often produce hallucinations. Hallucinations denote generated content that is grammatically and syntactically coherent,

Cited by 0SourceScholar
2025

3DS: Medical Domain Adaptation of LLMs via Decomposed Difficulty-based Data Selection

EMNLP 2025

Large Language Models (LLMs) excel in general language tasks, motivating their adaptation to specialized domains such as healthcare. Effective domain adaptation typically involves supervised fine-tuning (SFT) on carefully selected instruction-tuning data. Current data selection methods adopt a data-

2025

AIMMerging: Adaptive Iterative Model Merging Using Training Trajectories for Language Model Continual Learning

EMNLP 2025

Continual learning (CL) is essential for deploying large language models (LLMs) in dynamic real-world environments without the need for costly retraining. Recent model merging-based methods have attracted significant attention, but they still struggle to effectively manage the trade-off between lear

2025

Adaptive Spatiotemporal Augmentation for Improving Dynamic Graph Learning

ICASSP 2025accepted

Dynamic graph augmentation is used to improve the performance of dynamic GNNs. Most methods assume temporal locality, meaning that recent edges are more influential than earlier edges. However, for temporal changes in edges caused by random noise, overemphasizing recent edges while neglecting earlie…

Cited by 0SourceScholar
2025

DRESSing Up LLM: Efficient Stylized Question-Answering via Style Subspace Editing

ICLR 2025poster

We introduce DRESS, a novel approach for generating stylized large language model (LLM) responses through representation editing. Existing methods like prompting and fine-tuning are either insufficient for complex style adaptation or computationally expensive, particularly in tasks like NPC creation…

2025

DearLLM: Enhancing Personalized Healthcare via Large Language Models-Deduced Feature Correlations

AAAI 2025technical

Exploring the correlations between medical features is essential for extracting patient health patterns from electronic health records (EHR) data, and strengthening medical predictions and decision-making. To constrain the hypothesis space of pure data-driven deep learning in the context of limited…

2025

Domaino1s: Guiding LLM Reasoning for Explainable Answers in High-Stakes Domains

ACL 2025finding

Large Language Models (LLMs) are widely applied to downstream domains. However, current LLMs for high-stakes domain tasks, such as financial investment and legal QA, typically generate brief answers without reasoning processes and explanations. This limits users’ confidence in making decisions based…

2025

Efficient Graph Continual Learning via Lightweight Graph Neural Tangent Kernels-based Dataset Distillation

ICML 2025poster

Graph Neural Networks (GNNs) have emerged as a fundamental tool for modeling complex graph structures across diverse applications. However, directly applying pretrained GNNs to varied downstream tasks without fine-tuning-based continual learning remains challenging, as this approach incurs high comp…

Cited by 0SourcePDFScholar
2025

Few-Shot Object Detection in Satellite Imagery with Feature Fusion Pyramid and Adaptive Region Proposal Networks

ICASSP 2025accepted

Object detection in satellite imagery presents unique challenges due to the wide variation in object sizes, shapes, and orientations, as well as the limited availability of labeled data for training models. Few-Shot Object Detection (FSOD) aims to address these challenges by enabling models to detec…

Cited by 0SourceScholar
2025

GeoEdit: Geometric Knowledge Editing for Large Language Models

EMNLP 2025

Regular updates are essential for maintaining up-to-date knowledge in large language models (LLMs). However, existing training-based model editing methods often struggle to effectively incorporate new knowledge while preserving unrelated general knowledge. To address this challenge, we propose a nov

2025

HyKGE: A Hypothesis Knowledge Graph Enhanced RAG Framework for Accurate and Reliable Medical LLMs Responses

ACL 2025long

In this paper, we investigate the retrieval-augmented generation (RAG) based on Knowledge Graphs (KGs) to improve the accuracy and reliability of Large Language Models (LLMs). Recent approaches suffer from insufficient and repetitive knowledge retrieval, tedious and time-consuming query parsing, and…

2025

KnowPO: Knowledge-Aware Preference Optimization for Controllable Knowledge Selection in Retrieval-Augmented Language Models

AAAI 2025technical

By integrating external knowledge, Retrieval-Augmented Generation (RAG) has become an effective strategy for mitigating the hallucination problems that large language models (LLMs) encounter when dealing with knowledge-intensive tasks. However, in the process of integrating external non-parametric s…

2025

MODEL SHAPLEY: Find Your Ideal Parameter Player via One Gradient Backpropagation

NeurIPS 2025poster

Measuring parameter importance is crucial for understanding and optimizing large language models (LLMs). Existing work predominantly focuses on pruning or probing at neuron/feature levels without fully considering the cooperative behaviors of model parameters. In this paper, we introduce a novel app…

Cited by 0SourceScholar
2025

Mechanism Design for LLM Fine-tuning with Multiple Reward Models

NeurIPS 2025poster

Fine-tuning large language models (LLMs) to aggregate multiple preferences has attracted considerable research attention. With aggregation algorithms advancing, a potential economic scenario arises where fine-tuning services are provided to agents with different preferences. In this context, agents…

Cited by 0SourceScholar
2025

Mitigating Hallucinations on Object Attributes using Multiview Images and Negative Instructions

ICASSP 2025accepted

Current popular Large Vision-Language Models (LVLMs) are suffering from Hallucinations on Object Attributes (HoOA), leading to incorrect determination of fine-grained attributes in the input images. Leveraging significant advancements in 3D generation from a single image, this paper proposes a novel…

Cited by 0SourceScholar
2025

Parenting: Optimizing Knowledge Selection of Retrieval-Augmented Language Models with Parameter Decoupling and Tailored Tuning

ACL 2025long

Retrieval-Augmented Generation (RAG) offers an effective solution to the issues faced by Large Language Models (LLMs) in hallucination generation and knowledge obsolescence by incorporating externally retrieved knowledge. However, existing methods lack effective control mechanisms for integrating in…

2025

Recurrent Knowledge Identification and Fusion for Language Model Continual Learning

ACL 2025long

Continual learning (CL) is crucial for deploying large language models (LLMs) in dynamic real-world environments without costly retraining. While recent model ensemble and model merging methods guided by parameter importance have gained popularity, they often struggle to balance knowledge transfer a…

2025

Stackelberg Self-Annotation: A Robust Approach to Data-Efficient LLM Alignment

NeurIPS 2025poster

Aligning large language models (LLMs) with human preferences typically demands vast amounts of meticulously curated data, which is both expensive and prone to labeling noise. We propose Stackelberg Game Preference Optimization (SGPO), a robust alignment framework that models alignment as a two-playe…

Cited by 0SourceScholar
2025

TC–RAG: Turing–Complete RAG’s Case study on Medical LLM Systems

ACL 2025long

In the pursuit of enhancing domain-specific Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) emerges as a promising solution to mitigate issues such as hallucinations, outdated knowledge, and limited expertise in highly specialized queries. However, existing approaches to RAG fall…

2025

TPO: Aligning Large Language Models with Multi-branch & Multi-step Preference Trees

ICLR 2025poster

In the domain of complex reasoning tasks, such as mathematical reasoning, recent advancements have proposed the use of Direct Preference Optimization (DPO) to suppress output of dispreferred responses, thereby enhancing the long-chain reasoning capabilities of large language models (LLMs). To this e…

Cited by 6SourcePDFScholar
2024

Combating Label Sparsity in Short Text Topic Modeling via Nearest Neighbor Augmentation

ACL 2024findings

Extracting semantic topics from short texts presents a significant challenge in the field of data mining. While efforts have been made to mitigate data sparsity issue, the limited length of short documents also results in the absence of semantically relevant words, causing biased evidence lower boun…

2024

Disentangled Continual Graph Neural Architecture Search with Invariant Modular Supernet

ICML 2024poster

The existing graph neural architecture search (GNAS) methods assume that the graph tasks are static during the search process, ignoring the ubiquitous scenarios where sequential graph tasks come in a continual fashion. Moreover, existing GNAS works resort to entangled graph factors during the archit…

Cited by 10SourcePDFScholar
2024

Parameter Efficient Quasi-Orthogonal Fine-Tuning via Givens Rotation

ICML 2024poster

With the increasingly powerful performances and enormous scales of pretrained models, promoting parameter efficiency in fine-tuning has become a crucial need for effective and efficient adaptation to various downstream tasks. One representative line of fine-tuning methods is Orthogonal Fine-tuning (…

Cited by 11SourcePDFScholar
2024

RAGraph: A General Retrieval-Augmented Graph Learning Framework

NeurIPS 2024poster

Graph Neural Networks (GNNs) have become essential in interpreting relational data across various domains, yet, they often struggle to generalize to unseen graph data that differs markedly from training instances. In this paper, we introduce a novel framework called General Retrieval-Augmented Graph…

2024

SMART: Towards Pre-trained Missing-Aware Model for Patient Health Status Prediction

NeurIPS 2024poster

Electronic health record (EHR) data has emerged as a valuable resource for analyzing patient health status. However, the prevalence of missing data in EHR poses significant challenges to existing methods, leading to spurious correlations and suboptimal predictions. While various imputation technique…

2024

TaSL: Continual Dialog State Tracking via Task Skill Localization and Consolidation

ACL 2024long

A practical dialogue system requires the capacity for ongoing skill acquisition and adaptability to new tasks while preserving prior knowledge. However, current methods for Continual Dialogue State Tracking (DST), a crucial function of dialogue systems, struggle with the catastrophic forgetting issu…

2024

Temporal Domain Generalization via Learning Instance-level Evolving Patterns

IJCAI 2024poster

Temporal Domain Generalization (TDG) aims at learning models under temporally evolving data distributions and achieving generalization to unseen future data distributions following the evolving trend. Existing advanced TDG methods learn the evolving patterns through the collective behaviors observed…

2023

Enhancing Neural Topic Model with Multi-Level Supervisions from Seed Words

ACL 2023findings

Efforts have been made to apply topic seed words to improve the topic interpretability of topic models. However, due to the semantic diversity of natural language, supervisions from seed words could be ambiguous, making it hard to be incorporated into the current neural topic models. In this paper,…

Cited by 11SourcePDFScholar
2023

Fused Gromov-Wasserstein Graph Mixup for Graph-level Classifications

NeurIPS 2023poster

Graph data augmentation has shown superiority in enhancing generalizability and robustness of GNNs in graph-level classifications. However, existing methods primarily focus on the augmentation in the graph signal space and the graph structure space independently, neglecting the joint interaction bet…

2023

Improving Generalization of Meta-Learning With Inverted Regularization at Inner-Level

CVPR 2023poster

Despite the broad interest in meta-learning, the generalization problem remains one of the significant challenges in this field. Existing works focus on meta-generalization to unseen tasks at the meta-level by regularizing the meta-loss, while ignoring that adapted models may not generalize to the t…

Cited by 17SourcePDFScholar
2023

Learning Hyper Label Model for Programmatic Weak Supervision

ICLR 2023poster

To reduce the human annotation efforts, the programmatic weak supervision (PWS) paradigm abstracts weak supervision sources as labeling functions (LFs) and involves a label model to aggregate the output of multiple LFs to produce training labels. Most existing label models require a parameter learni…

2023

Wasserstein Barycenter Matching for Graph Size Generalization of Message Passing Neural Networks

ICML 2023poster

Graph size generalization is hard for Message passing neural networks (MPNNs). The graph-level classification performance of MPNNs degrades across various graph sizes. Recently, theoretical studies reveal that a slow uncontrollable convergence rate w.r.t. graph size could adversely affect the size g…

Cited by 6SourcePDFScholar
2022

DNA: Domain Generalization with Diversified Neural Averaging

ICML 2022spotlight

The inaccessibility of the target domain data causes domain generalization (DG) methods prone to forget target discriminative features, and challenges the pervasive theme in existing literature in pursuing a single classifier with an ideal joint risk. In contrast, this paper investigates model missp…

2020

Distance Metric Learning with Joint Representation Diversification

ICML 2020poster

Distance metric learning (DML) is to learn a representation space equipped with a metric, such that similar examples are closer than dissimilar examples concerning the metric. The recent success of DNNs motivates many DML losses that encourage the intra-class compactness and inter-class separability…