Skip to content

andrew-the-drawer/FUM-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paper

Attention pooling: https://arxiv.org/pdf/1602.03609.pdf Fastformer: https://arxiv.org/pdf/2108.09084.pdf

How to run

Google Colab

In the Google Drive root folder

  • Create /Projects/MIND-FUM/ folder
  • Create /Dataset/MIND/data folder
  • Create /Dataset/MIND/embeddings folder
  • Download and extract MIND dataset to /Dataset/MIND/data folder (https://msnews.github.io/)
  • Download GloVe embeddings (840B.300d) to /Dataset/MIND/embeddings folder (https://nlp.stanford.edu/projects/glove/)
  • Upload Generator.py, Hypers.py, Models.py, Utils.py, Preprocessing.py to the /Projects/MIND-FUM/
  • Run the FUM-train.ipynb notebook to train the model in Google Colab
  • Run the FUM_code_eval.ipynb notebook to evaluate the model in Google Colab
  • Go to Google Drive and use the /Dataset/MIND/prediction.txt to submit to the competition

About

Codes of FUM in SIGIR 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 76.2%
  • Python 23.8%