DPTDR icon indicating copy to clipboard operation
DPTDR copied to clipboard

Code for COLING22 paper, DPTDR: Deep Prompt Tuning for Dense Passage Retrieval

Results 3 DPTDR issues
Sort by recently updated
recently updated
newest added

Hello, I plan to run your code, but I found that the versions of the packages you provided do not match; for example, transformers=4.9.2, datasets=1.17.0. These two versions conflict. Can...

看到DPTDR在百度段落检索上拿到了top1,请问你们有在百度段落检索的数据集上跟其他算法做对比吗。

How to pre-train some parameters of deep prompt? ` Pre-train deep prompts One is to pre-train deep prompts with a vanilla PLM. Later we initialize a DPT-based retriever using the...