Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROUGE-L (Summary Level) how it works ? #77

Open
HerocypheR opened this issue Dec 21, 2016 · 1 comment
Open

ROUGE-L (Summary Level) how it works ? #77

HerocypheR opened this issue Dec 21, 2016 · 1 comment
Assignees
Labels

Comments

@HerocypheR
Copy link

HerocypheR commented Dec 21, 2016

Hi master. firstly im very grateful for that python implementation.. But i didnt understand how Summary Level ROUGE-L works via code?

Sentence level type of rouge, we can use more than a sentence for candidate summary.. After that we compute lcs reference summary - Candidate Sentence_1 and Candidate Sentence_2 respectively.

when i try to use it on command prompt, how i do write it?
or how should the structure of my candidate sentences be (in local.txt file)?
Just one line, or each line for each sentence?

Thanks.

@miso-belica
Copy link
Owner

Hi, I don't understand you completely but I guess you just want to know format of reference summarization for ROUGE-L summary level? Because it's the same for all summaries. Its just text document. You don't need to place every sentence at separate line but you can if you want. Sumy uses PlainTestParser to parse reference sentences so it should be fine to use a text in any format :)

@miso-belica miso-belica self-assigned this May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants