xsc1234 / GenRT

List-aware Reranking-Truncation Joint Model for Search and Retrieval-augmented Generation (WWW 2024)
5 stars 0 forks source link

Inquiry on "GenRT" Code for text-based datasets #2

Open Haley-sys opened 1 month ago

Haley-sys commented 1 month ago

I have noticed that the code provided for data processing, model training, and inference all apply to feature-based datasets. I am very interested in the performance of GenRT on Retrieval-augmented LLMs. Could you please provide the code for data processing, model training and inference for text-based datasets? : )

xsc1234 commented 1 month ago

Thanks for your attention. We have upload the code (genrt_text_features.py)to get features for text-based dataests from a interaction-based ranker.