← Search

Yifei He

10 accepted papers

2026

Localize-and-Stitch: Efficient Model Merging via Sparse Task Arithmetic

ICML 2026poster

Model merging offers an effective strategy to combine the strengths of multiple finetuned models into a unified model that preserves the specialized capabilities of each. Existing methods merge models in a global manner, performing arithmetic operations across all model parameters. However, such glo…

Cited by 0SourceScholar
2026

WET: Mitigating World-Conditioned Knowledge Conflicts via World Entropy Tethering

ICML 2026poster

Large language models (LLMs) face a "loyalty dilemma" when correctness is conditioned on an active world-of-discourse. We identify a systemic failure mode---world misattribution---where models implicitly ground generation in an incompatible regime and drift from the target world. We propose World En…

Cited by 0SourceScholar
2025

Efficiently Editing Mixture-of-Experts Models with Compressed Experts

EMNLP 2025

Mixture-of-Experts (MoE) models have become a key approach for scaling large language models efficiently by activating only a subset of experts during training and inference. Typically, the number of activated experts presents a trade-off: fewer experts reduce computational costs, while more experts

Cited by 0SourcePDFScholar
2025

MergeBench: A Benchmark for Merging Domain-Specialized LLMs

NeurIPS 2025poster

Model merging provides a scalable alternative to multi-task training by combining specialized finetuned models through parameter arithmetic, enabling efficient deployment without the need for joint training or access to all task data. While recent methods have shown promise, existing evaluations are…

Cited by 0SourcecodeScholar
2025

Scaling Laws for Multilingual Language Models

ACL 2025finding

We propose a novel scaling law for general-purpose decoder-only language models (LMs) trained on multilingual data, tackling the problem of balancing languages during multilingual pretraining. A primary challenge in studying multilingual scaling is the difficulty of analyzing individual language per…

2025

Towards Understanding the Fragility of Multilingual LLMs against Fine-Tuning Attacks

NAACL 2025findings

Recent advancements in Large Language Models (LLMs) have sparked widespread concerns about their safety. Recent work demonstrates that safety alignment of LLMs can be easily removed by fine-tuning with a few adversarially chosen instruction-following examples, i.e., fine-tuning attacks. We take a fu…

Cited by 8SourcePDFScholar
2024

Robust Multi-Task Learning with Excess Risks

ICML 2024poster

Multi-task learning (MTL) considers learning a joint model for multiple tasks by optimizing a convex combination of all task losses. To solve the optimization problem, existing methods use an adaptive weight updating scheme, where task weights are dynamically adjusted based on their respective losse…

2024

Semi-Supervised Reward Modeling via Iterative Self-Training

EMNLP 2024finding

Reward models (RM) capture the values and preferences of humans and play a central role in Reinforcement Learning with Human Feedback (RLHF) to align pretrained large language models (LLMs). Traditionally, training these models relies on extensive human-annotated preference data, which poses signifi…

2022

Greedy modality selection via approximate submodular maximization

UAI 2022poster

Multimodal learning considers learning from multi-modality data, aiming to fuse heterogeneous sources of information. However, it is not always feasible to leverage all available modalities due to memory constraints. Further, training on all the modalities may be inefficient when redundant informati…

Cited by 4SourcePDFScholar