File size: 484 Bytes
b109984 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
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. |