Skip to content
/ RAM Public
forked from lpq29743/RAM

A TensorFlow implementation for "Recurrent Attention Network on Memory for Aspect Sentiment Analysis"

License

Notifications You must be signed in to change notification settings

haozijie/RAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAM

A Tensorflow implementation for "Recurrent Attention Network on Memory for Aspect Sentiment Analysis" (Peng Chen, EMNLP 2017)

Quick Start

  • Create three empty folders: 'analysis' for saving analyzing results, 'logs' for saving experiment logs and 'models' for saving experiment models
  • Download the 300-dimensional pre-trained word vectors from Glove and save it in the 'data' folder as 'data/glove.840B.300d.txt'

Source Code Tree

|--- data

|	|--- restaurant

|--- main.py

|--- model.py

|--- utils.py

|--- README.md

Results

Dataset Accuracy
Laptop 74.138
Restaurant 80.000

About

A TensorFlow implementation for "Recurrent Attention Network on Memory for Aspect Sentiment Analysis"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%