← Search

Chunyang Chen

4 accepted papers

2025

A Semantic-Aware Layer-Freezing Approach to Computation-Efficient Fine-Tuning of Language Models

ACL 2025finding

Finetuning language models (LMs) is crucial for adapting the models to downstream data and tasks. However, full finetuning is usually costly. Existing work, such as parameter-efficient finetuning (PEFT), often focuses on how to finetune but neglects the issue of where to finetune. As a pioneering wo…

2023

FaLA: Fast Linear Adaptation for Replacing Backbone Models on Edge Devices

EMNLP 2023long findings

In this work, we study the language model backbone replacement problem for personalized downstream tasks in a non-stationary on-device scenario. In real world, company may periodically update the knowledge and architectures of backbones to keep the competitive in the market, meanwhile, to accommodat…

Cited by 0SourceScholar
2023

GNNEvaluator: Evaluating GNN Performance On Unseen Graphs Without Labels

NeurIPS 2023poster

Evaluating the performance of graph neural networks (GNNs) is an essential task for practical GNN model deployment and serving, as deployed GNNs face significant performance uncertainty when inferring on unseen and unlabeled test graphs, due to mismatched training-test graph distributions. In this p…

Cited by 15SourcePDFScholar
2023

Structure-free Graph Condensation: From Large-scale Graphs to Condensed Graph-free Data

NeurIPS 2023spotlight

Graph condensation, which reduces the size of a large-scale graph by synthesizing a small-scale condensed graph as its substitution, has immediate benefits for various graph learning tasks. However, existing graph condensation methods rely on the joint optimization of nodes and structures in the con…