XiaohuiGuoEartha / NLP_Project_Abstractive_SummarizationLinks
Used Python “keras” package to develop a unidirectional LSTM based deep learning model “encoder-decoder networks” for title generation on news data set. Improved the architecture by using attention. Created tensorboard visualizations to show the validation accuracy and loss. Evaluated the summaries using the ROUGE score.
☆17Updated 7 years ago
Alternatives and similar repositories for NLP_Project_Abstractive_Summarization
Users that are interested in NLP_Project_Abstractive_Summarization are comparing it to the libraries listed below
Sorting:
- TensorFlow code and pre-trained models for A Dynamic Word Representation Model Based on Deep Context. It combines the idea of BERT model…☆15Updated 6 years ago
- A sequence to sequence model for abstractive text summarization☆78Updated 7 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 6 years ago
- Chinese Text Generation using LSTM☆11Updated 8 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 8 years ago
- A sequence-to-sequence framework of Keras-based generative attention mechanisms that humans can read.一个人类可以阅读的基于Keras的代注意力机制的序列到序列的框架/模型,…☆18Updated 6 years ago
- LSTM-based model for answer selection☆18Updated 6 years ago
- My bachelor's degree thesis (with code and experiments) on sentiment classification of Russian texts using Bi-RNN with attention mechanis…☆45Updated 8 years ago
- Relation Extraction using Deep learning(CNN)☆99Updated 8 years ago
- Code for Named Entity Recognition using Deep Bidirectional LSTM(Char and Word Level Embedding) + HighWay Layer + CRF☆23Updated 7 years ago
- Aspect-Based Sentiment Analysis☆36Updated 2 years ago
- This is a drop-in Keras layer for ELMo embeddings.☆47Updated 6 years ago
- Pointer Generator Network: Seq2Seq with attention, pointing and coverage mechanism for abstractive summarization.☆18Updated 6 years ago
- Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning☆28Updated 6 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆173Updated last year
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆167Updated 5 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- Tensorflow implementation of CFO, a knowledge graph based QA system☆27Updated 6 years ago
- Tensorflow implementation of multi-task learning for language modeling and text classification.☆31Updated 2 years ago
- Text classification models: cnn, self-attention, cnn-rnf, rnn-att, capsule-net. TensorFlow. Single GPU or multi GPU☆19Updated 5 years ago
- Text summarization using seq2seq in Keras☆292Updated 3 years ago
- Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).☆209Updated 7 years ago
- Multiple version of word2vec. https://code.google.com/p/word2vec/☆79Updated 11 years ago
- A transformer model that should be able to solve a simple NER task☆11Updated 6 years ago
- Keras Conv+BiLSTM for Named Entity Recognition☆24Updated 7 years ago
- System for generating meaningful summaries of retrieved documents, specific to query text using Deep Attention Models☆17Updated 7 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆82Updated 2 years ago
- Using pre trained word embeddings (Fasttext, Word2Vec)☆158Updated 7 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago
- Hierarchical BiLSTM CNN using Keras☆77Updated 7 years ago