← Search

Yanggan Gu

7 accepted papers

2026

MODEL MERGING SCALING LAWS IN LARGE LANGUAGE MODELS

ICML 2026poster

We study empirical scaling laws for language model merging measured by cross-entropy. Despite its wide practical use, merging lacks a quantitative rule that predicts returns as we add experts or scale the model size. We identify a compact power law that links model size and expert number: the size-d…

Cited by 0SourceScholar
2025

Capturing Nuanced Preferences: Preference-Aligned Distillation for Small Language Models

ACL 2025finding

Aligning small language models (SLMs) with human values typically involves distilling preference knowledge from large language models (LLMs). However, existing distillation methods model preference knowledge in teacher LLMs by comparing pairwise responses, overlooking the extent of difference betwee…

2025

Exploring Response Uncertainty in MLLMs: An Empirical Evaluation under Misleading Scenarios

EMNLP 2025

Multimodal large language models (MLLMs) have recently achieved state-of-the-art performance on tasks ranging from visual question answering to video understanding. However, existing studies have concentrated mainly on visual–textual misalignment, leaving largely unexplored the MLLMs’ ability to pre

2025

InfiFPO: Implicit Model Fusion via Preference Optimization in Large Language Models

NeurIPS 2025spotlight

Model fusion combines multiple Large Language Models (LLMs) with different strengths into a more powerful, integrated model through lightweight training methods. Existing works on model fusion focus primarily on supervised fine-tuning (SFT), leaving preference alignment (PA) —a critical phase for en…

Cited by 0SourcecodeScholar
2025

InfiGFusion: Graph-on-Logits Distillation via Efficient Gromov-Wasserstein for Model Fusion

NeurIPS 2025poster

Recent advances in large language models (LLMs) have intensified efforts to fuse heterogeneous open-source models into a unified system that inherits their complementary strengths. Existing logit-based fusion methods maintain inference efficiency but treat vocabulary dimensions independently, overl…

Cited by 0SourcecodeScholar
2025

StructFact: Reasoning Factual Knowledge from Structured Data with Large Language Models

ACL 2025finding

Large language models (LLMs) have made significant strides in natural language processing by leveraging their ability to comprehend and reason with factual knowledge. However, a significant amount of factual knowledge is stored in structured data, which has unique characteristics not typically encou…

2024

High-order Joint Constituency and Dependency Parsing

COLING 2024main

This work revisits the topic of jointly parsing constituency and dependency trees, i.e., to produce compatible constituency and dependency trees simultaneously for input sentences, which is attractive considering that the two types of trees are complementary in representing syntax. The original work…