MIT-Movies Slot Fillings Dataset | |
# Source | |
https://groups.csail.mit.edu/sls/downloads/movie/ | |
# Entities | |
"GENRE", | |
"PLOT", | |
"DIRECTOR", | |
"RATING", | |
"TITLE", | |
"ACTOR", | |
"YEAR", | |
"TRAILER", | |
"REVIEW", | |
"RATINGS_AVERAGE", | |
"SONG", | |
"CHARACTER" | |
# Label Functions | |
7 labeling functions in total, as shown below | |
lfs = [ | |
"Core_Keywords", | |
"Keyword_Patterns", | |
"Regex_Patterns", | |
"Movie_Collection", | |
"Movie_Dataset", | |
"IMDB", | |
"Multitoken_wiki" | |
] | |
See our preprint for details. |