brmson / dataset-factoid-curated

A curated question answering research dataset of factoid questions
49 stars 18 forks source link

Add word boundary to all labeled answers #2

Open ekegulskiy opened 4 years ago

ekegulskiy commented 4 years ago

Add word boundary to all labeled answers, to make sure that answer evaluation does not capture wrong results.

For example, if labeled answer is "23", the evaluation would have marked 16723 as proper answer since 23 is contained in 16723. Using word boundary avoids such errors.