← Search

Weihao Luo

4 accepted papers

2026

Meta-UCF: Unified Task-Conditioned LoRA Generation for Continual Learning in Large Language Models

ICLR 2026poster

Large language models are increasingly deployed in settings where newtasks arrive continuously, yet existing parameter-efficient finetuning (PEFT) methods either bloat linearly with the task horizon or sacrifice deep adaptation, leaving catastrophic forgetting unresolved. We aim to achieve memory-co…

Cited by 0SourceScholar
2025

Synergy over Discrepancy: A Partition-Based Approach to Multi-Domain LLM Fine-Tuning

NeurIPS 2025poster

Large language models (LLMs) demonstrate impressive generalization abilities, yet adapting them effectively across multiple heterogeneous domains remains challenging due to inter-domain interference. To overcome this challenge, we propose a partition-based multi-stage fine-tuning framework designed…

Cited by 0SourceScholar
2025

Whose Instructions Count? Resolving Preference Bias in Instruction Fine-Tuning

NeurIPS 2025poster

Instruction fine-tuning (IFT) has emerged as a ubiquitous strategy for specializing large language models (LLMs), yet it implicitly assumes a single, coherent "ground-truth" preference behind all human-written instructions. In practice, annotators differ in the styles, emphases, and granularities th…

Cited by 0SourceScholar
2024

Sharpness-Aware Model-Agnostic Long-Tailed Domain Generalization

AAAI 2024technical

Domain Generalization (DG) aims to improve the generalization ability of models trained on a specific group of source domains, enabling them to perform well on new, unseen target domains. Recent studies have shown that methods that converge to smooth optima can enhance the generalization performance…