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:
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 7 years ago
- This is a drop-in Keras layer for ELMo embeddings.☆47Updated 6 years ago
- Chinese Text Generation using LSTM☆11Updated 8 years ago
- A sequence-to-sequence framework of Keras-based generative attention mechanisms that humans can read.一个人类可以阅读的基于Keras的代注意力机制的序列到序列的框架/模型,…☆18Updated 6 years ago
- 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
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 8 years ago
- Code for Named Entity Recognition using Deep Bidirectional LSTM(Char and Word Level Embedding) + HighWay Layer + CRF☆23Updated 7 years ago
- Text Classification through CNN, RNN & HAN using Keras☆238Updated 6 years ago
- Extracting all the features of a product from its reviews, giving every feature a score (depending on the user reviews) and also ranking …☆46Updated 4 years ago
- Aspect-Based Sentiment Analysis☆36Updated 2 years ago
- A sequence to sequence model for abstractive text summarization☆78Updated 7 years ago
- Machine Learning Project of Semester VI students(Group 3) at School of Engineering and Applied Science, Ahmedabad University.☆26Updated 8 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆173Updated last year
- *SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach☆21Updated 7 years ago
- Tensorflow implementation of multi-task learning for language modeling and text classification.☆31Updated 2 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- textsum for Chinese☆16Updated 7 years ago
- Implementation of TextRank with the option of using pre-trained Word2Vec embeddings as the similarity metric☆57Updated 7 years ago
- Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification☆118Updated 7 years ago
- Mutli-label text classification using ConvNet and graph embedding (Tensorflow implementation)☆44Updated 2 years ago
- This repo contains implementation of advanced ML techniques. Includes model ensembles, cost-sensitive learning and dealing with class imb…☆18Updated 7 years ago
- Implementing different neural architectures for ABSA. [IN PROGRESS]☆28Updated 8 years ago
- LSTM-based model for answer selection☆18Updated 6 years ago
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆167Updated 5 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
- k-means text clustering using cosine similarity.☆59Updated 3 years ago
- Keras + Universal Sentence Encoder = Transfer Learning for text data☆33Updated 7 years ago
- Keras Conv+BiLSTM for Named Entity Recognition☆24Updated 7 years ago
- Text Generation using Bidirectional LSTM and Doc2Vec models☆62Updated 6 years ago
- Implement of paper Self-Taught Convolutional Neural Networks for Short Text Clustering using Keras.☆46Updated 7 years ago