Pierre Lepagnol
Adding scripts + data
b109984
raw
history blame
No virus
484 Bytes
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.