TGoldsack1 / Corpora_for_Lay_Summarisation

This repository contains the two datasets introduced in the paper "Making Science Simple: Corpora for the Lay Summarisation of Scientific Literature" accepted in EMNLP 2022.
20 stars 2 forks source link

ROUGE_L score #1

Closed salvatoreferragamo closed 6 months ago

salvatoreferragamo commented 6 months ago

I want to know how you calculate the ROUGE_L score ? why i calculate it lower than yours but the same ROUGE-1 and ROUGE-2 scores? Can you share the ROUGE-L calculating method?

TGoldsack1 commented 6 months ago

Hi! For how we calculate the ROUGE-L scores, you can refer to this script in a different repo. Hope this helps.

salvatoreferragamo commented 6 months ago

thanks for your reply! It means a lot . After careful watching your code in other repo. I successfully find the way to calculate it! Thanks a lot and wish you a good day.