ArvinZhuang / DSI-QG

The official repository for "Bridging the Gap Between Indexing and Retrieval for Differentiable Search Index with Query Generation", Shengyao Zhuang, Houxing Ren, Linjun Shou, Jian Pei, Ming Gong, Guido Zuccon and Daxin Jiang.
MIT License
110 stars 16 forks source link

Regarding the "cross-encoder ranker" mentioned in the paper #6

Open yubad2000 opened 1 year ago

yubad2000 commented 1 year ago

In the paper, a "cross-encoder ranker" is used to rank the queries. Could you point me to the code of the ranking in this repo? Thanks!

ArvinZhuang commented 1 year ago

Hi @yubad2000 thanks for asking this I have just created CE folder which contains the code we used in our paper to train and rank generated queries. However, this code is old version which may not be directly runnable (mainly due to different data formats). I am a bit busy recently so cannot test and fix it very soon, but I just upload it for your information.