simplification
simplification copied to clipboard
Text Simplification System and Dataset
Hi, Thanks for the great work! I have a problem with SARI score. Looks like it does not support sequence with one word for example? See the example below: test_src...
The link you offered for downloading is invalid, could you please upload it again, thanks a lot!
Would you be able to publish the sentence-level human judgement data for calculate correlation of Automatic Metrics. Thank you.
This PR adds a link to the [EASSE evaluation library](https://github.com/feralvam/easse) in case people want to use a python version of STAR or other simplification metrics such as SAMSA.
In Equation 7 of the paper, my understanding is that you need to compute the precision/recall of each ngram order, and then this is averaged over the maximum order of...
In order to compute the correct deletions "delgramcountergood_rep" we need to take the intersection between deletions in predictions and deletions in references, however the code computed the difference between the...
Thank you for making this code available! I was trying to understand how the different components of the SARI score are computed, and I wonder if I've misunderstood something or...
I tried to use Joshua decoder with the following script: -cand sari30it.test.output.1best -format plain -ref est.8turkers.tok.turk. -rps 8 -m SARI 4 test.8turkers.tok.norm -v 0 It seems only return SARI =...