Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
09c7283
1 Parent(s): 9fd6e32

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +149 -0
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "imdb"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 80.23 MB
37
+ - **Size of the generated dataset:** 127.06 MB
38
+ - **Total amount of disk used:** 207.28 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Large Movie Review Dataset.
43
+ This is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. We provide a set of 25,000 highly polar movie reviews for training, and 25,000 for testing. There is additional unlabeled data for use as well.
44
+
45
+ ### [Supported Tasks](#supported-tasks)
46
+
47
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
+
49
+ ### [Languages](#languages)
50
+
51
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
+
53
+ ## [Dataset Structure](#dataset-structure)
54
+
55
+ We show detailed information for up to 5 configurations of the dataset.
56
+
57
+ ### [Data Instances](#data-instances)
58
+
59
+ #### plain_text
60
+
61
+ - **Size of downloaded dataset files:** 80.23 MB
62
+ - **Size of the generated dataset:** 127.06 MB
63
+ - **Total amount of disk used:** 207.28 MB
64
+
65
+ An example of 'train' looks as follows.
66
+ ```
67
+ {
68
+ "label": 0,
69
+ "text": "Goodbye world2\n"
70
+ }
71
+ ```
72
+
73
+ ### [Data Fields](#data-fields)
74
+
75
+ The data fields are the same among all splits.
76
+
77
+ #### plain_text
78
+ - `text`: a `string` feature.
79
+ - `label`: a classification label, with possible values including `neg` (0), `pos` (1).
80
+
81
+ ### [Data Splits Sample Size](#data-splits-sample-size)
82
+
83
+ | name |train|unsupervised|test |
84
+ |----------|----:|-----------:|----:|
85
+ |plain_text|25000| 50000|25000|
86
+
87
+ ## [Dataset Creation](#dataset-creation)
88
+
89
+ ### [Curation Rationale](#curation-rationale)
90
+
91
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
92
+
93
+ ### [Source Data](#source-data)
94
+
95
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
+
97
+ ### [Annotations](#annotations)
98
+
99
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+
101
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
102
+
103
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
+
105
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
106
+
107
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+ ### [Discussion of Biases](#discussion-of-biases)
112
+
113
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
+
115
+ ### [Other Known Limitations](#other-known-limitations)
116
+
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+
119
+ ## [Additional Information](#additional-information)
120
+
121
+ ### [Dataset Curators](#dataset-curators)
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ### [Licensing Information](#licensing-information)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Citation Information](#citation-information)
130
+
131
+ ```
132
+ @InProceedings{maas-EtAl:2011:ACL-HLT2011,
133
+ author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},
134
+ title = {Learning Word Vectors for Sentiment Analysis},
135
+ booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
136
+ month = {June},
137
+ year = {2011},
138
+ address = {Portland, Oregon, USA},
139
+ publisher = {Association for Computational Linguistics},
140
+ pages = {142--150},
141
+ url = {http://www.aclweb.org/anthology/P11-1015}
142
+ }
143
+
144
+ ```
145
+
146
+
147
+ ### Contributions
148
+
149
+ Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.