Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chung-I/Douban-Sentiment-Analysis
Sentiment Analysis on Douban Movie Short Comments Dataset using BERT.
https://github.com/Chung-I/Douban-Sentiment-Analysis
Last synced: 6 days ago
JSON representation
Sentiment Analysis on Douban Movie Short Comments Dataset using BERT.
- Host: GitHub
- URL: https://github.com/Chung-I/Douban-Sentiment-Analysis
- Owner: Chung-I
- Created: 2018-12-25T10:11:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T09:59:57.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T08:09:56.121Z (3 months ago)
- Size: 4.88 KB
- Stars: 43
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bert - Chung-I/Douban-Sentiment-Analysis
README
# Douban-Sentiment-Analysis
Sentiment Analysis on Douban Movie Short Comments Dataset using BERT.## Dataset
- https://www.kaggle.com/utmhikari/doubanmovieshortcomments/
- Name: Douban movie short comments dataset
- Discription: 28 movies in total, 74377 comments per movie. Labeled (1 - 5 star) by author of the comment.## Details
- https://drive.google.com/open?id=13wXt58rK7MKdWR-bCEP-nUUjhQPcJoFjXsU7qyS9sZ0
- https://hackmd.io/s/rylR1dmbV## Implementation
## Reference
- https://arxiv.org/abs/1810.04805
- https://arxiv.org/abs/1703.03130