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

Why the system summaries with only one sentence are ignored in run_summarization.py #12

Open
Chen-Wang-CUHK opened this issue Sep 27, 2020 · 0 comments

Comments

@Chen-Wang-CUHK
Copy link

Hi Wei,
As indicates in line 81 in run_summarization.py: "if len(annot['text']) > 1:". The system summaries with one sentence are ignored when computing correlation. Totally 246 system summaries are ignored. I am curious about the following questions:

 1. Why do we need to skip them? I think it is more reasonable to include them. 
 2. Do you actually want to use ">=" instead of ">"?
 3. Was this operation applied to the baselines?

Thank you!

Wang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant