English

Learning to select data for transfer learning with Bayesian Optimization

Computation and Language 2017-07-18 v1 Machine Learning

Abstract

Domain similarity measures can be used to gauge adaptability and select suitable data for transfer learning, but existing approaches define ad hoc measures that are deemed suitable for respective tasks. Inspired by work on curriculum learning, we propose to \emph{learn} data selection measures using Bayesian Optimization and evaluate them across models, domains and tasks. Our learned measures outperform existing domain similarity measures significantly on three tasks: sentiment analysis, part-of-speech tagging, and parsing. We show the importance of complementing similarity with diversity, and that learned measures are -- to some degree -- transferable across models, domains, and even tasks.

Keywords

Cite

@article{arxiv.1707.05246,
  title  = {Learning to select data for transfer learning with Bayesian Optimization},
  author = {Sebastian Ruder and Barbara Plank},
  journal= {arXiv preprint arXiv:1707.05246},
  year   = {2017}
}

Comments

EMNLP 2017. Code available at: https://github.com/sebastianruder/learn-to-select-data

R2 v1 2026-06-22T20:49:17.210Z