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.
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.