Vista Net

Code for the paper "VistaNet: Visual Aspect Attention Network for Multimodal Sentiment Analysis", AAAI'19
Alternatives To Vista Net
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Absa Pytorch1,782
4 months ago91mitPython
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
Aspect Based Sentiment Analysis413
9 months ago8August 01, 202133apache-2.0Python
💭 Aspect-Based-Sentiment-Analysis: Transformer & Explainable ML (TensorFlow)
Td Lstm252
6 years agoPython
Attention-based Aspect-term Sentiment Analysis implemented by tensorflow.
Nlp Papers248
3 years ago
Papers I have read, mainly about NLP. Welcome everyone to supplement in issue.
Doc Han Att193
6 years ago5Jupyter Notebook
Hierarchical Attention Networks for Chinese Sentiment Classification
Datastories Semeval2017 Task4171
5 years ago8mitPython
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Sa Papers108
5 years ago
📄 Deep Learning 中 Sentiment Analysis 論文統整與分析 😀😡☹️😭🙄🤢
Absa_keras103
4 years ago3Python
Keras Implementation of Aspect based Sentiment Analysis
Hierarchical Sentiment96
4 years ago1mitPython
Hierarchical Models for Sentiment Analysis in Pytorch
Ian85
4 years ago4mitPython
A TensorFlow implementation for "Interactive Attention Networks for Aspect-Level Sentiment Classification"
Alternatives To Vista Net
Select To Compare


Alternative Project Comparisons
Readme

VistaNet

This is the code for the paper:

VistaNet: Visual Aspect Attention Network for Multimodal Sentiment Analysis
Quoc-Tuan Truong and Hady W. Lauw
Presented at AAAI 2019

We provide:

  • Code to train and evaluate the model
  • Data used for the experiments

If you find the code and data useful in your research, please cite:

@inproceedings{truong2019vistanet,
  title={Vistanet: Visual aspect attention network for multimodal sentiment analysis},
  author={Truong, Quoc-Tuan and Lauw, Hady W},
  booktitle={Proceedings of the AAAI conference on artificial intelligence},
  volume={33},
  number={01},
  pages={305--312},
  year={2019}
}

Requirements

  • Python 3
  • Tensorflow >=1.12,<2.0
  • Tqdm
  • GloVe word embeddings

How to run

  1. Make sure the data is ready. Run script to pre-process the data:
python data_preprocess.py
  1. Train VistaNet:
python train.py --hidden_dim 50 --att_dim 100 --num_images 3 --batch_size 32 --learning_rate 0.001 --num_epochs 20

Contact

Questions and discussion are welcome: www.qttruong.com

Popular Sentiment Projects
Popular Attention Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Paper
Sentiment
Attention
Sentiment Analysis
Attention Mechanism