grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please tell what is the metric used for searching the hyperparameters in this paper?

ZhouJunyu9102 opened this issue · comments

commented

I search the tweak inference hyperparameters using cross entropy, where I got 65.4 f0.5 on CoNLL-2014 test set.
Could you please tell what is the metrics for searching the hyperparameters?
Did you use f0.5 for tuning the hyperparameters?

Did you find the answer in the paper?