ThomasScialom / QuestEval

MIT License
87 stars 26 forks source link

Which is the version for the QuestEval paper? #7

Open ryokamoi opened 2 years ago

ryokamoi commented 2 years ago

Hi, In README, you mention that this is the recommended version to reproduce the results in the QuestEval paper.

I want to make sure that this code is doing exactly what the paper describes. Would this base_score function evaluate as described in the paper? (Equation 1 and 2, F1 for accuracy, answerability for reproducibility). This code seems to take the average of F1 and answerability.

https://github.com/ThomasScialom/QuestEval/blob/7c827804a8da82560e91cf8fe84124d37f7c0660/questeval/questeval_metric.py#L353