An open API service indexing awesome lists of open source software.

https://github.com/freedomintelligence/remop

Code for the paper: Modular Retrieval for Generalization and Interpretation.
https://github.com/freedomintelligence/remop

dense-retrieval information-retrieval modular-learning prompt-tuning

Last synced: about 1 year ago
JSON representation

Code for the paper: Modular Retrieval for Generalization and Interpretation.

Awesome Lists containing this project

README

          

# Introduction
Code for the paper: **Towards Modular Dense Retrieval with Prompt Tuning**.

## Installation

For environment, please run `sh install_env.sh` in a clean conda environment of `python>=3.7`.
Then just run `pip install -e`.

## Reproduction for BEIR
Please refer to `examples/condener_beir`.