paper-with-me

홈 › Papers

Structure Inducing Pre-Training

2021-03-18 · Matthew B. A. McDermott, Brendan Yap, Peter Szolovits, Marinka Zitnik

Language model pre-training and derived methods are incredibly impactful in machine learning. However, there remains considerable uncertainty on exactly why pre-training helps improve performance for fine-tuning tasks. This is especially true when attempting to adapt language-model pre-training to domains outside of natural language. Here, we analyze this problem by exploring how existing pre-training methods impose relational structure in their induced per-sample latent spaces -- i.e., what constraints do pre-training methods impose on the distance or geometry between the pre-trained embeddings of two samples $\vec x_i$ and $\vec x_j$. Through a comprehensive review of existing pre-training methods, we find that this question remains open. This is true despite theoretical analyses demonstrating the importance of understanding this form of induced structure. Based on this review, we introduce a descriptive framework for pre-training that allows for a granular, comprehensive understanding of how relational structure can be induced. We present a theoretical analysis of this framework from first principles and establish a connection between the relational inductive bias of pre-training and fine-tuning performance. We also show how to use the framework to define new pre-training methods. We build upon these findings with empirical studies on benchmarks spanning 3 data modalities and ten fine-tuning tasks. These experiments validate our theoretical analyses, inform the design of novel pre-training methods, and establish consistent improvements over a compelling suite of baseline methods.

📄 PDF Abstract BibTeX arXiv:2103.10334

Code (1)

mmcdermott/structure_inducing_pre-training 공식 구현 pytorch

Tasks

DescriptiveInductive BiasLanguage ModelingLanguage ModellingMetric LearningNatural Language Understanding

Similar Papers 제목 키워드 기반

Scalable Gaussian Processes with Grid-Structured Eigenfunctions (GP-GRIEF)

2018-07-01 · ICML 2018 7 · Trefor Evans, Prasanth Nair

We introduce a kernel approximation strategy that enables computation of the Gaussian process log marginal likelihood and all hyperparameter derivatives in O(p) time. Our GRIEF kernel consists of p eigenfunctions fo…

Bayesian InferenceGaussian Processes

Scalable Gaussian Processes with Grid-Structured Eigenfunctions (GP-GRIEF)

2018-07-05 · ICML 2018 · Trefor W. Evans, Prasanth B. Nair

We introduce a kernel approximation strategy that enables computation of the Gaussian process log marginal likelihood and all hyperparameter derivatives in $\mathcal{O}(p)$ time. Our GRIEF kernel consists of $p$ eigenfun…

Bayesian InferenceGaussian Processes

Inducing Constituency Trees through Neural Machine Translation

2019-09-22 · Phu Mon Htut, Kyunghyun Cho, Samuel R. Bowman

Latent tree learning(LTL) methods learn to parse sentences using only indirect supervision from a downstream task. Recent advances in latent tree learning have made it possible to recover moderately high quality tree str…

Language ModelingLanguage ModellingMachine TranslationTranslation

Amortised Inference in Neural Networks for Small-Scale Probabilistic Meta-Learning

2023-10-24 · Matthew Ashman, Tommy Rochussen, Adrian Weller

The global inducing point variational approximation for BNNs is based on using a set of inducing inputs to construct a series of conditional distributions that accurately approximate the conditionals of the true posterio…

Bayesian InferenceMeta-Learning

Scalable Gaussian Processes on Discrete Domains

2018-10-24 · Vincent Fortuin, Gideon Dresdner, Heiko Strathmann, Gunnar Rätsch

Kernel methods on discrete domains have shown great promise for many challenging data types, for instance, biological sequence data and molecular structure data. Scalable kernel methods like Support Vector Machines may o…

Gaussian ProcessesPoint Processes