NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.84k stars 897 forks source link

Ranking #803

Closed mb320 closed 4 years ago

mb320 commented 4 years ago

I have got a couple of questions, first, is the size of vocab estimated automatically or I need to pass it some how? if that is the case, I can manually replace the dataset in toy with mine and everything should be ok?other thing is can I use a dataset for training and another one for testing lets say amazon for training and yahoo for test (without changin paramteres like vocab size myself). Second, is the array returned by the prediction function related to the ranking scores of corresponding queries? Thank you very much !

bwanglzu commented 4 years ago
  1. see quick start: image

  2. why not? Same idea as transfer learning in cv as long as training/testing are the same language and in same domain (such as food review dataset).

  3. I have no idea what you're asking.