Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aayush-gupta15 opened this issue Nov 14, 2019 · 1 comment
Labels

Comments

@aayush-gupta15
Copy link

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.

@bwanglzu
Copy link
Member

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants