dwadden / multivers

Code and model checkpoints for the MultiVerS model for scientific claim verification.
MIT License
44 stars 11 forks source link

Adapting dataset for pre-train #6

Closed VulnDetector closed 1 year ago

VulnDetector commented 2 years ago

Hi, @dwadden ,I finished reading the paper of the multivers,I consider multivers a great job for scientific claim verification. And also,I suppose that to pre-train on several dataset really matters. So, I mean, can you provide the code about how to transfer the origin form of the dataset into the one which can be used for pretraining. To be more specific,I wanna know how to transfer Fever,EVIDENCEINFERENCE,PUBMEDQA from origin form to what you use in pretraining. Besides, I'm wondering if you can also provide the code for pre-train. Thanks a lot!

dwadden commented 2 years ago

Hi,

Apologies that I've been so slow on providing the pretraining data. I'll try to get things posted in the next few weeks.

Dave

dwadden commented 1 year ago

Hi,

Training code is added now. See here for details. Let me know if you've got more questions!

Dave