jeffnyman/rotten_tomatoes_reviews
收藏Hugging Face2023-07-25 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jeffnyman/rotten_tomatoes_reviews
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-sa-4.0
task_categories:
- text-classification
task_ids:
- sentiment-classification
---
# Dataset Card for "rotten_tomatoes_reviews"
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Dataset Structure](#dataset-structure)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Additional Information](#additional-information)
- [Citation Information](#citation-information)
## Dataset Description
- **Homepage:** [http://www.cs.cornell.edu/people/pabo/movie-review-data/](http://www.cs.cornell.edu/people/pabo/movie-review-data/)
- **Paper:** [https://arxiv.org/abs/cs/0506075](https://arxiv.org/abs/cs/0506075)
### 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`: a `string` feature.
- `label`: a classification label, with possible values including `neg` (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
}
```
提供机构:
jeffnyman
原始信息汇总
数据集概述
数据集描述
数据集总结
- 名称: Rotten Tomatoes电影评论数据集
- 内容: 包含4,265条正面和4,265条负面的电影评论句子。
- 用途: 用于情感分类任务。
数据集结构
数据字段
text: 字符串类型,代表评论文本。label: 分类标签,可能的值为neg(0,表示负面)和pos(1,表示正面)。
数据分割
- 训练集: 8530条
- 验证集: 1066条
- 测试集: 1066条
许可信息
- 许可证: CC-BY-SA-4.0
引用信息
@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 }



