Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "imdb"
|
@@ -6,12 +7,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -42,7 +43,7 @@
|
|
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
|
46 |
|
47 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
48 |
|
@@ -78,7 +79,7 @@ The data fields are the same among all splits.
|
|
78 |
- `text`: a `string` feature.
|
79 |
- `label`: a classification label, with possible values including `neg` (0), `pos` (1).
|
80 |
|
81 |
-
### Data Splits
|
82 |
|
83 |
| name |train|unsupervised|test |
|
84 |
|----------|----:|-----------:|----:|
|
@@ -92,10 +93,22 @@ The data fields are the same among all splits.
|
|
92 |
|
93 |
### 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
|
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
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: imdb-movie-reviews
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "imdb"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
43 |
Large Movie Review Dataset.
|
44 |
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.
|
45 |
|
46 |
+
### Supported Tasks and Leaderboards
|
47 |
|
48 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
|
|
|
79 |
- `text`: a `string` feature.
|
80 |
- `label`: a classification label, with possible values including `neg` (0), `pos` (1).
|
81 |
|
82 |
+
### Data Splits
|
83 |
|
84 |
| name |train|unsupervised|test |
|
85 |
|----------|----:|-----------:|----:|
|
|
|
93 |
|
94 |
### Source Data
|
95 |
|
96 |
+
#### Initial Data Collection and Normalization
|
97 |
+
|
98 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
99 |
+
|
100 |
+
#### Who are the source language producers?
|
101 |
+
|
102 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
103 |
|
104 |
### Annotations
|
105 |
|
106 |
+
#### Annotation process
|
107 |
+
|
108 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
109 |
+
|
110 |
+
#### Who are the annotators?
|
111 |
+
|
112 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
113 |
|
114 |
### Personal and Sensitive Information
|