← Search

Guodong Du

8 accepted papers

2026

Knowledge Fusion of Large Language Models via Modular SkillPacks

ICLR 2026poster

Cross-capability transfer represents a key challenge in large language model (LLM) research, particularly in multi-task integration, model compression, and knowledge fusion. Recent works such as FuseLLM and FuseChat have shown the potential of transferring multiple model capabilities to lightweight…

Cited by 0SourcecodeScholar
2026

Multi-objective Large Language Model Alignment with Hierarchical Experts

ICLR 2026poster

Aligning large language models (LLMs) to simultaneously satisfy multiple objectives remains a significant challenge, especially given the diverse and often conflicting nature of human preferences. Existing alignment methods struggle to balance trade-offs effectively, often requiring costly retrainin…

Cited by 0SourceScholar
2025

Multi-Modality Expansion and Retention for LLMs through Parameter Merging and Decoupling

ACL 2025long

Fine-tuning Large Language Models (LLMs) with multimodal encoders on modality-specific data expands the modalities that LLMs can handle, leading to the formation of Multimodal LLMs (MLLMs). However, this paradigm heavily relies on resource-intensive and inflexible fine-tuning from scratch with new m…

Cited by 0SourcePDFScholar
2025

NeurIPT: Foundation Model for Neural Interfaces

NeurIPS 2025poster

Electroencephalography (EEG) has wide-ranging applications, from clinical diagnosis to brain-computer interfaces (BCIs). With the increasing volume and variety of EEG data, there has been growing interest in establishing foundation models (FMs) to scale up and generalize neural decoding. Despite sho…

Cited by 0SourceScholar
2025

Neural Parameter Search for Slimmer Fine-Tuned Models and Better Transfer

ACL 2025long

Foundation models and their checkpoints have significantly advanced deep learning, boosting performance across various applications. However, fine-tuned models often struggle outside their specific domains and exhibit considerable redundancy. Recent studies suggest that combining a pruned fine-tuned…

Cited by 0SourcePDFScholar
2025

To See a World in a Spark of Neuron: Disentangling Multi-Task Interference for Training-Free Model Merging

EMNLP 2025

Fine-tuning pre-trained models on targeted datasets enhances task-specific performance but often comes at the expense of generalization. Model merging techniques, which integrate multiple fine-tuned models into a single multi-task model through task arithmetic, offer a promising solution. However, t

2024

Knowledge Fusion By Evolving Weights of Language Models

ACL 2024findings

Fine-tuning pre-trained language models, particularly large language models, demands extensive computing resources and can result in varying performance outcomes across different domains and datasets. This paper examines the approach of integrating multiple models from diverse training scenarios int…

2024

Parameter Competition Balancing for Model Merging

NeurIPS 2024poster

While fine-tuning pretrained models has become common practice, these models often underperform outside their specific domains. Recently developed model merging techniques enable the direct integration of multiple models, each fine-tuned for distinct tasks, into a single model. This strategy promote…