You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Thank you!
Wang
The text was updated successfully, but these errors were encountered: