Dataset Viewer
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.
Dataset Card for "rotten_tomatoes_reviews"
Dataset Summary
Movie Review Dataset.
This is a dataset containing 4,265 positive and 4,265 negative processed sentences from Rotten Tomatoes movie reviews.
Dataset Structure
Data Fields
The data fields are the same among all splits.
default
text: astringfeature.label: a classification label, with possible values includingneg(0),pos(1).
Data Splits
| name | train | validation | test |
|---|---|---|---|
| default | 8530 | 1066 | 1066 |
Additional Information
Citation Information
@InProceedings{Pang+Lee:05a,
author = {Bo Pang and Lillian Lee},
title = {Seeing stars: Exploiting class relationships for sentiment
categorization with respect to rating scales},
booktitle = {Proceedings of the ACL},
year = 2005
}
- Downloads last month
- 28