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
The weighted ROUGE scores should been calculated by two parses, but in the function generate_tgt_parse() the code is "possible_drawn = step2_rouge(level_, freq, src_lines[i], level)[3]". Is the src_lines[i] parameter an error and should be replaced with src_pure_parses? Are there any errors in the results obtained in the paper?
Looking forward to your reply!
The text was updated successfully, but these errors were encountered:
The weighted ROUGE scores should been calculated by two parses, but in the function generate_tgt_parse() the code is "possible_drawn = step2_rouge(level_, freq, src_lines[i], level)[3]". Is the src_lines[i] parameter an error and should be replaced with src_pure_parses? Are there any errors in the results obtained in the paper?
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: