facebookresearch / multihop_dense_retrieval

Multi-hop dense retrieval for question answering
Other
212 stars 22 forks source link

MHopRetreiver #16

Closed Cheng-Cheng2 closed 2 years ago

Cheng-Cheng2 commented 3 years ago

In your train_mhop.py script and your training example, your were using a MhopRetriever imported from mdr.retrieval.models.mhop_retriever. However, this class is not present in the script. Could you verify if instead the RobertaRetriever was used to achieve the results in the paper? Thanks.

xwhan commented 3 years ago

Yes, we only used RobertaRetriever when reporting the numbers