Deriq-Qian-Dong / III-Retriever

Code for I3 Retriever, accepted by CIKM'23.
41 stars 2 forks source link

about "generated.tsv" file #2

Open xxfanfan opened 6 months ago

xxfanfan commented 6 months ago

Hello, how do I get the "generated.tsv" file with the value of "--generated_query" in the training parameter? I don't know how to get this file? Thank you.

Deriq-Qian-Dong commented 6 months ago

You can find the details in our paper. We use Flan-t5 to generate pseudo query during warm-up stage and use the real query during fine-tuning stage.