beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.54k stars 182 forks source link

Difference between SBERT and DPR? #89

Closed jordane95 closed 2 years ago

jordane95 commented 2 years ago

Hello,

I recently read your BEIR paper and your SBERT lib doc, as well as the DPR paper. I find that DPR and SBERT share nearly the same architecture, except that SBERT tie the two encoders while DPR not. They also have the same training objective when performing dense retrieval task.

So is there any other difference between the two?

nreimers commented 2 years ago

They are quite similar:

jordane95 commented 2 years ago

Thank you for your help !