---
annotations_creators:
- expert-generated
language_creators:
- expert-generated
language:
- en
license:
- mit
multilinguality:
- monolingual
pretty_name: sentiment-classification-reviews-with-drift
size_categories:
- 10K
But the acting--even that of such professionals as Drago and Debbie Rochon--was terrible, the directing worse (perhaps contributory to the former), the dialog chimp-like, and the camera work, barely tolerable. Still, it was the SETS that got a big 10 on my oy-vey scale. I don't know where this was filmed, but were I to hazard a guess, it would be either an open-air museum, or one of those re-enactment villages, where everything is just a bit too well-kept to do more than suggest the real Old West. Okay, so it was shot on a college kid's budget. That said, I could have forgiven one or two of the aforementioned faults. But taken all together, and being generous, I could not see giving it more than three stars.",
'label': 0
}
```
### Data Fields
#### default
The data fields are the same among all splits. An example of `training` looks as follows:
- `prediction_ts`: a `float` feature.
- `age`: an `int` feature.
- `gender`: a `string` feature.
- `context`: a `string` feature.
- `text`: a `string` feature.
- `label`: a `ClassLabel` feature, with possible values including negative(0) and positive(1).
### Data Splits
| name |training|validation|production |
|----------|-------:|---------:|----------:|
| default | 9916 | 2479 | 40079 |
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Contributions
Thanks to [@fjcasti1](https://github.com/fjcasti1) for adding this dataset.