cwszz / XPR

Cross-lingual Phrase Retriever
MIT License
7 stars 2 forks source link

How to evaluate ? #5

Closed chenllliang closed 1 year ago

chenllliang commented 1 year ago

Hi, thanks for opening the dataset. I wonder that how is the evaluation performed? For example , how many candidate phrases would be there for one retrieval since you mentioned it in your paper (sec 3.4) and how to select the candidates. Maybe I missed it, could you give more information or the example code about the evaluation pipeline ?

cwszz commented 1 year ago

@chenllliang Hi,

  1. We retrieve phrases from the whole dataset during evaluation and test.
  2. We have released the example code and the model. You can try to run tesh.sh. We will continue to optimize the code in the future.
chenllliang commented 1 year ago

thank you very much