Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

REFERENCE: A Large-Scale Benchmark for Research Feed Recommendation

The data can be downloaded from Azure blob storage at the following URLs (all sizes are compressed):

Please note that the datasets are much larger when decompressed. Each is a zip file with the shown structure:

├── documents.json.gz
├── graph.csv
├── qrels
│   ├── test.csv
│   ├── train.csv
│   └── val.csv
└── queries.json.gz

The repository will be updated with scripts and examples for using the data and performing retrieval in the coming days.