MatchZoo icon indicating copy to clipboard operation
MatchZoo copied to clipboard

How to use matchzoo for prediction on new query for passage ranking task.

Open aayush-gupta15 opened this issue 5 years ago • 1 comments

I want to rank a set of passages with a particular query and find the most similar one. How can i do that using matchzoo.

aayush-gupta15 avatar Nov 14 '19 07:11 aayush-gupta15

  1. Choose a ranking algorithm.
  2. Create datapacks using your training dataset and pre-process your data by calling the chain of preprocessors.
  3. Train your model.
  4. Preprocess your test data set.
  5. Use your trained model for prediction.

bwanglzu avatar Nov 15 '19 11:11 bwanglzu