CoolFace
Datasetpublic

reczoo/MovielensLatest_x1

MovielensLatest_x1 The MovieLens dataset consists of users' tagging records on movies. The task is formulated as personalized tag recommendation with each tagging record (user_id, item_id, tag_id) as an data instance. The target value denotes whether the user has assigned a particular tag to the movie. We provide the reusable, processed dataset released by the BARS benchmark, which are randomly split into 7:2:1 as the training set, validation set, and test set, respectively.… See the full description on the dataset page: https://huggingface.co/datasets/reczoo/MovielensLatest_x1.

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes72downloads
Dataset Card

MovielensLatest_x1

The MovieLens dataset consists of users' tagging records on movies. The task is formulated as personalized tag recommendation with each tagging record (userid, itemid, tag_id) as an data instance. The target value denotes whether the user has assigned a particular tag to the movie. We provide the reusable, processed dataset released by the BARS benchmark, which are randomly split into 7:2:1 as the training set, validation set, and test set, respectively.

Dataset Details

  • Repository: https://github.com/reczoo/BARS/blob/main/datasets/MovieLens/README.md#movielenslatest_x1
  • Check the md5sum for data integrity:
bash
      $ md5sum train.csv valid.csv test.csv
      efc8bceeaa0e895d566470fc99f3f271 train.csv
      e1930223a5026e910ed5a48687de8af1 valid.csv
      54e8c6baff2e059fe067fb9b69e692d0 test.csv