MatchZoo
MatchZoo copied to clipboard
How to use matchzoo for prediction on new query for passage ranking task.
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.
- Choose a ranking algorithm.
- Create datapacks using your training dataset and pre-process your data by calling the chain of preprocessors.
- Train your model.
- Preprocess your test data set.
- Use your trained model for prediction.