paper-with-me

홈 › Papers

The Bottom-up Evolution of Representations in the Transformer: A Study with Machine Translation and Language Modeling Objectives

2019-09-03 · IJCNLP 2019 11 · Elena Voita, Rico Sennrich, Ivan Titov

We seek to understand how the representations of individual tokens and the structure of the learned feature space evolve between layers in deep neural networks under different learning objectives. We focus on the Transformers for our analysis as they have been shown effective on various tasks, including machine translation (MT), standard left-to-right language models (LM) and masked language modeling (MLM). Previous work used black-box probing tasks to show that the representations learned by the Transformer differ significantly depending on the objective. In this work, we use canonical correlation analysis and mutual information estimators to study how information flows across Transformer layers and how this process depends on the choice of learning objective. For example, as you go from bottom to top layers, information about the past in left-to-right language models gets vanished and predictions about the future get formed. In contrast, for MLM, representations initially acquire information about the context around the token, partially forgetting the token identity and producing a more generalized token representation. The token identity then gets recreated at the top MLM layers.

📄 PDF Abstract BibTeX arXiv:1909.01380

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationMasked Language ModelingTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Long Document Summarization with Top-down and Bottom-up Inference

2022-03-15 · Bo Pang, Erik Nijkamp, Wojciech Kryściński, Silvio Savarese 외

Text summarization aims to condense long documents and retain key information. Critical to the success of a summarization model is the faithful inference of latent representations of words or tokens in the source documen…

Text Summarization

Long Document Summarization with Top-Down and Bottom-Up Representation Inference

2021-09-29 · Bo Pang, Erik Nijkamp, Wojciech Maciej Kryscinski, Silvio Savarese 외

Text summarization aims to condense long documents and retain key information. Critical to the success of a summarization model is the faithful inference of latent representations of words or tokens in the source documen…

Document SummarizationText Summarization

Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression

2021-04-06 · CVPR 2021 1 · Zigang Geng, Ke Sun, Bin Xiao, Zhaoxiang Zhang 외

In this paper, we are interested in the bottom-up paradigm of estimating human poses from an image. We study the dense keypoint regression framework that is previously inferior to the keypoint detection and grouping fram…

Keypoint DetectionPose Estimation

Deep Span Representations for Named Entity Recognition

2022-10-09 · Enwei Zhu, Yiyang Liu, Jinpeng Li

Span-based models are one of the most straightforward methods for named entity recognition (NER). Existing span-based NER systems shallowly aggregate the token representations to span representations. However, this typic…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Development of Deep Transformer-Based Models for Long-Term Prediction of Transient Production of Oil Wells

2021-10-12 · Ildar Abdrakhmanov, Evgenii Kanin, Sergei Boronin, Evgeny Burnaev 외

We propose a novel approach to data-driven modeling of a transient production of oil wells. We apply the transformer-based neural networks trained on the multivariate time series composed of various parameters of oil wel…

Time Series AnalysisTransfer Learning