BLUE_Benchmark icon indicating copy to clipboard operation
BLUE_Benchmark copied to clipboard

Preprocessing of MedNLi

Open mcps5601 opened this issue 4 years ago • 0 comments

https://github.com/ncbi-nlp/BLUE_Benchmark/blob/37cc4f7fff6b1a313353cbd70afde5e6c5732071/blue/bert/create_mednli_bert.py#L14 https://github.com/ncbi-nlp/BLUE_Benchmark/blob/37cc4f7fff6b1a313353cbd70afde5e6c5732071/blue/bert/create_mednli_bert.py#L18

These two lines do not match the MedNLIProcessor in run_bluebert.py and will cause KeyError after running run_bluebert.py.

I suggest to modify the sequence of column indices.

mcps5601 avatar Feb 15 '21 07:02 mcps5601