paper-with-me

Papers

Understanding Learning Dynamics Of Language Models with SVCCA

2018-11-01 · NAACL 2019 6 · Naomi Saphra, Adam Lopez

Research has shown that neural models implicitly encode linguistic features, but there has been no research showing \emph{how} these encodings arise as the models are trained. We present the first study on the learning dynamics of neural language models, using a simple and flexible analysis method called Singular Vector Canonical Correlation Analysis (SVCCA), which enables us to compare learned representations across time and across models, without the need to evaluate directly on annotated data. We probe the evolution of syntactic, semantic, and topic representations and find that part-of-speech is learned earlier than topic; that recurrent layers become more similar to those of a tagger during training; and embedding layers less similar. Our results and methods could inform better learning algorithms for NLP models, possibly to incorporate linguistic information more effectively.

📄 PDF Abstract BibTeX arXiv:1811.00225

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

SVCCA: Singular Vector Canonical Correlation Analysis for Deep Learning Dynamics and Interpretability

2017-06-19 · NeurIPS 2017 12 · Maithra Raghu, Justin Gilmer, Jason Yosinski, Jascha Sohl-Dickstein

We propose a new technique, Singular Vector Canonical Correlation Analysis (SVCCA), a tool for quickly comparing two representations in a way that is both invariant to affine transform (allowing comparison between differ…

Towards a Deep Understanding of Multilingual End-to-End Speech Translation

2023-10-31 · Haoran Sun, Xiaohu Zhao, Yikun Lei, Shaolin Zhu 외

In this paper, we employ Singular Value Canonical Correlation Analysis (SVCCA) to analyze representations learnt in a multilingual end-to-end speech translation model trained over 22 languages. SVCCA enables us to estima…

Machine TranslationTranslation

Investigating Learning Dynamics of BERT Fine-Tuning

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yaru Hao, Li Dong, Furu Wei, Ke Xu

The recently introduced pre-trained language model BERT advances the state-of-the-art on many NLP tasks through the fine-tuning approach, but few studies investigate how the fine-tuning process improves the model perform…

Language ModelingLanguage Modelling

Understanding Domain Learning in Language Models Through Subpopulation Analysis

2022-10-22 · Zheng Zhao, Yftah Ziser, Shay B. Cohen

We investigate how different domains are encoded in modern neural network architectures. We analyze the relationship between natural language domains, model size, and the amount of training data used. The primary analysi…

Language ModelingLanguage Modelling

Insights on representational similarity in neural networks with canonical correlation

2018-06-14 · NeurIPS 2018 12 · Ari S. Morcos, Maithra Raghu, Samy Bengio

Comparing different neural network representations and determining how representations evolve over time remain challenging open questions in our understanding of the function of neural networks. Comparing representations…