luyug / COIL

NAACL2021 - COIL Contextualized Lexical Retriever
Apache License 2.0
148 stars 28 forks source link

Error with loading dataset #15

Closed nirmal2k closed 2 years ago

nirmal2k commented 2 years ago

The error I get while running run_msmarco.py

Target schema's field names are not matching the table's field names: ['qry', 'pos', 'neg'], ['neg', 'pos', 'qry']

I have downloaded the psg-train and extracted them. THe path_to_tsv variable in GroupedMarcoTrainDataset has all the .json files,

luyug commented 2 years ago

Please confirm that you are using the specified version datasets.

nirmal2k commented 2 years ago

Thanks, using the specified datasets version worked!