All Projects → songyouwei → SA-DL

songyouwei / SA-DL

Licence: MIT license
Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SA-DL

ntua-slp-semeval2018
Deep-learning models of NTUA-SLP team submitted in SemEval 2018 tasks 1, 2 and 3.
Stars: ✭ 79 (+125.71%)
Mutual labels:  sentiment-analysis, semeval, attention-mechanism
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
Stars: ✭ 32 (-8.57%)
Mutual labels:  sentiment-analysis, semeval, attention-mechanism
MemNet ABSA
No description or website provided.
Stars: ✭ 20 (-42.86%)
Mutual labels:  sentiment-analysis, semeval, aspect-based-sentiment-analysis
NTUA-slp-nlp
💻Speech and Natural Language Processing (SLP & NLP) Lab Assignments for ECE NTUA
Stars: ✭ 19 (-45.71%)
Mutual labels:  sentiment-analysis, attention-mechanism
spark-twitter-sentiment-analysis
Sentiment Analysis of a Twitter Topic with Spark Structured Streaming
Stars: ✭ 55 (+57.14%)
Mutual labels:  sentiment-analysis, twitter-sentiment-analysis
Scon-ABSA
[CIKM 2021] Enhancing Aspect-Based Sentiment Analysis with Supervised Contrastive Learning
Stars: ✭ 17 (-51.43%)
Mutual labels:  sentiment-analysis, aspect-based-sentiment-analysis
PBAN-PyTorch
A Position-aware Bidirectional Attention Network for Aspect-level Sentiment Analysis, PyTorch implementation.
Stars: ✭ 33 (-5.71%)
Mutual labels:  sentiment-analysis, aspect-based-sentiment-analysis
vista-net
Code for the paper "VistaNet: Visual Aspect Attention Network for Multimodal Sentiment Analysis", AAAI'19
Stars: ✭ 67 (+91.43%)
Mutual labels:  sentiment-analysis, attention-mechanism
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+2160%)
Mutual labels:  sentiment-analysis, attention-mechanism
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (+108.57%)
Mutual labels:  sentiment-analysis, attention-mechanism
Hierarchical Attention Networks
TensorFlow implementation of the paper "Hierarchical Attention Networks for Document Classification"
Stars: ✭ 75 (+114.29%)
Mutual labels:  sentiment-analysis, attention-mechanism
datastories-semeval2017-task6
Deep-learning model presented in "DataStories at SemEval-2017 Task 6: Siamese LSTM with Attention for Humorous Text Comparison".
Stars: ✭ 20 (-42.86%)
Mutual labels:  semeval, attention-mechanism
Multimodal Sentiment Analysis
Attention-based multimodal fusion for sentiment analysis
Stars: ✭ 172 (+391.43%)
Mutual labels:  sentiment-analysis, attention-mechanism
hashformers
Hashformers is a framework for hashtag segmentation with transformers.
Stars: ✭ 18 (-48.57%)
Mutual labels:  sentiment-analysis, twitter-sentiment-analysis
Absa keras
Keras Implementation of Aspect based Sentiment Analysis
Stars: ✭ 126 (+260%)
Mutual labels:  sentiment-analysis, attention-mechanism
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (+425.71%)
Mutual labels:  sentiment-analysis, attention-mechanism
text2emoji
Predict an emoji that is associated with a text
Stars: ✭ 30 (-14.29%)
Mutual labels:  sentiment-analysis
bert-sentiment
Fine-grained Sentiment Classification Using BERT
Stars: ✭ 49 (+40%)
Mutual labels:  sentiment-analysis
Transformers-RL
An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"
Stars: ✭ 107 (+205.71%)
Mutual labels:  attention-mechanism
text-analysis
Weaving analytical stories from text data
Stars: ✭ 12 (-65.71%)
Mutual labels:  sentiment-analysis

IMPORTANT

This repo is no longer maintained! Please go to: https://github.com/songyouwei/ABSA-PyTorch

SA-DL

Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.

使用深度学习模型解决情感分析问题。

Packagist PRsWelcome PythonVersion

Dependencies

An usage example

Training:

python ram.py

See the training process

tensorboard --logdir=./ram_logs

Reviews / Surveys

Zhang, Lei, Shuai Wang, and Bing Liu. "Deep Learning for Sentiment Analysis: A Survey." arXiv preprint arXiv:1801.07883 (2018). [pdf]

Young, Tom, et al. "Recent trends in deep learning based natural language processing." arXiv preprint arXiv:1708.02709 (2017). [pdf]

Papers & Models

RAM (ram.py)

Chen, Peng, et al. "Recurrent Attention Network on Memory for Aspect Sentiment Analysis." Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. 2017. [pdf]

ram

MemNet (dmn.py)

Tang, Duyu, Bing Qin, and Ting Liu. "Aspect level sentiment classification with deep memory network." arXiv preprint arXiv:1605.08900 (2016). [pdf]

memnet

IAN

Ma, Dehong, et al. "Interactive Attention Networks for Aspect-Level Sentiment Classification." arXiv preprint arXiv:1709.00893 (2017).

han

TD-LSTM (td_lstm.py)

Tang, Duyu, et al. "Effective LSTMs for Target-Dependent Sentiment Classification." Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers. 2016. [pdf]

td-lstm

LSTM (lstm.py)

lstm

Licence

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].