Dataset Viewer
input
stringlengths 9
546k
| output
listlengths 1
1
| metadata
stringclasses 1
value |
---|---|---|
"Chad\n\n\n\n WILD THINGS: DIAMONDS IN THE ROUGH\n\n\n (...TRUNCATED) |
[
"Villain/Antagonist"
] | |
"Elena\n\n\n\n WILD THINGS: DIAMONDS IN THE ROUGH\n\n\n (...TRUNCATED) |
[
"Hero"
] | |
"Jay\n\n\n\n WILD THINGS: DIAMONDS IN THE ROUGH\n\n\n (...TRUNCATED) |
[
"Villain/Antagonist"
] | |
"Kristen\n\n\n\n WILD THINGS: DIAMONDS IN THE ROUGH\n\n\n (...TRUNCATED) |
[
"Hero"
] | |
"Drew\n FADE IN:\nEXT. NEW YORK CITY SKYLINE � NIGHT\nESTABLISHING SHOT OF THE NEW YORK (...TRUNCATED) |
[
"Hero"
] | |
"Gao\n FADE IN:\nEXT. NEW YORK CITY SKYLINE � NIGHT\nESTABLISHING SHOT OF THE NEW YORK C(...TRUNCATED) |
[
"Villain/Antagonist"
] | |
"Beth\n\n\n\n\n BLACK SWAN\n\n\n\n (...TRUNCATED) |
[
"Villain/Antagonist"
] | |
"Nina\n\n\n\n\n BLACK SWAN\n\n\n\n (...TRUNCATED) |
[
"Hero"
] | |
"Donatello\n\n\n\n \n TMNT\n\n\n\n\n (...TRUNCATED) |
[
"Hero"
] | |
"Leonardo\n\n\n\n \n TMNT\n\n\n\n\n (...TRUNCATED) |
[
"Hero"
] |
End of preview. Expand
in Data Studio
MulD: Movie Character Type Classification
this is the Movie Character Types task from MuLD:
- Task: Classify characters as Hero/Protagonist or Villain/Antagonist
- Data: Movie scripts matched with Wikipedia plot summaries
- Method: Amazon Turk annotation based on plot summaries
- Average length: ~45,000 tokens
- Challenge: Character role understanding from full narrative context
@inproceedings{hudson-al-moubayed-2022-muld,
title = "{M}u{LD}: The Multitask Long Document Benchmark",
author = "Hudson, George and
Al Moubayed, Noura",
editor = "Calzolari, Nicoletta and
B{\'e}chet, Fr{\'e}d{\'e}ric and
Blache, Philippe and
Choukri, Khalid and
Cieri, Christopher and
Declerck, Thierry and
Goggi, Sara and
Isahara, Hitoshi and
Maegaard, Bente and
Mariani, Joseph and
Mazo, H{\'e}l{\`e}ne and
Odijk, Jan and
Piperidis, Stelios",
booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
month = jun,
year = "2022",
address = "Marseille, France",
publisher = "European Language Resources Association",
url = "https://aclanthology.org/2022.lrec-1.392/",
pages = "3675--3685",
abstract = "The impressive progress in NLP techniques has been driven by the development of multi-task benchmarks such as GLUE and SuperGLUE. While these benchmarks focus on tasks for one or two input sentences, there has been exciting work in designing efficient techniques for processing much longer inputs. In this paper, we present MuLD: a new long document benchmark consisting of only documents over 10,000 tokens. By modifying existing NLP tasks, we create a diverse benchmark which requires models to successfully model long-term dependencies in the text. We evaluate how existing models perform, and find that our benchmark is much more challenging than their `short document' equivalents. Furthermore, by evaluating both regular and efficient transformers, we show that models with increased context length are better able to solve the tasks presented, suggesting that future improvements in these models are vital for solving similar long document problems. We release the data and code for baselines to encourage further research on efficient NLP models."
}
- Downloads last month
- -