What is the clip function in the modified ROUGE-L score?
Hey @Prasenjit_Karmakar, For Rouge-L, you are comparing n-grams, and if there’s repetition of words, which can sometime happen with SLMs with an answer that’s not too concise, you don’t want to count that again while comparing with the ground truth or baseline text.
The clip function handles that for you. Hope this helps.
Curious to know, what application are you using ROUGE-L score for?
Parul
Thanks! I am not using it right now. Just wanted to know!