Download

To download the Baidu-ULTR dataset, click the link below:

  Download training set
  Download test set
Suppose your have downloaded the Web Search Session Data (training data) and nips_annotation_data_0522.txt (test  
data).  
First, move all the zip file into dir './data/train_data/', e.g.,  
mv yourpath/*.gz ./data/train_data/  
Second, move the file part-00000.gz into './data/click_data/', we will treat it as one of the validation set.  
mv ./data/train_data/part-00000.gz ./data/click_data/part-00000.gz  
Finally, split the annotated data nips_annotation_data_0522.txt into test and validation set. Move them into dir  
'./data/annotate_data/'  
mv test_data.txt ./data/annotate_data/mv val_data.txt ./data/annotate_data/