XiaohuiGuoEartha / NLP_Project_Abstractive_Summarization
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 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for NLP_Project_Abstractive_Summarization
- Extractive Text Summarization Using Deep Learning: Single document summarization using RBM and Fuzzy logic☆9Updated 5 years ago
- deep learning model for text classification☆10Updated 6 years ago
- Chinese Text Generation using LSTM☆11Updated 7 years ago
- Code for Named Entity Recognition using Deep Bidirectional LSTM(Char and Word Level Embedding) + HighWay Layer + CRF☆23Updated 6 years ago
- Tree Structured LSTM model for sentence level aspect based sentiment analysis☆37Updated 7 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…☆16Updated 5 years ago
- RNN Seq2Seq Based Abstract Summarization(ABS) On Tensorflow☆10Updated 5 years ago
- TextSentimentClassification, using tensorflow.☆15Updated 6 years ago
- LSTM-based model for answer selection☆19Updated 6 years ago
- A sequence to sequence model for abstractive text summarization☆77Updated 6 years ago
- Machine translation using deep learning with lstm,cnn,attention,beam search and so on.☆20Updated 6 years ago
- Deep Learning for Nature Language Processing at Standford☆13Updated 8 years ago
- A transformer model that should be able to solve a simple NER task☆12Updated 5 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆81Updated 6 years ago
- Given an aspect term in a sentence, predict the sentiment label for the aspect term☆5Updated 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 7 years ago
- Named Entity Recognition with Bidirectional LSTM-CNNs☆9Updated 6 years ago
- ☆16Updated 7 years ago
- *SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach☆22Updated 6 years ago
- A Neural Attention Model for Abstractive Sentence Summarization in DyNet☆20Updated 6 years ago
- An example of a sentiment analysis program, used on the IMDB movie review dataset. The program uses the Keras deep learning library. Fi…☆23Updated 7 years ago
- Tensorflow implementation of Attention-based Bidirectional RNN text classification.☆26Updated 6 years ago
- Implement of paper Self-Taught Convolutional Neural Networks for Short Text Clustering using Keras.☆46Updated 6 years ago
- 我的深度学习模型用来解决TREC数据集中的问题分类任务。☆14Updated 7 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
- Implement attention model to LSTM using TensorFlow☆10Updated 6 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Bi-directional LSTM with attention for question answering☆15Updated 6 years ago