OpenMatch / UniVL-DR

[ICLR 2023] This is the code repo for our ICLR‘23 paper "Universal Vision-Language Dense Retrieval: Learning A Unified Representation Space for Multi-Modal Retrieval".
MIT License
49 stars 6 forks source link

execute BM25 & CLIP-DPR #5

Closed wspspring closed 1 year ago

wspspring commented 1 year ago

To reproduce the experimental results of BM25 & CLIP-DPR, which parts of the code need to be executed?

EdwardZH commented 1 year ago

This is our baseline model. We do not release this part of code. The BM25 is implemented using the following code syringe