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 manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.