Dataset Card for IMDb Multi-Movie Review Dataset
Dataset Summary
The IMDb Multi-Movie Review Dataset contains approximately 114,000 user reviews collected from over 150 movies on IMDb.Each movie is stored as a separate JSON file, identified by its movie_id (IMDb ID).Each JSON file includes a list of structured reviews, where every review consists of:
title: A short summary or headline of the review.
review: The full detailed user review.
rating: A numeric rating (1–10)… See the full description on the dataset page: https://huggingface.co/datasets/chaziee/IMDB-Reviews.