Baselines from the paper A Multi-Domain Benchmark for Personalized Search Evaluation.
The following guide assumes you are using a Linux distro, such as Ubuntu.
Install wget:
sudo apt install wgetInstall 7-zip:
sudo apt install p7zip-full p7zip-rarDownload the benchmark datasets with the provided script.
It will download, decompress, and move the datasets in the appropriate folders.
sh download.shIf you want to get rid of the original archives exectute the following command:
rm -rf ./tmpconda env create -f env.ymlconda activate amdbfpse-baselinesInstall Git LFS:
sudo apt-get install git-lfs
git lfs installClone the model:
git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2sh run.sh