suamin / bert2rank

Ad-hoc Ranking with BERT (includes K-NRM) for Biomedical Question Answering
8 stars 2 forks source link

What is the final ranking score for a document? #1

Open le8888e opened 2 years ago

le8888e commented 2 years ago

Hi suamin,

Appreciate a lot for your implementation of K-NRM. I got a question: Assuming your input is [query, doc1], the output of K-NRM is [score1, score2], so what is the final ranking score of doc1 to query?

Thank you.

le8888e commented 2 years ago

Hi, I figure it out. You concatenate the query and doc as input. Thank you.