CLAIJul 7, 2023

Derivative Free Weight-space Ensembling

arXiv:2307.03506v2h-index: 1
Originality Incremental advance
AI Analysis

This work addresses task transfer for open-domain dialogue systems, offering a novel approach but is incremental in extending interpolation techniques to more than two models.

The paper tackles the problem of transferring knowledge between tasks in open-domain dialogue by interpolating weights from multiple expert models, achieving improved performance over standard pretrain-finetune methods on the FETA-Friends benchmark.

Recent work suggests that interpolating between the weights of two specialized language models can transfer knowledge between tasks in a way that multi-task learning cannot. However, very few have explored interpolation between more than two models, where each has a distinct knowledge base. In this paper, we introduce Derivative Free Weight-space Ensembling (DFWE), a new few-sample task transfer approach for open-domain dialogue. Our framework creates a set of diverse expert language models trained using a predefined set of source tasks. Next, we finetune each of the expert models on the target task, approaching the target task from several distinct knowledge bases. Finally, we linearly interpolate between the model weights using a gradient-free-optimization algorithm, to efficiently find a good interpolation weighting. We demonstrate the effectiveness of the method on FETA-Friends outperforming the standard pretrain-finetune approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes