AIAny
Icon for item

IMDB

Provides labeled movie-review data for binary sentiment classification: 25,000 training and 25,000 test examples, plus 50,000 unlabeled reviews for unsupervised or semi-supervised use. Labels reflect strong polarity (positive ≥7, negative ≤4) and the set is a widely used NLP benchmark.

Introduction

The Large Movie Review Dataset remains a compact, opinion-rich benchmark for binary sentiment classification: it supplies balanced, strongly polarized labels (so models learn clear sentiment signals) and an additional 50k unlabeled reviews (so you can test semi-supervised or representation-learning workflows).

What Sets It Apart
  • Strong-polarity labeling policy (positive if rating ≥7, negative if ≤4): reduces label ambiguity, so evaluation emphasizes clear sentiment detection rather than fine-grained nuance.
  • Split design: 25k train / 25k test / 50k unsupervised — so the dataset supports supervised baselines, semi-supervised approaches, and unsupervised representation pretraining out of the box.
  • Simple text-only format and wide tooling support (available in Hugging Face Datasets, TensorFlow Datasets, Keras, PyTorch-NLP, and raw plain-text/parquet exports): easy to plug into most NLP pipelines and benchmarking suites.
  • De facto benchmark status: commonly used to evaluate and compare text-classification and transfer-learning models (ULMFiT, ELMo, BERT-family, RoBERTa, XLNet, ALBERT, etc.), making results comparable across papers and implementations.
Who It's For and Tradeoffs

Great fit if you need a compact, well-known benchmark to train or evaluate binary sentiment classifiers, experiment with semi-supervised pretraining, or validate transfer-learning approaches. Look elsewhere if you require multi-domain sentiment data, fine-grained sentiment labels, non-English coverage, or datasets with comprehensive demographic or fairness annotations. Also note the label design intentionally omits neutral reviews and the source is user-generated movie reviews, which introduces domain bias and potential personally identifiable or sensitive content.

Information

  • Websitehuggingface.co
  • OrganizationsStanford University
  • AuthorsAndrew L. Maas, Raymond E. Daly, Peter T. Pham, Dan Huang, Andrew Y. Ng, Christopher Potts
  • Published date2011/06/01

Categories

More Items

Hugging Face

Provides a 57,937-row, quality-filtered multi-teacher SFT distillation corpus combining outputs from Qwen3.8-Max, GLM-5.2 and Kimi K3 across math, code, reasoning, tool-use and dialogue. Includes 24 parquet training views (including a pre-tokenized GLM-4.7 view), configurable sampling weights (sft_balanced), and explicit tool-call trajectories for agent training.

Hugging Face

A 15,000+ English instruction–response corpus for fine-tuning and evaluating LLM instruction-following behavior. Contains human-authored prompts and answers across categories (closed/open QA, summarization, extraction, classification, brainstorming) and is released under CC BY-SA 3.0.

Hugging Face

Provides 52,000 English instruction–response pairs generated by OpenAI's text-davinci-003 for instruction-tuning language models. Released under CC BY-NC 4.0; low-cost synthetic data useful for research but contains model-generated biases and errors.