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.
- Host: GitHub
- URL: https://github.com/freedomintelligence/remop
- Owner: FreedomIntelligence
- License: apache-2.0
- Created: 2023-03-23T07:20:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T07:59:50.000Z (over 1 year ago)
- Last Synced: 2025-03-30T19:22:04.620Z (about 1 year ago)
- Topics: dense-retrieval, information-retrieval, modular-learning, prompt-tuning
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.