AdeDZY / DeepCT

DeepCT and HDCT uses BERT to generate novel, context-aware bag-of-words term weights for documents and queries.
BSD 3-Clause "New" or "Revised" License
312 stars 46 forks source link

Can we use DeepCT for other datasets apart from MSMARCO? #11

Closed thakur-nandan closed 4 years ago

thakur-nandan commented 4 years ago

Hi @AdeDZY ,

Thanks for the repository. I wanted to evaluate DeepCT baselines with datasets apart from MSMARCO, such as NQ and SQuAD as passage retrieval tasks. Is this possible currently?

Kind Regards, Nandan Thakur

AdeDZY commented 4 years ago

Hi Nandan,

Unfortunately, there are no existing trained DeepCT models for these datasets. But, you can use the code to generate those models. I am happy to help if you encounter any problems during the process.

Best, Zhuyun

On Fri, Sep 4, 2020 at 8:11 AM Nandan Thakur notifications@github.com wrote:

Hi @AdeDZY https://github.com/AdeDZY ,

Thanks for the repository. I wanted to evaluate DeepCT baselines with datasets apart from MSMARCO, such as NQ and SQuAD as passage retrieval tasks. Is this possible currently?

Kind Regards, Nandan Thakur

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AdeDZY/DeepCT/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHQHGHI7HQJBDHSOEGXO3TSED7RRANCNFSM4QYSDP4A .

-- Zhuyun Dai Language Technologies Institute School of Computer Science 5000 Forbes Avenue Pittsburgh, PA 15213

thakur-nandan commented 4 years ago

Thank you, Will let you know if any problems occur.

Kind Regards, Nandan