← Search

Daize Dong

5 accepted papers

2025

Dynamic Data Mixing Maximizes Instruction Tuning for Mixture-of-Experts

NAACL 2025long

Mixture-of-Experts (MoE) models have shown remarkable capability in instruction tuning, especially when the number of tasks scales. However, previous methods simply merge all training tasks (e.g. creative writing, coding, and mathematics) and apply fixed sampling weights, without considering the imp…

2024

A Graph is Worth $K$ Words: Euclideanizing Graph using Pure Transformer

ICML 2024poster

Can we model Non-Euclidean graphs as pure language or even Euclidean vectors while retaining their inherent information? The Non-Euclidean property have posed a long term challenge in graph modeling. Despite recent graph neural networks and graph transformers efforts encoding graphs as Euclidean vec…

2024

LLaMA-MoE: Building Mixture-of-Experts from LLaMA with Continual Pre-Training

EMNLP 2024main

Mixture-of-Experts (MoE) has gained increasing popularity as a promising framework for scaling up large language models (LLMs). However, training MoE from scratch in a large-scale setting still suffers from data-hungry and instability problems. Motivated by this limit, we investigate building MoE mo…

2023

PAD-Net: An Efficient Framework for Dynamic Networks

ACL 2023long

Dynamic networks, e.g., Dynamic Convolution (DY-Conv) and the Mixture of Experts (MoE), have been extensively explored as they can considerably improve the model’s representation power with acceptable computational cost. The common practice in implementing dynamic networks is to convert the given st…

2022

SparseAdapter: An Easy Approach for Improving the Parameter-Efficiency of Adapters

EMNLP 2022finding

Adapter Tuning, which freezes the pretrained language models (PLMs) and only fine-tunes a few extra modules, becomes an appealing efficient alternative to the full model fine-tuning. Although computationally efficient, the recent Adapters often increase parameters (e.g. bottleneck dimension) for mat…