A solution to the TREC 2020 passage ranking competition.
Information retrieval in computing and information science is the process of obtaining information system resources that are relevant to an information need from a collection of those resources [1].
Follow these steps:
- Install dependencies
- Generate features using this notebook
- Evaluate pairwise and pointwise algorithms.
The module can be used by accessing the command line interface or using the corresponding notebooks.
A detailed documentation can be found here.
This project started in March 2022 at the University of Mannheim. The team consists of:
A Bert pairwise model is in progress and can be found in the corresponding branch.