Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'relevant_docs', 'corpus', 'queries'}) and 3 missing columns ({'d', 'q', 'n'}).
This happened while the json dataset builder was generating data using
hf://datasets/harisarang/ml-256/test.json (at revision 36d96a2dd267faf16332bbfa125aa03041de2158)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
queries: struct<3: list<item: list<item: string>>, 4: list<item: list<item: string>>, 5: list<item: list<item: string>>>
child 0, 3: list<item: list<item: string>>
child 0, item: list<item: string>
child 0, item: string
child 1, 4: list<item: list<item: string>>
child 0, item: list<item: string>
child 0, item: string
child 2, 5: list<item: list<item: string>>
child 0, item: list<item: string>
child 0, item: string
corpus: struct<1: list<item: string>, 2: list<item: string>, 3: list<item: string>, 4: list<item: string>, 5: list<item: string>, 8: list<item: string>, 9: list<item: string>, 10: list<item: string>, 13: list<item: string>, 15: list<item: string>, 17: list<item: string>, 19: list<item: string>, 20: list<item: string>, 21: list<item: string>, 22: list<item: string>, 23: list<item: string>, 24: list<item: string>, 27: list<item: string>, 28: list<item: string>, 29: list<item: string>, 31: list<item: string>, 32: list<item: string>, 33: list<item: string>, 35: list<item: string>, 36: list<item: string>, 37: list<item: string>, 39: list<item: string>, 40: list<item: string>, 41: list<item: string>, 42: list<item: string>, 43: list<item: string>, 44: list<item: string>, 45: list<item: string>, 46: list<item: string>, 47: list<item: string>, 48: list<item: string>, 49: list<item: string>, 51: list<item: string>, 53: list<item: string>, 54: list<item: string>, 56: list<item: string>, 57: list<item: string>, 58: list<ite
...
hild 0, item: string
child 1129, 1648: list<item: string>
child 0, item: string
child 1130, 1653: list<item: string>
child 0, item: string
child 1131, 1654: list<item: string>
child 0, item: string
child 1132, 1656: list<item: string>
child 0, item: string
child 1133, 1657: list<item: string>
child 0, item: string
child 1134, 1660: list<item: string>
child 0, item: string
child 1135, 1662: list<item: string>
child 0, item: string
child 1136, 1663: list<item: string>
child 0, item: string
child 1137, 1664: list<item: string>
child 0, item: string
child 1138, 1666: list<item: string>
child 0, item: string
child 1139, 1668: list<item: string>
child 0, item: string
child 1140, 1670: list<item: string>
child 0, item: string
child 1141, 1672: list<item: string>
child 0, item: string
child 1142, 1673: list<item: string>
child 0, item: string
child 1143, 1674: list<item: string>
child 0, item: string
child 1144, 1677: list<item: string>
child 0, item: string
child 1145, 1679: list<item: string>
child 0, item: string
child 1146, 1680: list<item: string>
child 0, item: string
relevant_docs: struct<3: list<item: string>, 4: list<item: string>, 5: list<item: string>>
child 0, 3: list<item: string>
child 0, item: string
child 1, 4: list<item: string>
child 0, item: string
child 2, 5: list<item: string>
child 0, item: string
to
{'q': Sequence(feature=Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), length=-1, id=None), 'd': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'n': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1420, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1052, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'relevant_docs', 'corpus', 'queries'}) and 3 missing columns ({'d', 'q', 'n'}).
This happened while the json dataset builder was generating data using
hf://datasets/harisarang/ml-256/test.json (at revision 36d96a2dd267faf16332bbfa125aa03041de2158)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
q sequence | d sequence | n sequence |
|---|---|---|
[
[
"movie_genres: Crime, Drama",
"movie_title: Cool Hand Luke",
"actors: Paul Newman, George Kennedy, Strother Martin",
"directors: Stuart Rosenberg"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Mr. Smith Goes to Washington",
"actors: James Stewart, Jean Arthur, Claude Rains",
... | [
"movie_genres: Biography, Crime, Drama",
"movie_title: Butch Cassidy and the Sundance Kid",
"actors: Paul Newman, Robert Redford, Katharine Ross",
"directors: George Roy Hill"
] | [
"movie_genres: Comedy, Music",
"movie_title: Fear of a Black Hat",
"actors: Larry B. Scott, Mark Christopher Lawrence, Rusty Cundieff",
"directors: Rusty Cundieff"
] |
[
[
"movie_genres: Drama, Romance",
"movie_title: Forrest Gump",
"actors: Tom Hanks, Robin Wright, Gary Sinise",
"directors: Robert Zemeckis"
],
[
"movie_genres: Action, Drama, Sci-Fi",
"movie_title: Blade Runner",
"actors: Harrison Ford, Rutger Hauer, Sean Young",
"directors: Ridl... | [
"movie_genres: Adventure, Drama, Mystery",
"movie_title: North by Northwest",
"actors: Cary Grant, Eva Marie Saint, James Mason",
"directors: Alfred Hitchcock"
] | [
"movie_genres: Action, Adventure",
"movie_title: Batman",
"actors: Michael Keaton, Jack Nicholson, Kim Basinger",
"directors: Tim Burton"
] |
[
[
"movie_genres: Comedy, Horror",
"movie_title: Army of Darkness",
"actors: Bruce Campbell, Embeth Davidtz, Marcus Gilbert",
"directors: Sam Raimi"
],
[
"movie_genres: Action, Adventure",
"movie_title: Batman",
"actors: Michael Keaton, Jack Nicholson, Kim Basinger",
"directors: T... | [
"movie_genres: Action, Comedy, Thriller",
"movie_title: True Lies",
"actors: Arnold Schwarzenegger, Jamie Lee Curtis, Tom Arnold",
"directors: James Cameron"
] | [
"movie_genres: Action, Adventure",
"movie_title: Batman Forever",
"actors: Val Kilmer, Tommy Lee Jones, Jim Carrey",
"directors: Joel Schumacher"
] |
[
[
"movie_genres: Comedy, Drama",
"movie_title: Dead Poets Society",
"actors: Robin Williams, Robert Sean Leonard, Ethan Hawke",
"directors: Peter Weir"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Angus",
"actors: Charlie Talbert, George C. Scott, Kathy Bates",
"directors: P... | [
"movie_genres: Action, Adventure",
"movie_title: Raiders of the Lost Ark",
"actors: Harrison Ford, Karen Allen, Paul Freeman",
"directors: Steven Spielberg"
] | [
"movie_genres: Comedy, Sport",
"movie_title: Celtic Pride",
"actors: Damon Wayans, Daniel Stern, Dan Aykroyd",
"directors: Tom DeCerchio"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: When Harry Met Sally...",
"actors: Billy Crystal, Meg Ryan, Carrie Fisher",
"directors: Rob Reiner"
],
[
"movie_genres: Drama",
"movie_title: Sling Blade",
"actors: Billy Bob Thornton, Dwight Yoakam, J.T. Walsh",
"directors:... | [
"movie_genres: Crime, Drama, Thriller",
"movie_title: Fargo",
"actors: William H. Macy, Frances McDormand, Steve Buscemi",
"directors: Joel Coen, Ethan Coen"
] | [
"movie_genres: Drama, Sci-Fi, Thriller",
"movie_title: Brazil",
"actors: Jonathan Pryce, Kim Greist, Robert De Niro",
"directors: Terry Gilliam"
] |
[
[
"movie_genres: Comedy, Romance, Sci-Fi",
"movie_title: Junior",
"actors: Arnold Schwarzenegger, Danny DeVito, Emma Thompson",
"directors: Ivan Reitman"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: How to Make an American Quilt",
"actors: Winona Ryder, Ellen Burstyn, A... | [
"movie_genres: Comedy, Romance",
"movie_title: Milk Money",
"actors: Melanie Griffith, Ed Harris, Michael Patrick Carter",
"directors: Richard Benjamin"
] | [
"movie_genres: Comedy",
"movie_title: Vegas Vacation",
"actors: Chevy Chase, Beverly D'Angelo, Randy Quaid",
"directors: Stephen Kessler"
] |
[
[
"movie_genres: Action, Adventure, Sci-Fi",
"movie_title: Terminator 2: Judgment Day",
"actors: Arnold Schwarzenegger, Linda Hamilton, Edward Furlong",
"directors: James Cameron"
],
[
"movie_genres: Horror, Sci-Fi",
"movie_title: Alien",
"actors: Sigourney Weaver, Tom Skerritt, John... | [
"movie_genres: Drama, Western",
"movie_title: Giant",
"actors: Elizabeth Taylor, Rock Hudson, James Dean",
"directors: George Stevens"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Drama, Romance",
"movie_title: Sense and Sensibility",
"actors: Emma Thompson, Kate Winslet, James Fleet",
"directors: Ang Lee"
],
[
"movie_genres: Drama, Romance",
"movie_title: Priest",
"actors: Linus Roache, Tom Wilkinson, Robert Carlyle",
"directors: Antonia ... | [
"movie_genres: Action, Crime, Drama",
"movie_title: Absolute Power",
"actors: Clint Eastwood, Gene Hackman, Ed Harris",
"directors: Clint Eastwood"
] | [
"movie_genres: Comedy, Sci-Fi",
"movie_title: Mars Attacks!",
"actors: Jack Nicholson, Pierce Brosnan, Sarah Jessica Parker",
"directors: Tim Burton"
] |
[
[
"movie_genres: Action, Drama, Sci-Fi",
"movie_title: Chain Reaction",
"actors: Keanu Reeves, Morgan Freeman, Rachel Weisz",
"directors: Andrew Davis"
],
[
"movie_genres: Action, Crime, Drama",
"movie_title: Clear and Present Danger",
"actors: Harrison Ford, Willem Dafoe, Anne Arche... | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] | [
"movie_genres: Adventure, Comedy, Crime",
"movie_title: 101 Dalmatians",
"actors: Glenn Close, Jeff Daniels, Joely Richardson",
"directors: Stephen Herek"
] |
[
[
"movie_genres: Adventure, Family, Sci-Fi",
"movie_title: E.T. the Extra-Terrestrial",
"actors: Henry Thomas, Drew Barrymore, Peter Coyote",
"directors: Steven Spielberg"
],
[
"movie_genres: Crime, Drama",
"movie_title: Pulp Fiction",
"actors: John Travolta, Uma Thurman, Samuel L. J... | [
"movie_genres: Crime, Music, Thriller",
"movie_title: Diva",
"actors: Wilhelmenia Fernandez, Frédéric Andréi, Roland Bertin",
"directors: Jean-Jacques Beineix"
] | [
"movie_genres: Action, Comedy",
"movie_title: McHale's Navy",
"actors: Tom Arnold, Dean Stockwell, Ernest Borgnine",
"directors: Bryan Spicer"
] |
[
[
"movie_genres: Action, Adventure",
"movie_title: Raiders of the Lost Ark",
"actors: Harrison Ford, Karen Allen, Paul Freeman",
"directors: Steven Spielberg"
],
[
"movie_genres: Adventure, Drama, History",
"movie_title: Apollo 13",
"actors: Tom Hanks, Bill Paxton, Kevin Bacon",
... | [
"movie_genres: Action, Adventure",
"movie_title: Indiana Jones and the Last Crusade",
"actors: Harrison Ford, Sean Connery, Alison Doody",
"directors: Steven Spielberg"
] | [
"movie_genres: Adventure, Animation, Comedy",
"movie_title: Space Jam",
"actors: Michael Jordan, Wayne Knight, Theresa Randle",
"directors: Joe Pytka"
] |
[
[
"movie_genres: Adventure, Biography, Drama",
"movie_title: Rob Roy",
"actors: Liam Neeson, Jessica Lange, John Hurt",
"directors: Michael Caton-Jones"
],
[
"movie_genres: Drama, Romance",
"movie_title: When a Man Loves a Woman",
"actors: Meg Ryan, Andy Garcia, Ellen Burstyn",
"... | [
"movie_genres: Drama, Fantasy, Mystery",
"movie_title: Powder",
"actors: Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen",
"directors: Victor Salva"
] | [
"movie_genres: Action, Adventure",
"movie_title: Batman Forever",
"actors: Val Kilmer, Tommy Lee Jones, Jim Carrey",
"directors: Joel Schumacher"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Walking and Talking",
"actors: Catherine Keener, Anne Heche, Amy Braverman",
"directors: Nicole Holofcener"
],
[
"movie_genres: Comedy, Romance",
"movie_title: In & Out",
"actors: Kevin Kline, Joan Cusack, Tom Selleck",
"dir... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Don Juan DeMarco",
"actors: Johnny Depp, Marlon Brando, Faye Dunaway",
"directors: Jeremy Leven"
] | [
"movie_genres: Horror, Thriller",
"movie_title: Candyman",
"actors: Virginia Madsen, Xander Berkeley, Tony Todd",
"directors: Bernard Rose"
] |
[
[
"movie_genres: Adventure, Drama, Horror",
"movie_title: Jaws",
"actors: Roy Scheider, Robert Shaw, Richard Dreyfuss",
"directors: Steven Spielberg"
],
[
"movie_genres: Drama, Family, Fantasy",
"movie_title: Miracle on 34th Street",
"actors: Richard Attenborough, Elizabeth Perkins, ... | [
"movie_genres: Crime, Drama",
"movie_title: Pulp Fiction",
"actors: John Travolta, Uma Thurman, Samuel L. Jackson",
"directors: Quentin Tarantino"
] | [
"movie_genres: Adventure, Animation, Drama",
"movie_title: Pocahontas",
"actors: Mel Gibson, Linda Hunt, Christian Bale",
"directors: Mike Gabriel, Eric Goldberg"
] |
[
[
"movie_genres: Drama, Sci-Fi, War",
"movie_title: Richard III",
"actors: Ian McKellen, Annette Bening, Christopher Bowen",
"directors: Richard Loncraine"
],
[
"movie_genres: Action, Adventure, Drama",
"movie_title: Star Trek: First Contact",
"actors: Patrick Stewart, Jonathan Frake... | [
"movie_genres: Horror, Mystery, Thriller",
"movie_title: Psycho",
"actors: Anthony Perkins, Janet Leigh, Vera Miles",
"directors: Alfred Hitchcock"
] | [
"movie_genres: Adventure, Animation, Drama",
"movie_title: Pocahontas",
"actors: Mel Gibson, Linda Hunt, Christian Bale",
"directors: Mike Gabriel, Eric Goldberg"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Much Ado About Nothing",
"actors: Kenneth Branagh, Emma Thompson, Keanu Reeves",
"directors: Kenneth Branagh"
],
[
"movie_genres: Comedy, Crime",
"movie_title: Raising Arizona",
"actors: Nicolas Cage, Holly Hunter, Trey Wilson",... | [
"movie_genres: Drama, Romance, War",
"movie_title: Casablanca",
"actors: Humphrey Bogart, Ingrid Bergman, Paul Henreid",
"directors: Michael Curtiz"
] | [
"movie_genres: Action, Adventure, Horror",
"movie_title: Anaconda",
"actors: Jon Voight, Jennifer Lopez, Eric Stoltz",
"directors: Luis Llosa"
] |
[
[
"movie_genres: Drama",
"movie_title: Breaking the Waves",
"actors: Emily Watson, Stellan Skarsgård, Katrin Cartlidge",
"directors: Lars von Trier"
],
[
"movie_genres: Drama",
"movie_title: Wild Reeds",
"actors: Élodie Bouchez, Gaël Morel, Stéphane Rideau",
"directors: André Téc... | [
"movie_genres: Drama, Thriller",
"movie_title: Caught",
"actors: Edward James Olmos, Maria Conchita Alonso, Arie Verveen",
"directors: Robert M. Young"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Fools Rush In",
"actors: Matthew Perry, Salma Hayek, Jon Tenney",
"directors: Andy Tennant"
] |
[
[
"movie_genres: Biography, Drama, History",
"movie_title: Gandhi",
"actors: Ben Kingsley, John Gielgud, Rohini Hattangadi",
"directors: Richard Attenborough"
],
[
"movie_genres: Crime, Thriller",
"movie_title: Dial M for Murder",
"actors: Ray Milland, Grace Kelly, Robert Cummings",
... | [
"movie_genres: Adventure, Drama, Western",
"movie_title: Dances with Wolves",
"actors: Kevin Costner, Mary McDonnell, Graham Greene",
"directors: Kevin Costner"
] | [
"movie_genres: Action, Adventure, Thriller",
"movie_title: Dante's Peak",
"actors: Pierce Brosnan, Linda Hamilton, Jamie Renée Smith",
"directors: Roger Donaldson"
] |
[
[
"movie_genres: Comedy, Romance, Sci-Fi",
"movie_title: Real Genius",
"actors: Val Kilmer, Stacy Peralta, Daniel Ades",
"directors: Martha Coolidge"
],
[
"movie_genres: Action, Drama, Thriller",
"movie_title: Outbreak",
"actors: Dustin Hoffman, Rene Russo, Morgan Freeman",
"dire... | [
"movie_genres: Action, Adventure, Drama",
"movie_title: Robin Hood: Prince of Thieves",
"actors: Kevin Costner, Morgan Freeman, Mary Elizabeth Mastrantonio",
"directors: Kevin Reynolds"
] | [
"movie_genres: Comedy",
"movie_title: Mr. Wrong",
"actors: Ellen DeGeneres, Bill Pullman, Joan Cusack",
"directors: Nick Castle"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: In the Line of Fire",
"actors: Clint Eastwood, John Malkovich, Rene Russo",
"directors: Wolfgang Petersen"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Barcelona",
"actors: Taylor Nichols, Chris Eigeman, Tushka Berge... | [
"movie_genres: Biography, Drama, History",
"movie_title: Quiz Show",
"actors: Ralph Fiennes, John Turturro, Rob Morrow",
"directors: Robert Redford"
] | [
"movie_genres: Comedy",
"movie_title: Fierce Creatures",
"actors: John Cleese, Jamie Lee Curtis, Kevin Kline",
"directors: Robert Young, Fred Schepisi"
] |
[
[
"movie_genres: Comedy, Fantasy",
"movie_title: Liar Liar",
"actors: Jim Carrey, Maura Tierney, Amanda Donohoe",
"directors: Tom Shadyac"
],
[
"movie_genres: Action, Adventure, Fantasy",
"movie_title: Mortal Kombat: Annihilation",
"actors: Robin Shou, Talisa Soto, James Remar",
... | [
"movie_genres: Action, Crime, Drama",
"movie_title: Spawn",
"actors: Michael Jai White, John Leguizamo, Martin Sheen",
"directors: Mark A.Z. Dippé"
] | [
"movie_genres: Drama",
"movie_title: Crash",
"actors: James Spader, Holly Hunter, Elias Koteas",
"directors: David Cronenberg"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: Marked for Death",
"actors: Steven Seagal, Joanna Pacula, Basil Wallace",
"directors: Dwight H. Little"
],
[
"movie_genres: Comedy, Western",
"movie_title: City Slickers II: The Legend of Curly's Gold",
"actors: Billy Crystal, Jac... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Even Cowgirls Get the Blues",
"actors: Uma Thurman, Lorraine Bracco, Pat Morita",
"directors: Gus Van Sant"
] | [
"movie_genres: Action, Adventure, Comedy",
"movie_title: Cutthroat Island",
"actors: Geena Davis, Matthew Modine, Frank Langella",
"directors: Renny Harlin"
] |
[
[
"movie_genres: Adventure, Comedy, Family",
"movie_title: Jumanji",
"actors: Robin Williams, Kirsten Dunst, Bonnie Hunt",
"directors: Joe Johnston"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Mrs. Doubtfire",
"actors: Robin Williams, Sally Field, Pierce Brosnan",
"director... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Threesome",
"actors: Lara Flynn Boyle, Josh Charles, Stephen Baldwin",
"directors: Andrew Fleming"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Drama",
"movie_title: Hamlet",
"actors: Kenneth Branagh, Julie Christie, Derek Jacobi",
"directors: Kenneth Branagh"
],
[
"movie_genres: Comedy, Music",
"movie_title: This Is Spinal Tap",
"actors: Rob Reiner, Michael McKean, Christopher Guest",
"directors: Rob Re... | [
"movie_genres: Drama, Romance",
"movie_title: Sense and Sensibility",
"actors: Emma Thompson, Kate Winslet, James Fleet",
"directors: Ang Lee"
] | [
"movie_genres: Comedy, Crime",
"movie_title: Another Stakeout",
"actors: Richard Dreyfuss, Emilio Estevez, Rosie O'Donnell",
"directors: John Badham"
] |
[
[
"movie_genres: Drama, Fantasy, Thriller",
"movie_title: Female Perversions",
"actors: Tilda Swinton, Amy Madigan, Karen Sillas",
"directors: Susan Streitfeld"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: One Fine Day",
"actors: Michelle Pfeiffer, George Clooney, Mae W... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: She's the One",
"actors: Edward Burns, Jennifer Aniston, John Mahoney",
"directors: Edward Burns"
] | [
"movie_genres: Animation, Family, Fantasy",
"movie_title: Fantasia",
"actors: Leopold Stokowski, Deems Taylor, The Philadelphia Orchestra",
"directors: James Algar, Samuel Armstrong, Ford Beebe Jr."
] |
[
[
"movie_genres: Comedy, Music, Romance",
"movie_title: Some Like It Hot",
"actors: Marilyn Monroe, Tony Curtis, Jack Lemmon",
"directors: Billy Wilder"
],
[
"movie_genres: Drama",
"movie_title: On Golden Pond",
"actors: Katharine Hepburn, Henry Fonda, Jane Fonda",
"directors: Ma... | [
"movie_genres: Adventure, Biography, Drama",
"movie_title: Wyatt Earp",
"actors: Kevin Costner, Dennis Quaid, Gene Hackman",
"directors: Lawrence Kasdan"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: GoldenEye",
"actors: Pierce Brosnan, Sean Bean, Izabella Scorupco",
"directors: Martin Campbell"
],
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: Speed",
"actors: Keanu Reeves, Dennis Hopper, Sandra Bullock",... | [
"movie_genres: Adventure, Fantasy",
"movie_title: Conan the Barbarian",
"actors: Arnold Schwarzenegger, James Earl Jones, Max von Sydow",
"directors: John Milius"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Son in Law",
"actors: Pauly Shore, Carla Gugino, Lane Smith",
"directors: Steve Rash"
] |
[
[
"movie_genres: Comedy, Romance",
"movie_title: Pretty Woman",
"actors: Richard Gere, Julia Roberts, Jason Alexander",
"directors: Garry Marshall"
],
[
"movie_genres: Comedy, War",
"movie_title: In the Army Now",
"actors: Pauly Shore, Lori Petty, Andy Dick",
"directors: Daniel P... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Jerry Maguire",
"actors: Tom Cruise, Cuba Gooding Jr., Renée Zellweger",
"directors: Cameron Crowe"
] | [
"movie_genres: Crime, Drama, Music",
"movie_title: Kansas City",
"actors: Jennifer Jason Leigh, Miranda Richardson, Harry Belafonte",
"directors: Robert Altman"
] |
[
[
"movie_genres: Biography, Drama, Sport",
"movie_title: Raging Bull",
"actors: Robert De Niro, Cathy Moriarty, Joe Pesci",
"directors: Martin Scorsese"
],
[
"movie_genres: Adventure, Comedy, Drama",
"movie_title: Stand by Me",
"actors: Wil Wheaton, River Phoenix, Corey Feldman",
... | [
"movie_genres: Biography, Comedy, Drama",
"movie_title: Ed Wood",
"actors: Johnny Depp, Martin Landau, Sarah Jessica Parker",
"directors: Tim Burton"
] | [
"movie_genres: Drama, Family, Fantasy",
"movie_title: FairyTale: A True Story",
"actors: Paul McGann, Florence Hoath, Elizabeth Earl",
"directors: Charles Sturridge"
] |
[
[
"movie_genres: Adventure, Biography, Drama",
"movie_title: Rob Roy",
"actors: Liam Neeson, Jessica Lange, John Hurt",
"directors: Michael Caton-Jones"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Don Juan DeMarco",
"actors: Johnny Depp, Marlon Brando, Faye Dunaway",
... | [
"movie_genres: Drama, Romance",
"movie_title: Picture Bride",
"actors: Yûki Kudô, Akira Takayama, Cary-Hiroyuki Tagawa",
"directors: Kayo Hatta"
] | [
"movie_genres: Drama",
"movie_title: Showgirls",
"actors: Elizabeth Berkley, Kyle MacLachlan, Gina Gershon",
"directors: Paul Verhoeven"
] |
[
[
"movie_genres: Adventure, Animation, Comedy",
"movie_title: Aladdin",
"actors: Scott Weinger, Robin Williams, Linda Larkin",
"directors: Ron Clements, John Musker"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Swingers",
"actors: Vince Vaughn, Heather Graham, Jon Favreau",
... | [
"movie_genres: Action, Drama",
"movie_title: Top Gun",
"actors: Tom Cruise, Tim Robbins, Kelly McGillis",
"directors: Tony Scott"
] | [
"movie_genres: Comedy, Crime, Drama",
"movie_title: Striptease",
"actors: Demi Moore, Burt Reynolds, Armand Assante",
"directors: Andrew Bergman"
] |
[
[
"movie_genres: Drama",
"movie_title: One Flew Over the Cuckoo's Nest",
"actors: Jack Nicholson, Louise Fletcher, Michael Berryman",
"directors: Milos Forman"
],
[
"movie_genres: Comedy, Drama, Music",
"movie_title: Shall We Dance?",
"actors: Kôji Yakusho, Tamiyo Kusakari, Naoto Tak... | [
"movie_genres: Comedy, Music, Romance",
"movie_title: Some Like It Hot",
"actors: Marilyn Monroe, Tony Curtis, Jack Lemmon",
"directors: Billy Wilder"
] | [
"movie_genres: Adventure, Drama, Western",
"movie_title: Dances with Wolves",
"actors: Kevin Costner, Mary McDonnell, Graham Greene",
"directors: Kevin Costner"
] |
[
[
"movie_genres: Drama, Sci-Fi, Thriller",
"movie_title: Gattaca",
"actors: Ethan Hawke, Uma Thurman, Jude Law",
"directors: Andrew Niccol"
],
[
"movie_genres: Drama, Romance",
"movie_title: Titanic",
"actors: Leonardo DiCaprio, Kate Winslet, Billy Zane",
"directors: James Camero... | [
"movie_genres: Crime, Drama, Thriller",
"movie_title: Fargo",
"actors: William H. Macy, Frances McDormand, Steve Buscemi",
"directors: Joel Coen, Ethan Coen"
] | [
"movie_genres: Comedy",
"movie_title: Four Rooms",
"actors: Tim Roth, Antonio Banderas, Sammi Davis",
"directors: Allison Anders, Alexandre Rockwell, Robert Rodriguez"
] |
[
[
"movie_genres: Comedy, Drama",
"movie_title: Being There",
"actors: Peter Sellers, Shirley MacLaine, Melvyn Douglas",
"directors: Hal Ashby"
],
[
"movie_genres: Action, Adventure, Drama",
"movie_title: Star Trek: First Contact",
"actors: Patrick Stewart, Jonathan Frakes, Brent Spin... | [
"movie_genres: Action, Drama",
"movie_title: Top Gun",
"actors: Tom Cruise, Tim Robbins, Kelly McGillis",
"directors: Tony Scott"
] | [
"movie_genres: Action, Adventure, Fantasy",
"movie_title: Mortal Kombat",
"actors: Christopher Lambert, Robin Shou, Linden Ashby",
"directors: Paul W.S. Anderson"
] |
[
[
"movie_genres: Drama",
"movie_title: East of Eden",
"actors: James Dean, Raymond Massey, Julie Harris",
"directors: Elia Kazan"
],
[
"movie_genres: Comedy, Romance",
"movie_title: Dave",
"actors: Kevin Kline, Sigourney Weaver, Frank Langella",
"directors: Ivan Reitman"
],
[... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Benny & Joon",
"actors: Johnny Depp, Mary Stuart Masterson, Aidan Quinn",
"directors: Jeremiah S. Chechik"
] | [
"movie_genres: Action, Comedy",
"movie_title: McHale's Navy",
"actors: Tom Arnold, Dean Stockwell, Ernest Borgnine",
"directors: Bryan Spicer"
] |
[
[
"movie_genres: Comedy, Family",
"movie_title: Larger Than Life",
"actors: Bill Murray, Matthew McConaughey, Jerry Adler",
"directors: Howard Franklin"
],
[
"movie_genres: Action, Adventure, Sci-Fi",
"movie_title: Waterworld",
"actors: Kevin Costner, Jeanne Tripplehorn, Dennis Hoppe... | [
"movie_genres: Action, Drama, Western",
"movie_title: Young Guns II",
"actors: Emilio Estevez, Kiefer Sutherland, Lou Diamond Phillips",
"directors: Geoff Murphy"
] | [
"movie_genres: Comedy, Romance",
"movie_title: Naked in New York",
"actors: Eric Stoltz, Mary-Louise Parker, Ralph Macchio",
"directors: Daniel Algrant"
] |
[
[
"movie_genres: Drama, Family, Fantasy",
"movie_title: Field of Dreams",
"actors: Kevin Costner, James Earl Jones, Ray Liotta",
"directors: Phil Alden Robinson"
],
[
"movie_genres: Documentary",
"movie_title: Fast, Cheap & Out of Control",
"actors: Dave Hoover, George Mendonça, Rodn... | [
"movie_genres: Drama",
"movie_title: Sex, Lies, and Videotape",
"actors: James Spader, Andie MacDowell, Peter Gallagher",
"directors: Steven Soderbergh"
] | [
"movie_genres: Action, Comedy",
"movie_title: McHale's Navy",
"actors: Tom Arnold, Dean Stockwell, Ernest Borgnine",
"directors: Bryan Spicer"
] |
[
[
"movie_genres: Drama, Fantasy, Mystery",
"movie_title: Powder",
"actors: Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen",
"directors: Victor Salva"
],
[
"movie_genres: Crime, Drama, Sport",
"movie_title: Above the Rim",
"actors: Duane Martin, Tupac Shakur, Leon",
"dire... | [
"movie_genres: Comedy, Drama",
"movie_title: Boys on the Side",
"actors: Whoopi Goldberg, Mary-Louise Parker, Drew Barrymore",
"directors: Herbert Ross"
] | [
"movie_genres: Comedy",
"movie_title: Mr. Wrong",
"actors: Ellen DeGeneres, Bill Pullman, Joan Cusack",
"directors: Nick Castle"
] |
[
[
"movie_genres: Documentary, Drama, Sport",
"movie_title: Hoop Dreams",
"actors: William Gates, Arthur Agee, Emma Gates",
"directors: Steve James"
],
[
"movie_genres: Action, Adventure, Comedy",
"movie_title: Men in Black",
"actors: Tommy Lee Jones, Will Smith, Linda Fiorentino",
... | [
"movie_genres: Adventure, Sci-Fi",
"movie_title: 2001: A Space Odyssey",
"actors: Keir Dullea, Gary Lockwood, William Sylvester",
"directors: Stanley Kubrick"
] | [
"movie_genres: Drama, Thriller",
"movie_title: Sliver",
"actors: Sharon Stone, William Baldwin, Tom Berenger",
"directors: Phillip Noyce"
] |
[
[
"movie_genres: Action, Comedy, Thriller",
"movie_title: True Lies",
"actors: Arnold Schwarzenegger, Jamie Lee Curtis, Tom Arnold",
"directors: James Cameron"
],
[
"movie_genres: Action, Drama, Thriller",
"movie_title: Crimson Tide",
"actors: Gene Hackman, Denzel Washington, Matt Cr... | [
"movie_genres: Adventure, Family, Sci-Fi",
"movie_title: E.T. the Extra-Terrestrial",
"actors: Henry Thomas, Drew Barrymore, Peter Coyote",
"directors: Steven Spielberg"
] | [
"movie_genres: Comedy",
"movie_title: Kids in the Hall: Brain Candy",
"actors: Dave Foley, Bruce McCulloch, Kevin McDonald",
"directors: Kelly Makin"
] |
[
[
"movie_genres: Comedy, Crime, Family",
"movie_title: That Darn Cat!",
"actors: Hayley Mills, Dean Jones, Dorothy Provine",
"directors: Robert Stevenson"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Sabrina",
"actors: Harrison Ford, Julia Ormond, Greg Kinnear",
"di... | [
"movie_genres: Comedy, Romance",
"movie_title: So I Married an Axe Murderer",
"actors: Mike Myers, Nancy Travis, Anthony LaPaglia",
"directors: Thomas Schlamme"
] | [
"movie_genres: Comedy, Crime, Thriller",
"movie_title: Fatal Instinct",
"actors: Armand Assante, Sherilyn Fenn, Kate Nelligan",
"directors: Carl Reiner"
] |
[
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: GoldenEye",
"actors: Pierce Brosnan, Sean Bean, Izabella Scorupco",
"directors: Martin Campbell"
],
[
"movie_genres: Action, Crime, Drama",
"movie_title: In the Line of Fire",
"actors: Clint Eastwood, John Malkovich, Rene R... | [
"movie_genres: Action, Comedy, Thriller",
"movie_title: True Lies",
"actors: Arnold Schwarzenegger, Jamie Lee Curtis, Tom Arnold",
"directors: James Cameron"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: Desperado",
"actors: Antonio Banderas, Salma Hayek, Joaquim de Almeida",
"directors: Robert Rodriguez"
],
[
"movie_genres: Drama",
"movie_title: What's Eating Gilbert Grape",
"actors: Johnny Depp, Leonardo DiCaprio, Juliette Lewis... | [
"movie_genres: Crime, Drama",
"movie_title: Once Were Warriors",
"actors: Rena Owen, Temuera Morrison, Mamaengaroa Kerr-Bell",
"directors: Lee Tamahori"
] | [
"movie_genres: Action, Adventure, Comedy",
"movie_title: Cutthroat Island",
"actors: Geena Davis, Matthew Modine, Frank Langella",
"directors: Renny Harlin"
] |
[
[
"movie_genres: Action, Adventure, Comedy",
"movie_title: Fled",
"actors: Laurence Fishburne, Stephen Baldwin, Will Patton",
"directors: Kevin Hooks"
],
[
"movie_genres: Crime, Drama, Mystery",
"movie_title: Mulholland Falls",
"actors: Nick Nolte, Melanie Griffith, Jennifer Connelly... | [
"movie_genres: Drama",
"movie_title: Marvin's Room",
"actors: Meryl Streep, Leonardo DiCaprio, Diane Keaton",
"directors: Jerry Zaks"
] | [
"movie_genres: Adventure, Comedy, Family",
"movie_title: Bean",
"actors: Rowan Atkinson, Peter MacNicol, John Mills",
"directors: Mel Smith"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: Ransom",
"actors: Mel Gibson, Gary Sinise, Rene Russo",
"directors: Ron Howard"
],
[
"movie_genres: Comedy, Sci-Fi",
"movie_title: Sleeper",
"actors: Woody Allen, Diane Keaton, John Beck",
"directors: Woody Allen"
],
[
... | [
"movie_genres: Biography, Drama, History",
"movie_title: Michael Collins",
"actors: Liam Neeson, Aidan Quinn, Julia Roberts",
"directors: Neil Jordan"
] | [
"movie_genres: Horror, Sci-Fi, Thriller",
"movie_title: Village of the Damned",
"actors: Christopher Reeve, Kirstie Alley, Linda Kozlowski",
"directors: John Carpenter"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Manhattan",
"actors: Woody Allen, Diane Keaton, Mariel Hemingway",
"directors: Woody Allen"
],
[
"movie_genres: Comedy, Music",
"movie_title: This Is Spinal Tap",
"actors: Rob Reiner, Michael McKean, Christopher Guest",
"dir... | [
"movie_genres: Crime, Drama",
"movie_title: Cool Hand Luke",
"actors: Paul Newman, George Kennedy, Strother Martin",
"directors: Stuart Rosenberg"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Son in Law",
"actors: Pauly Shore, Carla Gugino, Lane Smith",
"directors: Steve Rash"
] |
[
[
"movie_genres: Comedy",
"movie_title: Waiting for Guffman",
"actors: Christopher Guest, Fred Willard, Catherine O'Hara",
"directors: Christopher Guest"
],
[
"movie_genres: Biography, Crime, Drama",
"movie_title: Donnie Brasco",
"actors: Al Pacino, Johnny Depp, Michael Madsen",
... | [
"movie_genres: Drama",
"movie_title: Ulee's Gold",
"actors: Peter Fonda, Patricia Richardson, Christine Dunford",
"directors: Victor Nunez"
] | [
"movie_genres: Comedy, Romance",
"movie_title: Trial and Error",
"actors: Michael Richards, Jeff Daniels, Charlize Theron",
"directors: Jonathan Lynn"
] |
[
[
"movie_genres: Drama, Mystery, Thriller",
"movie_title: Rear Window",
"actors: James Stewart, Grace Kelly, Wendell Corey",
"directors: Alfred Hitchcock"
],
[
"movie_genres: Comedy",
"movie_title: Clerks",
"actors: Brian O'Halloran, Jeff Anderson, Marilyn Ghigliotti",
"directors... | [
"movie_genres: Crime, Thriller",
"movie_title: Bound",
"actors: Jennifer Tilly, Gina Gershon, Joe Pantoliano",
"directors: Lana Wachowski, Lilly Wachowski"
] | [
"movie_genres: Action, Thriller",
"movie_title: Shadow Conspiracy",
"actors: Charlie Sheen, Donald Sutherland, Linda Hamilton",
"directors: George P. Cosmatos"
] |
[
[
"movie_genres: Biography, Drama, Sport",
"movie_title: Rudy",
"actors: Sean Astin, Jon Favreau, Ned Beatty",
"directors: David Anspaugh"
],
[
"movie_genres: Drama, Film-Noir, Mystery",
"movie_title: Laura",
"actors: Gene Tierney, Dana Andrews, Clifton Webb",
"directors: Otto Pr... | [
"movie_genres: Adventure, Biography, Drama",
"movie_title: Lawrence of Arabia",
"actors: Peter O'Toole, Alec Guinness, Anthony Quinn",
"directors: David Lean"
] | [
"movie_genres: Adventure, Comedy",
"movie_title: Tommy Boy",
"actors: Chris Farley, David Spade, Brian Dennehy",
"directors: Peter Segal"
] |
[
[
"movie_genres: Drama, Romance",
"movie_title: Forrest Gump",
"actors: Tom Hanks, Robin Wright, Gary Sinise",
"directors: Robert Zemeckis"
],
[
"movie_genres: Biography, Drama, History",
"movie_title: Tombstone",
"actors: Kurt Russell, Val Kilmer, Sam Elliott",
"directors: Georg... | [
"movie_genres: Biography, Comedy, Documentary",
"movie_title: Crumb",
"actors: Robert Crumb, Aline Kominsky-Crumb, Charles Crumb",
"directors: Terry Zwigoff"
] | [
"movie_genres: Horror",
"movie_title: Amityville II: The Possession",
"actors: James Olson, Burt Young, Rutanya Alda",
"directors: Damiano Damiani"
] |
[
[
"movie_genres: Drama, Mystery, Romance",
"movie_title: Flesh and Bone",
"actors: Dennis Quaid, Meg Ryan, James Caan",
"directors: Steve Kloves"
],
[
"movie_genres: Drama, Romance",
"movie_title: Blue Sky",
"actors: Jessica Lange, Tommy Lee Jones, Powers Boothe",
"directors: Ton... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Sabrina",
"actors: Harrison Ford, Julia Ormond, Greg Kinnear",
"directors: Sydney Pollack"
] | [
"movie_genres: Horror, Sci-Fi, Thriller",
"movie_title: Event Horizon",
"actors: Laurence Fishburne, Sam Neill, Kathleen Quinlan",
"directors: Paul W.S. Anderson"
] |
[
[
"movie_genres: Crime, Drama, Romance",
"movie_title: True Romance",
"actors: Christian Slater, Patricia Arquette, Dennis Hopper",
"directors: Tony Scott"
],
[
"movie_genres: Drama, Romance, War",
"movie_title: Casablanca",
"actors: Humphrey Bogart, Ingrid Bergman, Paul Henreid",
... | [
"movie_genres: Crime, Thriller",
"movie_title: Reservoir Dogs",
"actors: Harvey Keitel, Tim Roth, Michael Madsen",
"directors: Quentin Tarantino"
] | [
"movie_genres: Comedy, Family, Fantasy",
"movie_title: Kazaam",
"actors: Shaquille O'Neal, Francis Capra, Ally Walker",
"directors: Paul Michael Glaser"
] |
[
[
"movie_genres: Comedy",
"movie_title: Waiting for Guffman",
"actors: Christopher Guest, Fred Willard, Catherine O'Hara",
"directors: Christopher Guest"
],
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: Broken Arrow",
"actors: John Travolta, Christian Slater, Samantha ... | [
"movie_genres: Adventure, Drama, History",
"movie_title: Get on the Bus",
"actors: Ossie Davis, Charles S. Dutton, Andre Braugher",
"directors: Spike Lee"
] | [
"movie_genres: Action, Crime, Drama",
"movie_title: Murder at 1600",
"actors: Wesley Snipes, Diane Lane, Daniel Benzali",
"directors: Dwight H. Little"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Corrina, Corrina",
"actors: Ray Liotta, Whoopi Goldberg, Tina Majorino",
"directors: Jessie Nelson"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Sirens",
"actors: Hugh Grant, Tara Fitzgerald, Sam Neill",
"direc... | [
"movie_genres: Action, Adventure",
"movie_title: Batman Forever",
"actors: Val Kilmer, Tommy Lee Jones, Jim Carrey",
"directors: Joel Schumacher"
] | [
"movie_genres: Action, Adventure, Drama",
"movie_title: First Knight",
"actors: Sean Connery, Richard Gere, Julia Ormond",
"directors: Jerry Zucker"
] |
[
[
"movie_genres: Comedy, War",
"movie_title: Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb",
"actors: Peter Sellers, George C. Scott, Sterling Hayden",
"directors: Stanley Kubrick"
],
[
"movie_genres: Biography, Drama",
"movie_title: My Left Foot",
"actors: Dan... | [
"movie_genres: Adventure, Biography, Drama",
"movie_title: Rob Roy",
"actors: Liam Neeson, Jessica Lange, John Hurt",
"directors: Michael Caton-Jones"
] | [
"movie_genres: Comedy",
"movie_title: Bio-Dome",
"actors: Pauly Shore, Stephen Baldwin, William Atherton",
"directors: Jason Bloom"
] |
[
[
"movie_genres: Adventure, Biography, Drama",
"movie_title: Seven Years in Tibet",
"actors: Brad Pitt, David Thewlis, BD Wong",
"directors: Jean-Jacques Annaud"
],
[
"movie_genres: Animation, Comedy, Family",
"movie_title: Cats Don't Dance",
"actors: Scott Bakula, Jasmine Guy, Natal... | [
"movie_genres: Biography, Drama, History",
"movie_title: Evita",
"actors: Madonna, Jonathan Pryce, Antonio Banderas",
"directors: Alan Parker"
] | [
"movie_genres: Drama",
"movie_title: Trainspotting",
"actors: Ewan McGregor, Ewen Bremner, Jonny Lee Miller",
"directors: Danny Boyle"
] |
[
[
"movie_genres: Action, Adventure, Sci-Fi",
"movie_title: Jurassic Park",
"actors: Sam Neill, Laura Dern, Jeff Goldblum",
"directors: Steven Spielberg"
],
[
"movie_genres: Comedy, Drama, Family",
"movie_title: Babe",
"actors: James Cromwell, Magda Szubanski, Christine Cavanaugh",
... | [
"movie_genres: Action, Thriller",
"movie_title: Die Hard",
"actors: Bruce Willis, Alan Rickman, Bonnie Bedelia",
"directors: John McTiernan"
] | [
"movie_genres: Comedy, Drama",
"movie_title: Stuart Saves His Family",
"actors: Al Franken, Laura San Giacomo, Vincent D'Onofrio",
"directors: Harold Ramis"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Much Ado About Nothing",
"actors: Kenneth Branagh, Emma Thompson, Keanu Reeves",
"directors: Kenneth Branagh"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Four Weddings and a Funeral",
"actors: Hugh Grant, Andie Ma... | [
"movie_genres: Comedy, Drama, History",
"movie_title: Cyrano de Bergerac",
"actors: Gérard Depardieu, Anne Brochet, Vincent Perez",
"directors: Jean-Paul Rappeneau"
] | [
"movie_genres: Action, Crime, Drama",
"movie_title: Best of the Best 3: No Turning Back",
"actors: Phillip Rhee, Christopher McDonald, Gina Gershon",
"directors: Phillip Rhee"
] |
[
[
"movie_genres: Crime, Drama",
"movie_title: Pulp Fiction",
"actors: John Travolta, Uma Thurman, Samuel L. Jackson",
"directors: Quentin Tarantino"
],
[
"movie_genres: Action, Thriller",
"movie_title: Die Hard",
"actors: Bruce Willis, Alan Rickman, Bonnie Bedelia",
"directors: J... | [
"movie_genres: Biography, Drama, History",
"movie_title: Restoration",
"actors: Robert Downey Jr., Sam Neill, David Thewlis",
"directors: Michael Hoffman"
] | [
"movie_genres: Crime, Drama, Thriller",
"movie_title: Keys to Tulsa",
"actors: Eric Stoltz, James Spader, Deborah Kara Unger",
"directors: Leslie Greif"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: Clear and Present Danger",
"actors: Harrison Ford, Willem Dafoe, Anne Archer",
"directors: Phillip Noyce"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Local Hero",
"actors: Burt Lancaster, Peter Riegert, Fulton Mackay",
"... | [
"movie_genres: Adventure, Comedy, Fantasy",
"movie_title: Monty Python and the Holy Grail",
"actors: Graham Chapman, John Cleese, Eric Idle",
"directors: Terry Gilliam, Terry Jones"
] | [
"movie_genres: Adventure, Drama",
"movie_title: White Squall",
"actors: Jeff Bridges, Caroline Goodall, John Savage",
"directors: Ridley Scott"
] |
[
[
"movie_genres: Comedy, Family, Fantasy",
"movie_title: Mary Poppins",
"actors: Julie Andrews, Dick Van Dyke, David Tomlinson",
"directors: Robert Stevenson"
],
[
"movie_genres: Drama, Family, Fantasy",
"movie_title: It's a Wonderful Life",
"actors: James Stewart, Donna Reed, Lionel... | [
"movie_genres: Crime, Drama",
"movie_title: Dead Man Walking",
"actors: Susan Sarandon, Sean Penn, Robert Prosky",
"directors: Tim Robbins"
] | [
"movie_genres: Horror, Sci-Fi, Thriller",
"movie_title: Body Parts",
"actors: Jeff Fahey, Lindsay Duncan, Kim Delaney",
"directors: Eric Red"
] |
[
[
"movie_genres: Action, Crime, Drama",
"movie_title: Ransom",
"actors: Mel Gibson, Gary Sinise, Rene Russo",
"directors: Ron Howard"
],
[
"movie_genres: Drama, Romance, War",
"movie_title: Mother Night",
"actors: Nick Nolte, Sheryl Lee, Tony Robinow",
"directors: Keith Gordon"
... | [
"movie_genres: Action, Adventure, Drama",
"movie_title: Star Trek: First Contact",
"actors: Patrick Stewart, Jonathan Frakes, Brent Spiner",
"directors: Jonathan Frakes"
] | [
"movie_genres: Comedy, Family, Fantasy",
"movie_title: Kazaam",
"actors: Shaquille O'Neal, Francis Capra, Ally Walker",
"directors: Paul Michael Glaser"
] |
[
[
"movie_genres: Horror, Mystery",
"movie_title: Carrie",
"actors: Sissy Spacek, Piper Laurie, Amy Irving",
"directors: Brian De Palma"
],
[
"movie_genres: Drama, Romance, War",
"movie_title: Gone with the Wind",
"actors: Clark Gable, Vivien Leigh, Thomas Mitchell",
"directors: V... | [
"movie_genres: Comedy, Crime",
"movie_title: Raising Arizona",
"actors: Nicolas Cage, Holly Hunter, Trey Wilson",
"directors: Joel Coen, Ethan Coen"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Sirens",
"actors: Hugh Grant, Tara Fitzgerald, Sam Neill",
"directors: John Duigan"
] |
[
[
"movie_genres: Comedy, Family, Romance",
"movie_title: Father of the Bride Part II",
"actors: Steve Martin, Diane Keaton, Martin Short",
"directors: Charles Shyer"
],
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: Twister",
"actors: Helen Hunt, Bill Paxton, Jami Gertz... | [
"movie_genres: Comedy, Romance",
"movie_title: Grumpier Old Men",
"actors: Walter Matthau, Jack Lemmon, Ann-Margret",
"directors: Howard Deutch"
] | [
"movie_genres: Comedy, Sport",
"movie_title: Eddie",
"actors: Whoopi Goldberg, Frank Langella, Dennis Farina",
"directors: Steve Rash"
] |
[
[
"movie_genres: Biography, Drama, War",
"movie_title: Braveheart",
"actors: Mel Gibson, Sophie Marceau, Patrick McGoohan",
"directors: Mel Gibson"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Manhattan",
"actors: Woody Allen, Diane Keaton, Mariel Hemingway",
"direc... | [
"movie_genres: Action, Thriller",
"movie_title: Die Hard",
"actors: Bruce Willis, Alan Rickman, Bonnie Bedelia",
"directors: John McTiernan"
] | [
"movie_genres: Action, Adventure, Fantasy",
"movie_title: Highlander",
"actors: Christopher Lambert, Sean Connery, Clancy Brown",
"directors: Russell Mulcahy"
] |
[
[
"movie_genres: Biography, Comedy, Drama",
"movie_title: Ed Wood",
"actors: Johnny Depp, Martin Landau, Sarah Jessica Parker",
"directors: Tim Burton"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Bob Roberts",
"actors: Tim Robbins, Giancarlo Esposito, Alan Rickman",
"direct... | [
"movie_genres: Comedy, Crime",
"movie_title: Bullets Over Broadway",
"actors: John Cusack, Dianne Wiest, Jennifer Tilly",
"directors: Woody Allen"
] | [
"movie_genres: Action, Sci-Fi",
"movie_title: Batman & Robin",
"actors: Arnold Schwarzenegger, George Clooney, Chris O'Donnell",
"directors: Joel Schumacher"
] |
[
[
"movie_genres: Biography, Drama, History",
"movie_title: Glory",
"actors: Matthew Broderick, Denzel Washington, Cary Elwes",
"directors: Edward Zwick"
],
[
"movie_genres: Adventure, Drama, Horror",
"movie_title: Jaws",
"actors: Roy Scheider, Robert Shaw, Richard Dreyfuss",
"dir... | [
"movie_genres: Comedy, Drama, Family",
"movie_title: Babe",
"actors: James Cromwell, Magda Szubanski, Christine Cavanaugh",
"directors: Chris Noonan"
] | [
"movie_genres: Comedy",
"movie_title: Down Periscope",
"actors: Kelsey Grammer, Lauren Holly, Rob Schneider",
"directors: David S. Ward"
] |
[
[
"movie_genres: Adventure, Animation, Comedy",
"movie_title: Toy Story",
"actors: Tom Hanks, Tim Allen, Don Rickles",
"directors: John Lasseter"
],
[
"movie_genres: Adventure, Comedy, Family",
"movie_title: Bean",
"actors: Rowan Atkinson, Peter MacNicol, John Mills",
"directors:... | [
"movie_genres: Action, Drama, Sci-Fi",
"movie_title: Blade Runner",
"actors: Harrison Ford, Rutger Hauer, Sean Young",
"directors: Ridley Scott"
] | [
"movie_genres: Comedy, Crime, Drama",
"movie_title: Radioland Murders",
"actors: Brian Benben, Mary Stuart Masterson, Ned Beatty",
"directors: Mel Smith"
] |
[
[
"movie_genres: Drama, Mystery",
"movie_title: Citizen Kane",
"actors: Orson Welles, Joseph Cotten, Dorothy Comingore",
"directors: Orson Welles"
],
[
"movie_genres: Drama",
"movie_title: Hamlet",
"actors: Kenneth Branagh, Julie Christie, Derek Jacobi",
"directors: Kenneth Brana... | [
"movie_genres: Drama",
"movie_title: Fried Green Tomatoes",
"actors: Kathy Bates, Jessica Tandy, Mary Stuart Masterson",
"directors: Jon Avnet"
] | [
"movie_genres: Drama, Romance",
"movie_title: Leaving Las Vegas",
"actors: Nicolas Cage, Elisabeth Shue, Julian Sands",
"directors: Mike Figgis"
] |
[
[
"movie_genres: Biography, Drama, History",
"movie_title: Quiz Show",
"actors: Ralph Fiennes, John Turturro, Rob Morrow",
"directors: Robert Redford"
],
[
"movie_genres: Adventure, Animation, Comedy",
"movie_title: Aladdin",
"actors: Scott Weinger, Robin Williams, Linda Larkin",
... | [
"movie_genres: Biography, Drama, Sport",
"movie_title: Searching for Bobby Fischer",
"actors: Joe Mantegna, Ben Kingsley, Max Pomeranc",
"directors: Steven Zaillian"
] | [
"movie_genres: Comedy",
"movie_title: Mr. Wrong",
"actors: Ellen DeGeneres, Bill Pullman, Joan Cusack",
"directors: Nick Castle"
] |
[
[
"movie_genres: Drama",
"movie_title: On Golden Pond",
"actors: Katharine Hepburn, Henry Fonda, Jane Fonda",
"directors: Mark Rydell"
],
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: While You Were Sleeping",
"actors: Sandra Bullock, Bill Pullman, Peter Gallagher",
"di... | [
"movie_genres: Comedy, Drama",
"movie_title: Boys on the Side",
"actors: Whoopi Goldberg, Mary-Louise Parker, Drew Barrymore",
"directors: Herbert Ross"
] | [
"movie_genres: Biography, Crime, Drama",
"movie_title: Donnie Brasco",
"actors: Al Pacino, Johnny Depp, Michael Madsen",
"directors: Mike Newell"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: While You Were Sleeping",
"actors: Sandra Bullock, Bill Pullman, Peter Gallagher",
"directors: Jon Turteltaub"
],
[
"movie_genres: Comedy, Drama, Fantasy",
"movie_title: Groundhog Day",
"actors: Bill Murray, Andie MacDowell, Chr... | [
"movie_genres: Documentary",
"movie_title: Unzipped",
"actors: Isaac Mizrahi, Roseanne Barr, Sandra Bernhard",
"directors: Douglas Keeve"
] | [
"movie_genres: Drama, Family, Fantasy",
"movie_title: FairyTale: A True Story",
"actors: Paul McGann, Florence Hoath, Elizabeth Earl",
"directors: Charles Sturridge"
] |
[
[
"movie_genres: Crime, Drama",
"movie_title: Taxi Driver",
"actors: Robert De Niro, Jodie Foster, Cybill Shepherd",
"directors: Martin Scorsese"
],
[
"movie_genres: Action, Adventure, Sci-Fi",
"movie_title: Jurassic Park",
"actors: Sam Neill, Laura Dern, Jeff Goldblum",
"directo... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Harold and Maude",
"actors: Ruth Gordon, Bud Cort, Vivian Pickles",
"directors: Hal Ashby"
] | [
"movie_genres: Drama, Romance, War",
"movie_title: Gone with the Wind",
"actors: Clark Gable, Vivien Leigh, Thomas Mitchell",
"directors: Victor Fleming, George Cukor, Sam Wood"
] |
[
[
"movie_genres: Crime, Drama",
"movie_title: Dead Man Walking",
"actors: Susan Sarandon, Sean Penn, Robert Prosky",
"directors: Tim Robbins"
],
[
"movie_genres: Crime, Drama, Film-Noir",
"movie_title: Murder, My Sweet",
"actors: Dick Powell, Claire Trevor, Anne Shirley",
"direct... | [
"movie_genres: Crime, Drama",
"movie_title: To Kill a Mockingbird",
"actors: Gregory Peck, John Megna, Frank Overton",
"directors: Robert Mulligan"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Barcelona",
"actors: Taylor Nichols, Chris Eigeman, Tushka Bergen",
"directors: Whit Stillman"
] |
[
[
"movie_genres: Comedy, Drama, Fantasy",
"movie_title: Mystery Science Theater 3000: The Movie",
"actors: Trace Beaulieu, Michael J. Nelson, Jim Mallon",
"directors: Jim Mallon"
],
[
"movie_genres: Drama, Romance",
"movie_title: Moll Flanders",
"actors: Robin Wright, Morgan Freeman,... | [
"movie_genres: Comedy",
"movie_title: Fierce Creatures",
"actors: John Cleese, Jamie Lee Curtis, Kevin Kline",
"directors: Robert Young, Fred Schepisi"
] | [
"movie_genres: Action, Adventure, Drama",
"movie_title: First Knight",
"actors: Sean Connery, Richard Gere, Julia Ormond",
"directors: Jerry Zucker"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Four Weddings and a Funeral",
"actors: Hugh Grant, Andie MacDowell, James Fleet",
"directors: Mike Newell"
],
[
"movie_genres: Adventure, Sci-Fi",
"movie_title: Forbidden Planet",
"actors: Walter Pidgeon, Anne Francis, Leslie Ni... | [
"movie_genres: Biography, Drama, Sport",
"movie_title: Searching for Bobby Fischer",
"actors: Joe Mantegna, Ben Kingsley, Max Pomeranc",
"directors: Steven Zaillian"
] | [
"movie_genres: Action, Adventure, Sci-Fi",
"movie_title: Lost in Space",
"actors: Gary Oldman, William Hurt, Matt LeBlanc",
"directors: Stephen Hopkins"
] |
[
[
"movie_genres: Action, Drama, Sci-Fi",
"movie_title: Blade Runner",
"actors: Harrison Ford, Rutger Hauer, Sean Young",
"directors: Ridley Scott"
],
[
"movie_genres: Comedy, Romance",
"movie_title: Annie Hall",
"actors: Woody Allen, Diane Keaton, Tony Roberts",
"directors: Woody... | [
"movie_genres: Action, Biography, Crime",
"movie_title: Bonnie and Clyde",
"actors: Warren Beatty, Faye Dunaway, Michael J. Pollard",
"directors: Arthur Penn"
] | [
"movie_genres: Comedy, Drama, Fantasy",
"movie_title: Sudden Manhattan",
"actors: Adrienne Shelly, Tim Guinee, Roger Rees",
"directors: Adrienne Shelly"
] |
[
[
"movie_genres: Crime, Drama, Thriller",
"movie_title: Fargo",
"actors: William H. Macy, Frances McDormand, Steve Buscemi",
"directors: Joel Coen, Ethan Coen"
],
[
"movie_genres: Biography, Drama, War",
"movie_title: Braveheart",
"actors: Mel Gibson, Sophie Marceau, Patrick McGoohan... | [
"movie_genres: Drama",
"movie_title: Breaking the Waves",
"actors: Emily Watson, Stellan Skarsgård, Katrin Cartlidge",
"directors: Lars von Trier"
] | [
"movie_genres: Adventure, Animation, Comedy",
"movie_title: Toy Story",
"actors: Tom Hanks, Tim Allen, Don Rickles",
"directors: John Lasseter"
] |
[
[
"movie_genres: Biography, Drama, Music",
"movie_title: Amadeus",
"actors: F. Murray Abraham, Tom Hulce, Elizabeth Berridge",
"directors: Milos Forman"
],
[
"movie_genres: Comedy, Crime, Drama",
"movie_title: Striptease",
"actors: Demi Moore, Burt Reynolds, Armand Assante",
"dir... | [
"movie_genres: Adventure, Sci-Fi",
"movie_title: 2001: A Space Odyssey",
"actors: Keir Dullea, Gary Lockwood, William Sylvester",
"directors: Stanley Kubrick"
] | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Sirens",
"actors: Hugh Grant, Tara Fitzgerald, Sam Neill",
"directors: John Duigan"
] |
[
[
"movie_genres: Drama, Romance",
"movie_title: Sense and Sensibility",
"actors: Emma Thompson, Kate Winslet, James Fleet",
"directors: Ang Lee"
],
[
"movie_genres: Drama",
"movie_title: One Flew Over the Cuckoo's Nest",
"actors: Jack Nicholson, Louise Fletcher, Michael Berryman",
... | [
"movie_genres: Adventure, Family, Sci-Fi",
"movie_title: E.T. the Extra-Terrestrial",
"actors: Henry Thomas, Drew Barrymore, Peter Coyote",
"directors: Steven Spielberg"
] | [
"movie_genres: Drama, Thriller",
"movie_title: White Man's Burden",
"actors: John Travolta, Harry Belafonte, Kelly Lynch",
"directors: Desmond Nakano"
] |
[
[
"movie_genres: Action, Adventure, Comedy",
"movie_title: Beat the Devil",
"actors: Humphrey Bogart, Jennifer Jones, Gina Lollobrigida",
"directors: John Huston"
],
[
"movie_genres: Crime, Drama, Mystery",
"movie_title: Primal Fear",
"actors: Richard Gere, Laura Linney, Edward Norto... | [
"movie_genres: Comedy, Drama, Romance",
"movie_title: Father of the Bride",
"actors: Spencer Tracy, Joan Bennett, Elizabeth Taylor",
"directors: Vincente Minnelli"
] | [
"movie_genres: Crime, Drama, Music",
"movie_title: Kansas City",
"actors: Jennifer Jason Leigh, Miranda Richardson, Harry Belafonte",
"directors: Robert Altman"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: Three Colors: White",
"actors: Zbigniew Zamachowski, Julie Delpy, Janusz Gajos",
"directors: Krzysztof Kieslowski"
],
[
"movie_genres: Comedy, Musical",
"movie_title: Duck Soup",
"actors: Groucho Marx, Harpo Marx, Chico Marx",
... | [
"movie_genres: Crime, Drama, Horror",
"movie_title: Tales from the Hood",
"actors: Clarence Williams III, Corbin Bernsen, Joe Torry",
"directors: Rusty Cundieff"
] | [
"movie_genres: Animation, Comedy, Family",
"movie_title: Winnie the Pooh and the Blustery Day",
"actors: Sebastian Cabot, Sterling Holloway, John Fiedler",
"directors: Wolfgang Reitherman, Ben Sharpsteen"
] |
[
[
"movie_genres: Crime, Drama",
"movie_title: Cool Hand Luke",
"actors: Paul Newman, George Kennedy, Strother Martin",
"directors: Stuart Rosenberg"
],
[
"movie_genres: Biography, Drama, Music",
"movie_title: Amadeus",
"actors: F. Murray Abraham, Tom Hulce, Elizabeth Berridge",
"... | [
"movie_genres: Biography, Drama, History",
"movie_title: Quiz Show",
"actors: Ralph Fiennes, John Turturro, Rob Morrow",
"directors: Robert Redford"
] | [
"movie_genres: Action, Adventure, Comedy",
"movie_title: Cutthroat Island",
"actors: Geena Davis, Matthew Modine, Frank Langella",
"directors: Renny Harlin"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: French Kiss",
"actors: Meg Ryan, Kevin Kline, Timothy Hutton",
"directors: Lawrence Kasdan"
],
[
"movie_genres: Action, Adventure, Thriller",
"movie_title: Speed",
"actors: Keanu Reeves, Dennis Hopper, Sandra Bullock",
"dire... | [
"movie_genres: Action, Adventure, Fantasy",
"movie_title: Highlander",
"actors: Christopher Lambert, Sean Connery, Clancy Brown",
"directors: Russell Mulcahy"
] | [
"movie_genres: Adventure, Comedy, Family",
"movie_title: Jingle All the Way",
"actors: Arnold Schwarzenegger, Sinbad, Phil Hartman",
"directors: Brian Levant"
] |
[
[
"movie_genres: Crime, Drama, Thriller",
"movie_title: Sleepers",
"actors: Robert De Niro, Kevin Bacon, Brad Pitt",
"directors: Barry Levinson"
],
[
"movie_genres: Biography, Drama, History",
"movie_title: Henry V",
"actors: Kenneth Branagh, Derek Jacobi, Simon Shepherd",
"direc... | [
"movie_genres: Biography, Drama, History",
"movie_title: Tombstone",
"actors: Kurt Russell, Val Kilmer, Sam Elliott",
"directors: George P. Cosmatos"
] | [
"movie_genres: Comedy",
"movie_title: Fierce Creatures",
"actors: John Cleese, Jamie Lee Curtis, Kevin Kline",
"directors: Robert Young, Fred Schepisi"
] |
[
[
"movie_genres: Action, Adventure",
"movie_title: Indiana Jones and the Last Crusade",
"actors: Harrison Ford, Sean Connery, Alison Doody",
"directors: Steven Spielberg"
],
[
"movie_genres: Action, Drama, Sci-Fi",
"movie_title: Blade Runner",
"actors: Harrison Ford, Rutger Hauer, Se... | [
"movie_genres: Drama, Fantasy, Romance",
"movie_title: Somewhere in Time",
"actors: Christopher Reeve, Jane Seymour, Christopher Plummer",
"directors: Jeannot Szwarc"
] | [
"movie_genres: Comedy, Crime",
"movie_title: Raising Arizona",
"actors: Nicolas Cage, Holly Hunter, Trey Wilson",
"directors: Joel Coen, Ethan Coen"
] |
[
[
"movie_genres: Comedy",
"movie_title: Clerks",
"actors: Brian O'Halloran, Jeff Anderson, Marilyn Ghigliotti",
"directors: Kevin Smith"
],
[
"movie_genres: Adventure, Drama, Horror",
"movie_title: Jaws",
"actors: Roy Scheider, Robert Shaw, Richard Dreyfuss",
"directors: Steven S... | [
"movie_genres: Crime, Drama, Romance",
"movie_title: True Romance",
"actors: Christian Slater, Patricia Arquette, Dennis Hopper",
"directors: Tony Scott"
] | [
"movie_genres: Action, Adventure, Fantasy",
"movie_title: Kull the Conqueror",
"actors: Kevin Sorbo, Tia Carrere, Thomas Ian Griffith",
"directors: John Nicolella"
] |
[
[
"movie_genres: Crime, Drama",
"movie_title: Taxi Driver",
"actors: Robert De Niro, Jodie Foster, Cybill Shepherd",
"directors: Martin Scorsese"
],
[
"movie_genres: Adventure, Comedy, Drama",
"movie_title: Dead Man",
"actors: Johnny Depp, Gary Farmer, Crispin Glover",
"directors... | [
"movie_genres: Drama",
"movie_title: Paris, Texas",
"actors: Harry Dean Stanton, Nastassja Kinski, Dean Stockwell",
"directors: Wim Wenders"
] | [
"movie_genres: Adventure, Animation, Drama",
"movie_title: Anastasia",
"actors: Meg Ryan, John Cusack, Christopher Lloyd",
"directors: Don Bluth, Gary Goldman"
] |
[
[
"movie_genres: Comedy, Drama, Romance",
"movie_title: When Harry Met Sally...",
"actors: Billy Crystal, Meg Ryan, Carrie Fisher",
"directors: Rob Reiner"
],
[
"movie_genres: Comedy",
"movie_title: Clerks",
"actors: Brian O'Halloran, Jeff Anderson, Marilyn Ghigliotti",
"director... | [
"movie_genres: Documentary, Music",
"movie_title: Rhyme & Reason",
"actors: B-Real, Kurtis Blow, Da Brat",
"directors: Peter Spirer"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Comedy, Drama, War",
"movie_title: M*A*S*H",
"actors: Donald Sutherland, Elliott Gould, Tom Skerritt",
"directors: Robert Altman"
],
[
"movie_genres: Action, Adventure",
"movie_title: Indiana Jones and the Last Crusade",
"actors: Harrison Ford, Sean Connery, Alison D... | [
"movie_genres: Comedy",
"movie_title: Young Frankenstein",
"actors: Gene Wilder, Madeline Kahn, Marty Feldman",
"directors: Mel Brooks"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Drama, Romance",
"movie_title: Some Kind of Wonderful",
"actors: Eric Stoltz, Mary Stuart Masterson, Lea Thompson",
"directors: Howard Deutch"
],
[
"movie_genres: Comedy, Romance, Sci-Fi",
"movie_title: Real Genius",
"actors: Val Kilmer, Stacy Peralta, Daniel Ades",
... | [
"movie_genres: Drama, Fantasy, Mystery",
"movie_title: Powder",
"actors: Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen",
"directors: Victor Salva"
] | [
"movie_genres: Adventure, Drama, Family",
"movie_title: Free Willy",
"actors: Jason James Richter, Lori Petty, Michael Madsen",
"directors: Simon Wincer"
] |
[
[
"movie_genres: Crime, Thriller",
"movie_title: Cape Fear",
"actors: Robert De Niro, Nick Nolte, Jessica Lange",
"directors: Martin Scorsese"
],
[
"movie_genres: Crime, Drama, Mystery",
"movie_title: Mulholland Falls",
"actors: Nick Nolte, Melanie Griffith, Jennifer Connelly",
"... | [
"movie_genres: Comedy, Sci-Fi",
"movie_title: Mars Attacks!",
"actors: Jack Nicholson, Pierce Brosnan, Sarah Jessica Parker",
"directors: Tim Burton"
] | [
"movie_genres: Crime, Romance",
"movie_title: Natural Born Killers",
"actors: Woody Harrelson, Juliette Lewis, O-Lan Jones",
"directors: Oliver Stone"
] |
[
[
"movie_genres: Comedy, Family, Fantasy",
"movie_title: Matilda",
"actors: Danny DeVito, Rhea Perlman, Mara Wilson",
"directors: Danny DeVito"
],
[
"movie_genres: Comedy, Drama",
"movie_title: Swingers",
"actors: Vince Vaughn, Heather Graham, Jon Favreau",
"directors: Doug Liman... | [
"movie_genres: Action, Comedy, Crime",
"movie_title: Rumble in the Bronx",
"actors: Jackie Chan, Anita Mui, Françoise Yip",
"directors: Stanley Tong"
] | [
"movie_genres: Comedy",
"movie_title: Kids in the Hall: Brain Candy",
"actors: Dave Foley, Bruce McCulloch, Kevin McDonald",
"directors: Kelly Makin"
] |
[
[
"movie_genres: Comedy, Drama",
"movie_title: Night on Earth",
"actors: Winona Ryder, Gena Rowlands, Lisanne Falk",
"directors: Jim Jarmusch"
],
[
"movie_genres: Comedy, Drama, Family",
"movie_title: Babe",
"actors: James Cromwell, Magda Szubanski, Christine Cavanaugh",
"directo... | [
"movie_genres: Biography, Drama, Romance",
"movie_title: Shadowlands",
"actors: Anthony Hopkins, Debra Winger, Julian Fellowes",
"directors: Richard Attenborough"
] | [
"movie_genres: Adventure, Drama, Family",
"movie_title: Free Willy",
"actors: Jason James Richter, Lori Petty, Michael Madsen",
"directors: Simon Wincer"
] |
[
[
"movie_genres: Comedy, Drama",
"movie_title: Short Cuts",
"actors: Andie MacDowell, Julianne Moore, Tim Robbins",
"directors: Robert Altman"
],
[
"movie_genres: Crime, Drama",
"movie_title: To Kill a Mockingbird",
"actors: Gregory Peck, John Megna, Frank Overton",
"directors: R... | [
"movie_genres: Action, Biography, Crime",
"movie_title: Bonnie and Clyde",
"actors: Warren Beatty, Faye Dunaway, Michael J. Pollard",
"directors: Arthur Penn"
] | [
"movie_genres: Horror, Mystery",
"movie_title: Carrie",
"actors: Sissy Spacek, Piper Laurie, Amy Irving",
"directors: Brian De Palma"
] |
[
[
"movie_genres: Biography, Drama, History",
"movie_title: Schindler's List",
"actors: Liam Neeson, Ralph Fiennes, Ben Kingsley",
"directors: Steven Spielberg"
],
[
"movie_genres: Adventure, Family, Sci-Fi",
"movie_title: E.T. the Extra-Terrestrial",
"actors: Henry Thomas, Drew Barry... | [
"movie_genres: Adventure, Drama, Western",
"movie_title: Dances with Wolves",
"actors: Kevin Costner, Mary McDonnell, Graham Greene",
"directors: Kevin Costner"
] | [
"movie_genres: Horror, Sci-Fi, Thriller",
"movie_title: Event Horizon",
"actors: Laurence Fishburne, Sam Neill, Kathleen Quinlan",
"directors: Paul W.S. Anderson"
] |
[
[
"movie_genres: Comedy, Crime",
"movie_title: Swimming with Sharks",
"actors: Kevin Spacey, Frank Whaley, Michelle Forbes",
"directors: George Huang"
],
[
"movie_genres: Biography, Drama, History",
"movie_title: Schindler's List",
"actors: Liam Neeson, Ralph Fiennes, Ben Kingsley",
... | [
"movie_genres: Action, Adventure",
"movie_title: Batman Forever",
"actors: Val Kilmer, Tommy Lee Jones, Jim Carrey",
"directors: Joel Schumacher"
] | [
"movie_genres: Drama, Mystery, Sci-Fi",
"movie_title: Contact",
"actors: Jodie Foster, Matthew McConaughey, Tom Skerritt",
"directors: Robert Zemeckis"
] |
[
[
"movie_genres: Horror, Mystery",
"movie_title: Carrie",
"actors: Sissy Spacek, Piper Laurie, Amy Irving",
"directors: Brian De Palma"
],
[
"movie_genres: Horror, Mystery, Thriller",
"movie_title: Psycho",
"actors: Anthony Perkins, Janet Leigh, Vera Miles",
"directors: Alfred Hi... | [
"movie_genres: Horror, Mystery, Thriller",
"movie_title: Burnt Offerings",
"actors: Karen Black, Oliver Reed, Burgess Meredith",
"directors: Dan Curtis"
] | [
"movie_genres: Adventure, Horror, Thriller",
"movie_title: Jaws 3-D",
"actors: Dennis Quaid, Bess Armstrong, Simon MacCorkindale",
"directors: Joe Alves"
] |
[
[
"movie_genres: Drama, Mystery",
"movie_title: Citizen Kane",
"actors: Orson Welles, Joseph Cotten, Dorothy Comingore",
"directors: Orson Welles"
],
[
"movie_genres: Crime, Drama",
"movie_title: Cool Hand Luke",
"actors: Paul Newman, George Kennedy, Strother Martin",
"directors:... | [
"movie_genres: Biography, Drama, War",
"movie_title: Patton",
"actors: George C. Scott, Karl Malden, Stephen Young",
"directors: Franklin J. Schaffner"
] | [
"movie_genres: Adventure, Drama",
"movie_title: White Squall",
"actors: Jeff Bridges, Caroline Goodall, John Savage",
"directors: Ridley Scott"
] |
[
[
"movie_genres: Comedy",
"movie_title: Dear God",
"actors: Greg Kinnear, Laurie Metcalf, Maria Pitillo",
"directors: Garry Marshall"
],
[
"movie_genres: Action, Comedy",
"movie_title: Hot Shots! Part Deux",
"actors: Charlie Sheen, Lloyd Bridges, Valeria Golino",
"directors: Jim ... | [
"movie_genres: Comedy, Fantasy, Horror",
"movie_title: Vampire in Brooklyn",
"actors: Eddie Murphy, Angela Bassett, Allen Payne",
"directors: Wes Craven"
] | [
"movie_genres: Comedy, Family",
"movie_title: Richie Rich",
"actors: Macaulay Culkin, Edward Herrmann, John Larroquette",
"directors: Donald Petrie"
] |
End of preview.
No dataset card yet
- Downloads last month
- 2