Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,13 @@ size_categories:
|
|
17 |
|
18 |
## Dataset Description
|
19 |
|
20 |
-
- **Homepage:** http://ai.stanford.edu/~amaas/data/sentiment/
|
21 |
-
- **Repository:**
|
22 |
-
- **Paper:**
|
23 |
-
- **
|
24 |
-
- **
|
|
|
|
|
25 |
|
26 |
### Dataset Summary
|
27 |
|
@@ -47,7 +49,9 @@ size_categories:
|
|
47 |
|
48 |
### Data Splits
|
49 |
|
50 |
-
|
|
|
|
|
51 |
|
52 |
## Dataset Creation
|
53 |
|
@@ -105,7 +109,20 @@ size_categories:
|
|
105 |
|
106 |
### Citation Information
|
107 |
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
### Contributions
|
111 |
|
|
|
17 |
|
18 |
## Dataset Description
|
19 |
|
20 |
+
- **Homepage:** [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)
|
21 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
22 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
23 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
24 |
+
- **Size of downloaded dataset files:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
25 |
+
- **Size of the generated dataset:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
26 |
+
- **Total amount of disk used:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
27 |
|
28 |
### Dataset Summary
|
29 |
|
|
|
49 |
|
50 |
### Data Splits
|
51 |
|
52 |
+
| name | train | validation | test |
|
53 |
+
|------------------|------:|-----------:|------:|
|
54 |
+
|IMDb_movie_reviews| 36000 | 4000 | 10000 |
|
55 |
|
56 |
## Dataset Creation
|
57 |
|
|
|
109 |
|
110 |
### Citation Information
|
111 |
|
112 |
+
```
|
113 |
+
@InProceedings{maas-EtAl:2011:ACL-HLT2011,
|
114 |
+
author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},
|
115 |
+
title = {Learning Word Vectors for Sentiment Analysis},
|
116 |
+
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
|
117 |
+
month = {June},
|
118 |
+
year = {2011},
|
119 |
+
address = {Portland, Oregon, USA},
|
120 |
+
publisher = {Association for Computational Linguistics},
|
121 |
+
pages = {142--150},
|
122 |
+
url = {http://www.aclweb.org/anthology/P11-1015}
|
123 |
+
}
|
124 |
+
|
125 |
+
```
|
126 |
|
127 |
### Contributions
|
128 |
|