Skip to content

aalind0/BERT-nlg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BERT: NLG-Text Summarization

Encoder:

Input sequences are encoded into context representations using BERT.

Decoder:

  1. First Stage: a Transformer-based decoder to generate a draft output sequence.
  2. Second stage: each word of the draft sequence is masked and feeded and feeded to BERT. Then by combining the input sequence and the draft representation generated by BERT, a Transformer-based decoder is used to predict the refined word for each masked position.

About

BERT: NLG-Text Summarization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages