tensorflow / ranking

Learning to Rank in TensorFlow
Apache License 2.0
2.74k stars 474 forks source link

code for MARCO Passage Ranking #240

Closed tangzhy closed 3 years ago

tangzhy commented 3 years ago

Hi, I've just come across your amazing results in MARCO passage ranking task and related paper.

But I see neither tutorial nor any example code on how to incorporate BERT in your framework.

Will you release codes for passage ranking task?

Any suggestion for my purpose will be much appreciated, thanks~

HongleiZhuang commented 3 years ago

Hi @tangzhy,

Please refer to TFR-BERT for how to incorporate BERT into TF-Ranking. The submission our team member produced for the MSMARCO passage ranking task basically includes multiple runs of this model with different configurations etc.