paper-with-me

Papers

BERT vs ALBERT explained

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Implementing Machine Learning and Deep Learning models at scale require an immense amount of training time and computational resources. Particularly in the context of language representation learning, studies have shown that full network pre-training which is large is of crucial importance for achieving state-of-the-art performance. But, we know that increasing the model size results in an increase in the number of model parameters, which significantly increases the training and computation requirements. This can be a huge challenge in the domain of large scale computing. In this blog, we provide a brief summary of the ICLR paper “ALBERT: A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS.” This paper talks about two parameter reduction techniques to lower memory consumption and increase the training speed of the BERT (Bidirectional Encoder Representations from Transformers) architecture. The proposed methods in the paper led to models that scale much better compared to the original BERT.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Evaluation of BERT and ALBERT Sentence Embedding Performance on Downstream NLP Tasks

2021-01-26 · Hyunjin Choi, Judong Kim, Seongho Joe, Youngjune Gwon

Contextualized representations from a pre-trained language model are central to achieve a high performance on downstream NLP task. The pre-trained BERT and A Lite BERT (ALBERT) models can be fine-tuned to give state-ofth…

Language ModellingNatural Language InferenceSemantic Textual SimilaritySentence+5

Ensemble ALBERT on SQuAD 2.0

2021-10-19 · Shilun Li, Renee Li, Veronica Peng

Machine question answering is an essential yet challenging task in natural language processing. Recently, Pre-trained Contextual Embeddings (PCE) models like Bidirectional Encoder Representations from Transformers (BERT)…

Question Answering

KoreALBERT: Pretraining a Lite BERT Model for Korean Language Understanding

2021-01-27 · Hyunjae Lee, Jaewoong Yoon, Bonggyu Hwang, Seongho Joe 외

A Lite BERT (ALBERT) has been introduced to scale up deep bidirectional representation learning for natural languages. Due to the lack of pretrained ALBERT models for Korean language, the best available practice is the m…

Representation LearningSentence

The Alberta Plan for AI Research

2022-08-23 · Richard S. Sutton, Michael Bowling, Patrick M. Pilarski

Herein we describe our approach to artificial intelligence research, which we call the Alberta Plan. The Alberta Plan is pursued within our research groups in Alberta and by others who are like minded throughout the worl…

VisualBERT: A Simple and Performant Baseline for Vision and Language

2019-08-09 · Liunian Harold Li, Mark Yatskar, Da Yin, Cho-Jui Hsieh 외

We propose VisualBERT, a simple and flexible framework for modeling a broad range of vision-and-language tasks. VisualBERT consists of a stack of Transformer layers that implicitly align elements of an input text and reg…

Language ModelingLanguage ModellingVisual Question Answering (VQA)Visual Reasoning