Skip to content

Commit

Permalink
add ref to training rerankers
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tabaza committed Jun 7, 2024
1 parent 773beac commit 9819499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ Reference: [BM25](https://en.wikipedia.org/wiki/Okapi_BM25)
Reranking models are sequence classification models trained to take a pair of query and documents, and output raw similiarity scores.

Recommended Reading, Viewing and Watching:
- [Rethink Training of BERT Rerankers in Multi-Stage Retrieval Pipeline](https://arxiv.org/abs/2101.08751)
- [SentenceTransformers Documentation on Cross-Encoders](https://www.sbert.net/examples/applications/retrieve_rerank/README.html)
- [Reranker Libarary](https://github.com/luyug/Reranker)
- [Rerankers and Two-Stage Retrieval](https://www.pinecone.io/learn/series/rag/rerankers/)
Expand Down

0 comments on commit 9819499

Please sign in to comment.