gec-ranking
gec-ranking copied to clipboard
Data and code used in the 2015 ACL paper, "Ground Truth for Grammatical Error Correction Metrics"
The GLEU+ paper (https://arxiv.org/pdf/1605.02592.pdf) shows that the formula of precision $p_k$ is: $$ p_n = \cfrac{ \displaystyle \sum_i^{|D|} \sum_{g_n \in h_i} \min(\rho_{i,g_n}, \eta_{i, g_n}) - \max(0, \min(\sigma_{i, g_n}, \eta_{i, g_n})...
Hello, I want to get the human ranking and its concrete scores of your work. So I followed your instruction (2. Run TrueSkill) like this: ```bash #!/bin/bash set -eu if...
Hi, The changes are not large and only affect the code (nothing in the logic is changed). 1. fixed a bug of not closing files 2. allowed to be run...