Dataset Viewer
Auto-converted to Parquet
movie_name
string
imdb_id
string
title
string
year
int64
summary
string
script
string
script_plain
string
script_clean
string
nominated
int64
winner
int64
Above the Law_1988
tt0094602
Above the Law
1,988
"Sergeant Nico Toscani, a native of Palermo, Sicily, is a detective in the Chicago Police Department(...TRUNCATED)
"<script>\n <scene>\n <stage_direction>ABOVE THE LAW</stage_direction>\n <scene_description>T(...TRUNCATED)
" \n \n ABOVE THE LAW \n TITLES SEQUENCE - MONTAGE WITH SCORE PHOTOGRAPHIC STILLS show us (...TRUNCATED)
"ABOVE THE LAW\nTITLES SEQUENCE - MONTAGE WITH SCORE PHOTOGRAPHIC STILLS show us NICOLA TOSCANI as a(...TRUNCATED)
0
0
Fracture_2007
tt0488120
Fracture
2,007
"Theodore \"Ted\" Crawford (Anthony Hopkins), a wealthy and resourceful Irish aeronautical engineer (...TRUNCATED)
"<script>\n <scene>\n <stage_direction>FRACTURE</stage_direction>\n <scene_description>CREDIT(...TRUNCATED)
" \n \n FRACTURE \n CREDITS SEQUENCE : EXTREME CLOSE - UPS An unfinished mechanical device(...TRUNCATED)
"FRACTURE\nCREDITS SEQUENCE : EXTREME CLOSE - UPS An unfinished mechanical device : a scaffold of th(...TRUNCATED)
0
0
She Said_2022
tt11198810
She Said
2,022
"In 2017, New York Times reporter Jodi Kantor receives a tip that actress Rose McGowan was sexually (...TRUNCATED)
"<script>\n <scene>\n <character>SHE SAID</character>\n <dialogue>Screenplay by</dialogue>\n (...TRUNCATED)
" \n \n SHE SAID \n Screenplay by \n Rebecca Lenkiewicz Based on the New York Times In(...TRUNCATED)
"SHE SAID\nScreenplay by\nRebecca Lenkiewicz Based on the New York Times Investigation by Jodi Kanto(...TRUNCATED)
0
0
Unbroken_2014
tt1809398
Unbroken
2,014
"During an April 1943 bombing mission against the Japanese-held island of Nauru, Louis \"Louie\" Zam(...TRUNCATED)
"<script>\n <scene>\n <character>UNBROKEN</character>\n <dialogue>Screenplay by</dialogue>\n (...TRUNCATED)
" \n \n UNBROKEN \n Screenplay by \n Joel Coen &amp; Ethan Coen and Richard LaGravenes(...TRUNCATED)
"UNBROKEN\nScreenplay by\nJoel Coen &amp; Ethan Coen and Richard LaGravenese and William Nicholson B(...TRUNCATED)
0
0
The Bonfire of the Vanities_1990
tt0099165
The Bonfire of the Vanities
1,990
"Sherman McCoy is a Wall Street bond trader who makes millions while enjoying the good life and the (...TRUNCATED)
"<script>\n <scene>\n <stage_direction>EXT. MANHATTAN SKYLINE - NIGHT</stage_direction>\n <sc(...TRUNCATED)
" \n \n EXT. MANHATTAN SKYLINE - NIGHT \n MOVING IN FAST MOTION - a kaleidoscopic jewel bo(...TRUNCATED)
"EXT. MANHATTAN SKYLINE - NIGHT\nMOVING IN FAST MOTION - a kaleidoscopic jewel box - glittering , sh(...TRUNCATED)
0
0
I'm Thinking of Ending Things_2020
tt7939766
I'm Thinking of Ending Things
2,020
"A young woman contemplates ending her approximately seven-week relationship with her boyfriend Jake(...TRUNCATED)
"<script>\n <scene>\n <character>I'M THINKING OF ENDING THINGS</character>\n <dialogue>Screen(...TRUNCATED)
" \n \n I'M THINKING OF ENDING THINGS \n Screenplay by \n Charlie Kaufman Based on the(...TRUNCATED)
"I'M THINKING OF ENDING THINGS\nScreenplay by\nCharlie Kaufman Based on the novel by Iain Reid White(...TRUNCATED)
0
0
The Hitchhiker's Guide to the Galaxy_2005
tt0371724
The Hitchhiker's Guide to the Galaxy
2,005
"One Thursday morning, Arthur Dent discovers that his house is to be immediately demolished to make (...TRUNCATED)
"<script>\n <scene>\n <stage_direction>OVER DARKNESS...</stage_direction>\n <scene_descriptio(...TRUNCATED)
" \n \n OVER DARKNESS... \n we hear what we will come to know as the VOICE OF THE GUIDE . (...TRUNCATED)
"OVER DARKNESS...\nwe hear what we will come to know as the VOICE OF THE GUIDE .\nGUIDE VOICE\nIt is(...TRUNCATED)
0
0
Batman Begins_2005
tt0372784
Batman Begins
2,005
"As a child in Gotham City, Bruce Wayne falls down a dry well and is attacked by a swarm of bats, de(...TRUNCATED)
"<script>\n <scene>\n <stage_direction>BATMAN BEGINS</stage_direction>\n <scene_description>B(...TRUNCATED)
" \n \n BATMAN BEGINS \n BLACK . A low KEENING which becomes SCREECHING that BUILDS and BU(...TRUNCATED)
"BATMAN BEGINS\nBLACK . A low KEENING which becomes SCREECHING that BUILDS and BUILDS until - RED fl(...TRUNCATED)
0
0
GoldenEye_1995
tt0113189
GoldenEye
1,995
"In 1986, MI6 agents James Bond and Alec Trevelyan infiltrate a Soviet chemical weapons facility cal(...TRUNCATED)
"<script>\n <scene>\n <scene_description>\"GOLDENEYE by Michael France</scene_description>\n (...TRUNCATED)
" \n \n \"GOLDENEYE by Michael France \n 1-94 \n THE GUNBARRELOPENS ON -- \n \n \n(...TRUNCATED)
"\"GOLDENEYE by Michael France\n1-94\nTHE GUNBARRELOPENS ON --\n\nEXT. THE FRENCHCOUNTRYSIDE - DAY\n(...TRUNCATED)
0
0
The Devil's Advocate_1997
tt0118971
The Devil's Advocate
1,997
"Kevin Lomax, a defense attorney from Gainesville, Florida, has never lost a case. As he defends a s(...TRUNCATED)
"<script>\n <scene>\n <stage_direction>INT. FLORIDA COURTROOM - DAY</stage_direction>\n <scen(...TRUNCATED)
" \n \n INT. FLORIDA COURTROOM - DAY \n Northern Florida in the midst of a heat wave . Air(...TRUNCATED)
"INT. FLORIDA COURTROOM - DAY\nNorthern Florida in the midst of a heat wave . Air conditioners fight(...TRUNCATED)
0
0
End of preview. Expand in Data Studio

Movie-O-Label

Movie-O-Label is a dataset created by merging the MovieSum screenplay collection with Oscar nomination labels derived from David V. Lu’s Oscar Data.
It provides screenplays, summaries, and metadata together with binary labels indicating whether a movie’s screenplay received an Oscar nomination and whether it won.


Contents

Each entry includes:

column type description
movie_name string Title and year combined, e.g. The Social Network_2010
title string Movie title
year int Release year
imdb_id string IMDb identifier (e.g. tt1285016)
summary string Plot summary of the movie
script_clean string script_plain cleaned (unicode normaliziation, stage directions and scene transitions stripped where possible, whitespace reduced)
script_plain string Original screenplay text (only xml-tags removed from script)
script string Raw script field from MovieSum (for reference)
nominated int 1 if the screenplay was nominated for an Academy Award (Writing)
winner int 1 if the screenplay won an Academy Award (Writing)

Splits

The dataset is provided as a DatasetDict with:

  • train — 60% (1320 movies)
  • validation — 20% (440 movies)
  • test — 20% (440 movies)

Splits were created stratified by the nominated label to preserve class balance.

A file split_60_20_20.npz with the exact index arrays (idx_train, idx_val, idx_test) is also provided for full reproducibility.


Additional Resources

To fully reproduce the experiments described in the paper:

License & Attribution

  • MovieSum dataset:
    Created and published by Rohit Saxena (with Frank Keller).
    Licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
    If you use this dataset, please cite:
    Rohit Saxena and Frank Keller. "MovieSum: An Abstractive Summarization Dataset for Movie Screenplays." Findings of ACL 2024. arXiv:2408.06281.

  • Oscar nominations:
    Data adapted from David V. Lu!!’s Oscar Data
    Licensed under the BSD 2-Clause License © 2022 David V. Lu!!.

  • Movie-O-Label:
    Created and processed by Francis Gross, based on cleaned MovieSum screenplay texts enriched with Oscar nomination and winner labels.
    Released under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. If you use this dataset, please cite:
    Francis Gross. "Movie-O-Label: Predicting Oscar-Nominated Screenplays with Sentence Embeddings." Findings of ACL 2025 on Hugging Face.

Baseline Workflow

This work provides a simple baseline for predicting whether a screenplay receives an Oscar nomination in the Writing/Screenplays category.

  1. Load the dataset
    from datasets import load_dataset
    ds = load_dataset("Francis2003/Movie-O-Label")
    

The dataset includes a predefined **60/20/20 train/validation/test split** (`split_60_20_20.npz`).

2. **Text preparation**
   Use one or more of the available feature fields:

   * `script_clean` (recommended for embeddings)
   * `summary`
   * `title`

3. **Embeddings**
   Encode the texts with [**intfloat/e5-base-v2**](https://huggingface.co/intfloat/e5-base-v2).
   Each screenplay can be chunked (e.g., 400 words with 80-word overlap), encoded,
   and mean+max pooling and L2 normalized.

4. **Classifier**
   Train a logistic regression classifier with:

   ```python
   from sklearn.linear_model import LogisticRegression
   clf = LogisticRegression(max_iter=5000, class_weight="balanced", C=1.0)
   ```

   Select the threshold on the **validation set** to maximize F1 for the positive class (nominated).

5. **Evaluation**
   Report metrics such as Accuracy, ROC-AUC, PR-AUC, F1 (positive/negative) and Macro-F1.

> The best-performing baseline used **script_clean + summary + title** embeddings
> and achieved **ROC-AUC ≈ 0.79** and **Macro-F1 ≈ 0.68** on the test set.

```


## Usage

```python
from datasets import load_dataset

# Public dataset:
ds = load_dataset("Francis2003/Movie-O-Label")

print(ds)
print(ds["train"][0])


Downloads last month
70