Datasets:
Ajay Karthick Senthil Kumar
commited on
Commit
•
04320bb
1
Parent(s):
bb69c67
Updated Readme
Browse files- README.md +31 -0
- images/movie_reviews.jpg +3 -0
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# IMDB Movie Reviews
|
2 |
+
|
3 |
+
![movie_reivews](images/movie_reviews.jpg)
|
4 |
+
|
5 |
+
This is a dataset for binary sentiment classification containing substantially huge data. This dataset contains a set of 50,000 highly polar movie reviews for training models for text classification tasks.
|
6 |
+
|
7 |
+
The dataset is downloaded from
|
8 |
+
|
9 |
+
https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz
|
10 |
+
|
11 |
+
This data is processed and splitted into training and test datasets (0.2% test split). Training dataset contains 40000 reviews and test dataset contains 10000 reviews.
|
12 |
+
|
13 |
+
Equal distribution among the labels in both training and test dataset. in training dataset, there are 20000 records for both positive and negative classes. In test dataset, there are 5000 records both the labels.
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
### Citation Information
|
18 |
+
|
19 |
+
```
|
20 |
+
@InProceedings{maas-EtAl:2011:ACL-HLT2011,
|
21 |
+
author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},
|
22 |
+
title = {Learning Word Vectors for Sentiment Analysis},
|
23 |
+
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
|
24 |
+
month = {June},
|
25 |
+
year = {2011},
|
26 |
+
address = {Portland, Oregon, USA},
|
27 |
+
publisher = {Association for Computational Linguistics},
|
28 |
+
pages = {142--150},
|
29 |
+
url = {http://www.aclweb.org/anthology/P11-1015}
|
30 |
+
}
|
31 |
+
```
|
images/movie_reviews.jpg
ADDED
Git LFS Details
|