Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 289 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 289 Bytes

Table-Summarizer

Implemented an encoder-decoder LSTM model on the WeatherGov dataset to generate summary from a table of weather records.

Improved BLEU (bilingual evaluation understudy) score by incorporating pre-trained GloVe embeddings, attention mechanism and beam search decoding.