Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ccsasuke authored Nov 23, 2022
1 parent 2a6d390 commit 4d31084
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Scalable implementation of dense retrieval.

## This repo implements the following papers:

- [Domain-matched Pre-training Tasks for Dense Retrieval](https://arxiv.org/abs/2107.13602)
- [Salient Phrase Aware Dense Retrieval: Can a Dense Retriever Imitate a Sparse One?](https://arxiv.org/abs/2110.06918)
- https://github.com/facebookresearch/dpr-scale/tree/main/spar
- [CITADEL: Conditional Token Interaction via Dynamic Lexical Routing for Efficient and Effective Multi-Vector Retrieval](https://arxiv.org/abs/2211.10411)
- https://github.com/facebookresearch/dpr-scale/tree/citadel


## Training on cluster

Expand Down

0 comments on commit 4d31084

Please sign in to comment.