Transformer Models Silicon Research
Research and Materials on Hardware implementation of Transformer Models
How to Contribute
You can add new papers via pull requests, Please check data/papers.yaml
and if your paper is not in list, add entity at the last item and create pull request.
Transformer and BERT Model
-
BERT is a method of pre-training language representations, meaning that we train a general-purpose language understanding model on a large text corpus (like Wikipedia) and then use that model for downstream NLP tasks.
-
BERT was created and published in 2018 by Jacob Devlin and his colleagues from Google. BERT is conceptually simple and empirically powerful. It obtains new state-of-the-art results on eleven natural language processing tasks.
- BERT is a Transformer-based model.
- The architecture of BERT is similar to the original Transformer model, except that BERT has two separate Transformer models: one for the left-to-right direction (the “encoder”) and one for the right-to-left direction (the “encoder”).
- The output of each model is the hidden state output by the final Transformer layer. The two models are pre-trained jointly on a large corpus of unlabeled text. The pre-training task is a simple and straightforward masked language modeling objective.
- The pre-trained BERT model can then be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks, such as question answering and language inference, without substantial task-specific architecture modifications.
Reference Papers
1. Attention Is All You Need
The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 Englishto-German translation task, improving over the existing best results, including ensembles, by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.
2. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models (Peters et al., 2018a; Radford et al., 2018), BERT is designed to pretrain deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers. As a result, the pre-trained BERT model can be finetuned with just one additional output layer to create state-of-the-art models for a wide range of tasks, such as question answering and language inference, without substantial taskspecific architecture modifications.
BERT is conceptually simple and empirically powerful. It obtains new state-of-the-art results on eleven natural language processing tasks, including pushing the GLUE score to 80.5% (7.7% point absolute improvement), MultiNLI accuracy to 86.7% (4.6% absolute improvement), SQuAD v1.1 question answering Test F1 to 93.2 (1.5 point absolute improvement) and SQuAD v2.0 Test F1 to 83.1 (5.1 point absolute improvement).
Hardware Research
2018
Algorithm-Hardware Co-Design of Single Shot Detector for Fast Object Detection on FPGAs
SparseNN: An energy-efficient neural network accelerator exploiting input and output sparsity
2019
A Power Efficient Neural Network Implementation on Heterogeneous FPGA and GPU Devices
A Simple and Effective Approach to Automatic Post-Editing with Transfer Learning
An Evaluation of Transfer Learning for Classifying Sales Engagement Emails at Large Scale
MAGNet: A Modular Accelerator Generator for Neural Networks
mRNA: Enabling Efficient Mapping Space Exploration for a Reconfiguration Neural Accelerator
Pre-trained bert-gru model for relation extraction
Q8BERT: Quantized 8Bit BERT
Structured pruning of a BERT-based question answering model
Structured pruning of large language models
Tinybert: Distilling bert for natural language understanding
2020
A Low-Cost Reconfigurable Nonlinear Core for Embedded DNN Applications
A Multi-Neural Network Acceleration Architecture
A Primer in BERTology: What We Know About How BERT Works
A Reconfigurable DNN Training Accelerator on FPGA
A^3: Accelerating Attention Mechanisms in Neural Networks with Approximation
Emerging Neural Workloads and Their Impact on Hardware
Accelerating event detection with DGCNN and FPGAS
An Empirical Analysis of BERT Embedding for Automated Essay Scoring
**An investigation on different underlying quantization schemes for pre-trained language