Request: DOI

#1
by zapqqqwe - opened

Excuse me,how to use this ranker model? is it encode one sentense and the model will output a score .and what the score means? my understand is when use this model for answer ranker is input every candiate ansewer joint question and compare the score,is it right?

Hi, it takes a pair of texts (e.g. query+document, question+answer) and predicts the relevance score of the pair.

Your understanding of how to use it to rank answers is correct. You use the model to predict the scores of a list of question/answer pairs, then you can rank the answers by the scores.

Usage details can be found at https://github.com/binshengliu/tank.

bsl changed discussion status to closed

Sign up or log in to comment