Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 770 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 770 Bytes

Micro template implementing recommendations with the help of Pyserini

This repository contains an adapted version of the STELLA Micro-Template. It is implemented with the help of pyserini - the Python wrapper to Anserini. The dataset recommendations are based on the abstracts of the datasets and queries made from the titles of the target items. Upon indexing a Lucene index is built. It contains the abstracts of the datasets. When providing the publication identifier (target item of the recommendation), it will be translated into the publication title, which, in turn, is used to query the index with a BM25 algorithm.