easonnie / semanticRetrievalMRS

This is the repo for the paper "Revealing the Importance of Semantic Retrieval for Machine Reading at Scale".
MIT License
59 stars 11 forks source link

function "pair_w_tokens_with_ground_truth_span" could not find similar answers #7

Open dujiaxin opened 4 years ago

dujiaxin commented 4 years ago

I got lots of warnings from logger.warning("Can not find answer span from whitespace-tokenized context, there might be a problem") logger.warning("Could not find answer: '%s' vs. '%s'", a, b)

I checked the warnings and found that lot's of the answers should be matched. There were just some whitespace and Lower/Upper case issues. Maybe it can be fixed.