paper-with-me

Papers

Information-Theoretic Probing with Minimum Description Length

2020-03-27 · EMNLP 2020 11 · Elena Voita, Ivan Titov

To measure how well pretrained representations encode some linguistic property, it is common to use accuracy of a probe, i.e. a classifier trained to predict the property from the representations. Despite widespread adoption of probes, differences in their accuracy fail to adequately reflect differences in representations. For example, they do not substantially favour pretrained representations over randomly initialized ones. Analogously, their accuracy can be similar when probing for genuine linguistic labels and probing for random synthetic tasks. To see reasonable differences in accuracy with respect to these random baselines, previous work had to constrain either the amount of probe training data or its model size. Instead, we propose an alternative to the standard probes, information-theoretic probing with minimum description length (MDL). With MDL probing, training a probe to predict labels is recast as teaching it to effectively transmit the data. Therefore, the measure of interest changes from probe accuracy to the description length of labels given representations. In addition to probe quality, the description length evaluates "the amount of effort" needed to achieve the quality. This amount of effort characterizes either (i) size of a probing model, or (ii) the amount of data needed to achieve the high quality. We consider two methods for estimating MDL which can be easily implemented on top of the standard probing pipelines: variational coding and online coding. We show that these methods agree in results and are more informative and stable than the standard probes.

📄 PDF Abstract BibTeX arXiv:2003.12298

Code (2)

lena-voita/description-length-probing 공식 구현 pytorch
willwhitney/reprieve pytorch

Methods 이 논문이 사용한 방법론

MDL Minimum Description Length provides a criterion for the selection of models, regardless of their complexity, without the restrictive assumption that the data form a sample…

Similar Papers 제목 키워드 기반

Not All Models Localize Linguistic Knowledge in the Same Place: A Layer-wise Probing on BERToids’ Representations

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Mohsen Fayyaz, Ehsan Aghazadeh, Ali Modarressi, Hosein Mohebbi 외

Most of the recent works on probing representations have focused on BERT, with the presumption that the findings might be similar to the other models. In this work, we extend the probing studies to two other models in th…

All

Not All Models Localize Linguistic Knowledge in the Same Place: A Layer-wise Probing on BERToids' Representations

2021-09-13 · Mohsen Fayyaz, Ehsan Aghazadeh, Ali Modarressi, Hosein Mohebbi 외

Most of the recent works on probing representations have focused on BERT, with the presumption that the findings might be similar to the other models. In this work, we extend the probing studies to two other models in th…

All

Adversarial Scrubbing of Demographic Information for Text Classification

2021-09-17 · EMNLP 2021 11 · Somnath Basu Roy Chowdhury, Sayan Ghosh, Yiyuan Li, Junier B. Oliva 외

Contextual representations learned by language models can often encode undesirable attributes, like demographic associations of the users, while being trained for an unrelated target task. We aim to scrub such undesirabl…

Classificationtext-classificationText Classification

Learning De-identified Representations of Prosody from Raw Audio

2021-07-17 · Jack Weston, Raphael Lenain, Udeepa Meepegama, Emil Fristed

We propose a method for learning de-identified prosody representations from raw audio using a contrastive self-supervised signal. Whereas prior work has relied on conditioning models on bottlenecks, we introduce a set of…

Spoken Language Understanding

Determining Principal Component Cardinality through the Principle of Minimum Description Length

2018-12-31 · Ami Tavory

PCA (Principal Component Analysis) and its variants areubiquitous techniques for matrix dimension reduction and reduced-dimensionlatent-factor extraction. One significant challenge in using PCA, is thechoice of the numbe…

Dimensionality ReductionModel Selectionregression